summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-0620-126/+24
* Drop the last mentions of motion hint eventsEmmanuele Bassi2018-02-052-4/+0
* Allow binding GdkContentFormatsBuilderEmmanuele Bassi2018-02-031-1/+1
* Drop the Big GDK LockEmmanuele Bassi2018-02-032-16/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-3/+3
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-2/+2
* dnd: Move GdkDragProtocol to X11Benjamin Otte2018-01-311-35/+34
* dnd: Remove 2 vfuncs that aren't neededBenjamin Otte2018-01-311-9/+7
* 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-162-58/+0
* Make gdk logging per-displayMatthias Clasen2018-01-1414-204/+210
* gdk: Reorganize env varsMatthias Clasen2018-01-141-5/+3
* x11: Only set the keymap display onceMatthias Clasen2018-01-121-3/+4
* Remove a dead macroMatthias Clasen2018-01-041-1/+0
* Document GDK_DISPLAY_XDISPLAYMatthias Clasen2017-12-261-0/+8
* Annotate gdk_x11_display_get_screen()Emmanuele Bassi2017-12-211-0/+8
* Remove unnecessary introspection annotationEmmanuele Bassi2017-12-211-1/+1
* x11: Fix wrong condition when unsetting transient-forTimm Bäder2017-12-211-1/+1
* x11: Guard against NULL windowTimm Bäder2017-12-191-1/+1
* x11: Add necessary NULL checkBenjamin Otte2017-12-161-1/+2
* x11: Try getting ipc_window vs source_window rightBenjamin Otte2017-12-161-9/+10
* x11: Use gdk_drag_context_get_display()Benjamin Otte2017-12-161-24/+30
* x11: Create IPC window outselvesBenjamin Otte2017-12-161-4/+10
* gdk: Remove DRAG_STATUS and DROP_FINISHED eventsBenjamin Otte2017-12-151-93/+26
* x11: Avoid crash in fallback move emulationMatthias Clasen2017-12-151-1/+7
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-153-3/+3
* x11: Remove GdkAtom usage from dnd codeBenjamin Otte2017-12-141-31/+10
* display: Remove leftover old clipboard APIsBenjamin Otte2017-12-141-59/+0
* x11: Fix erroneous & to be &&Krzesimir Nowak2017-12-141-2/+2
* x11: Get rid of default Atom convertersBenjamin Otte2017-12-143-75/+1
* Drop atom-related cast macrosMatthias Clasen2017-12-131-8/+5
* Drop gdk_atom_internMatthias Clasen2017-12-137-41/+40
* Drop gdk_atom_nameMatthias Clasen2017-12-132-8/+6
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-13/+2
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-143-24/+15
* gdk: Remove propertiesBenjamin Otte2017-12-144-258/+1
* x11: Make unsetting transient-for workBenjamin Otte2017-12-141-2/+10
* gdk: Remove selection definesBenjamin Otte2017-12-142-3/+1
* gdk/x11: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-143-10/+10
* gdk: Figure out the GdkSeat of an event from the GdkDeviceCarlos Garnacho2017-12-141-8/+0
* gdk: Fold GdkEventPrivate fields into event structsCarlos Garnacho2017-12-142-22/+16
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-144-11/+11
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-145-63/+63
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-143-191/+0
* dnd: Only send DELETE request on X11Benjamin Otte2017-12-131-0/+11
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-134-201/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-133-24/+0
* x11: Move selection handling to GDKBenjamin Otte2017-12-132-13/+159
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-132-13/+13