summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* unnecessary castNoel Grandin2021-05-151-7/+7
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-4/+4
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-2/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-7/+9
* forward declare vcl::window in vcl/event.hxxCaolán McNamara2021-04-061-0/+1
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl2021-03-131-1/+1
* use strong_int for item ids in vcl::ToolBoxNoel2021-03-111-1/+1
* loplugin:refcounting (clang-cl)Stephan Bergmann2021-03-092-6/+7
* loplugin:refcounting in avmediaNoel2021-02-264-5/+6
* loplugin:refcounting in avmediaNoel2021-02-231-4/+4
* loplugin:referencecasting (macOS)Stephan Bergmann2021-02-182-2/+2
* cppcheck: missing getting current increment valuesCaolán McNamara2021-02-011-0/+1
* rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara2021-01-272-3/+3
* tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara2021-01-272-5/+14
* use an accessor for SystemEnvData::aWindowCaolán McNamara2021-01-261-1/+1
* loplugin:passstuffbyrefNoel2021-01-261-1/+1
* avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna2021-01-211-0/+13
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-2/+2
* Remove vlc part since experimental since 5 yearsJulien Nabet2020-12-2529-2216/+1
* avmedia: followup fix to 17aea7c41Chris Sherlock2020-12-251-1/+1
* make *String(string_view) constructors explicitNoel Grandin2020-12-191-1/+1
* Related tdf#138888: fix assertion on avmedia/MediaControlBaseJulien Nabet2020-12-151-1/+1
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-6/+14
* remove more no longer needed OpenGL-related codeLuboš Luňák2020-12-081-2/+0
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-1/+1
* Player::processEvent return value is unusedStephan Bergmann2020-11-252-4/+2
* BITMAPINFOHEADER::biWidth,biHeight are of type LONGStephan Bergmann2020-11-251-1/+2
* 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-044-16/+4
* 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
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1