summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of GdkSurfaceImplMatthias Clasen2019-04-281-8/+8
* Rename surface constructorsMatthias Clasen2019-04-281-1/+1
* x11: Stop using gdk_surface_new_tempMatthias Clasen2019-04-281-1/+5
* Drop child surfacesMatthias Clasen2019-04-281-9/+2
* Fix XChangeProperty callsMatthias Clasen2019-01-021-1/+1
* g-i: Add some nullable annotationsChristoph Reiter2018-11-181-2/+2
* Revert "gdk: Drop configure events"Matthias Clasen2018-07-151-19/+13
* gdk: Drop map eventsMatthias Clasen2018-07-151-6/+4
* gdk: Drop configure eventsMatthias Clasen2018-07-151-13/+19
* Merge branch 'master' into 'issue1084'Matthias Clasen2018-06-201-6/+9
|\
| * x11: Don't set NET_WM_PID when sandboxedMatthias Clasen2018-05-291-6/+9
* | display: Add new virtual gdk_display_get_startup_notification_id() method.Mario Sanchez Prada2018-06-111-0/+1
* | display: Avoid unsetting the DESKTOP_STARTUP_ID variable too lateMario Sanchez Prada2018-06-111-13/+3
|/
* gdk: Add Cairo context implementations for all backendsBenjamin Otte2018-04-241-0/+2
* gdk_x11_display_get_monitor: fix monitor number test logicSébastien Villemot2018-04-091-1/+1
* surface: Simplify gdk_surface_invalidate_region()Benjamin Otte2018-03-211-2/+2
* surface: Remove queue_antiexpose()Benjamin Otte2018-03-211-3/+0
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-85/+85
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-46/+46
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-147/+147
* Remove gdk_window_add_filterMatthias Clasen2018-02-071-4/+3
* x11: Don't use gdk_window_add_filterMatthias Clasen2018-02-071-3/+0
* The big versioning cleanupMatthias Clasen2018-02-061-34/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-4/+0
* Set GDK_WINDOW_STATE_TILED if any edge is tiledSimon McVittie2018-01-201-3/+17
* display-x11: Unset tiled state if _GTK_EDGE_CONSTRAINTS is supportedGeorges Basile Stavracas Neto2018-01-201-4/+2
* gdk: Drop some unused cursor apisMatthias Clasen2018-01-161-4/+0
* Make gdk logging per-displayMatthias Clasen2018-01-141-17/+16
* x11: Only set the keymap display onceMatthias Clasen2018-01-121-3/+4
* Annotate gdk_x11_display_get_screen()Emmanuele Bassi2017-12-211-0/+8
* Remove unnecessary introspection annotationEmmanuele Bassi2017-12-211-1/+1
* display: Remove leftover old clipboard APIsBenjamin Otte2017-12-141-59/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-2/+2
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-141-16/+5
* gdk: Remove propertiesBenjamin Otte2017-12-141-11/+1
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-4/+4
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-20/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-41/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-131-2/+0
* x11: Refactor xevent filtering some moreBenjamin Otte2017-12-131-45/+30
* x11: Add GdkX11Display:translate-event signalBenjamin Otte2017-12-131-1/+74
* x11: Constify XEvent usageBenjamin Otte2017-12-131-4/+4
* gdk: Get rid of owner change eventsBenjamin Otte2017-12-031-25/+0
* x11: Implement claiming the X Selection with the clipboardBenjamin Otte2017-12-031-1/+1
* x11: Add gdk_x11_display_get_max_request_size()Benjamin Otte2017-12-031-0/+14
* x11: Various clipboard cleanupsBenjamin Otte2017-12-031-18/+10
* x11: Add an initial clipboard implementationBenjamin Otte2017-12-031-12/+28
* x11: Stop deriving from GdkDeviceManagerMatthias Clasen2017-11-251-1/+0
* x11: Stop using gdk_display_get_device_managerMatthias Clasen2017-11-251-6/+2
* Add private api for setting cursor themeMatthias Clasen2017-11-171-0/+1