summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturestylus.c
Commit message (Expand)AuthorAgeFilesLines
* gesture stylus: Fix conditionMatthias Clasen2023-04-091-1/+1
* improved docs of Gtk.GestureStylusFlorian "sp1rit"​2022-11-231-33/+38
* adjusted stylus-only code to fit gtk code conventionsFlorian "sp1rit"​2022-11-231-40/+42
* gtk: gtkgesturestylus: implemented `stylus-only` propertyFlorian "sp1rit"​2022-11-221-2/+113
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* gesturestylus: Use GtkEventControllerEvent events to track changesCarlos Garnacho2021-12-021-14/+4
* gesturestylus: Convert docsMatthias Clasen2021-03-111-38/+43
* gesturestylus: Only add histroy element if translation succeededTimm Bäder2021-01-031-10/+8
* gesturestylus: Retrieve event and controller widget only onceTimm Bäder2021-01-031-3/+5
* gtk/gesturestylus: Convert motion history from surface coordinateswip/carlosg/for-masterCarlos Garnacho2020-12-241-3/+10
* docs: Fix documentation of GtkGestureStylusEmmanuele Bassi2020-12-161-9/+43
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* gdk: Rename gdk_motion_event_get_historyMatthias Clasen2020-06-091-3/+3
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+1
* GdkEvent: Save history in a GArrayTimm Bäder2020-05-051-5/+7
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-2/+2
* events: reorganize gettersMatthias Clasen2020-02-211-1/+1
* Strip const from GdkEventMatthias Clasen2020-02-211-6/+6
* Pass translated coordinates outside the eventMatthias Clasen2020-02-211-5/+4
* gtk: fix all uses of g_cclosure_marshal_genericChristian Hergert2019-06-021-4/+24
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-7/+13
* widget: Add gtk_widget_compute_point()Benjamin Otte2019-02-191-6/+8
* gesturestylus: Use proper syntax when refering to signalsTimm Bäder2018-12-071-4/+4
* gesturestylus: Add missing array g-i annotation for *_get_axes paramsRico Tzschichholz2018-08-201-2/+2
* gesturestylus: Clarify a documentation commentTimm Bäder2018-07-171-3/+3
* Docs: Remove more since markersMatthias Clasen2018-06-261-2/+0
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+0
* gesturestylus: Port to new API modelwip/carlosg/controllerCarlos Garnacho2018-04-261-3/+1
* Fix some g-i annotation warningsRico Tzschichholz2018-04-061-1/+1
* gtk: Add GtkGestureStylusCarlos Garnacho2018-04-051-0/+330