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