summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)Author
2021-05-15unnecessary castNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann
2021-02-26loplugin:refcounting in avmediaNoel
2021-02-23loplugin:refcounting in avmediaNoel
2021-02-18loplugin:referencecasting (macOS)Stephan Bergmann
2021-02-01cppcheck: missing getting current increment valuesCaolán McNamara
2021-01-27rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara
2021-01-26loplugin:passstuffbyrefNoel
2021-01-21avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-25Remove vlc part since experimental since 5 yearsJulien Nabet
2020-12-25avmedia: followup fix to 17aea7c41Chris Sherlock
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-15Related tdf#138888: fix assertion on avmedia/MediaControlBaseJulien Nabet
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-25Player::processEvent return value is unusedStephan Bergmann
2020-11-25BITMAPINFOHEADER::biWidth,biHeight are of type LONGStephan Bergmann
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-15CFDataGetLength returns CFIndex, not longStephan Bergmann
2020-11-13tdf#123936 Formatting files in module avmedia with clang-formatPhilipp Hofer
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-10-21use tools::Long in accessibility..basctlNoel
2020-10-16Fix a confusion between UNOIDL long (i.e., sal_Int32) and C++ longStephan Bergmann
2020-10-02Use the new single-instance="true" attribute in avmediaStephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08tdf#34759 fix media player pausing when pressing time sliderMartin van Zijl
2020-09-07Use plain char osl_getAsciiFunctionSymbolStephan Bergmann
2020-09-04tdf#124176 Use #pragma once in avmediaGeorge Bateman
2020-09-02these constants can be local to the cxx fileNoel Grandin
2020-09-02convert MediaControlStyle to scoped enumNoel Grandin
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-07-16compact namespace: avmediaNoel Grandin
2020-07-15don't need to use prefix here anymoreNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens