summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-4948/+0
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-758/+758
* gdk: Drop gdk_x11_window_set_frame_extentsMatthias Clasen2018-02-061-23/+0
* The big versioning cleanupMatthias Clasen2018-02-061-18/+0
* Make gdk logging per-displayMatthias Clasen2018-01-141-3/+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: Avoid crash in fallback move emulationMatthias Clasen2017-12-151-1/+7
* Drop gdk_atom_internMatthias Clasen2017-12-131-28/+28
* gdk: Remove propertiesBenjamin Otte2017-12-141-3/+0
* x11: Make unsetting transient-for workBenjamin Otte2017-12-141-2/+10
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-1/+1
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-2/+0
* x11: Constify XEvent usageBenjamin Otte2017-12-131-4/+4
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-031-27/+0
* x11: Stop using GdkScreen altogetherMatthias Clasen2017-11-171-3/+2
* x11: Stop using GdkScreen in apiMatthias Clasen2017-11-171-1/+1
* x11: Add gdk_x11_display_set_program_classMatthias Clasen2017-11-161-1/+1
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-14/+14
* x11: Remove mentions of GDK_WINDOW_ROOTMatthias Clasen2017-11-131-2/+1
* x11: Stop creating a root windowMatthias Clasen2017-11-131-44/+0
* x11: Reduce uses of the root windowMatthias Clasen2017-11-091-14/+12
* x11: Correctly set iconsBenjamin Otte2017-11-071-1/+7
* x11: Stop using gdk_display_get_root_windowMatthias Clasen2017-11-051-5/+3
* x11: Handle parent being NULL when creating windowsMatthias Clasen2017-11-051-8/+24
* window: Make icons GdkTexturesBenjamin Otte2017-11-051-60/+31
* gdk: Remove GdkWindow.set_device_cursor() vfuncBenjamin Otte2017-11-021-30/+0
* x11: Stop using gdk_screen_get_displayMatthias Clasen2017-11-011-1/+1
* x11: Stop using gdk_display_get_default_screenMatthias Clasen2017-11-011-1/+1
* Change the fullscreen-on-monitor apiMatthias Clasen2017-11-011-7/+5
* Drop GdkVisualMatthias Clasen2017-10-311-1/+1
* Port to gdk_display_get_root_windowMatthias Clasen2017-10-311-1/+1
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-4/+3
* GtkWindow/GdkWindow: Finish converting icons to surfacesAlexander Larsson2017-10-231-54/+61
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+11
* window: Improve detection of edge constraint supportGeorges Basile Stavracas Neto2017-09-171-0/+8
* Drop root windows from some internal apisMatthias Clasen2017-08-111-1/+1
* GdkWindow: Default to unfocusedTimm Bäder2017-07-191-1/+1
* Remove the gdk backend API tooMatthias Clasen2017-05-021-43/+0
* gdk: Make more private functions staticEmmanuele Bassi2017-04-281-1/+1
* gdk: Remove testing functionsBenjamin Otte2017-01-081-3/+0
* gdk: Drop gdk_window_reparentwip/alexl/simplify-gdkwindowAlexander Larsson2016-12-161-74/+0
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-161-237/+48
* x11: Don't make random windows nativeBenjamin Otte2016-12-091-18/+4
* gdk: Large GL refactoringBenjamin Otte2016-12-051-1/+0
* gdk: Make GdkDrawingContext not per-backendBenjamin Otte2016-11-301-12/+0
* API: Remove gdk_window_process_all_updates()Benjamin Otte2016-11-231-15/+0
* gdk: Make each backend have a custom GdkDrawingContext subclassBenjamin Otte2016-11-201-0/+12
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-071-2/+1
* API: gdk: Add gdk_window_new_temp()Benjamin Otte2016-11-071-17/+1