summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add gdk_event_[gs]et_source_device().Carlos Garnacho2010-12-151-8/+11
* More annotations for GdkDisplayMilan Bouchet-Valat2010-12-071-12/+15
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-021-6/+3
* gdk: Make GdkWindowImpl a class, not an interfaceBenjamin Otte2010-12-021-1/+1
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-7/+7
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-9/+9
* docs: Move documentation to inline comments: gdkdisplayJavier Jardón2010-11-151-0/+26
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-3/+5
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Fix bugs that crashed gdk_display_close() on x11Havoc Pennington2010-09-181-2/+8
* docs: Fix gdk_display_get_core_pointer() docsJavier Jardón2010-09-131-2/+2
* Fix some documentation issuesMatthias Clasen2010-08-161-1/+3
* Add gdk_display_is_closedJohn Stowers2010-08-071-0/+16
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* [docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"Javier Jardón2010-06-241-3/+3
* GdkDeviceManager: Add gdk_device_manager_get_client_pointer().Carlos Garnacho2010-06-241-2/+2
* [docs] Use the correct gtk-doc notationJavier Jardón2010-05-271-12/+12
* Documentation fixesMatthias Clasen2010-05-251-1/+3
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-283/+816
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-11/+11
* Remove unused grab_one_pointer_release_event varAlexander Larsson2009-09-281-3/+1
* Extend _gdk_windowing_window_at_pointer to be able to get toplevels onlyAlexander Larsson2009-09-281-17/+3