summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdk/*: Use g_list_free_full convenience functionJavier Jardón2012-01-051-8/+3
* Deprecate all the public API that is using GdkColor structJavier Jardón2011-12-221-0/+2
* gdkwindow: plug memory leakXan Lopez2011-12-191-0/+3
* window: copy back window surface data when the implicit paint is flushedCosimo Cecchi2011-12-071-13/+17
* window: trivial cleanupCosimo Cecchi2011-12-061-1/+1
* window: remove unused arguments and variablesCosimo Cecchi2011-12-061-7/+3
* gdk: gdk_window_get_update_area don't remove alpha covered areasAlexander Larsson2011-12-051-5/+16
* gdk: gdk_window_move_regionAlexander Larsson2011-12-051-5/+59
* gdk: Fix alpha window background paintings on non-implicit paintsAlexander Larsson2011-12-051-0/+14
* gdk: Remove unused _gdk_window_calculate_full_clip_regionAlexander Larsson2011-12-051-108/+0
* Handle has_alpha_background for parent-relative backgroundsAlexander Larsson2011-12-051-31/+82
* gdk: Fix repaint of layered region during move_regionAlexander Larsson2011-12-011-1/+6
* gdk: Fix repaint of layered region during scrollAlexander Larsson2011-12-011-2/+9
* gdk: Fix repaint of layered region during raiseAlexander Larsson2011-12-011-17/+3
* gdk: Make sure we don't copy to/from layered regions when moving a windowAlexander Larsson2011-12-011-3/+19
* gdk: Track the layered areaAlexander Larsson2011-12-011-12/+30
* gdk: Track wether windows have alpha in the backgroundAlexander Larsson2011-12-011-0/+51
* gdk: Expose bottommost windows firstAlexander Larsson2011-12-011-55/+41
* gdk: Remove now unused region tags completelyAlexander Larsson2011-12-011-14/+0
* win32: Use right native_window for implicit grabsAlexander Larsson2011-11-101-2/+2
* gdk: Add GDK_WINDOW_STATE_FOCUSED to GdkWindowStateRui Matos2011-11-081-1/+1
* Add device-taking variants of begin_resize/move_dragMatthias Clasen2011-11-051-8/+76
* gdk: Move a bunch of deprecated code to a new fileBenjamin Otte2011-11-021-25/+0
* docs: Delete duplicate line in gdkwindow.cRui Matos2011-10-011-1/+0
* GdkWindow: fix conditional jump depends on uninitialized value errorCosimo Cecchi2011-09-281-4/+2
* [gi] annotate gdk_container_set_user_data to take a GObjectJohn (J5) Palmieri2011-08-141-1/+1
* Don't return a value from a void functionMatthias Clasen2011-07-171-1/+1
* docs: Remove mention of client messagesJoachim Breitner2011-07-051-3/+0
* gdk: Make background changes queue a repaintBenjamin Otte2011-06-091-0/+2
* gdk: Don't set backgrounds on input-only windowsBenjamin Otte2011-06-091-2/+4
* gdk: Document gdk_window_add_filter()+XGenericEvents behaviorCarlos Garnacho2011-05-181-0/+4
* GdkWindow: remove unused variableKristian Rietveld2011-05-041-1/+0
* GdkWindow: Fix gdk_window_set_[device_]cursor() issues with root/foreign windowsCarlos Garnacho2011-05-041-27/+40
* GdkWindow: Add missing (allow-none) annotationsMartin Pitt2011-05-031-10/+10
* Fix leaking calls to gdk_device_manager_list_devices()Garrett Regier2011-03-211-0/+2
* gdk: Use CAIRO_OPERATOR_SOURCE when painting double-buffered bufferBenjamin Otte2011-03-111-0/+1
* gdk: Add GDK_RENDERING environment variableBenjamin Otte2011-03-111-3/+20
* Fixed gdk_window_beep() to pass the toplevel instance to the toplevel's imple...Tristan Van Berkom2011-03-101-1/+1
* Remove support for GDK_NATIVE_WINDOWSAlexander Larsson2011-03-081-87/+9
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* More GDK documentation tweaksMatthias Clasen2011-02-091-6/+6
* Fix annotation that broke the docsGarrett Regier2011-02-081-1/+1
* Remove annotation that breaks the docsMatthias Clasen2011-02-081-1/+1
* [GI] Mark mis-detected constructors as suchMartin Pitt2011-02-021-1/+1
* API: gdk: Change get_drag_window() APIBenjamin Otte2011-02-011-0/+22
* Silence new gcc warningsMatthias Clasen2011-01-231-31/+14
* gdk: When reffing the impl surface, ref it from the impl windowBenjamin Otte2011-01-231-1/+1
* [gi] Return value of gdk_window_new should have transfer fullTomeu Vizoso2011-01-211-1/+1
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-3/+3
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-18/+22