summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann1-0/+3
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-4/+4
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-2/+2
2018-01-19loplugin:redundantcast (after loplugin:cstylecast, macOS)Stephan Bergmann1-1/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin2-20/+3
2018-01-19new loplugin:emptyifNoel Grandin1-12/+0
2018-01-15More loplugin:cstylecast: avmediaStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: avmediaStephan Bergmann2-5/+5
2018-01-11Fix template parameter ambiguityStephan Bergmann1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky3-40/+1
2017-12-19loplugin:unusedmethodsNoel Grandin4-26/+0
2017-12-19loplugin:unusedfieldsNoel Grandin3-6/+4
2017-12-18loplugin:unnecessaryvirtualNoel Grandin3-3/+3
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-2/+2
2017-12-15loplugin:salcall (macOS)Stephan Bergmann3-6/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin3-5/+5
2017-12-06loplugin:salcallStephan Bergmann2-4/+4
2017-12-04tdf#113380: if the player doesn't exist,...Xisco Fauli2-2/+2
2017-12-04loplugin:singlevalfieldsNoel Grandin2-11/+9
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-10loplugin:unusedmethodsNoel Grandin1-1/+0
2017-11-10loplugin:finalclasses in accessibilityNoel Grandin1-2/+2
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens17-1639/+0
2017-10-23loplugin:includeform: avmediaStephan Bergmann17-35/+35
2017-10-20tdf#87808 Add missing tooltips to Media Playback toolbarGabor Kelemen2-0/+4
2017-10-19Move vlc/wrapper include files to common include directoryStephan Bergmann15-37/+38
2017-10-10iOS, dummy SoundHandler_get_implementationjan Iversen1-0/+6
2017-10-10Revert "iOS, removed unneeded avmedia libraries"jan Iversen10-17/+3
2017-10-10iOS, typojan Iversen1-1/+2
2017-10-10iOS, readd component file.jan Iversen1-1/+2
2017-10-10iOS, removed unneeded avmedia librariesjan Iversen10-3/+18
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski24-41/+41
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-2/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-3/+2
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-23iOS, dummy avmedia to satisty sdi filesjan Iversen3-0/+107
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-15consistent naming of externals: png -> libpngMichael Stahl1-1/+1
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-5/+5
2017-09-03set parent for insert media file dialogCaolán McNamara2-4/+5
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara1-1/+1
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin2-3/+6
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-13log details of exception when we catch std::exceptionNoel Grandin1-2/+3