summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.h
Commit message (Expand)AuthorAgeFilesLines
* x11: Make wrapper member a GdkDrawableBenjamin Otte2010-12-021-1/+1
* x11: Remove GdkDrawableImplX11Benjamin Otte2010-12-021-3/+3
* x11: _gdk_x11_drawable_update_size() => _gdk_x11_window_update_size()Benjamin Otte2010-12-021-4/+6
* x11: Move cairo_surface and wrapper members to GdkWindowImplX11 structBenjamin Otte2010-12-021-0/+4
* x11: Move xid member from GdkDrawableImplX11 to GdkWindowImplX11Benjamin Otte2010-12-021-0/+2
* x11: Set the icon using CairoBenjamin Otte2010-09-261-2/+2
* x11: remove icon_window property, it's not used anymoreBenjamin Otte2010-09-261-1/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-0/+2
* Move bitfield in GdkWindowImplX11 to make struct more compactAlexander Larsson2009-04-021-2/+2
* Don't recursively set bg none on the parent when e.g. moving childrenAlexander Larsson2009-04-021-4/+2
* Fix various problem with temporarily unsetting backgroundAlexander Larsson2009-04-021-9/+12
* Initial client-side-windows workAlexander Larsson2009-04-021-20/+2
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-0/+3
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+8
* Support the ICCCM urgency hint. (#61858, Havoc Pennington)Matthias Clasen2005-06-171-0/+1
* Keep a reference to the GdkCursor and add a private getter for it, so thatMatthias Clasen2005-06-151-0/+3
* Fix a bug in focus tracking when we move between has_pointer_focus andOwen Taylor2005-05-051-3/+8
* Fix #155658, Sebastian Bacher:Matthias Clasen2004-10-181-0/+2
* Add a user_time field.Matthias Clasen2004-08-231-0/+3
* New function. Make sure the sync counter is recreated when a window isSoeren Sandmann2004-08-021-0/+1
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-1/+15
* Bug 113310.Soeren Sandmann2004-07-091-0/+5
* Add an "override_redirect" bit.Soeren Sandmann2004-07-091-0/+1
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-1/+1
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-181-1/+3
* Set the right properties when the window becomes a toplevel. When a windowSoeren Sandmann2003-12-211-0/+1
* Split toplevel-specific pieces of GdkWindowImplX11 into a separateOwen Taylor2003-07-051-16/+18
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-0/+14
* Separate out tracking of the X server focus window from tracking our ideaOwen Taylor2002-12-101-2/+2
* Fix a lost refcount in the case where we get a duplicate back from the XOwen Taylor2002-12-091-2/+6
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-0/+4
* Introduce an extra child of toplevel windows that serves to hold the focusOwen Taylor2001-04-181-3/+19
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-0/+89