summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
Commit message (Expand)AuthorAgeFilesLines
...
* API: Remove drawable getters for visual, screen and depthBenjamin Otte2010-09-261-27/+0
* gdk: store the visual in the GdkWindowObjectBenjamin Otte2010-09-261-3/+2
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-261-22/+0
* gdk: Remove _gdk_drawable_get_source_drawable()Benjamin Otte2010-09-261-9/+0
* API: Change offscreen windows to use a cairo_surface_tBenjamin Otte2010-09-261-31/+26
* gdk: offscreen window source drawable now is the root windowBenjamin Otte2010-09-261-1/+1
* gdk: Rewrite background handlingBenjamin Otte2010-09-261-47/+1
* gdk: Don't use clear_area_e() in offscreenwindowBenjamin Otte2010-09-261-2/+4
* Remove deprecated gdk_window_get_deskrelative_origin() and its implementationsJavier Jardón2010-09-091-36/+0
* generic damage generation for offscreen windowsMatthias Clasen2010-08-101-39/+0
* gdk: Don't require allocating window background colors anymoreBenjamin Otte2010-08-101-2/+0
* API: remove GdkGCBenjamin Otte2010-08-101-13/+0
* gdk: remove get_composite_drawable vfuncBenjamin Otte2010-08-101-15/+0
* API: remove gdk_draw_drawable()Benjamin Otte2010-08-101-33/+0
* gdk: Make window moves a custom vfuncBenjamin Otte2010-08-101-6/+32
* API: remove gdk_draw_rectangle()Benjamin Otte2010-08-101-20/+0
* API: remove gdk_draw_point(s)Benjamin Otte2010-08-101-38/+0
* API: remove gdk_draw_{line,lines,segments}Benjamin Otte2010-08-101-63/+0
* API: remove gdk_draw_polygon()Benjamin Otte2010-08-101-38/+0
* API: remove gdk_draw_arc()Benjamin Otte2010-08-101-27/+0
* API: remove gdk_drawable_copy_to_image()Benjamin Otte2010-08-101-21/+0
* API: remove gdk_draw_image()Benjamin Otte2010-08-101-28/+0
* API: Remove gdk_draw_pixbuf()Benjamin Otte2010-08-101-36/+0
* offscreenwindow: Copy old to new pixmap using CairoBenjamin Otte2010-07-261-7/+6
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-5/+5
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-2/+2
* Remove deprecated GdkDrawable functionsJavier Jardón2010-06-191-52/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-28/+7
* Fix a thinko in computing damage for segmentsMatthias Clasen2009-12-181-1/+1
* Set colormap of offscreen pixmapsMatthias Clasen2009-12-081-0/+1
* Fix damage report for lines drawn on offscreen windowsAlexander Larsson2009-12-071-13/+35
* CleanupsMatthias Clasen2009-09-101-8/+0
* Documentation fixesMatthias Clasen2009-09-011-0/+2
* Improve CSW docsMatthias Clasen2009-08-311-0/+7
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-131-0/+1
* Use g_object_unref instead of deprecated gdk_pixmap_unrefKjartan Maraas2009-07-081-1/+1
* Add doc stubsMatthias Clasen2009-07-031-5/+23
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-011-1/+1
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-011-2/+2
* Clean up embedding apiclient-side-windowsAlexander Larsson2009-07-011-51/+85
* Fix spelling of synthesizeAlexander Larsson2009-06-181-5/+5
* Add gdk_window_get_root_coordsAlexander Larsson2009-06-081-17/+19
* Update event emulation to handle offscreen childrenAlexander Larsson2009-06-081-12/+84
* Implement offscreen get_pointer with offscreen signalsAlexander Larsson2009-06-081-1/+59
* Add signals for offscreen window embeddingAlexander Larsson2009-06-081-44/+39
* Make window_get_pointer a window impl virtualAlexander Larsson2009-06-051-0/+16
* Update GdkOffscreenWindow to new draw_drawable prototypeAlexander Larsson2009-06-041-0/+1
* Remove offscreen hooks supportAlexander Larsson2009-04-021-28/+0
* New approach for grab tracking codeAlexander Larsson2009-04-021-1/+4