summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-9/+12
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-2/+2
* gdk: Simplify codeBenjamin Otte2011-01-031-42/+12
* gdk: Move window_get_device_position function out of the device hooksBenjamin Otte2011-01-031-2/+34
* API: gdk: Make gdk_display_get_window_at_device_position() a device APIBenjamin Otte2010-12-271-3/+2
* Fix a few typosMatthias Clasen2010-12-251-29/+30
* Fix up GDK docsMatthias Clasen2010-12-251-2/+18
* gdk: Make GdkWindow abstractBenjamin Otte2010-12-211-1/+1
* gdk: Use G_DEFINE_TYPE for GdkWindowBenjamin Otte2010-12-211-18/+1
* gdk: Create windows via _gdk_display_create_window()Benjamin Otte2010-12-211-2/+3
* gdk: Use g_object_(un)ref instead of gdk_cursor_(un)refBenjamin Otte2010-12-211-6/+6
* gdk: Make GdkCursor a GObjectBenjamin Otte2010-12-211-7/+7
* Add vfuncs for keyval and window property functionsMatthias Clasen2010-12-211-0/+119
* Add vfuncs for gdk_test apisMatthias Clasen2010-12-211-0/+99
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-19/+2
* Add a vfunc for _gdk_window_impl_newMatthias Clasen2010-12-211-5/+10
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-37/+0
* Add a vfunc for _gdk_windowing_window_get_next_serialMatthias Clasen2010-12-211-6/+6
* Add vfuncs for process_updates_recurse and the before and after hooksMatthias Clasen2010-12-211-16/+38
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-0/+1
* Add a vfunc to replace _gdk_windowing_window_destroy_foreignMatthias Clasen2010-12-211-1/+6
* Add a vfunc for gdk_window_set_compositedMatthias Clasen2010-12-211-2/+3