summaryrefslogtreecommitdiff
path: root/framework/source/uielement/toolbarmanager.cxx
AgeCommit message (Expand)Author
2023-06-06use more officecfg for SvtMiscOptionsNoel Grandin
2023-06-06SvtCommandOptions only supports CMDOPTION_DISABLEDNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-08-30tdf#149956 Rework toolbar image flippingMaxim Monastirsky
2022-08-30tdf#149956 Remove previous vcl only solutionMaxim Monastirsky
2022-08-10Missing colon in toolbar help idsMaxim Monastirsky
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky
2022-08-10Unnecessary ToolBox::SetItemText callMaxim Monastirsky
2022-07-18Simplify by using InitAnyPropertySequenceMaxim Monastirsky
2022-07-18Remove the broken SupportsVisible hackMaxim Monastirsky
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky
2022-07-13tdf#149956 Pass the correct frame to VclStatusListenerMaxim Monastirsky
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-05-14simplify initialisation in ToolBarManager::CreateControllersNoel Grandin
2022-05-08osl::Mutex->std::mutex in framework::ToolBarManagerNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-10-21loplugin:flattenNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-07-26use officecfg for menu optionsNoel Grandin
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin
2021-07-20framework: fix multiple-free in VclToolBarManager::Destroy()Michael Stahl
2021-07-08make SetParentToDefaultWindow available from vcl onlyCaolán McNamara
2021-06-25tdf#143047: When no properties for command, use those from item containerMike Kaganski
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze
2021-04-22Call forgotten Init in toolbarmanagerSzymon Kłos
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-01loplugin:refcounting in sfx2Noel
2021-02-25allow use of FloatWinPopupFlags without including complete floatwin.hxxCaolán McNamara
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
2021-02-21loplugin:refcounting in frameworkNoel
2020-12-08lock/unlock toolbar doesn't show an unticked checkboxCaolán McNamara
2020-11-25tdf#131441 Disable "UNDOCKTOOLBAR" when toolbar is lockeddiwanshu885
2020-11-02toolbox always has flat styleNoel Grandin
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-02loplugin:reducevarscope in frameworkNoel
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky
2020-08-29loplugin:unusedfieldsNoel Grandin
2020-08-28Use ToolBarMerger::IsCorrectContextMaxim Monastirsky
2020-08-20Base addon toolbars on the regular ToolBarManagerMaxim Monastirsky
2020-08-19Use ToolBox::GetImageSizeMaxim Monastirsky
2020-08-14One toolbar generic controller is enoughMaxim Monastirsky
2020-08-14Replace MenuToolbarController with the usual approach for menu buttonsMaxim Monastirsky
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann
2020-06-26use underlying BitmapExCaolán McNamara