summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkeventsource.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate gdk_display_put_eventMatthias Clasen2023-01-091-0/+4
* x11: Don't include gdkinternals.hBenjamin Otte2021-09-241-1/+2
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-2/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-3/+3
* gdk: Depend less on gdk_event_get_device()Carlos Garnacho2020-06-231-3/+2
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-3/+3
* x11: Don't use g_object_unref on eventsMatthias Clasen2020-03-281-2/+2
* x11: Remove some leftover event struct accessMatthias Clasen2020-02-211-29/+30
* events: reorganize gettersMatthias Clasen2020-02-211-2/+2
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-211-1/+1
* x11: Pass the right surface to the dnd filterMatthias Clasen2020-02-211-1/+1
* x11: Remove an unnecessary checkMatthias Clasen2020-02-211-6/+0
* x11: Change the wm protocols filter apiMatthias Clasen2020-02-211-11/+3
* x11: Don't pass a GdkEvent to shape cache filtersMatthias Clasen2020-02-211-3/+3
* x11: Don't pass a GdkEvent to xsettings filtersMatthias Clasen2020-02-211-2/+2
* x11: use event constructorsMatthias Clasen2020-02-211-20/+15
* Revert "gdk: deactivate/activate surface on keyboard grabs"Samuel Thibault2019-04-301-4/+4
* x11: Don't emit GDK_NOTHING eventsMatthias Clasen2019-03-061-0/+6
* x11: Split drag and drop contextsBenjamin Otte2018-06-181-2/+3
* x11: Replace the hardcoded DND filterBenjamin Otte2018-06-181-6/+0
* x11: Don't sneakily allocate memory in initializersBenjamin Otte2018-06-181-2/+2
* Merge branch 'window-activate-grab-4-again' into 'master'Matthias Clasen2018-06-181-4/+4
|\
| * gdk: activate surface on keyboard grabsSamuel Thibault2018-06-181-4/+4
* | x11: Remove useless checkBenjamin Otte2018-06-101-3/+0
|/
* gdk: do not deactivate surface on keyboard grabsSamuel Thibault2018-04-301-1/+1
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-23/+23
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-11/+11
* x11: Run event filters on all windowsBenjamin Otte2018-02-131-4/+2
* Remove gdk_window_add_filterMatthias Clasen2018-02-071-59/+4
* x11: Don't use gdk_window_add_filterMatthias Clasen2018-02-071-0/+14
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-12/+0
* gdk/x11: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-5/+5
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-7/+7
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-9/+9
* x11: Refactor xevent filtering some moreBenjamin Otte2017-12-131-16/+22
* x11: Add GdkX11Display:translate-event signalBenjamin Otte2017-12-131-33/+29
* x11: Constify XEvent usageBenjamin Otte2017-12-131-5/+5
* gdk: Remove gdk_event_put(), peek() etcBenjamin Otte2017-12-131-2/+2
* x11: Stop using GdkScreen in apiMatthias Clasen2017-11-171-1/+1
* x11: Reduce uses of the root windowMatthias Clasen2017-11-091-0/+12
* x11: Use backend-specific API to get GdkScreenEmmanuele Bassi2017-11-021-1/+1
* Stop using foreign windows for xsettingsMatthias Clasen2017-11-011-1/+14
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-1/+1
* gdk/x11: Implement GDK_CROSSING_TOUCH_BEGIN/END/DEVICE_CHANGE eventsCarlos Garnacho2017-09-191-0/+106
* x11: drop a useless listMatthias Clasen2016-05-011-6/+0
* x11: Avoid setting has_pointer_focus if a EWMH compliant WM is presentCarlos Garnacho2016-02-121-0/+5