summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)AuthorFilesLines
2021-11-24Resolves tdf#145801 - Uniform height for sidebar's panel titlesHeiko Tietze1-1/+7
2021-09-17occasionally the bg color of the deck grip is wrongCaolán McNamara1-0/+1
2021-09-10drop stray fprintfCaolán McNamara1-1/+0
2021-09-03tdf#142458 minimal width not including extra width needed by scrolledwindowCaolán McNamara1-0/+18
2021-07-09tdf#143146 copy functor and arg before calling function that can delete thisCaolán McNamara1-2/+6
2021-06-07Resolves tdf#140360 - Provide option to turn off sidebar's minimum widthHeiko Tietze1-2/+3
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-19fix free/delete mismatchNoel Grandin1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-04-14loplugin:unusedmethodsNoel Grandin2-51/+0
2021-04-08drop some unneeded includeCaolán McNamara1-1/+0
2021-04-08drop some unneeded includesCaolán McNamara1-2/+0
2021-04-07only call mpCurrentDeck->GetLOKNotifier if we need toCaolán McNamara1-2/+1
2021-04-07lok: fix sidebar controller disposed objectsHenry Castro1-15/+17
2021-04-07pViewShell and pMobileNotifier both set to the same thingCaolán McNamara1-3/+2
2021-04-02TitleBar is no longer InterimItemWindowTomoyuki Kubota1-3/+0
2021-04-02welding the sidebar deck too for DEBUG modeTomoyuki Kubota1-1/+1
2021-03-31tabbar is now too wide under windows hidpiCaolán McNamara2-14/+11
2021-03-29lok: fix nullptr de-referenceHenry Castro1-1/+2
2021-03-26loplugin:flattenNoel2-30/+31
2021-03-24pParentWindow is the same as already available mpParentWindowCaolán McNamara1-3/+2
2021-03-24loplugin:unusedmethodsNoel2-28/+0
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin1-1/+3
2021-03-19cid#1473847 Logically dead codeCaolán McNamara1-15/+11
2021-03-19shouldn't have to force a redraw for desktop eitherCaolán McNamara1-4/+0
2021-03-19Show is always called with true in this caseCaolán McNamara1-1/+1
2021-03-19replace GetParent() with mxParentWindowCaolán McNamara1-2/+2
2021-03-18weld the sidebar deckCaolán McNamara13-620/+317
2021-03-16a panel if present is always enabledCaolán McNamara1-1/+1
2021-03-15drop PrintWindowSubTree that is only callable by itselfCaolán McNamara1-31/+0
2021-03-11remove intermediate containers in sidebarsCaolán McNamara5-144/+96
2021-03-11create GetElementParentWindow on demandCaolán McNamara2-6/+15
2021-03-11merge panel and panel titleCaolán McNamara8-109/+110
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel2-3/+3
2021-03-09make Analog Clock sidebar extension demo workCaolán McNamara1-1/+10
2021-03-06sidebar: use real height to determine preffered sizeSzymon Kłos1-0/+1
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara1-2/+3
2021-03-04master slide panel shouldn't have "more options" buttonCaolán McNamara2-3/+3
2021-03-01loplugin:refcounting in sfx2Noel1-4/+2
2021-02-27hide some FloatingWindow detailsCaolán McNamara1-1/+0
2021-02-25drop WB_ROLLABLECaolán McNamara1-1/+1
2021-02-16weld sidebar "too-narrow" CloseIndicatorCaolán McNamara2-47/+39
2021-02-16loplugin:referencecasting in sfx2Noel2-3/+3
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara1-0/+9
2021-02-15Related: tdf#140387 give toolbuttons a11y namesCaolán McNamara2-13/+1
2021-02-12allow using css::graphic::XGraphic to set menu imageCaolán McNamara1-3/+6
2021-02-02loplugin:redundantcast catch more dynamic_castNoel1-1/+1
2021-01-25tdf#139830: keep the right sidebar context for chart after view switch (calc).Tamás Zolnai1-0/+31
2021-01-17sidebar: avoid invalidation thrash with LOK.Michael Meeks3-2/+16