summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarDockingWindow.cxx
AgeCommit message (Expand)Author
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist
2020-02-24Make undo/redo shortcuts work from sidebar docking windowJim Raykowski
2020-02-16move some headers inside sfx2/Noel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-21tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qaGabor Kelemen
2020-01-03cid#1456605 Dereference after null checkCaolán McNamara
2020-01-02sidebar: bring new sidebar commands in-house & be more assertive with sfx2Michael Meeks
2019-12-25sfx2: sidebar: publish created notification on Mobile tooAshod Nakashian
2019-12-16sfx2: sidebar: new .uno commands to show and hide sidebarsAshod Nakashian
2019-12-16jsdialogs: make possible to use on multiple mobile devicesSzymon Kłos
2019-12-16sidebar: always trigger LOK notifications on resizeAshod Nakashian
2019-12-16sidebar: do not emit unnecessary created notificationsAshod Nakashian
2019-12-16sidebar: reset the LOKNotifier when the ViewShell changesAshod Nakashian
2019-12-16sidebars: add JSDialog support to sidebarsAshod Nakashian
2019-12-14loplugin:expandablemethodsNoel Grandin
2019-08-06LOK: sd: fix unit-tests and add a couple simple onesAshod Nakashian
2019-08-02-Werror,-Wunused-private-fieldStephan Bergmann
2019-08-01LOK: support sidebars in writer and calcAshod Nakashian
2019-07-26sfx: LOK: notify clients of the sidebar stateAshod Nakashian
2019-07-26LOK: sidebar: publish notifications to the correct viewAshod Nakashian
2019-07-26LOK: sidebar: release LOKNotifier on destructionAshod Nakashian
2019-07-26LOK: sidebar: enable only for Impress in LOKAshod Nakashian
2019-07-26LOK: sidebar: send close notification on disposing sidebarAshod Nakashian
2019-07-26sfx2: LOK: route the parent sidebar window instead of the deckAshod Nakashian
2019-05-30Don't pass escape key event to SfxDockingWindow from sidebarJim Raykowski
2019-05-28tdf#125525 Allow shortcut keys from sidebar docking windowJim Raykowski
2019-04-05tdf#42949 Fix IWYU warnings in include/sfx2/sidebar/*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-10-28Fix Sidebar docking key regressionJim Raykowski
2018-10-10Unhardcode sidebar used customizable key bindingsJim Raykowski
2018-10-05tdf#85850 Pass CTRL+F5 event in sidebar to parent classesJim Raykowski
2018-08-29tdf#102031 Expand collapsed deck when sidebar docking window gets focusJim Raykowski
2018-06-19tdf#101915 make F11 close the sidebar when focus is in sidebarJim Raykowski
2018-05-03coverity#1435275 Uninitialized scalar fieldCaolán McNamara
2018-04-28Enable undocking of sidebar by dragging a deck gripKatarina Behrens
2018-04-24Prep mouse event handler to indicate dragging startedKatarina Behrens
2018-03-29tdf#116680 fix sidebar can't undockJim Raykowski
2018-03-27tdf#115786: Fix reopening undocked sidebarKatarina Behrens
2018-02-05tdf#115434 Fix key press misbehaviors in sidebarJim Raykowski
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sfx2 module away from OSL_ASSERT to assertChris Sherlock
2016-12-20Don't use 'this' in ctorStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-05-20SidebarDockingWindow - cleanupTomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin