summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Implement get_root_origin generically for all backendsJasper St. Pierre2014-03-171-1/+0
* Remove the return value of GdkWindowImpl::get_root_coordsJasper St. Pierre2014-02-271-3/+1
* Gdk: fix wrong user_data handling in resize_cairo_surface()Giovanni Campagna2014-02-261-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* gdk/gdkoffscreenwindow.c: Include fallback-c89.cChun-wei Fan2013-07-191-0/+2
* Don't segfault when setting opacity on an offscreen windowMatthias Clasen2013-07-091-1/+6
* gdk: Convert mouse position to doubles, add new gettersAlexander Larsson2013-07-031-8/+8
* offscreenwindow: Handle window_scaleAlexander Larsson2013-07-031-10/+14
* gdkwindow: Remove translate vfuncAlexander Larsson2013-05-071-37/+0
* GdkOffscreenWindow: Implement gdk_window_get_frame_extents()Tristan Van Berkom2013-04-061-1/+11
* gdk: fix the buildCosimo Cecchi2012-05-151-3/+3
* gdkoffscreenwindow: Don't crash when resetting cursorBastien Nocera2012-05-151-1/+8
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* 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