summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar
AgeCommit message (Expand)AuthorFilesLines
2023-06-28tdf#145130 Keep existing gradient geometry using sidebarRegina Henschel1-1/+2
2023-06-28CID several. Use ctor 'from other' instead 'first..last'Regina Henschel1-7/+6
2023-06-27tdf#155901 MCGR: preserve first and last gradient stop tooRegina Henschel2-11/+18
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)2-15/+13
2023-04-19MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)2-4/+30
2023-04-06Missing XServiceInfoStephan Bergmann2-1/+19
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski6-13/+13
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-5/+6
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara1-2/+2
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara2-11/+8
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen1-1/+0
2023-01-26GetDrawController should return pointerNoel Grandin2-9/+10
2023-01-17XUnoTunnel->dynamic_cast in sd::DrawControllerNoel Grandin1-1/+1
2023-01-12tsan:lock-order-inversion in MasterPageObserverNoel Grandin1-27/+7
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-1/+1
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann1-1/+1
2022-12-16check SfxObjectShell::Current()Caolán McNamara1-20/+34
2022-12-16likely fix for frequent mpGradientItem->GetName() crashCaolán McNamara1-8/+20
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin13-47/+53
2022-05-04Just use Any ctor instead of makeAny in sdStephan Bergmann2-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin2-2/+2
2022-02-21Recheck modules sd* with IWYUGabor Kelemen5-6/+5
2022-01-06It's called a slide, not a foilTor Lillqvist1-12/+12
2021-12-29lok: hide useless insert image button in sidebarSzymon Kłos1-8/+8
2021-12-28use comphelper::WeakComponentImplHelper in sd::sidebar::PanelFactoryNoel Grandin2-13/+4
2021-12-08use more OUStringLiteral in variousNoel Grandin1-5/+7
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-4/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2-2/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin8-31/+4
2021-08-16Use o3tl::toTwips to define MINBODYMike Kaganski1-2/+0
2021-08-13Resolves: tdf#143795 trigger layout when content changesCaolán McNamara1-0/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-9/+9
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin1-1/+1
2021-07-27drop SvtLanguageOptions classNoel Grandin1-2/+2
2021-07-19jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos6-8/+12
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-4/+4
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-6/+6
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC18-72/+18
2021-03-18weld the sidebar deckCaolán McNamara1-2/+2
2021-03-11remove intermediate containers in sidebarsCaolán McNamara15-144/+93
2021-03-11schedule redraw to draw without focusCaolán McNamara1-1/+1
2021-03-09drop sd::LayoutMenu set_id overwriteCaolán McNamara1-1/+0
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-3/+3
2021-03-08move GetDPIScaleFactor check to ValueSet canvasCaolán McNamara1-1/+1
2021-03-07ref-count SdrPageNoel1-10/+10
2021-03-05move MouseButtonDown logic to LayoutValueSet childCaolán McNamara2-19/+10