summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2022-11-03sfx2: add log information to catch the exceptionHenry Castro1-2/+13
2022-09-21lok: create sidebar on demandSzymon Kłos1-3/+13
2022-09-07check IFrame "FrameURL" targetCaolán McNamara3-7/+24
2022-08-31lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-0/+10
2022-07-28sw: restore UI language to en while savingAshod Nakashian2-0/+41
2022-06-09LOK: send state of Protect, UnsetCellsReadOnlyPranam Lashkari1-1/+3
2022-05-23Revert "lok: sidebar: avoid async call to switch context"Szymon Kłos1-7/+2
2022-05-20lok: sidebar: notebookbar: don't change view mode for other viewsSzymon Kłos1-0/+8
2022-05-20lok: sidebar: avoid async call to switch contextSzymon Kłos1-2/+7
2022-05-18Revert "sw: restore UI language to en while saving"co-21.06.29-1Andras Timar1-31/+0
2022-05-02sw: restore UI language to en while savingAshod Nakashian1-0/+31
2022-04-25lok: reset ui mode state when switch to notebookbar cancelledSzymon Kłos1-1/+26
2022-04-06lok: send status update for .uno:SplitCellSzymon Kłos1-0/+1
2022-04-02add infobar to prompt to refresh to replace old formatCaolán McNamara1-1/+38
2022-03-14Send Calc Insert Headers and Footers state change to LOKAron Budea1-0/+1
2022-02-10lokCalcRTL: global RTL: fix chart edit mode renderingcp-21.06.16-1Dennis Francis1-3/+11
2022-02-03lok: render image preview with lower resolutionSzymon Kłos1-0/+15
2022-01-14Fix ambiguous error in VSSzymon Kłos1-2/+2
2022-01-11lokCalcRTL: fix rendering of charts in edit modeDennis Francis2-4/+28
2022-01-10lok: Fix freshly added comments are not displayedMert Tumer1-0/+1
2022-01-05Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl2-131/+252
2022-01-04lokit: double check for disposed windows & fix leak.Michael Meeks1-5/+8
2021-12-22filter: try to detect 0-byte DOC files based on extensionMiklos Vajna1-1/+9
2021-12-09do not unnecessarily lock XLayoutManager for menubar changesLuboš Luňák1-8/+0
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