summaryrefslogtreecommitdiff
path: root/avmedia/source/win
AgeCommit message (Expand)Author
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-03-04-Werror,-Wunused-macrosStephan Bergmann
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-25more Windows build fixesNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-28Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann
2015-11-28-Werror,-WreorderStephan Bergmann
2015-11-28Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann
2015-11-28-Werror,-Wint-to-pointer-castStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-09-15avmedia: sal_False/True -> false/trueStephan Bergmann
2014-05-25cppcheck: unusedFunctionThomas Arnhold
2014-05-23avmedia: remove unused code related to fast-forwardZolnai Tamás
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-08DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás
2014-02-25Remove visual noise from avmediaAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-10-24warning C4805: '!=': unsafe mix of bool and sal_BoolMichael Stahl
2012-10-01Use prefixes for the components hereTor Lillqvist
2012-09-26sal_Bool to bool and some rtl::OUStrings in avmediaRicardo Montania
2012-09-25re-base on ALv2 code. Includes:Michael Meeks
2012-09-23End of ::rtl::OUString to OUString in avmediaRicardo Montania
2012-09-18warning C4805: unsafe mix of type bool and sal_BoolStephan Bergmann
2012-09-18avmedia: more sal_Bool -> bool revertsMiklos Vajna
2012-09-18avmedia: problematic sal_Bool -> bool conversion when interacting with UNOMiklos Vajna
2012-09-18corrections ::rtl::OUString, sal_Bool and macros, in avmediaRicardo Montania
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-26removed duplicate includes in avmediaTakeshi Abe