summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Pass Drawable as argumentBenjamin Otte2010-12-021-1/+1
* gdk: Make _gdk_window_ref_cairo_surface() protected and use itBenjamin Otte2010-12-021-1/+1
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-2/+2
* gdk: add alpha to the offscreen window's surface if its visual is RGBAMichael Natterer2010-10-201-5/+8
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-2/+1
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-141-10/+28
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-121-36/+61
* Make set_cairo_surface_size a vfunc on GdkWindowImplKristian Rietveld2010-10-051-0/+13
* gdk: remove "screen" member from GdkOffscreenWindow, it has become obsoleteMichael Natterer2010-09-281-10/+3
* gdk: No need to clear offscreen window when showingBenjamin Otte2010-09-261-2/+0
* API: Remove gdk_drawable_get_colormap()Benjamin Otte2010-09-261-21/+0
* API: Remove colormap member from GdkWindowAttrBenjamin Otte2010-09-261-10/+5
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* 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