1. 3ff66d4 Simplify implementation of getTypeByHierarchicalName by Stephan Bergmann · 2 years, 4 months ago
  2. 8ac9ef8 Simplify description/type parsing a bit by Stephan Bergmann · 2 years, 4 months ago
  3. 0665409 asan: fix read of uninitialised value by Noel Grandin · 2 years, 5 months ago
  4. a91892ec Use existing types, instead of strings by Samuel Mehrbrodt · 2 years, 5 months ago
  5. 8ef2b4b Extended loplugin:ostr: configmgr by Stephan Bergmann · 2 years, 5 months ago
  6. 700ac29 Use proper type in expert config dialog by Samuel Mehrbrodt · 2 years, 6 months ago
  7. db3078b tdf#157431 Show description for expert config items by Samuel Mehrbrodt · 2 years, 7 months ago
  8. 0e08992 reduce ref-counting traffic in configmgr by Noel Grandin · 2 years, 5 months ago
  9. 300763d reduce reference counting traffic in configmgr by Noel Grandin · 2 years, 5 months ago
  10. 826d673 Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: configmgr by Stephan Bergmann · 2 years, 6 months ago
  11. af8ee87 SAL_WARN->SAL_INFO in Access::getChild by Noel Grandin · 2 years, 7 months ago
  12. 8e9b3ab Make sure that root listeners are notified first by Mike Kaganski · 2 years, 9 months ago
  13. bc70f67 Use getXWeak in configmgr by Mike Kaganski · 3 years ago
  14. e810bd2b merge some stringadds by Noel Grandin · 2 years, 11 months ago
  15. 72b869d Fix CppunitTest_configmgr_unit for --disable-report-builder by Stephan Bergmann · 2 years, 11 months ago
  16. abd630e Allow all hierarchical path segments to be ['...'] quoted by Stephan Bergmann · 2 years, 11 months ago
  17. a33922e optimise find/insert calls to maps by Noel Grandin · 3 years ago
  18. 7c36c5f Some missing XServiceInfo implementations by Stephan Bergmann · 3 years ago
  19. 637ccee loplugin:stringadd in c* by Noel Grandin · 3 years ago
  20. 0d8d0fb tdf#143148: Use pragma once instead of include guards by Uday Sharma · 3 years, 2 months ago
  21. e149f03 Bump dconf minimum version requirement by Stephan Bergmann · 3 years, 1 month ago
  22. 12c00ca unlock during dispose in configmgr::configuration_provider::Service by Noel Grandin · 3 years, 1 month ago
  23. 0019478 fix locking in configmgr::configuration_provider::Service by Noel Grandin · 3 years, 1 month ago
  24. a61951a BaseMutex->std::mutex in configmgr::configuration_provider::Service by Noel Grandin · 3 years, 2 months ago
  25. 302a22c Verify that zh-Hant-TW locale works in configmgr as intended by Stephan Bergmann · 3 years, 2 months ago
  26. c5d1103 Verify that es-419 locale works in configmgr as intended by Stephan Bergmann · 3 years, 2 months ago
  27. b52117c Try an override locale as first fallback by Eike Rathke · 3 years, 2 months ago
  28. a9b9730 Do not add empty language tag to fallback strings by Eike Rathke · 3 years, 2 months ago
  29. e2cd6fc Improve testLocalizedProperty by Stephan Bergmann · 3 years, 2 months ago
  30. c3bd52f Use the (first segment of the) original locale value for the workaround again by Stephan Bergmann · 3 years, 2 months ago
  31. 847f9b4 Add a rudimentary test for localized properties by Stephan Bergmann · 3 years, 2 months ago
  32. c8003c4 Remove unused configmgr/qa/unit/urebootstrap.ini by Stephan Bergmann · 3 years, 2 months ago
  33. 1752390 osl::Mutex->std::mutex in configmgr::read_write_access::Service by Noel Grandin · 3 years, 2 months ago
  34. 90ff8cc osl::Mutex->std::mutex in configmgr::read_only_access::Service by Noel Grandin · 3 years, 2 months ago
  35. 3f11b3c XUnoTunnel->dynamic_cast in configmgr::ChildAccess by Noel Grandin · 3 years, 2 months ago
  36. 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
  37. 5c425ca Revert some string_view pessimization by Stephan Bergmann · 3 years, 6 months ago
  38. 0a7eac8 use more string_view in accessibility..configmgr by Noel Grandin · 3 years, 6 months ago
  39. 7f04bb3 Clean up color scheme migration by Stephan Bergmann · 3 years, 7 months ago
  40. 583ea85 Migrating product name related color schemes between different versions by Balazs Varga · 3 years, 7 months ago
  41. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  42. bc6e6fe elide some makeStringAndClear() calls by Noel Grandin · 3 years, 9 months ago
  43. be9a394 clang-tidy modernize-pass-by-value in configmgr by Noel Grandin · 3 years, 11 months ago
  44. c400311 Revert "use boost::flat_map in config_map" by Tor Lillqvist · 3 years, 11 months ago
  45. cc4325f use boost::flat_map in config_map by Noel Grandin · 3 years, 11 months ago
  46. cf954c7 elide temporary std::vector in Access::getElementNames by Noel Grandin · 4 years ago
  47. 52a0f9e avoid some ref-counting traffic in configmgr::Access:getNameInternal by Noel Grandin · 4 years ago
  48. b1c80b5 Adapt function's interface to change from OUString to std::u16string_view by Stephan Bergmann · 4 years ago
  49. 902e81b use more string_view in configmgr by Noel Grandin · 4 years ago
  50. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  51. 6fc3dfd use more string_view by Noel Grandin · 4 years ago
  52. 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
  53. b01e048 Extend loplugin:stringview to O[U]StringBuffer::toString by Stephan Bergmann · 4 years, 2 months ago
  54. 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  55. 2529893 loplugin:flatten in canvas..cui by Noel Grandin · 4 years, 4 months ago
  56. a5167ae tdf#81146: try to make saving registrymodifications.xcu more robust by Mike Kaganski · 4 years, 4 months ago
  57. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  58. 62924b9 fix configmgr --enable-dconf build by Caolán McNamara · 4 years, 4 months ago
  59. 7ef421d osl::Mutex->std::mutex in configuration_registry by Noel Grandin · 4 years, 5 months ago
  60. 0787aea Prepare for removal of non-const operator[] from Sequence in configmgr by Mike Kaganski · 4 years, 5 months ago
  61. 27454bc loplugin:stringview (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  62. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  63. a6db897 Some more uses of rtl_math_(u)StringToDouble by Stephan Bergmann · 4 years, 7 months ago
  64. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  65. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  66. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  67. 6c4ff1d Avoid computing LanguageTag fallbacks several hundred times by Eike Rathke · 4 years, 8 months ago
  68. da40449 no need to allocate changedValue_ separately by Noel Grandin · 4 years, 8 months ago
  69. 55d47fd Revert "simplify locking in configmgr" by Noel Grandin · 4 years, 9 months ago
  70. 7f7dad7 simplify locking in configmgr by Noel Grandin · 4 years, 9 months ago
  71. 141f3e1 Directly partly initialize vector in access.cxx by Julien Nabet · 5 years ago
  72. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  73. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  74. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  75. 07fd90c rtl::Static -> function local static by Noel Grandin · 5 years ago
  76. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  77. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  78. 4cf54b8 Mark workaround as fixed upstream by Stephan Bergmann · 5 years ago
  79. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  80. 779e20e loplugin:referencecasting in configmgr by Noel · 5 years ago
  81. c950ded update pches by Caolán McNamara · 5 years ago
  82. 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
  83. 117ecc9 fix coverity parse errors by Caolán McNamara · 5 years ago
  84. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  85. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  86. 1ac4498 update pches by Caolán McNamara · 5 years ago
  87. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  88. e8227dc loplugin:stringview (clang-cl) by Stephan Bergmann · 5 years ago
  89. 9d26fbe Make it clear again what the comment appertains to by Stephan Bergmann · 5 years ago
  90. 5ed43eb tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by gozeloglu · 5 years ago
  91. 315f270 tdf#123936 Formatting files in module configmgr with clang-format by Philipp Hofer · 5 years ago
  92. f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  93. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  94. b4ddb57 Use the new single-instance="true" attribute in configmgr by Stephan Bergmann · 6 years ago
  95. 02a78de Fix typo in code by Andrea Gelmini · 6 years ago
  96. 6efb746 tdf#124176 Use #pragma once in configmgr by George Bateman · 6 years ago
  97. dd6db74 inline some use-once typedefs by Noel Grandin · 6 years ago
  98. e547772 loplugin:flatten in configmgr..i18nutil by Noel Grandin · 6 years ago
  99. dfc28be configmgr: Use a proper LanguageTag-based locale fallback mechanism. by Jan Holesovsky · 6 years ago
  100. bf36f5b compact namespace: connectivity by Noel Grandin · 6 years ago