summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Add another cross referenceMatthias Clasen2023-03-251-0/+2
* gdkevents.c: Fix up foldingMatthias Clasen2023-02-111-12/+2
* gdk: gdkevents: added NULL check to `gdk_event_get_axes`Florian "sp1rit"​2022-11-221-1/+8
* Fix spelling errorsMatthias Clasen2022-11-171-1/+1
* events: Drop an unused variableMatthias Clasen2022-11-151-4/+0
* Merge branch 'forward-port-mr-991-to-gtk4-2' into 'main'Luca Bacci2022-10-171-2/+38
|\
| * Use native Windows API for converting keystrokes to charactersPhilip Zander2022-10-171-2/+38
* | Drop gdkintl.hMatthias Clasen2022-09-231-1/+1
* | Rename gdk-private.h to gdkprivate.hMatthias Clasen2022-09-231-1/+1
* | gdk: Use the new debug macrosMatthias Clasen2022-09-231-6/+9
* | gdkevents: Don't ignore modifiers that are not currently activeSimon McVittie2022-09-171-3/+19
|/
* gdk/events: Set discrete scroll deltas in its constructorJosé Expósito2022-08-101-0/+23
* gdk/events: Add constructor for high-resolution scroll eventsJosé Expósito2022-08-101-0/+42
* gdkevent: Give touchpad hold events a sequenceCarlos Garnacho2022-08-051-0/+2
* Drop pointer_emulated discrete scroll eventsLuca Bacci2022-05-241-11/+1
* gdk: always populate GDK_AXIS_{X,Y} in merged event historyHemidark2022-04-051-2/+8
* gdk: Add enum to indicate the unit of scroll deltaspanoplie2022-03-191-3/+45
* gdk/events: Add hold GdkEventJosé Expósito2022-01-261-3/+27
* gdk: Always request "flush events" frame clock phase on eventsCarlos Garnacho2022-01-261-16/+0
* gdk: add missing nullable annotationsBilal Elmoussaoui2022-01-011-1/+1
* Don't keep discrete scroll events in the queueMatthias Clasen2021-12-201-1/+2
* gdk: Prepare touchpad events for sequencesMatthias Clasen2021-12-151-27/+53
* docs: Add some information about event axesMatthias Clasen2021-12-151-0/+6
* Fix event historyMatthias Clasen2021-12-151-36/+76
* gdk: Remove gdkinternals.hBenjamin Otte2021-09-241-1/+0
* gdk: Remove gdk.h include from gdk-private.hBenjamin Otte2021-09-241-3/+4
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-22/+21
* docs: Reduce redundancyMatthias Clasen2021-05-201-5/+4
* gdk: Add gdk_device_get_timestampMatthias Clasen2021-03-261-0/+3
* wayland: Fix cross-layout acceleratorsMatthias Clasen2021-03-151-4/+21
* docs: Rework the gdk docsMatthias Clasen2021-03-111-100/+130
* docs: Move GdkEvent docs inlineMatthias Clasen2021-03-111-2/+6
* docs: Move detached sections into their own content fileEmmanuele Bassi2021-03-111-13/+0
* gdk: Move from g_memdup() to g_memdup2()Emmanuele Bassi2021-02-111-2/+2
* Merge branch 'wip/chergert/volatile-fixes' into 'master'Timm Bäder2020-12-291-3/+3
|\
| * types: fix various use of volatile in type registrationwip/chergert/volatile-fixesChristian Hergert2020-11-181-3/+3
* | main: Add & use gdk_event_dup_axes()Timm Bäder2020-12-211-0/+16
* | docs: Complete symbol coverage for GDKEmmanuele Bassi2020-12-161-0/+78
* | gdk: Replace all GDK_CONFIGURE usage with GdkSurface::layoutJonas Ådahl2020-12-071-71/+0
|/
* gdk: Deliver queued events on flushflush-eventsMatthias Clasen2020-10-231-4/+9
* gdk: Drop some unused private apiMatthias Clasen2020-10-071-4/+0
* gdk: Slim down gdkinternals.h moreMatthias Clasen2020-08-141-5/+5
* Fix a leak in scroll event compressionMatthias Clasen2020-08-061-0/+2
* docs: Clean up dangling links in gdk docsMatthias Clasen2020-08-051-3/+3
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-80/+22
* gdk: Make events hold an axis array matching GdkAxisUseCarlos Garnacho2020-07-291-17/+14
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-11/+11
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* gdk: Small documentation fixesMatthias Clasen2020-06-281-1/+1