summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontroller.h
Commit message (Expand)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+2
* eventcontroller: Allow static namesMatthias Clasen2022-08-271-0/+3
* Remove boxed type for GtkCrossingDataEmmanuele Bassi2020-12-151-3/+0
* Add gtk_event_controller_get_current_event[_state]Matthias Clasen2020-04-111-0/+9
* Keep more event controller api privateMatthias Clasen2020-02-211-42/+0
* wip: Add more information to crossing eventsMatthias Clasen2020-02-211-2/+9
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* Explicitly pass the target to handle_eventMatthias Clasen2020-02-211-0/+1
* Make crossing events handled the same wayMatthias Clasen2020-02-211-2/+0
* New focus change handlingMatthias Clasen2020-02-211-0/+35
* Pass translated coordinates outside the eventMatthias Clasen2020-02-211-1/+3
* event controller: Add a name propertyMatthias Clasen2019-06-201-0/+6
* Introduce event controller propagation limitsMatthias Clasen2019-05-281-0/+6
* eventcontroller: Move declarationBenjamin Otte2018-04-261-1/+0
* The big versioning cleanupMatthias Clasen2018-02-061-6/+6
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-0/+7
* eventcontroller: Make the event-mask property and methods private.Carlos Garnacho2014-05-271-6/+0
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-8/+0
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-16/+0
* eventcontroller: Add propagation-phase propertyCarlos Garnacho2014-05-231-0/+9
* Add GtkEventControllerCarlos Garnacho2014-05-231-0/+79