summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add a vfunc for gdk_window_set_compositedMatthias Clasen2010-12-211-7/+7
* Make GdkDevice parallel-implementableMatthias Clasen2010-12-211-16/+14
* Add vtables for DNDMatthias Clasen2010-12-211-0/+33
* Move gdk_window_lookup to common codeMatthias Clasen2010-12-211-0/+18
* Convert all gdk_window methods to vtable callsAlexander Larsson2010-12-211-0/+860
* Strengthen checks in functions taking a GdkDeviceCarlos Garnacho2010-12-201-3/+8
* gdkwindow: Fix event unref iterationColin Walters2010-12-171-4/+5
* gdk: Fix GdkWindowFilter internal refcountingColin Walters2010-12-171-17/+45
* Remove *_set_extension_events() and old API to query devices.Carlos Garnacho2010-12-171-153/+0
* Optimize gdk_window_set_shape_combine_regionMatthias Clasen2010-12-141-0/+3
* Add gdk_window_[gs]et_source_events()Carlos Garnacho2010-12-151-0/+140
* Add gdk_event_[gs]et_source_device().Carlos Garnacho2010-12-151-18/+31
* gdk: Remove depth argument from GdkWindowImpl->get_geometry()Benjamin Otte2010-12-061-2/+1
* API: gdk: Remove depth argument from gdk_window_get_geometry()Benjamin Otte2010-12-061-6/+2
* Fix a segfault in gdk_window_beepMatthias Clasen2010-12-041-1/+1
* Annotate gdk_window_get_geometry, get_position and get_originPaolo Borelli2010-12-041-9/+9
* API: gdk: Rename GdkWindowObjectClass to GdkWindowClassBenjamin Otte2010-12-031-7/+7
* Fix up parameter mismatches in the docsMatthias Clasen2010-12-031-1/+1
* gdk: Clean up Cairo codeBenjamin Otte2010-12-021-15/+0
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-021-2/+2
* gdk: Move window beeps into GdkWindowImplBenjamin Otte2010-12-021-4/+8
* gdk: Make get_shape and get_input_shape vfuncsBenjamin Otte2010-12-021-2/+2
* gdk: Remove remaining includes of gdkdrawable.hBenjamin Otte2010-12-021-1/+0
* API: Remove GdkNoExposeEventBenjamin Otte2010-12-021-1/+0
* gdk: Make GdkWindow->impl a GdkWindowImplBenjamin Otte2010-12-021-5/+5
* gdk: Pass the GdkWindow to resize_cairo_surface vfuncBenjamin Otte2010-12-021-1/+1
* API: GdkWindow no longer is a GdkDrawableBenjamin Otte2010-12-021-2/+2