Age | Commit message (Expand) | Author |
2021-08-05 | drop unneeded forward declare | Caolán McNamara |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-30 | osl::Mutex->std::mutex in DispatchHelper | Noel Grandin |
2021-07-27 | use officecfg for SvtHistoryOptions | Noel Grandin |
2021-07-26 | simplify SvtDynamicMenuOptions | Noel Grandin |
2021-07-26 | use officecfg for menu options | Noel Grandin |
2021-07-23 | use officecfg to retrieve DisableUICustomization | Noel Grandin |
2021-07-22 | osl::Mutex->std::mutex in StatusIndicatorFactory | Noel Grandin |
2021-07-20 | framework: fix multiple-free in VclToolBarManager::Destroy() | Michael Stahl |
2021-07-19 | merge ModuleImageManager into ImageManager | Noel Grandin |
2021-07-15 | lok: include the label of the status indicator | Henry Castro |
2021-07-13 | framework, sfx2: catch more exceptions when the object is already disposed | Miklos Vajna |
2021-07-08 | make SetParentToDefaultWindow available from vcl only | Caolán McNamara |
2021-07-08 | SolarMutexGuard::clear called twice where the 2nd call site should undo the 1st | Caolán McNamara |
2021-07-07 | tdf#132740 improve TagWindowAsModified | Noel Grandin |
2021-06-30 | sfx2: try to fix lifecycle of SfxOfficeDispatch | Michael Stahl |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-26 | loplugin:finalclasses in framework | Noel Grandin |
2021-06-25 | tdf#143047: When no properties for command, use those from item container | Mike Kaganski |
2021-06-18 | hold SvtSysLocale for lifetime of returned GetUILanguageTag reference | Caolán McNamara |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-06-15 | remove some unnecessary LanguageType copies | Noel Grandin |
2021-06-15 | vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx | Chris Sherlock |
2021-06-10 | loplugin:unnecessaryreturn AddonsOptions_Impl | Noel Grandin |
2021-06-09 | dtd files are not xml files and shouldn't have xml headers | Caolán McNamara |
2021-06-08 | Resolves tdf#131817 - Option to globally switch toolbar locking on/off | Heiko Tietze |
2021-06-01 | fix leak in CppunitTest_framework_services | Noel Grandin |
2021-05-31 | no need to allocate these separately | Noel Grandin |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-05 | loplugin:constmethod | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-30 | tdf#79049 speed up OOXML workbook load | Noel Grandin |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-28 | framework: allow loading a component on the main thread, using XDesktop | Miklos Vajna |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-27 | tdf#141164: Add an expert config for WebDAV redirection detection | Mike Kaganski |
2021-04-26 | drop mask from BitmapEx | Noel Grandin |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-22 | Call forgotten Init in toolbarmanager | Szymon Kłos |
2021-04-19 | convert some #define to OUStringLiteral | Noel Grandin |
2021-04-15 | loplugin:stringliteralvar look for assignments | Noel Grandin |
2021-04-10 | Fix typo in code | Andrea Gelmini |
2021-04-09 | Avoid user interaction when determining recent documents' MIME types | Stephan Bergmann |
2021-04-08 | Typos in code with variables containing "inital"->"initial" | Julien Nabet |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |