summaryrefslogtreecommitdiffstats
path: root/avmedia/source/win
Commit message (Expand)AuthorAgeFilesLines
* use more std::make_uniqueNoel Grandin2019-04-131-1/+1
* loplugin:unoquery (clang-cl)Stephan Bergmann2019-03-271-4/+4
* tdf#123653 pass WM messages to the parent window.Mark Hung2019-02-242-55/+3
* loplugin:external (clang-cl)Stephan Bergmann2018-09-242-3/+3
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* Fix typosAndrea Gelmini2018-07-071-1/+1
* avmedia: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-313-21/+1
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-4/+4
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-151-2/+2
* avmedia: consistently use "" and <> in include directivesMike Kaganski2017-10-094-4/+4
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-052-2/+4
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-032-2/+7
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-302-33/+33
* Drop check for Windows versions we don't supportMike Kaganski2017-09-291-26/+0
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-09-141-1/+1
* avmedia : Simplify Window::WindowArnaud Versini2017-06-051-35/+11
* Remove MinGW supportStephan Bergmann2017-02-101-6/+0
* loplugin:useuniqueptrStephan Bergmann2017-02-021-5/+7
* Remove dynamic exception specificationsStephan Bergmann2017-01-268-106/+53
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* clang-cl loplugin: avmediaStephan Bergmann2016-10-168-127/+127
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-044-12/+4
* remove unnecessary parentheses in case labelsNoel Grandin2016-03-152-14/+14
* -Werror,-Wunused-macrosStephan Bergmann2016-03-041-1/+0
* Silence -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-041-0/+8
* Formatting changes across all modulesChris Sherlock2016-02-097-24/+38
* more Windows build fixesNoel Grandin2016-01-251-4/+4
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-4/+4
* Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann2015-11-281-2/+2
* -Werror,-WreorderStephan Bergmann2015-11-281-3/+3
* Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann2015-11-281-2/+2
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-284-19/+27
* use initialiser for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-3/+3
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-2/+3
* com::sun::uno->css in avmedia and animationsNoel Grandin2015-07-175-82/+82
* tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe2015-07-065-13/+12
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-033-5/+5
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-14/+14
* Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl2015-01-231-0/+3
* try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl2015-01-191-0/+5
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* avmedia: sal_False/True -> false/trueStephan Bergmann2014-09-151-2/+2
* cppcheck: unusedFunctionThomas Arnhold2014-05-252-10/+0
* avmedia: remove unused code related to fast-forwardZolnai Tamás2014-05-232-14/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-4/+4
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-156-16/+16
* DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás2014-05-081-11/+0