summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2022-01-17tdf#145538 - Use range based for loopsVaibhavMalik41871-7/+7
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen2-1/+2
2022-01-05Disable epoxy test with --disable-guiJan-Marek Glogowski1-2/+0
2022-01-02avmedia : use std::mutex instead of osl::MutexArnaud Versini3-13/+16
2021-12-21Keep GUI with --enable-avmedia and --disable-guiJan-Marek Glogowski1-1/+1
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski4-11/+11
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-28/+28
2021-12-21no need to take solar mutex hereNoel Grandin1-5/+0
2021-12-21Introduce sal::systools::COMReference::TryCoCreateInstanceMike Kaganski2-2/+2
2021-12-20Use more sal::systools::COMReferenceMike Kaganski3-79/+23
2021-12-18use more cppu::BaseMutexNoel Grandin2-4/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann4-4/+4
2021-12-04Fix --disable-(avmedia|scripting)TheRock Builder1-5/+5
2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski3-112/+17
2021-11-17loplugin:stringliteraldefine in avmediaNoel Grandin4-15/+14
2021-11-16Drop redundant 'using rtl::OUString'Mike Kaganski1-2/+0
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-3/+3
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-5/+5
2021-10-28Prepare for removal of non-const operator[] from Sequence in avmediaMike Kaganski2-16/+15
2021-10-27Add support for macOS SDK 12.0Stephan Bergmann1-0/+2
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-9/+7
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin3-12/+12
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-4/+4
2021-08-06fix --disable-avmedia clang-plugins warningsCaolán McNamara1-2/+3
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-2/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin6-11/+11
2021-07-26use officecfg for security optionsNoel Grandin1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-1/+1
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-05-15unnecessary castNoel Grandin1-7/+7
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