Age | Commit message (Expand) | Author |
2021-07-26 | use officecfg for security options | Noel Grandin |
2021-07-12 | tdf#126665 Remember last used file picker directory | Samuel Mehrbrodt |
2021-06-18 | tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN | Armin Le Grand (Allotropia) |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-05-15 | unnecessary cast | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-06 | forward declare vcl::window in vcl/event.hxx | Caolán McNamara |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-13 | add PixelFormat enum that replaces bit count in Bitmap/BitmapEx | Tomaž Vajngerl |
2021-03-11 | use strong_int for item ids in vcl::ToolBox | Noel |
2021-03-09 | loplugin:refcounting (clang-cl) | Stephan Bergmann |
2021-02-26 | loplugin:refcounting in avmedia | Noel |
2021-02-23 | loplugin:refcounting in avmedia | Noel |
2021-02-18 | loplugin:referencecasting (macOS) | Stephan Bergmann |
2021-02-01 | cppcheck: missing getting current increment values | Caolán McNamara |
2021-01-27 | rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is gone | Caolán McNamara |
2021-01-27 | tdf#139609 avoid fetching unnecessary xid under gtk3 | Caolán McNamara |
2021-01-26 | use an accessor for SystemEnvData::aWindow | Caolán McNamara |
2021-01-26 | loplugin:passstuffbyref | Noel |
2021-01-21 | avmedia: add doc model for bitmap fill of slide narrations | Miklos Vajna |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-25 | Remove vlc part since experimental since 5 years | Julien Nabet |
2020-12-25 | avmedia: followup fix to 17aea7c41 | Chris Sherlock |
2020-12-19 | make *String(string_view) constructors explicit | Noel Grandin |
2020-12-15 | Related tdf#138888: fix assertion on avmedia/MediaControlBase | Julien Nabet |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-08 | remove more no longer needed OpenGL-related code | Luboš Luňák |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-25 | Player::processEvent return value is unused | Stephan Bergmann |
2020-11-25 | BITMAPINFOHEADER::biWidth,biHeight are of type LONG | Stephan Bergmann |
2020-11-16 | replace std::min(std::max()) with std::clamp | Noel |
2020-11-15 | CFDataGetLength returns CFIndex, not long | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module avmedia with clang-format | Philipp Hofer |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin |
2020-11-05 | tdf#42949 Fix new IWYU warnings in directories [ab]* | Gabor Kelemen |
2020-10-21 | use tools::Long in accessibility..basctl | Noel |
2020-10-16 | Fix a confusion between UNOIDL long (i.e., sal_Int32) and C++ long | Stephan Bergmann |
2020-10-02 | Use the new single-instance="true" attribute in avmedia | Stephan Bergmann |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-08 | tdf#34759 fix media player pausing when pressing time slider | Martin van Zijl |
2020-09-07 | Use plain char osl_getAsciiFunctionSymbol | Stephan Bergmann |
2020-09-04 | tdf#124176 Use #pragma once in avmedia | George Bateman |
2020-09-02 | these constants can be local to the cxx file | Noel Grandin |
2020-09-02 | convert MediaControlStyle to scoped enum | Noel Grandin |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-15 | remove constructor with plain Bitmap from Graphic, use BitmapEx | Tomaž Vajngerl |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |