summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdkoffscreenwindow: use embedder to derive surfaces & scale factorLionel Landwerlin2015-12-031-2/+13
* gdk: Finish conversion to in-struct GdkWindow list nodesAlexander Larsson2015-09-211-2/+2
* gdk: don't segfault on beep with offscreen windowChristian Hergert2015-04-271-1/+7
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-8/+0
* gdkwindow: Provide a default implementation of process_updates_recurseJasper St. Pierre2014-06-221-8/+0
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-2/+1
* gdkwindow: Remove the internal cairo_surface used for out-of-band paintingJasper St. Pierre2014-06-201-13/+0
* GdkOffscreenWindow: Fill in a few more vfuncsMatthias Clasen2014-06-091-2/+2
* gdk: add many missing (nullable) return value annotationsEvan Nemerson2014-05-111-3/+4
* 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