summaryrefslogtreecommitdiff
path: root/gdk/gdkwindowimpl.h
Commit message (Expand)AuthorAgeFilesLines
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-6/+6
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-8/+6
* Add supports_native_bg to GdkWindowImplAlexander Larsson2009-11-051-0/+1
* Add gdk_window_restackAlexander Larsson2009-09-021-0/+3
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-131-0/+1
* Better implementation of native clear_areaAlexander Larsson2009-06-261-5/+2
* Implement gdk_window_clear_area natively for foreign windowsAlexander Larsson2009-06-261-0/+6
* Don't reset window hints when showing multiple timesAlexander Larsson2009-06-161-1/+2
* Add gdk_window_get_root_coordsAlexander Larsson2009-06-081-3/+5
* Make window_get_pointer a window impl virtualAlexander Larsson2009-06-051-0/+4
* Initial version of input supportAlexander Larsson2009-05-291-0/+4
* Add restack_under method to GdkWindomImplAlexander Larsson2009-04-021-0/+2
* Ensure that we're properly hiding impl window if one of its parent non-impl w...Alexander Larsson2009-04-021-2/+1
* Implement input shapesAlexander Larsson2009-04-021-2/+4
* Remove shape_combine_mask from backend. Make X11 backend use XShapeCombineMas...Alexander Larsson2009-04-021-4/+0
* Make gdk_windowing_window_destroy a GdkWindowImpl methodAlexander Larsson2009-04-021-1/+17
* Make _gdk_windowing_window_queue_translation a GdkWindiwImpl callAlexander Larsson2009-04-021-0/+5
* Remove unnecessary clear_area method in GdkWindowImplAlexander Larsson2009-04-021-6/+0
* Move gdk_window_get_deskrelative_origin to the GdkWindowImpl and make the com...Alexander Larsson2009-04-021-0/+3
* Initial client-side-windows workAlexander Larsson2009-04-021-13/+28
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-0/+124