summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* display: Add display to displaymanager laterBenjamin Otte2013-04-191-2/+2
* display: Make opened signal have a vfuncBenjamin Otte2013-04-191-27/+26
* displaymanager: Handle list of displays in base classBenjamin Otte2013-04-151-0/+5
* displaymanager: Move set_default_display vfuncBenjamin Otte2013-04-151-0/+7
* gdk: Deprecate gdk_display_get_n_screens()Benjamin Otte2013-04-061-0/+2
* gdkdisplay: Warn if asked for a non-zero screen not a zero screenRob Bradford2013-04-021-1/+1
* gdkdisplay: Remove get_screen() and get_n_screens() vfuncsBenjamin Otte2013-04-021-2/+3
* gdk: Shuffle code aroundBenjamin Otte2013-04-011-6/+0
* 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