summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)Author
2021-03-31lok: fix nullptr de-referenceHenry Castro
2021-03-04sidebar: use real height to determine preffered sizeSzymon Kłos
2021-01-22tdf#139830: keep the right sidebar context for chart after view switch (calc).Tamás Zolnai
2021-01-18sidebar: avoid invalidation thrash with LOK.Michael Meeks
2021-01-18sidebar: only invalidate when things change.Michael Meeks
2020-12-29lok: send sidebar dialog update to the right view.Tamás Zolnai
2020-12-18tdf#138762: crash when trying to open sidebar w chart in WriterAron Budea
2020-11-08lok: sidebar: disable context deactivationHenry Castro
2020-09-22lok:sidebar: deactivate the shell with no default contextHenry Castro
2020-06-26added ability to switch sidebar deck on init.cxx for mobilewizardMert Tumer
2020-06-03reorganize ToolbarUnoDispatcher to be useful for sidebarCaolán McNamara
2020-05-29sfx2: lok: separate sidebar notifications to mobile and desktopAshod Nakashian
2020-05-28Revert "jsdialogs: send JSON to the client"Michael Meeks
2020-05-28Revert "lok: only generate sidebar JSON for mobile views, for now."Michael Meeks
2020-05-28Revert "jsdialogs: emit JSON at idle to avoid repeated emission."Michael Meeks
2020-05-28Revert "jsdialogs: set LOKNotifier in Deck"Michael Meeks
2020-05-28lok: set device form factor of the client on view creationMarco Cecchetti
2020-05-27sfx2: sidebar: new .uno commands to show and hide sidebarsAshod Nakashian
2020-05-27sfx2: sidebar: publish created notification on Mobile tooAshod Nakashian
2020-05-27sfx2: sidebar: notify mobile when the sidebar closesAshod Nakashian
2020-05-27sidebar: sensible line and page sizes and invalidateAshod Nakashian
2020-05-27jsdialogs: make possible to use on multiple mobile devicesSzymon Kłos
2020-05-27sidebar: always trigger LOK notifications on resizeAshod Nakashian
2020-05-27sidebar: do not emit unnecessary created notificationsAshod Nakashian
2020-05-27sidebar: reset the LOKNotifier when the ViewShell changesAshod Nakashian
2020-05-27sidebars: add JSDialog support to sidebarsAshod Nakashian
2020-05-21lok: introduce QueryControlState functionHenry Castro
2020-05-21lok: evaluate assertion if LOK Windows container is emptyHenry Castro
2020-05-18sidebar: no scrollbar in LOKAshod Nakashian
2020-05-17Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist
2020-05-16tdf#127878: Use a larger "morebutton" image on iOSTor Lillqvist
2020-05-09lok: jsdialog creation for sidebar panels cleanup.Michael Meeks
2020-05-09sidebar: check for valid current deck before closingAshod Nakashian
2020-05-09lok: simplify jsdialog creation for sidebar panels.Michael Meeks
2020-05-09sidebar: improve invalidation tracking for Panels.Michael Meeks
2020-05-09sidebar: allow panels to lurk around instead of being disposed.Michael Meeks
2020-05-09sidebar: bring new sidebar commands in-house & be more assertive with sfx2Michael Meeks
2020-05-01sidebar: Distinguish between Impress and the rest for LOKAron Budea
2020-03-26tdf#130310 Load Sidebar Icons for extensionsilhan
2020-03-25tdf#130348: Add special case for ChartDeck, tooTor Lillqvist
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-25tdf#42949 Fix IWYU warning in include/vcl/window.hxxGabor Kelemen
2019-10-23loplugin:unusedmethodsNoel Grandin
2019-10-22loplugin:constantparamNoel Grandin
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin
2019-10-21loplugin:virtualdead unused param in TitleBar::PaintDecorationNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-10jsdialogs: emit JSON at idle to avoid repeated emission.Michael Meeks
2019-10-10jsdialogs: set LOKNotifier in DeckSzymon Kłos