summaryrefslogtreecommitdiffstats
path: root/avmedia/source
Commit message (Expand)AuthorAgeFilesLines
* replace std::min(std::max()) with std::clampNoel2020-11-161-3/+2
* CFDataGetLength returns CFIndex, not longStephan Bergmann2020-11-151-1/+1
* tdf#123936 Formatting files in module avmedia with clang-formatPhilipp Hofer2020-11-131-4/+4
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-111-1/+1
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-052-8/+0
* use tools::Long in accessibility..basctlNoel2020-10-212-3/+3
* Fix a confusion between UNOIDL long (i.e., sal_Int32) and C++ longStephan Bergmann2020-10-161-1/+1
* Use the new single-instance="true" attribute in avmediaStephan Bergmann2020-10-022-4/+3
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-223-6/+6
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-1/+2
* tdf#34759 fix media player pausing when pressing time sliderMartin van Zijl2020-09-081-2/+0
* Use plain char osl_getAsciiFunctionSymbolStephan Bergmann2020-09-071-4/+4
* tdf#124176 Use #pragma once in avmediaGeorge Bateman2020-09-041-4/+1
* these constants can be local to the cxx fileNoel Grandin2020-09-021-0/+4
* convert MediaControlStyle to scoped enumNoel Grandin2020-09-023-8/+8
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-285-9/+9
* remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl2020-08-151-1/+2
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-133-6/+6
* compact namespace: avmediaNoel Grandin2020-07-1613-72/+34
* don't need to use prefix here anymoreNoel Grandin2020-07-151-1/+1
* avmedia/win: create instances with uno constructorsNoel Grandin2020-07-0810-91/+21
* avmedia: create instances with uno constructorsNoel Grandin2020-07-066-149/+32
* avmedia/mac: create instances with uno constructorsNoel Grandin2020-07-0411-101/+35
* Upcoming loplugin:elidestringvar: avmediaStephan Bergmann2020-06-032-4/+2
* Prefer CoInitializeEx instead of CoInitializeJulien Nabet2020-05-222-2/+2
* compact namespace in avmedia..bridgesNoel Grandin2020-05-0822-69/+53
* improve loplugin:makesharedNoel Grandin2020-05-011-1/+1
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-272-0/+2
* all ItemWindows are now weldedCaolán McNamara2020-04-261-4/+1
* drop unneeded includeCaolán McNamara2020-04-211-1/+0
* loplugin:flatten in avmediaNoel Grandin2020-04-183-135/+136
* add an IsEmpty method to tools::Size and use itNoel Grandin2020-04-151-1/+1
* tdf#124176: Use pragma once instead of include guardsHarshit Jain2020-03-234-16/+4
* tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara2020-03-2216-62/+17
* tdf#124176: Use pragma once instead of include guardsMohamed Sameh2020-02-164-16/+4
* tdf#124176: Use pragma once instead of include guardsMohamed Sameh2020-02-131-4/+1
* inherit MediaControl from InterimItemWindowCaolán McNamara2020-02-133-37/+10
* tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara2020-02-118-32/+8
* tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara2020-02-081-4/+1
* drop some unneeded includesCaolán McNamara2020-02-031-1/+0
* weld ParaLRSpacingWindow & ParaULSpacingWindowCaolán McNamara2020-02-021-0/+1
* Fix typoAndrea Gelmini2020-02-021-1/+1
* weld MediaPlaybackPanelCaolán McNamara2020-02-014-378/+209
* new loplugin:namespaceindentationNoel Grandin2020-01-317-7/+7
* tdf#42949 Fix IWYU warnings in avmedia/Gabor Kelemen2020-01-3012-45/+4
* gtk: make sidebar media panel "play video" workCaolán McNamara2020-01-291-5/+4
* There should be no need for o3tl::make_unsigned hereStephan Bergmann2020-01-291-2/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-282-4/+4
* Fix order of MACOSX vs. UNX checksStephan Bergmann2020-01-271-9/+9