summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkgeometry-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Fix compiler warningsMatthias Clasen2015-06-021-5/+5
* x11: Keep track of the exact size in X pixels of windowsOwen W. Taylor2014-11-201-0/+2
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-4/+2
* x11: Initial cut at supporting window scaling for X11Alexander Larsson2013-07-031-9/+14
* gdkwindow: Remove translate vfuncAlexander Larsson2013-05-071-126/+6
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Free the translate queue when closing a displayMatthias Clasen2011-04-081-0/+13
* x11: Copy from actual window, not parentBenjamin Otte2011-03-071-17/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+0
* x11: Rename GdkScreenX11 to GdkX11ScreenBenjamin Otte2010-12-211-2/+2
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-2/+2
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-2/+2
* Rename _gdk_window_move_resize_childMatthias Clasen2010-12-211-53/+53
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-2/+1
* Rename _gdk_event_mask_table to _gdk_x11_event_mask_tableMatthias Clasen2010-12-211-4/+4
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-021-24/+20
* x11: Use GDK_WINDOW_XID() instead of writing it outBenjamin Otte2010-12-021-2/+2
* x11: Change GDK_WINDOW_SCREEN macroBenjamin Otte2010-12-021-1/+1
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-1/+2
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-2/+2
* gdk: Move scratch GC handling to X11Benjamin Otte2010-08-101-12/+44
* gdk: Make window moves a custom vfuncBenjamin Otte2010-08-101-11/+49
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-7/+6
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-14/+14
* CleanupsMatthias Clasen2009-09-101-13/+8
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-131-0/+6
* Check for GraphicsExpose too in expose_serial_predicateAlexander Larsson2009-08-131-1/+1
* Remove old comment about guffaw scrollingAlexander Larsson2009-08-101-112/+0
* Don't recursively set bg none on the parent when e.g. moving childrenAlexander Larsson2009-04-021-2/+5
* Don't allow native window > 65535 pixelsAlexander Larsson2009-04-021-14/+19
* Fix resize of native childrenAlexander Larsson2009-04-021-16/+1
* Fix various problem with temporarily unsetting backgroundAlexander Larsson2009-04-021-4/+2
* Various fixes for native windows:Alexander Larsson2009-04-021-5/+10
* Move all native children (recursively) in gdk_window_scrollAlexander Larsson2009-04-021-11/+0
* Make _gdk_windowing_window_queue_translation a GdkWindiwImpl callAlexander Larsson2009-04-021-4/+4
* Initial client-side-windows workAlexander Larsson2009-04-021-764/+22
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-57/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 525461 - Don't invalidate under an input-only childCody Russell2008-05-251-1/+1
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-4/+4
* Fix serial number comparison regression introduced recently. (#474897)Behdad Esfahbod2007-09-101-2/+5
* fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.18:22:28 Tim Janik2007-09-091-1/+2
* fix X serial handling to cope with wraparounds and maintain referentialTim Janik2007-08-281-6/+4
* replace GDK_WINDOW calls by cast to GdkWindow. Patch by Tilman SauerbeckXan Lopez2007-06-171-2/+2
* Factor out window movement functions. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-31/+34
* Factor out translate_pos(). (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-24/+20
* Factor out window mapping and unmapping functions. (#63820, TilmanMatthias Clasen2007-04-271-10/+25
* Make list handling code easier to read. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-59/+19
* gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.cSøren Sandmann2006-05-151-10/+31