summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Always make offscreen window rgbaAlexander Larsson2012-02-131-8/+1
* Fixed bug #654125 "gdkoffscreenwindow set any impl handlers to null but adhoc...Juan Pablo Ugarte2011-07-081-2/+8
* Fix some crashes caused by unimplemented functions in GdkOffscreenWindowTristan Van Berkom2011-04-091-7/+18
* Added set_transient_for() implementation for GdkOffscreenWindowTristan Van Berkom2011-02-031-1/+7
* Silence new gcc warningsMatthias Clasen2011-01-231-33/+19
* Fix a crash during DNDMatthias Clasen2011-01-201-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* Avoid crashes calling gdk_window_enable_synchronized_configure() on an offscr...Tristan Van Berkom2011-01-131-1/+1
* Implement process_updates_recurse for GdkOffscreenWindowKristian Rietveld2010-12-221-1/+8
* Implement some more vfuncs in GdkOffscreenWindowMatthias Clasen2010-12-211-4/+74
* gdk: Remove depth argument from GdkWindowImpl->get_geometry()Benjamin Otte2010-12-061-4/+1
* gdk: Pass the GdkWindow to resize_cairo_surface vfuncBenjamin Otte2010-12-021-1/+1
* gdk: Move ref_cairo_surface from GdkDrawable to GdkWindowImplBenjamin Otte2010-12-021-5/+3
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-021-88/+59
* gdk: Make GdkWindowImpl a class, not an interfaceBenjamin Otte2010-12-021-32/+24
* 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