summaryrefslogtreecommitdiff
path: root/avmedia/source/win
AgeCommit message (Expand)AuthorFilesLines
2019-10-10tdf#128057: convert file URIs to system path for IGraphBuilder::RenderFileMike Kaganski1-1/+8
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann4-4/+4
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-03-27loplugin:unoquery (clang-cl)Stephan Bergmann1-4/+4
2019-02-24tdf#123653 pass WM messages to the parent window.Mark Hung2-55/+3
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-3/+3
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-07Fix typosAndrea Gelmini1-1/+1
2018-01-31avmedia: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-21/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-4/+4
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-2/+2
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski4-4/+4
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-2/+4
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2-2/+7
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2-33/+33
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-26/+0
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-06-05avmedia : Simplify Window::WindowArnaud Versini1-35/+11
2017-02-10Remove MinGW supportStephan Bergmann1-6/+0
2017-02-02loplugin:useuniqueptrStephan Bergmann1-5/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-106/+53
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-16clang-cl loplugin: avmediaStephan Bergmann8-127/+127
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-12/+4
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin2-14/+14
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-1/+0
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann1-0/+8
2016-02-09Formatting changes across all modulesChris Sherlock7-24/+38
2016-01-25more Windows build fixesNoel Grandin1-4/+4
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-4/+4
2015-11-28Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-3/+3
2015-11-28Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-11-28-Werror,-Wint-to-pointer-castStephan Bergmann4-19/+27
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-8/+4
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-3/+3
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+3
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin5-82/+82
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe5-13/+12
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara3-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-14/+14
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl1-0/+3
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl1-0/+5
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-09-15avmedia: sal_False/True -> false/trueStephan Bergmann1-2/+2
2014-05-25cppcheck: unusedFunctionThomas Arnhold2-10/+0
2014-05-23avmedia: remove unused code related to fast-forwardZolnai Tamás2-14/+0
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-4/+4