summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)Author
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin
2022-06-17tdf#149431 Fix the sidebar's widthxuenhua
2022-06-09can pass by const& hereNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-22tdf#84502 related: Show keyboard shortcut in sidebar tab bar tab buttonJim Raykowski
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski
2022-04-21Drop special-casing for Chart's sidebar property deckMike Kaganski
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2022-01-24jsdialog: use string identifiersSzymon Kłos
2021-12-30use comphelper::WeakComponentImplHelper in SidebarPanelBaseNoel Grandin
2021-12-29use comphelper::WeakComponentImplHelper in SidebarControllerNoel Grandin
2021-12-29use comphelper::WeakComponentImplHelper in ThemeNoel Grandin
2021-11-23Resolves tdf#145801 - Uniform height for sidebar's panel titlesHeiko Tietze
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in sfx2Noel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-16occasionally the bg color of the deck grip is wrongCaolán McNamara
2021-09-15loplugin:constvarsNoel Grandin
2021-09-10drop stray fprintfCaolán McNamara
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01tdf#142458 minimal width not including extra width needed by scrolledwindowCaolán McNamara
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-18jsdialog: dump more options command for panelsSzymon Kłos
2021-08-18Don't crash on SidebarController dispose when app is closingSzymon Kłos
2021-08-17jsdialog: sidebar: send message on sidebar closeSzymon Kłos
2021-08-10lok: Avoid redundant call to UpdateConfigurationsMert Tumer
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29lok sidebar: remove unused codeSzymon Kłos
2021-07-29jsdialog: sidebar: dump expanded state for panelSzymon Kłos
2021-07-27jsdialog: sidebar: remove code for tunneled oneSzymon Kłos
2021-07-27jsdialog: sidebar: send sidebar PanelsSzymon Kłos
2021-07-26jsdialog: sidebar: dump all panelsSzymon Kłos
2021-07-23use officecfg to retrieve SidebarIconSizeNoel Grandin
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin
2021-07-20jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos
2021-07-08tdf#143146 copy functor and arg before calling function that can delete thisCaolán McNamara
2021-07-06use box instead of gridCaolán McNamara
2021-07-06use an explicit box instead of containerCaolán McNamara
2021-07-06gtk4: insert an intermediate GtkBox as 'toplevel'Caolán McNamara
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-07Resolves tdf#140360 - Provide option to turn off sidebar's minimum widthHeiko Tietze
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19fix free/delete mismatchNoel Grandin