summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/popuptoolbarcontroller.cxx
Commit message (Expand)AuthorAgeFilesLines
* use strong_int for item ids in vcl::ToolBoxNoel2021-03-111-7/+7
* avoid some ref-countingNoel Grandin2021-01-251-2/+2
* tdf#139696 Use getToolboxId to set item idMaxim Monastirsky2021-01-211-4/+5
* loplugin:stringviewparam check methods tooNoel2020-11-171-3/+3
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-121-2/+0
* Don't pass ResourceURL unconditionallyMaxim Monastirsky2020-08-271-2/+5
* Replace MenuToolbarController with the usual approach for menu buttonsMaxim Monastirsky2020-08-141-6/+27
* tdf#134887 NewToolbarController: Use different icons for extra largeMaxim Monastirsky2020-07-311-3/+1
* tdf#134887 Rework last item handling in NewToolbarControllerMaxim Monastirsky2020-07-281-115/+59
* loplugin:buriedassign in f,h,i*Noel Grandin2020-04-151-20/+24
* loplugin:flatten in frameworkNoel Grandin2020-04-081-20/+20
* move some headers inside frameworkNoel Grandin2020-02-081-1/+1
* hold SolarMutex on calling vcl toolbox enable itemCaolán McNamara2020-01-151-0/+1
* tdf#126043 fetch the command properties just onceCaolán McNamara2019-11-261-4/+8
* tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen2019-11-201-2/+0
* Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann2019-07-311-3/+3
* loplugin:referencecasting in frameworkNoel Grandin2019-07-201-1/+1
* Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov2019-06-171-2/+2
* loplugin:logexceptionnicely in filter..frameworkNoel Grandin2019-06-161-4/+5
* tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov2019-06-041-2/+2
* internally resize image instead of scaling bitmaps outsideTomaž Vajngerl2019-04-121-15/+7
* Use indexed getToken()Matteo Casalin2019-03-141-2/+3
* tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2019-02-191-0/+1
* tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2019-02-051-0/+1
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-081-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* tdf#42949 Remove unnecessary localization headers from frameworkGabor Kelemen2018-04-111-2/+0
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:datamembershadow in PopupMenuToolbarControllerNoel Grandin2018-02-021-2/+1
* Fix typosAndrea Gelmini2018-01-141-2/+2
* sal_uLong->void* for userdata in MenuNoel Grandin2017-12-131-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-3/+3
* loplugin:includeform: frameworkStephan Bergmann2017-10-231-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-2/+2
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* remove framework bitmaps from .src filesCaolán McNamara2017-04-261-3/+4
* Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky2017-04-231-14/+2
* tdf#106224 Support extra large savemodified iconMaxim Monastirsky2017-03-061-2/+6
* Use module name when getting labelsMaxim Monastirsky2017-02-211-2/+2
* tdf#95844 Refactor CommandInfoProviderRohan Kumar2017-02-211-7/+7
* tdf#42029 Use a floating toolbar to show clipped itemsMaxim Monastirsky2017-02-121-2/+8
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-56/+27
* e*, f*: load BitmapEx resources instead of Image onesCaolán McNamara2017-01-161-1/+1
* loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann2016-12-051-6/+0
* tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl2016-10-301-8/+21
* GenericPopupToolbarController: deal with main command being disabledMaxim Monastirsky2016-10-271-0/+46
* GenericPopupToolbarController: Support replacing the main commandMaxim Monastirsky2016-10-271-5/+35
* tdf#88205 css::uno::Sequence to use initializer_list ctor.Hieronymous2016-10-161-6/+3