summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* GdkDisplay: handle multiple calls to _gdk_display_pause_events()Owen W. Taylor2013-02-141-4/+11
* gdk_display_get_event: don't unqueue events from the windowing system when pa...Owen W. Taylor2013-02-141-4/+4
* Compress motion synchronized with the paint cycleOwen W. Taylor2013-02-141-1/+30
* gdk: strengthen touch crossing event synthesizing on programmatical crossingsCarlos Garnacho2013-01-151-1/+2
* gdk: do not send leave event on touchpad button releaseMarc-André Lureau2012-05-051-2/+1
* Fix malformed doc commentsMatthias Clasen2012-04-121-2/+2
* gdk: Don't fully destroy the implicit touch grab on ::grab-brokenCarlos Garnacho2012-03-011-11/+5
* gdk: handle implicit touch grabsCarlos Garnacho2012-03-011-4/+7
* gdk: Add internal API to deal with touch implicit grabsCarlos Garnacho2012-03-011-0/+103
* gdk: Generate crossing events around touch devices' press/releaseCarlos Garnacho2012-03-011-9/+20
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gdk: Ensure that GdkPointerWindowInfo is only generated for pointersCarlos Garnacho2012-02-231-0/+3
* gdk/*: Use g_list_free_full convenience functionJavier Jardón2012-01-051-4/+2
* 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