1. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  2. f08d014 Fix css.awt.XSystemDependentMenuPeer.getMenuHandle by Stephan Bergmann · 10 years ago
  3. f1132fd SystemMenuData::nSize is never read by Stephan Bergmann · 10 years ago
  4. f53615d Don't wrongly redefine SystemMenuData by Stephan Bergmann · 10 years ago
  5. 5da5076 Unify menu-based toolbar controllers by Maxim Monastirsky · 10 years ago
  6. 27bdc70 Toolbar: Refactor insert toolitem code by Samuel Mehrbrodt · 10 years ago
  7. ced83de Remove leftover break. by Jan Holesovsky · 10 years ago
  8. cb4177b Remove unused toolbaritem properties by Samuel Mehrbrodt · 10 years ago
  9. d9e6270 loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
  10. 81ff7cf tdf#95845 Add methods for menu labels to CommandInfoProvider by Samuel Mehrbrodt · 10 years ago
  11. 0c48c80 tdf#95845 Use CommandInfoProvider to receive command properties by Samuel Mehrbrodt · 10 years ago
  12. 16f85dc Remove unused methods by Samuel Mehrbrodt · 10 years ago
  13. 38839ae Remove the ability to set tooltips in the toolbar xml files by Samuel Mehrbrodt · 10 years ago
  14. 40fa838 Move CommandInfoProvider to vcl and use it from there by Samuel Mehrbrodt · 10 years ago
  15. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  16. 099f101 Cleanup: Consolidate the different ways to get command labels/tooltips by Samuel Mehrbrodt · 10 years ago
  17. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  18. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  19. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  20. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  21. 6105812 Toolbar: Use 'Name', not 'Label' property for Toolbar items by Samuel Mehrbrodt · 10 years ago
  22. da1f782 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  23. 9c2f197 Add a new TooltipLabel property for uno commands by Samuel Mehrbrodt · 10 years ago
  24. 1a494d9 Windows header sanitization by Ashod Nakashian · 10 years ago
  25. d7801c3 Namespace cleanup and disambiguation by Ashod Nakashian · 10 years ago
  26. a133053 tdf#93837 Create Thesaurus popup menu controller by Maxim Monastirsky · 10 years ago
  27. 737555e tdf#93837 Add a new PopupLabel property by Maxim Monastirsky · 10 years ago
  28. 1459f12 framework: boost::ptr_vector->std::vector<std::unique_ptr> by Noel Grandin · 10 years ago
  29. aef8a59 framework: boost::ptr_vector->std::vector<std::unique_ptr> by Noel Grandin · 10 years ago
  30. ea2ae02 framework: boost::ptr_vector->std::vector<std::unique_ptr> by Noel Grandin · 10 years ago
  31. 53f66fa Fix NotebookBar not showing up when directly opening a document by Samuel Mehrbrodt · 10 years ago
  32. eb7d8de loplugin:nullptr (automatic rewrite; Mac-specific code) by Stephan Bergmann · 10 years ago
  33. 06c5c63 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  34. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  35. c5376ef loplugin:stringconstant: elide explicit ctor usage (manually due to macros) by Stephan Bergmann · 10 years ago
  36. 69ef5d4 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  37. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  38. ff3b3be java: make inner classes static where possible by Noel Grandin · 10 years ago
  39. 59b072e yyyyy by Noel Grandin · 10 years ago
  40. 72e426c Tweak MenuBarManager a bit for use with context menus by Maxim Monastirsky · 10 years ago
  41. 0c6305a Support of popupmenu resource type by Maxim Monastirsky · 10 years ago
  42. 4b3b605 Fix license header by Stephan Bergmann · 10 years ago
  43. 97a392a fix build by Noel Grandin · 10 years ago
  44. 7408498 loplugin:stringconstant by Noel Grandin · 10 years ago
  45. 5797d29 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  46. 0e65449 no need to be so verbose in constructing uno::Reference by Noel Grandin · 10 years ago
  47. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  48. 7cdbde4 Initialize Sequence<beans::NamedValue> from initializer_lists by Noel Grandin · 10 years ago
  49. 20635ed9 Reduce scope of #include <tools/stream.hxx> by Matteo Casalin · 10 years ago
  50. d7f3eed afl-eventtesting: improve event testing exit by Caolán McNamara · 10 years ago
  51. b34f032 impl_mergeMediaDescriptorWithMightExistingModelArgs is a sick function name. by Jan Holesovsky · 10 years ago
  52. b6b8ef2 afl-eventtesting: shutdown cleaner to allow things to deregister by Caolán McNamara · 10 years ago
  53. d85f455 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  54. 71b4afd loplugin:defaultparams by Stephan Bergmann · 10 years ago
  55. 14bf708 convert "continue" flag to an enum by Noel Grandin · 10 years ago
  56. afc9d56 1327208 UwF: Unwritten field by Noel Grandin · 10 years ago
  57. 0e8a40e calling IsSet() before Call() on Link<> is unnecessary by Noel Grandin · 10 years ago
  58. 8c10140 vcl: Initial NotebookBar implementation. by Jan Holesovsky · 12 years ago
  59. d191d1f com::sun::star->css in framework by Noel Grandin · 10 years ago
  60. 2e0b989 tdf#94042 Change autorecovery & autosave to 10 minutes by Yousuf Philips · 11 years ago
  61. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  62. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  63. 4855e78 full fill mostly fulfill by Caolán McNamara · 11 years ago
  64. 687bba7 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  65. dff288c loplugin:mergedclasses by Noel Grandin · 11 years ago
  66. b700e34 loplugin:mergeclasses by Noel Grandin · 11 years ago
  67. 3fbc3ad loplugin:mergeclasses by Noel Grandin · 11 years ago
  68. 6fbbb85 loplugin:mergeclasses by Noel Grandin · 11 years ago
  69. b981473 loplugin:mergeclasses by Noel Grandin · 11 years ago
  70. 973961a loplugin:mergeclasses by Noel Grandin · 11 years ago
  71. 4c2339d simplify by Maxim Monastirsky · 11 years ago
  72. fedf965 Related: tdf#91097 Support of enum commands in MenuBarManager by Maxim Monastirsky · 11 years ago
  73. a0649f3 Fix typos by Andrea Gelmini · 11 years ago
  74. 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
  75. a18fc91 Fix typos by Andrea Gelmini · 11 years ago
  76. a50539e Fix typos by Andrea Gelmini · 11 years ago
  77. eab0904 Fix typos by Andrea Gelmini · 11 years ago
  78. ac9671f tdf#94559: second step to remove rtti.hxx by Oliver Specht · 11 years ago
  79. c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
  80. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  81. e124cd5 XFrame parameter to SetMenuBar() is actually never used. by Jan Holesovsky · 11 years ago
  82. cc5843d framework: remove obsolete Linux libc5 support by Michael Stahl · 11 years ago
  83. c6726bd make gnumeric xml a real LibreOffice filter format by Markus Mohrhard · 11 years ago
  84. 6d8124e convert Link<> to typed by Noel Grandin · 11 years ago
  85. 599fab4 hide ScopedPtr::reset and add disposeAndClear by Caolán McNamara · 11 years ago
  86. 1e67e94 convert Link<> to typed by Noel Grandin · 11 years ago
  87. 1a83f30 sw: implement per-view LOK_CALLBACK_TEXT_SELECTION by Miklos Vajna · 11 years ago
  88. 99bfc36 convert Link<> to typed by Noel Grandin · 11 years ago
  89. b1326ec tdf#76197 Make OfficeMenuBar work again in the start center by Maxim Monastirsky · 11 years ago
  90. 3a00aae boost->std by Caolán McNamara · 11 years ago
  91. 4890dd0 tdf#94198 Printer missing from tooltip by Samuel Mehrbrodt · 11 years ago
  92. 9823652 convert Link<> to typed by Noel Grandin · 11 years ago
  93. e0714ae convert Link<> to typed by Noel Grandin · 11 years ago
  94. 9a1e22d Replace snwprintf with _snwprintf by David Ostrovsky · 11 years ago
  95. 0cfd6e7 Advertise GL rendering in frame titles in dbgutil mode. by Michael Meeks · 11 years ago
  96. 03be785 framework: yet another WeakImplHelper<XPropertySetInfo> dupcliate by Michael Stahl · 11 years ago
  97. bf237ce valgrind: silence worrying invalid pthread lock/unlock warnings on exit by Caolán McNamara · 11 years ago
  98. 9af2732 convert Link<> to typed by Noel Grandin · 11 years ago
  99. 24d90b8 convert Link<> to typed by Noel Grandin · 11 years ago
  100. 37a6fdf loplugin:stringconstant also for cases using char const v[] = "..." by Stephan Bergmann · 11 years ago