summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some possible crashes if the default display is NULLMatthias Clasen2011-04-081-1/+5
* Copy event axes for double/triple click events in gdk_event_copy()Carlos Garcia Campos2011-02-251-0/+2
* Free event axes for double/triple click events.Carlos Garnacho2011-02-171-0/+2
* API: gdk: Make GdkEventSelection.requestor a GdkWindowBenjamin Otte2011-02-011-0/+15
* Deal gracefully with unowned selectionsMatthias Clasen2011-01-311-2/+5
* API: gdk: Change GdkEventOwnerChange to not take GdkNativeWindowBenjamin Otte2011-01-311-0/+8
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* Be more careful with private event dataMatthias Clasen2011-01-191-34/+37
* Don't return PropertyNotify.state as modifier stateMatthias Clasen2010-12-221-2/+0
* Work around issues with events without screensMatthias Clasen2010-12-211-6/+2
* Add vfuncs for _gdk_windowing_event_data_{copy,free}Matthias Clasen2010-12-211-3/+7
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-0/+1
* Work toward turning GdkDisplayManager into a backend singletonMatthias Clasen2010-12-211-10/+59
* Add gdk_event_[gs]et_source_device().Carlos Garnacho2010-12-151-0/+60
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-021-3/+10
* API: Remove GdkNoExposeEventBenjamin Otte2010-12-021-2/+0
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-021-3/+3
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-1/+1
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-6/+5
* docs: Move documentation to inline comments: gdkeventsJavier Jardón2010-11-151-0/+17
* Use the client pointer for events with no device.Carlos Garnacho2010-10-281-4/+6
* Remove unused GdkDeviceManager variableOwen W. Taylor2010-10-281-2/+0
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-3/+2
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-5/+5
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* Don't try to unref event->dnd.context unconditionally.Tomeu Vizoso2010-09-241-1/+2
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-221-1/+3
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Remove the long deprecated GDK_WINDOW_DIALOG type.Matthias Clasen2010-08-281-1/+0
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-11/+3
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Remove mention of gdk_event_get_graphics_expose()Kristian Rietveld2010-06-301-2/+2
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-2/+2
* Remove gdk_input_* callbacks on file descriptors deprecated functionsJavier Jardón2010-06-201-114/+0
* gdk_event_get_device(): Fallback to core pointer/keyboard.Carlos Garnacho2010-06-151-0/+45
* [gdkevents] Add annotations for GdkEvent getters.Steve Frécinaux2010-06-081-9/+9
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-41/+276
* Remove deprecated code from GdkEventJavier Jardón2010-05-031-1/+1
* Update the gdk_event_free docsMatthias Clasen2010-04-221-1/+1
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-111-2/+2
* Properly free damage eventsMatthias Clasen2009-12-201-0/+2
* Track viewable for GdkWindowAlexander Larsson2009-07-181-0/+3
* Avoid warnings about non-handled GDK_EVENT_LAST enumAlexander Larsson2009-04-021-0/+2
* Switch motion hint emulation to be serial based.Alexander Larsson2009-04-021-1/+1
* Implement GDK_POINTER_MOTION_HINT_MASK supportAlexander Larsson2009-04-021-1/+9
* Initial client-side-windows workAlexander Larsson2009-04-021-2/+62
* Bug 551063 – deprecated marking without a link to what new code shouldSven Herzberg2008-09-061-0/+32
* Small doc fixesMatthias Clasen2008-07-041-1/+1