summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Move a bunch of deprecated code to a new fileBenjamin Otte2011-11-021-53/+0
* display: Don't use deprecated functionsBenjamin Otte2011-11-021-8/+12
* gdk: Plug leak in gdk_display_pointer_is_grabbedAdel Gadllah2011-10-031-1/+6
* gdk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* gdk_display_get_pointer: Screen out parameter is (transfer none)Colin Walters2011-05-161-1/+1
* Fix some possible crashes if the default display is NULLMatthias Clasen2011-04-081-1/+2
* Free the motion hint infos in GdkDisplayGarrett Regier2011-03-211-0/+1
* Remove support for GDK_NATIVE_WINDOWSAlexander Larsson2011-03-081-4/+0
* gdk: add precondition checks to many GdkDisplay functionsMichael Natterer2011-02-281-18/+61
* Give the GDK docs some loveMatthias Clasen2011-02-091-14/+20
* Remove tab as it confused g-ir-scannerJohan Dahlin2011-02-081-1/+1
* API: gdk: Change get_drag_window() APIBenjamin Otte2011-02-011-22/+0
* gdk: Remove GdkEventClientBenjamin Otte2011-02-011-112/+0
* Avoid toplevel tracking on slave device after ungrabCarlos Garnacho2011-01-241-2/+9
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-2/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+4
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* gdk: Get rid of GdkDisplayDeviceHooksBenjamin Otte2011-01-031-41/+0
* gdk: Move get_device_state out of the display hooksBenjamin Otte2011-01-031-40/+17
* gdk: Move window_get_device_position function out of the device hooksBenjamin Otte2011-01-031-39/+0
* API: gdk: Remove gdk_display_set_device_hooks()Benjamin Otte2011-01-031-31/+0
* API: gdk: Remove gdk_display_set_pointer_hooks()Benjamin Otte2011-01-031-146/+0
* API: gdk: Remove gdk_set_pointer_hooks()Benjamin Otte2011-01-031-133/+1
* API: gdk: Make gdk_display_get_window_at_device_position() a device APIBenjamin Otte2010-12-271-41/+2
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-271-44/+19
* Fix up GDK docsMatthias Clasen2010-12-251-10/+37
* Add deprecation guards for deprecated GdkAppLaunchContext APIMatthias Clasen2010-12-241-2/+3
* gdk: Allow display subclasses to override the type used for windowsBenjamin Otte2010-12-211-1/+2
* gdk: Create windows via _gdk_display_create_window()Benjamin Otte2010-12-211-0/+6
* API: gdk: GDK_DISPLAY_OBJECT() => GDK_DISPLAY()Benjamin Otte2010-12-211-3/+3
* API: gdk: gdk_display_warp_device() => gdk_device_warp()Benjamin Otte2010-12-211-42/+4
* Add vfuncs for gdk_test apisMatthias Clasen2010-12-211-0/+143
* Add a vfunc for gdk_keymap_get_for_displayMatthias Clasen2010-12-211-0/+16
* Add a vfunc for _gdk_window_impl_newMatthias Clasen2010-12-211-0/+18
* Add vfuncs for _gdk_windowing_event_data_{copy,free}Matthias Clasen2010-12-211-0/+15
* Add a vfunc for gdk_notify_startup_completeMatthias Clasen2010-12-211-0/+53
* Remove gdk_windowing_{get_device_state,window_at_device_position}Matthias Clasen2010-12-211-6/+38
* Add a vfunc for _gdk_windowing_window_get_next_serialMatthias Clasen2010-12-211-1/+7
* Move warp functions to the frontendMatthias Clasen2010-12-211-0/+73
* Make gdk_set_sm_client_id X11-specificMatthias Clasen2010-12-211-45/+0
* Add vfuncs for a bunch of cursor functionality to GdkDisplayMatthias Clasen2010-12-211-0/+86
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-0/+1
* Add a vfunc for _gdk_events_queueMatthias Clasen2010-12-211-2/+2
* Work toward turning GdkDisplayManager into a backend singletonMatthias Clasen2010-12-211-14/+46
* Add vtables for DNDMatthias Clasen2010-12-211-0/+22
* Make GdkAppLaunchContext display-dependentMatthias Clasen2010-12-211-2/+33
* Move gdk_get_display to common codeMatthias Clasen2010-12-211-0/+6
* Make display method vtable callsAlexander Larsson2010-12-211-0/+374
* Strengthen checks in functions taking a GdkDeviceCarlos Garnacho2010-12-201-2/+4
* Remove *_set_extension_events() and old API to query devices.Carlos Garnacho2010-12-171-39/+0