summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdkwindow: Remove GdkWindowAttr.type_hintBenjamin Otte2016-11-061-3/+0
* x11: Set override_redirect on input-only windowsBenjamin Otte2016-11-061-0/+8
* API: gdk: Remove title from gdk_window_new()Benjamin Otte2016-11-051-7/+1
* API: gdk: Remove override_redirect flag from GdkWindowAttrBenjamin Otte2016-11-051-12/+2
* API: gdk: Remove gdk_window_set_override_redirect()Benjamin Otte2016-11-051-23/+0
* Fix up the fullscreen_on_monitor supportMatthias Clasen2016-11-041-1/+3
* gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitorRui Matos2016-11-041-0/+18
* x11: Replace gdk_display_get_window_visual()Benjamin Otte2016-11-031-7/+5
* x11: Use X11 variables instead of GDK variablesBenjamin Otte2016-11-031-7/+10
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-6/+5
* gdk: Remove GdkWindow.depth member variableBenjamin Otte2016-10-281-4/+6
* x11: Remove code that temporarily unsets the backgroundBenjamin Otte2016-10-271-167/+0
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-3/+0
* gdk/x11: Constify argumentEmmanuele Bassi2016-10-171-2/+2
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-143/+2
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-161-31/+0
* API: window: Remove suppport for changing wmclass_name/groupBenjamin Otte2016-10-161-8/+5
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-161-2/+2
* x11: Bring back fullscreen-on-all-monitors supportMatthias Clasen2016-04-271-8/+6
* x11: Port to new monitor apiMatthias Clasen2016-04-271-2/+3
* x11: Remove duplicate variable settingBenjamin Otte2016-03-201-2/+1
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-281-1/+1
* gdk: calculate pixel color shift and precision lazilyPaolo Borelli2016-02-271-4/+9
* gdkwindow-x11: always set _GTK_THEME_VARIANT propertyAlberts Muktupāvels2016-02-041-1/+2
* Avoid an X errorMatthias Clasen2016-01-081-0/+2
* x11: Fix damage tracking hackMatthias Clasen2016-01-081-11/+19
* gdkwindow-x11: Ensure that extended update counter is freedBen Gamari2016-01-071-0/+3
* x11: Make fallback window dragging use seat grabsCarlos Garnacho2015-12-161-9/+6
* Don't use g_slist_next in the x11 backendMatthias Clasen2015-10-201-2/+2
* Minor cleanupMatthias Clasen2015-10-171-2/+1
* gdk: Finish conversion to in-struct GdkWindow list nodesAlexander Larsson2015-09-211-1/+1
* x11: Relax requirements for setting ParentRelativeEvangelos Foutras2015-04-131-4/+4
* Make scale=2 work againMatthias Clasen2014-11-241-2/+0
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-201-0/+15
* x11: Return the exact pixel coverage in get_frame_extentsAlexander Larsson2014-11-201-4/+8
* x11: Keep track of the exact size in X pixels of windowsOwen W. Taylor2014-11-201-14/+37