summaryrefslogtreecommitdiff
path: root/avmedia/source/win
AgeCommit message (Expand)Author
2019-10-10tdf#128057: convert file URIs to system path for IGraphBuilder::RenderFileMike Kaganski
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-04-13use more std::make_uniqueNoel Grandin
2019-03-27loplugin:unoquery (clang-cl)Stephan Bergmann
2019-02-24tdf#123653 pass WM messages to the parent window.Mark Hung
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-07-07Fix typosAndrea Gelmini
2018-01-31avmedia: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-06-05avmedia : Simplify Window::WindowArnaud Versini
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-02loplugin:useuniqueptrStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-16clang-cl loplugin: avmediaStephan Bergmann
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
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