summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-11-16jsdialog: use string identifiersSzymon Kłos1-1/+4
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák1-1/+1
2021-10-29jsdialog: enable Digital Signatures dialogSzymon Kłos1-5/+22
2021-10-27remove useless check from SfxViewShell::GetFirst()/GetNext()Luboš Luňák1-25/+11
2021-10-24remove slow wrappers for std::vectorLuboš Luňák13-233/+0
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák2-11/+91
2021-10-22better name for a function overloadLuboš Luňák2-8/+8
2021-10-18LOK: maintain blocked command list per viewPranam Lashkari3-30/+31
2021-10-18LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2-33/+25
2021-10-18LOK: introduce way to restrict uno commandsPranam Lashkari3-0/+25
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák1-0/+5
2021-10-15do not use text-based LOK callback internallyLuboš Luňák3-32/+65
2021-10-12avoid repeated calls to SfxNotebookBar::IsActive()Luboš Luňák1-1/+2
2021-10-08sfx2: introduce SfxBindings::QuerySlotIdHenry Castro3-0/+29
2021-09-16improve LOK notifyInvalidationNoel Grandin1-4/+6
2021-09-08do not use delayed layout in TitledDockingWindowLuboš Luňák1-15/+3
2021-09-07tdf#105689: fix path management to retrieve Emoji toolbar buttonco-21.06.4-1Julien Nabet1-3/+7
2021-08-16Resolves: tdf#143843 disable the recently-used widget during loadCaolán McNamara2-0/+2
2021-08-06lok: Avoid redundant call to UpdateConfigurationsMert Tumer1-1/+2
2021-07-26online: keep sidebar openedSzymon Kłos1-0/+3
2021-07-19Revert "Notebookbar: skip early init in all apps"Szymon Kłos1-1/+2
2021-07-19jsdialog: dump more options command for panelsSzymon Kłos2-0/+5
2021-07-16Don't crash on SidebarController dispose when app is closingSzymon Kłos2-5/+11
2021-07-11tdf#143146 copy functor and arg before calling function that can delete thisCaolán McNamara1-2/+6
2021-07-11tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara1-0/+1
2021-07-11fix potential write-after-free in RecentDocsViewNoel Grandin2-3/+9
2021-07-11sfx2: try to fix lifecycle of SfxOfficeDispatchMichael Stahl2-1/+27
2021-07-09jsdialog: send GlowColor state updatesSzymon Kłos1-1/+2
2021-07-08sfx2: fix uninitialized SfxViewShell::mbLOKIsFreemiumViewMiklos Vajna1-0/+1
2021-07-06jsdialog: sidebar: send message on sidebar closeSzymon Kłos1-0/+26
2021-07-02lok sidebar: remove unused codeSzymon Kłos3-49/+0
2021-07-02jsdialog: sidebar: dump expanded state for panelSzymon Kłos1-0/+1
2021-06-23Resolves tdf#140360 - Provide option to turn off sidebar's minimum widthHeiko Tietze1-2/+3
2021-06-23LOK: introduced Freemium LOK APIPranam Lashkari2-0/+44
2021-06-17Resolves tdf#142513 fix zoom caller handlingJim Raykowski1-2/+2
2021-06-17tdf#127533 Make Tip-of-the-Day dialog non-modal and allow multiple tips to openMatt K1-1/+1
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2-27/+18
2021-06-13Fix warning abo: unused pNotifier in SidebarDockingWindowSzymon Kłos1-1/+1
2021-06-10jsdialog: sidebar: remove code for tunneled oneSzymon Kłos2-99/+0
2021-06-10jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos1-1/+3
2021-05-31lok: Interaction handler for FilterOptionsmerttumer1-1/+2
2021-05-30add missing xmlns:loext to example_sl-SI.xmlCaolán McNamara1-1/+1
2021-05-25jsdialog: sidebar: send sidebar PanelsSzymon Kłos3-2/+9
2021-05-25jsdialog: sidebar: dump all panelsSzymon Kłos1-3/+1
2021-05-25weld the sidebar deckCaolán McNamara22-807/+479
2021-05-25remove intermediate containers in sidebarsCaolán McNamara12-169/+123
2021-05-25factor out as a ResizableDockingWindowCaolán McNamara3-30/+19
2021-05-25move dockingwindow.ui to vclCaolán McNamara4-22/+2
2021-05-25create GetElementParentWindow on demandCaolán McNamara2-6/+15
2021-05-25register navigator individually in each module that it exists inCaolán McNamara2-19/+10