summaryrefslogtreecommitdiff
path: root/gtk/gtkpressandhold.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove GtkPressAndHoldCarlos Garnacho2014-05-231-257/+0
| | | | | This is replaced by GtkGestureLongPress, and all its callers have been updated to use the replacement.
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+2
| | | | | | | Add names to every timeout we setup, so it's easier to track their usage, and debug possible misbehaviour. https://bugzilla.gnome.org/show_bug.cgi?id=710651
* Add mouse pointer support to press and holdWilliam Jon McCann2013-08-051-5/+39
| | | | | | | | | | | | The internal class GtkPressAndHold was so far only reacting to touch events. But in most cases where a touch-and-hold or 'long press' pattern is useful, click-and-hold can also be used. This patch makes GtkPressAndHold react to mouse clicks as well. https://bugzilla.gnome.org/show_bug.cgi?id=704703
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* gtk: Be more careful when ignoring touch eventsMatthias Clasen2012-03-041-2/+2
|
* Break out press-and-hold code as its own objectMatthias Clasen2012-03-041-0/+226
https://bugzilla.gnome.org/show_bug.cgi?id=671057