summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-2024-1357/+1357
* x11: Avoid a division by zeroPavel Roskin2018-03-081-1/+2
* GdkSelectionInputStreamX11: Plug a memory leakTimm Bäder2018-03-061-0/+1
* GdkSelectionOutputStreamX11: Plug a memory leakTimm Bäder2018-03-061-0/+8
* Stop using settings for modulesMatthias Clasen2018-02-181-1/+0
* x11: Do not include fallback-c89.cEmmanuele Bassi2018-02-142-6/+0
* x11: Run event filters on all windowsBenjamin Otte2018-02-131-4/+2
* Remove gdk_window_add_filterMatthias Clasen2018-02-0715-124/+81
* x11: Don't use gdk_window_add_filterMatthias Clasen2018-02-075-18/+31
* gdk: Drop gdk_x11_window_set_frame_extentsMatthias Clasen2018-02-062-29/+0
* 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