add GtkLongPressGesture support and implement long-press in slideshow

Desktop / LibreOffice - Caolán McNamara [redhat.com] - 26 March 2015 09:48 UTC

so a long press shows the context menu to e.g. allow switching on/off draw-on-slide mode

873141f add GtkLongPressGesture support and implement long-press in slideshow
include/vcl/cmdevt.hxx | 30 ++++++
sd/source/ui/inc/slideshow.hxx | 2 +
sd/source/ui/slideshow/slideshow.cxx | 5 +
sd/source/ui/slideshow/slideshowimpl.cxx | 13 ++-
sd/source/ui/slideshow/slideshowimpl.hxx | 1 +
sd/source/ui/view/viewshel.cxx | 11 +++
vcl/inc/salwtype.hxx | 6 ++
vcl/inc/unx/gtk/gtkframe.hxx | 1 +
vcl/source/window/winproc.cxx | 150 ++++++++++++++++++------------
vcl/unx/gtk/window/gtksalframe.cxx | 22 +++++
10 files changed, 183 insertions(+), 58 deletions(-)

Upstream: cgit.freedesktop.org


  • Share