Age | Commit message (Expand) | Author |
2023-03-24 | loplugin:stringadd in c* | Noel Grandin |
2023-03-16 | tdf#143148: Use pragma once instead of include guards | Uday Sharma |
2023-03-15 | Bump dconf minimum version requirement | Stephan Bergmann |
2023-02-23 | unlock during dispose in configmgr::configuration_provider::Service | Noel Grandin |
2023-02-21 | fix locking in configmgr::configuration_provider::Service | Noel Grandin |
2023-02-21 | BaseMutex->std::mutex in configmgr::configuration_provider::Service | Noel Grandin |
2023-02-17 | Verify that zh-Hant-TW locale works in configmgr as intended | Stephan Bergmann |
2023-02-17 | Verify that es-419 locale works in configmgr as intended | Stephan Bergmann |
2023-02-17 | Try an override locale as first fallback | Eike Rathke |
2023-02-16 | Do not add empty language tag to fallback strings | Eike Rathke |
2023-02-16 | Improve testLocalizedProperty | Stephan Bergmann |
2023-02-15 | Use the (first segment of the) original locale value for the workaround again | Stephan Bergmann |
2023-02-15 | Add a rudimentary test for localized properties | Stephan Bergmann |
2023-02-15 | Remove unused configmgr/qa/unit/urebootstrap.ini | Stephan Bergmann |
2023-02-02 | osl::Mutex->std::mutex in configmgr::read_write_access::Service | Noel Grandin |
2023-02-02 | osl::Mutex->std::mutex in configmgr::read_only_access::Service | Noel Grandin |
2023-01-23 | XUnoTunnel->dynamic_cast in configmgr::ChildAccess | Noel Grandin |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-27 | Revert some string_view pessimization | Stephan Bergmann |
2022-09-27 | use more string_view in accessibility..configmgr | Noel Grandin |
2022-09-15 | Clean up color scheme migration | Stephan Bergmann |
2022-09-13 | Migrating product name related color schemes between different versions | Balazs Varga |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-05-23 | clang-tidy modernize-pass-by-value in configmgr | Noel Grandin |
2022-05-17 | Revert "use boost::flat_map in config_map" | Tor Lillqvist |
2022-05-15 | use boost::flat_map in config_map | Noel Grandin |
2022-05-12 | elide temporary std::vector in Access::getElementNames | Noel Grandin |
2022-05-11 | avoid some ref-counting traffic in configmgr::Access:getNameInternal | Noel Grandin |
2022-04-26 | Adapt function's interface to change from OUString to std::u16string_view | Stephan Bergmann |
2022-04-13 | use more string_view in configmgr | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-11 | use more string_view | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-02-08 | Extend loplugin:stringview to O[U]StringBuffer::toString | Stephan Bergmann |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-12-21 | loplugin:flatten in canvas..cui | Noel Grandin |
2021-12-14 | tdf#81146: try to make saving registrymodifications.xcu more robust | Mike Kaganski |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-23 | fix configmgr --enable-dconf build | Caolán McNamara |
2021-11-21 | osl::Mutex->std::mutex in configuration_registry | Noel Grandin |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in configmgr | Mike Kaganski |
2021-10-15 | loplugin:stringview (clang-cl) | Stephan Bergmann |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-09-17 | Some more uses of rtl_math_(u)StringToDouble | Stephan Bergmann |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-08-15 | Avoid computing LanguageTag fallbacks several hundred times | Eike Rathke |
2021-08-11 | no need to allocate changedValue_ separately | Noel Grandin |