summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Make sure only one GL backend is usedwip/otte/shittymorphBenjamin Otte2021-09-241-0/+2
* Add more sysprof marksMatthias Clasen2021-07-221-0/+12
* gl: Move vfuncBenjamin Otte2021-07-221-15/+0
* gdk: Add GdkDisplay::init_gl vfuncBenjamin Otte2021-07-221-5/+130
* gdk: Add a private struct to GdkDisplayBenjamin Otte2021-07-221-16/+44
* Docs: TweaksMatthias Clasen2021-06-051-4/+4
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-6/+6
* Documentation fixesMatthias Clasen2021-05-201-19/+18
* display: Add property annotationsMatthias Clasen2021-03-111-12/+6
* gdk: Some more tweaks of the docsMatthias Clasen2021-03-111-125/+132
* Add some missing nullable return annotationsSophie Herold2020-10-171-1/+1
* gdk: Drop some unused private apiMatthias Clasen2020-10-071-77/+3
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-2/+2
* docs: Clean up dangling links in gdk docsMatthias Clasen2020-08-051-7/+4
* gdk: Fix toplevel calculation on pointer grab switchCarlos Garnacho2020-07-311-2/+1
* gdk: Drop gdk_device_get_device_type()Carlos Garnacho2020-07-301-6/+1
* gdk: Avoid gdk_device_get_associated_device()Carlos Garnacho2020-07-301-2/+8
* docs: Don't refer to nonexisting functionsMatthias Clasen2020-07-291-1/+3
* gdk: Move default group api to the X11 backendMatthias Clasen2020-07-291-19/+0
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+0
* gdk: Drop source_device argument from _gdk_display_device_grab_update()Carlos Garnacho2020-07-291-4/+2
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-4/+4
* gdk: Drop GdkGrabOwnershipCarlos Garnacho2020-06-231-57/+0
* Rename master and slave deviceEmmanuele Bassi2020-06-181-3/+3
* Merge branch 'drop-fallback-c89' into 'master'Matthias Clasen2020-05-311-3/+0
|\
| * Drop fallback-c89.cChristoph Reiter2020-05-311-3/+0
* | docs: Fix annotationsEmmanuele Bassi2020-05-311-4/+4
|/
* Bring back gdk_display_put_eventMatthias Clasen2020-05-291-2/+5
* Export keymap translation againMatthias Clasen2020-05-281-0/+51
* Fix minor typosYuri Chornoivan2020-05-281-1/+1
* device: remove get_toplevel from surface_at_position vfuncChristian Hergert2020-05-191-1/+1
* docs: Fix the argument name to matchEmmanuele Bassi2020-05-181-1/+1
* gdk: Simplify gdk_display_supports_input_shapesMatthias Clasen2020-05-171-1/+34
* gdk: Drop gdk_display_supports_shapesMatthias Clasen2020-05-171-17/+0
* Merge branch 'wip/otte/monitors' into 'master'Benjamin Otte2020-05-171-94/+17
|\
| * display: Remove unneeded gettersBenjamin Otte2020-05-171-45/+6
| * display: Remove the monitor signalsBenjamin Otte2020-05-171-49/+0
| * gdk: Add gdk_display_get_monitors()Benjamin Otte2020-05-131-0/+22
| * display: Remove gdk_display_get_last_seen_time()Benjamin Otte2020-05-131-11/+0
* | docs: Clarify gdk_display_get_default_seat() docsMatthias Clasen2020-05-151-1/+4
|/
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-1/+1
* display: Remove gdk_display_get_modifier_maskMatthias Clasen2020-04-061-7/+0
* Move keymap mapping functions to GdkDisplayMatthias Clasen2020-04-061-0/+72
* gdk: Move modifier mask api to GdkDisplayMatthias Clasen2020-04-051-0/+7
* Small documentation fixesMatthias Clasen2020-03-141-1/+1
* Strip const from GdkEventMatthias Clasen2020-02-211-4/+4
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-211-2/+2
* display: Stop using gdk_event_copyMatthias Clasen2020-02-211-13/+4