- c8f149c framework: fix multiple-free in VclToolBarManager::Destroy() by Michael Stahl · 4 years, 9 months ago
- d3f2650 SolarMutexGuard::clear called twice where the 2nd call site should undo the 1st by Caolán McNamara · 4 years, 9 months ago
- d0f203e sfx2: try to fix lifecycle of SfxOfficeDispatch by Michael Stahl · 4 years, 9 months ago
- caa0bcc tdf#143047: When no properties for command, use those from item container by Mike Kaganski · 4 years, 10 months ago
- 5c56ee7 loplugin:unnecessaryreturn AddonsOptions_Impl by Noel Grandin · 4 years, 10 months ago
- 160a4852 dtd files are not xml files and shouldn't have xml headers by Caolán McNamara · 4 years, 10 months ago
- 086fa72 Resolves tdf#131817 - Option to globally switch toolbar locking on/off by Heiko Tietze · 4 years, 11 months ago
- 25a6485 fix leak in CppunitTest_framework_services by Noel Grandin · 4 years, 10 months ago
- d1dfb7d no need to allocate these separately by Noel Grandin · 4 years, 10 months ago
- 9090dc1 split OutputDevice from Window by Noel Grandin · 5 years ago
- e859bf8 loplugin:constmethod by Noel Grandin · 5 years ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- 857caa5 tdf#79049 speed up OOXML workbook load by Noel Grandin · 5 years ago
- 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
- 6002014 framework: allow loading a component on the main thread, using XDesktop by Miklos Vajna · 5 years ago
- 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
- c7c6f0a loplugin:stringadd convert chained append to + by Noel Grandin · 5 years ago
- a3843f1 tdf#141164: Add an expert config for WebDAV redirection detection by Mike Kaganski · 5 years ago
- ddd2639 drop mask from BitmapEx by Noel Grandin · 5 years ago
- 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
- cda30a9 Call forgotten Init in toolbarmanager by Szymon Kłos · 5 years ago
- 35dac3d convert some #define to OUStringLiteral by Noel Grandin · 5 years ago
- 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
- c689731 Fix typo in code by Andrea Gelmini · 5 years ago
- 6c6046a Avoid user interaction when determining recent documents' MIME types by Stephan Bergmann · 5 years ago
- 7c6605b Typos in code with variables containing "inital"->"initial" by Julien Nabet · 5 years ago
- e76a4d6 update PCHs by Luboš Luňák · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 07fd90c rtl::Static -> function local static by Noel Grandin · 5 years ago
- b5b27f0 Following 6fcabbd6199869753fd6a266f23901962a77f556 by Julien Nabet · 5 years ago
- 765e42d translation domain of sfx for .ui in framework doesn't look right by Caolán McNamara · 5 years ago
- e90a9b67 update pches by Caolán McNamara · 5 years ago
- 6fcabbd tdf#129153: Show MIME type icon in main menu File>Recent documents list by Bayram Çiçek · 5 years ago
- ac1aefd Extend ToolBarManager to build weld::Toolbar by Szymon Kłos · 5 years ago
- 58fd0b7 weld SubToolBarController by Szymon Kłos · 5 years ago
- a06f814 lok: remove frame action listener when disposing by Henry Castro · 5 years ago
- c7483d4 drop operator bool and operator! from Bitmap and BitmapEx by Noel · 5 years ago
- b624b13 loplugin:flatten by Noel · 5 years ago
- a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 90c978f tdf#124176 Use pragma once in f* by Vincent LE GARREC · 5 years ago
- a949322 use single-use attribute for ContextChangeEventMultiplexer by Noel Grandin · 5 years ago
- dfc3f0b use single-use attribute for GlobalAcceleratorConfiguration by Noel Grandin · 5 years ago
- cd596eb use single-use attribute for PathSettings by Noel Grandin · 5 years ago
- 1d7cc19 use single-use attribute for JobExecutor by Noel Grandin · 5 years ago
- bc22a79 use single-use attribute for AutoRecovery by Noel Grandin · 5 years ago
- a95abea use single-use attribute for TaskCreatorService by Noel Grandin · 5 years ago
- f86e20fa use single-use attribute for ModuleManager by Noel Grandin · 5 years ago
- b4ec5a9 use single-use attribute for SubstitutePathVariables by Noel Grandin · 5 years ago
- e3e7bc6 update pches by Caolán McNamara · 5 years ago
- 918dc4c use single-use attribute for StatusBarControllerFactory by Noel · 5 years ago
- b7d10f1 use single-use attribute for UICommandDescription by Noel · 5 years ago
- 8a68877 use single-use attribute for UICategoryDescription by Noel · 5 years ago
- ea00448 use single-use attribute for ToolbarControllerFactory by Noel · 5 years ago
- 109312f use single-use attribute for PopupMenuControllerFactory by Noel · 5 years ago
- ccef00e use single-use attribute for WindowStateConfiguration by Noel · 5 years ago
- 2167eda use single-use attribute for ModuleUIConfigurationManagerSupplier by Noel · 5 years ago
- f578479 use single-use attribute for UIElementFactoryManager by Noel · 5 years ago
- 22e4f7a use single-use attribute for WindowContentFactoryManager by Noel · 5 years ago
- c880d3e check for quit when calling Yield in loop by Noel Grandin · 5 years ago
- e1d0846 drop PNGReader and use only PngImageReader by Luboš Luňák · 5 years ago
- ce83d1f use preferred variant when window arg is null by Caolán McNamara · 5 years ago
- 1692998 use strong_int for item ids in vcl::ToolBox by Noel · 5 years ago
- 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
- c7b898d clean up some more dynamic/static casting by Noel · 5 years ago
- f34e8ab keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManager by Caolán McNamara · 5 years ago
- 098f4e8 tdf#116136 don't show status bar LangSelection control tool tip by Jim Raykowski · 5 years ago
- 9ccbf71 Fix null-pointer-use by Stephan Bergmann · 5 years ago
- 05d6dae loplugin:refcounting in sfx2 by Noel · 5 years ago
- 15b86b9 hide some FloatingWindow details by Caolán McNamara · 5 years ago
- 9ad76a2 allow use of FloatWinPopupFlags without including complete floatwin.hxx by Caolán McNamara · 5 years ago
- 2727209 dockwin.hxx doesn't need to include floatwin.hxx by Caolán McNamara · 5 years ago
- a9a350c1 tdf#139734 Remove redundant asserts after MacrosTest::loadFromDesktop by Moaz · 5 years ago
- a54ccd5 fill convert menu via the css::awt::XPopupMenu apis by Caolán McNamara · 5 years ago
- 897970c loplugin:refcounting in framework by Noel · 5 years ago
- 860b2d0 update pches by Caolán McNamara · 5 years ago
- 7767ff7 loplugin:referencecasting in editeng..framework by Noel · 5 years ago
- c950ded update pches by Caolán McNamara · 5 years ago
- 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
- 9430608 simplify code, use more subView() by Noel · 5 years ago
- 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
- c83166c loplugin:passstuffbyref by Noel · 5 years ago
- 1aa3129 avoid some ref-counting by Noel Grandin · 5 years ago
- 27cec4e lok: avoid expensive fetching of a property. by Michael Meeks · 5 years ago
- da2b2c9 tdf#139696 Use getToolboxId to set item id by Maxim Monastirsky · 5 years ago
- 3d3a0c4 tdf#139774 fix wrong use List Box icon in Combo Box right click menu by Rizal Muttaqin · 5 years ago
- 5d07a4f tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Vishwas · 5 years ago
- 117ecc9 fix coverity parse errors by Caolán McNamara · 5 years ago
- ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- 9013dc1 Simplify loplugin:stringviewparam comparison operator handling by Stephan Bergmann · 5 years ago
- a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
- e37e990 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by homeboy445 · 5 years ago
- 46c5de8 make *String(string_view) constructors explicit by Noel Grandin · 5 years ago
- 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
- 44c2689 Clean up some logging in passing by Tor Lillqvist · 5 years ago
- ce8a8e8 lock/unlock toolbar doesn't show an unticked checkbox by Caolán McNamara · 5 years ago
- db89f53 remove OpenGL VCL backend code by Luboš Luňák · 5 years ago
- 1ac4498 update pches by Caolán McNamara · 5 years ago
- e4c30ac convert EHistoryType to scoped enum by Noel · 5 years ago