summaryrefslogtreecommitdiffstats
path: root/framework/source
Commit message (Expand)AuthorAgeFilesLines
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-285-41/+41
* Use ToolBarMerger::IsCorrectContextMaxim Monastirsky2020-08-281-15/+1
* MenuBarManager: Extract the window list to own controllerMaxim Monastirsky2020-08-282-173/+215
* Command icon changes not reflected in menusMaxim Monastirsky2020-08-271-2/+1
* Don't pass ResourceURL unconditionallyMaxim Monastirsky2020-08-272-6/+6
* Resolves: tdf#135965 blank helpids for EditControl childrenCaolán McNamara2020-08-211-0/+4
* Base addon toolbars on the regular ToolBarManagerMaxim Monastirsky2020-08-203-488/+127
* tdf#107548 Use ImageSmallURL for small iconsMaxim Monastirsky2020-08-201-3/+3
* Fix typosAndrea Gelmini2020-08-191-2/+2
* Fix typosAndrea Gelmini2020-08-191-2/+2
* Always prefer Value over ResourceURLMaxim Monastirsky2020-08-191-1/+2
* Use ToolBox::GetImageSizeMaxim Monastirsky2020-08-191-10/+1
* loplugin:simplifybool moreNoel Grandin2020-08-145-10/+10
* One toolbar generic controller is enoughMaxim Monastirsky2020-08-143-3/+43
* Replace MenuToolbarController with the usual approach for menu buttonsMaxim Monastirsky2020-08-144-102/+33
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-3/+3
* Simplify toolbar mode switchingMaxim Monastirsky2020-08-111-79/+3
* Menu methods take item id not positionMaxim Monastirsky2020-08-111-1/+4
* loplugin:simplifybool a little more aggressiveNoel Grandin2020-08-041-2/+2
* tdf#134887 NewToolbarController: Use different icons for extra largeMaxim Monastirsky2020-07-311-3/+1
* terminate XDesktop properly in unit testsNoel Grandin2020-07-301-1/+1
* replace and drop SvtCompatibilityViewOptionsCaolán McNamara2020-07-291-3/+2
* tdf#134887 Rework last item handling in NewToolbarControllerMaxim Monastirsky2020-07-281-115/+59
* move getUIRootDir to AllSettingsCaolán McNamara2020-07-251-1/+1
* merge duplicate GetFocus implementationsCaolán McNamara2020-07-226-36/+12
* Revert "configure: add a --with-product-flavor switch"Heiko Tietze2020-07-211-7/+0
* Revert "Disable flavour in title bar for Linux."Heiko Tietze2020-07-211-2/+2
* compact namespace declNoel Grandin2020-07-201-6/+2
* Removed duplicated includeAndrea Gelmini2020-07-121-1/+0
* framework: create instances with uno constructorsNoel Grandin2020-07-093-80/+47
* clean up macro usageNoel Grandin2020-07-0923-34/+90
* framework: create instances with uno constructorsNoel Grandin2020-07-089-84/+180
* framework: create instances with uno constructorsNoel Grandin2020-07-0714-201/+286
* adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara2020-07-051-41/+21
* reduce number of framework librariesNoel Grandin2020-07-042-47/+8
* reduce number of framework librariesNoel Grandin2020-07-041-2/+2
* Disable flavour in title bar for Linux.Michael Meeks2020-07-021-2/+2
* configure: add a --with-product-flavor switchMiklos Vajna2020-07-011-0/+7
* Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann2020-07-0123-174/+174
* Call framework::Desktop::shutdown directlyStephan Bergmann2020-06-295-18/+13
* loplugin:unusedfieldsNoel Grandin2020-06-291-4/+0
* loplugin:unusedmethodsNoel Grandin2020-06-291-11/+0
* weld FixedTextControlCaolán McNamara2020-06-261-6/+45
* tdf#134106: Get rid of XDesktopInternal againStephan Bergmann2020-06-261-0/+11
* weld FixedImageControlCaolán McNamara2020-06-261-16/+51
* use underlying BitmapExCaolán McNamara2020-06-267-36/+32
* improve tab traversal in addons with native widgetsCaolán McNamara2020-06-264-0/+52
* weld SpinfieldControlCaolán McNamara2020-06-261-136/+113
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-3/+1
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorFatih2020-06-111-4/+1