1. 2845df5 Extend ToolBarManager to build weld::Toolbar by Szymon Kłos · 5 years ago
  2. ff3f94b weld SubToolBarController by Szymon Kłos · 5 years ago
  3. 8f1d63d check for quit when calling Yield in loop by Noel Grandin · 5 years ago
  4. 129a42f lok: avoid expensive fetching of a property. by Michael Meeks · 5 years ago
  5. f0d5a8b [cp] Remove Help - Donate to LibreOffice menu item by Andras Timar · 8 years ago
  6. 576f561 Use branding here by Mike Kaganski · 5 years ago
  7. 735cb2d tdf#139774 fix wrong use List Box icon in Combo Box right click menu by Rizal Muttaqin · 5 years ago
  8. 9576549 lock/unlock toolbar doesn't show an unticked checkbox by Caolán McNamara · 5 years ago
  9. 8ef6067 loplugin:stringviewparam check methods too by Noel · 5 years ago
  10. bf4bbc3 replace std::max(std::min()) with std::clamp by Noel · 5 years ago
  11. 49494bb tdf#123936 Formatting files in module framework with clang-format by Philipp Hofer · 5 years ago
  12. f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  13. a5389cb tdf#42949 Fix new IWYU warnings in directories [e-f]* by Gabor Kelemen · 5 years ago
  14. c74f614 Fix 64-bit --disable-pch build on Windows by Mike Kaganski · 5 years ago
  15. 93c64a6 loplugin:stringview by Noel · 5 years ago
  16. 941f2c8 convert more long -> tools::Long by Noel · 5 years ago
  17. 58f755f Windows 7 support is already supported by Mike Kaganski · 5 years ago
  18. a0eab90 toolbox always has flat style by Noel Grandin · 5 years ago
  19. 7a896f1 use officecfg for Experimental flag by Noel Grandin · 5 years ago
  20. 31763e5 Resolves tdf#137607 and tdf#137500 - Improvements to TotD by Heiko Tietze · 5 years ago
  21. 700a833 long->tools::Long in forms..framework by Noel · 5 years ago
  22. 87c90ce fix some *printf which are using "%l" ie. long specifiers by Noel · 5 years ago
  23. cf0ed4f More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointer by Stephan Bergmann · 5 years ago
  24. 85467e7 tdf#137356 framework: fix opening the same document twice for long loads by Miklos Vajna · 5 years ago
  25. eac4526 loplugin:reducevarscope in framework by Noel · 6 years ago
  26. 48f3ee2 Fix typo by Andrea Gelmini · 6 years ago
  27. 07b399e framework: lock the solar mutex in loadComponentFromURL() with OnMainThread by Miklos Vajna · 6 years ago
  28. 72fd000 update pches by Caolán McNamara · 6 years ago
  29. 8de58b6f lok: make labels and tooltips translated for commands by Szymon Kłos · 6 years ago
  30. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  31. 9a8ae4a replace sal_IntPtr with simple integer type by Caolán McNamara · 6 years ago
  32. de25ba9 Remove some obsolete comments by Maxim Monastirsky · 6 years ago
  33. a3ca360 Related: tdf#130445 Fix custom icon scale check by Maxim Monastirsky · 6 years ago
  34. 8ef781e tdf#130445 Use actual icon size by Maxim Monastirsky · 6 years ago
  35. db37d8b loplugin:singlevalfields by Noel Grandin · 6 years ago
  36. af1e773 loplugin:constantparam by Noel Grandin · 6 years ago
  37. f1a7b82 Pass correct module id and dispatch provider to the window menu by Maxim Monastirsky · 6 years ago
  38. 34a09c9 MenuBarManager: Simplify module id handling by Maxim Monastirsky · 6 years ago
  39. 94a7a71 MenuBarManager: Actually use xPopupMenuDispatchProvider by Maxim Monastirsky · 6 years ago
  40. 34f37ce MenuBarManager: Simplify addon menu creation by Maxim Monastirsky · 6 years ago
  41. 49e0081 MenuBarManager: Set command name for addon submenu item by Maxim Monastirsky · 6 years ago
  42. 765d57f Fix typo in code by Andrea Gelmini · 6 years ago
  43. 01b91d15 Fix typo in code by Andrea Gelmini · 6 years ago
  44. 3e4968e Remove remains of private:image/ via ImageIdentifier addon property by Maxim Monastirsky · 6 years ago
  45. 15d655f Related: tdf#107548 Make sure embedded images have higher priority by Maxim Monastirsky · 6 years ago
  46. 74123ac loplugin:unusedfields by Noel Grandin · 6 years ago
  47. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  48. a486fd9 Use ToolBarMerger::IsCorrectContext by Maxim Monastirsky · 6 years ago
  49. 3a46e40 MenuBarManager: Extract the window list to own controller by Maxim Monastirsky · 6 years ago
  50. 03fe80f Command icon changes not reflected in menus by Maxim Monastirsky · 6 years ago
  51. e9fc3f6 Don't pass ResourceURL unconditionally by Maxim Monastirsky · 6 years ago
  52. 2ded9c2 Resolves: tdf#135965 blank helpids for EditControl children by Caolán McNamara · 6 years ago
  53. 3789257 Base addon toolbars on the regular ToolBarManager by Maxim Monastirsky · 6 years ago
  54. c87da65 tdf#107548 Use ImageSmallURL for small icons by Maxim Monastirsky · 6 years ago
  55. 0be225f Fix typos by Andrea Gelmini · 6 years ago
  56. c9a0cbc Fix typos by Andrea Gelmini · 6 years ago
  57. 1cbbf63 Always prefer Value over ResourceURL by Maxim Monastirsky · 6 years ago
  58. 83ac9db Use ToolBox::GetImageSize by Maxim Monastirsky · 8 years ago
  59. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  60. 7bb20ab One toolbar generic controller is enough by Maxim Monastirsky · 6 years ago
  61. c5301f2 Replace MenuToolbarController with the usual approach for menu buttons by Maxim Monastirsky · 6 years ago
  62. 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
  63. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  64. 3239708 Simplify toolbar mode switching by Maxim Monastirsky · 6 years ago
  65. c2b655b Menu methods take item id not position by Maxim Monastirsky · 6 years ago
  66. cda88ec loplugin:simplifybool a little more aggressive by Noel Grandin · 6 years ago
  67. 789f679 tdf#134887 NewToolbarController: Use different icons for extra large by Maxim Monastirsky · 6 years ago
  68. 6e35794 terminate XDesktop properly in unit tests by Noel Grandin · 6 years ago
  69. a6859a1 replace and drop SvtCompatibilityViewOptions by Caolán McNamara · 6 years ago
  70. 2446fdb tdf#134887 Rework last item handling in NewToolbarController by Maxim Monastirsky · 6 years ago
  71. 9d54886 move getUIRootDir to AllSettings by Caolán McNamara · 6 years ago
  72. c766178 TODo -> TODO by Caolán McNamara · 6 years ago
  73. 84522fc merge duplicate GetFocus implementations by Caolán McNamara · 6 years ago
  74. bb47ca1 Revert "configure: add a --with-product-flavor switch" by Heiko Tietze · 6 years ago
  75. db470e2 Revert "Disable flavour in title bar for Linux." by Heiko Tietze · 6 years ago
  76. da7489e compact namespace decl by Noel Grandin · 6 years ago
  77. 8611787 Removed duplicated include by Andrea Gelmini · 6 years ago
  78. b050b7e update pches by Caolán McNamara · 6 years ago
  79. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  80. c435ee5 framework: create instances with uno constructors by Noel Grandin · 6 years ago
  81. 6653107 clean up macro usage by Noel Grandin · 6 years ago
  82. 1a90b1a framework: create instances with uno constructors by Noel Grandin · 6 years ago
  83. 71227e2 framework: create instances with uno constructors by Noel Grandin · 6 years ago
  84. ca46feb make some symbols private by Noel Grandin · 6 years ago
  85. eccb763 Removed duplicated include by Andrea Gelmini · 6 years ago
  86. 95cfa85 adjust FormattedSpinButton to be driven by an EntryFormatter by Caolán McNamara · 6 years ago
  87. e3adb51 reduce number of framework libraries by Noel Grandin · 6 years ago
  88. d70da0b reduce number of framework libraries by Noel Grandin · 6 years ago
  89. 6ddd867 Disable flavour in title bar for Linux. by Michael Meeks · 6 years ago
  90. c540483 configure: add a --with-product-flavor switch by Miklos Vajna · 6 years ago
  91. ae662de Upcoming improved loplugin:staticanonymous -> redundantstatic: framework by Stephan Bergmann · 6 years ago
  92. 61fcf83 Call framework::Desktop::shutdown directly by Stephan Bergmann · 6 years ago
  93. db3b0dd loplugin:unusedfields by Noel Grandin · 6 years ago
  94. 9294b76 loplugin:unusedmethods by Noel Grandin · 6 years ago
  95. a4eebe2 drop unnecessary include by Caolán McNamara · 6 years ago
  96. dc960e3 weld FixedTextControl by Caolán McNamara · 6 years ago
  97. a6862a2 tdf#134106: Get rid of XDesktopInternal again by Stephan Bergmann · 6 years ago
  98. b08292b weld FixedImageControl by Caolán McNamara · 6 years ago
  99. 8f15695 use underlying BitmapEx by Caolán McNamara · 6 years ago
  100. d1e8831 improve tab traversal in addons with native widgets by Caolán McNamara · 6 years ago