1. 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
  2. 4c09f8e clang-tidy modernize-use-emplace in c* by Noel Grandin · 9 years ago
  3. 975d65e loplugin:constparams by Stephan Bergmann · 9 years ago
  4. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  5. e7c0bd4 error: ‘class configmgr::NodeMap’ has no member named ‘emplace’ by Caolán McNamara · 9 years ago
  6. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  7. f71a355 loplugin:constparams in configmgr,unotools by Noel Grandin · 9 years ago
  8. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  9. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  10. ec8c98f use more SAL_N_ELEMENTS part 3 by Noel Grandin · 9 years ago
  11. 74cf124 loplugin:salunicodeliteral: configmgr by Stephan Bergmann · 9 years ago
  12. e598c5f loplugin:cppunitassertequals: configmgr by Stephan Bergmann · 9 years ago
  13. 3a36cf4 loplugin:checkunusedparams in configmgr and vcl by Noel Grandin · 9 years ago
  14. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  15. 2489662 Clean up uses of SAL_U/SAL_W: configmgr by Stephan Bergmann · 9 years ago
  16. 50057a3 Introduce o3tl::string_view.hxx approximation of C++17 <string_view> by Stephan Bergmann · 9 years ago
  17. 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
  18. c88d5f0 data.xcd dead after tdf#46723 - enable configmgr unit tests by Noel Grandin · 9 years ago
  19. c4e7c26 Fix configmgr argument by Andrea Gelmini · 9 years ago
  20. c68ac77 cleanup double includes and declarations by Jochen Nitschke · 9 years ago
  21. 145accd tdf#106283: Registry settings are not read properly on Windows by Tamás Zolnai · 9 years ago
  22. 979e4b8 Revert "tdf#106283: Registry settings are not read properly on Windows" by Stephan Bergmann · 9 years ago
  23. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  24. 8cfda72 tdf#106283: Registry settings are not read properly on Windows by Tamás Zolnai · 9 years ago
  25. 12fc1d5 tdf#84323: Make osl::Condition::wait more readable by Fakabbir Amin · 9 years ago
  26. 8fc4aec convert ValueParser::State to scoped enum by Noel Grandin · 9 years ago
  27. 8dc38dd tdf#105447 Move accelerator to first letters in Help menu by Yousuf Philips · 9 years ago
  28. e5b0627 configmgr: add SAL_CONFIG_WINREG_RETAIN_TMP variable. by Michael Meeks · 9 years ago
  29. 8a16f66 makeAny->Any in canvas..configmgr by Noel Grandin · 9 years ago
  30. 5595ee7 loplugin:useuniqueptr by Stephan Bergmann · 9 years ago
  31. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  32. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  33. a90a481 loplugin: unnecessary destructor: comphelper..desktop by Noel Grandin · 9 years ago
  34. 75346b4 Kill the AutoPilotPresentations UNO command by Gabor Kelemen · 9 years ago
  35. 525311b Fix typos by Andrea Gelmini · 9 years ago
  36. 227d3d0 clang-cl loplugin: configmgr by Stephan Bergmann · 9 years ago
  37. 5f1a338 profilesafe: Multiple adaptions by Armin Le Grand · 9 years ago
  38. 35ec825 profilesafe: Add values for SecureUserConfig by Armin Le Grand · 10 years ago feature/profilesafemode
  39. 7db23b6 profilesafe: Collect copies in single *.pack file by Armin Le Grand · 10 years ago
  40. 9fa4eff profilesafe: Enhancements to BackupFileHelper by Armin Le Grand · 10 years ago
  41. ed646dc profilesafe: Initial creation of BackupFileHelper by Armin Le Grand · 10 years ago
  42. af652b8 tdf#95386 Remove remains of .uno:HelperDialog by Gabor Kelemen · 10 years ago
  43. 1e49e33 loplugin:constantparam in chart2..connectivity by Noel Grandin · 10 years ago
  44. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  45. 36d6503 Tell where the colon is missing in the exception message by Tor Lillqvist · 10 years ago
  46. 99cb0d3 configmgr: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  47. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  48. a465a96 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  49. 384c75b tdf#61396 Possibility to edit a template not in Template Repository by Akshay Deep · 10 years ago
  50. 198cba6 tdf#91781 A round of minor tweaks to Writer's menus by Yousuf Philips · 10 years ago
  51. 4722192 Convert XmlReader::Result to scoped enum by Noel Grandin · 10 years ago
  52. 6bda2bf Convert XmlReader::Text to scoped enum by Noel Grandin · 10 years ago
  53. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  54. 34499f0 Silence -Werror,-Wimplicit-fallthrough under NDEBUG by Stephan Bergmann · 10 years ago
  55. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  56. 4b3c211 Remove Edit -> Plug-in as no longer used by Bryan Quigley · 10 years ago
  57. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  58. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  59. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  60. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  61. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  62. f0070f5 Missing include by Stephan Bergmann · 10 years ago
  63. 89e0663 tdf#96099 fix trival typedefs, Path to std::vector<OUString> by Jakub Trzebiatowski · 10 years ago
  64. 8eef10a5 Let's use the iterator return by erase method (part b) by Julien Nabet · 10 years ago
  65. b38f58a tdf#97703 Removed empty setUp/tearDown methods by Chirag Manwani · 10 years ago
  66. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  67. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  68. a78f074 tdf#70998 Termchange: Graphic/Picture->Image by akki95 · 10 years ago
  69. 597e694 Fix typos by Andrea Gelmini · 10 years ago
  70. 41dde831 Kill remaining plugin bits by Maxim Monastirsky · 10 years ago
  71. c5458af loplugin:unusedfields in chart2 by Noel Grandin · 10 years ago
  72. aad80e0 cppcheck:useInitializationList by Noel Grandin · 10 years ago
  73. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  74. 047239d loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  75. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  76. e589f18 Replace a local functor in configmgr by a lambda. by Mario J. Rugiero · 10 years ago
  77. 5b8de53 loplugin:stringconstant: elide explicit ctor usage (manually due to macros) by Stephan Bergmann · 10 years ago
  78. 7cf6736 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  79. 59b072e yyyyy by Noel Grandin · 10 years ago
  80. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  81. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  82. cb4fa1d use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  83. fb3f7e2 Get this remove/re-add dance finally sorted out for good by Stephan Bergmann · 10 years ago
  84. c7e8f21 loplugin:unusedmethods by Noel Grandin · 10 years ago
  85. c20f48a configmgr/dconf: Simplify Fleet Commander write-back mode by Stephan Bergmann · 10 years ago
  86. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  87. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  88. ccf8bdc Create a wrapper to make listening for configmgr changes easy. by Michael Meeks · 11 years ago
  89. 6a370f5 configmgr: remove unused old dmake file by Miklos Vajna · 11 years ago
  90. 2ba0864 Revert function removal that breaks --enable-dconf by Stephan Bergmann · 11 years ago
  91. 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
  92. f68a27c Avoid false -Werror=maybe-uninitialized by Stephan Bergmann · 11 years ago
  93. 12c2bbc Report nil-valued localized property as such by Stephan Bergmann · 11 years ago
  94. b0f3024 cppcheck: noExplicitCopyMoveConstructor by Caolán McNamara · 11 years ago
  95. 2564ef9 Restored missing includes from source files. by Ashod Nakashian · 11 years ago
  96. 1b32ae5 Fix documentation by Stephan Bergmann · 11 years ago
  97. ec7329f configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/ by Stephan Bergmann · 11 years ago
  98. e96b8bd configmgr: support writing back to dconf (WIP) by Stephan Bergmann · 11 years ago
  99. 004ede2 dconf: Change the way set elements are encoded by Stephan Bergmann · 11 years ago
  100. 21e713a Handle dconf_client_new failure by Stephan Bergmann · 11 years ago