summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Handle configure events in gdkMatthias Clasen2018-07-151-0/+3
* Revert "gdk: Drop configure events"Matthias Clasen2018-07-151-0/+10
* gdk: Drop map eventsMatthias Clasen2018-07-151-4/+0
* gdk: Drop expose eventsMatthias Clasen2018-07-151-12/+0
* gdk: Drop configure eventsMatthias Clasen2018-07-151-10/+0
* dnd: Rename headersMatthias Clasen2018-07-021-1/+1
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-1/+1
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+0
* events: Make GdkEventDND have a GdkDrop memberBenjamin Otte2018-06-181-4/+3
* dnd: Add gdk_event_get_drop()Benjamin Otte2018-06-181-10/+8
* dnd: Remove GdkDragContext::commit_drag_status() vfuncBenjamin Otte2018-06-181-3/+0
* events: Mark static function as suchBenjamin Otte2018-05-291-1/+1
* gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-291-15/+1
* Misc documentation fixesMatthias Clasen2018-04-281-1/+1
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-31/+31
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-11/+11
* The big versioning cleanupMatthias Clasen2018-02-061-51/+0
* gdk: Rename gdk_event_get_history() to get_motion_history()Carlos Garnacho2018-02-051-2/+4
* Document more structsMatthias Clasen2017-12-261-0/+13
* Document new event gettersMatthias Clasen2017-12-261-69/+112
* Try to make the docs build more quietMatthias Clasen2017-12-261-0/+8
* gdk: Remove the event structs from the documentationMatthias Clasen2017-12-261-3/+2
* Update annotations for GdkEvent APIEmmanuele Bassi2017-12-211-3/+21
* gdk: Remove leftover variableCarlos Garnacho2017-12-191-3/+0
* gdk: Remove DRAG_STATUS and DROP_FINISHED eventsBenjamin Otte2017-12-151-13/+1
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-1/+1
* gdk: Drop GDK_DAMAGEMatthias Clasen2017-12-141-4/+0
* Drop GDK_CLIENT_EVENTMatthias Clasen2017-12-141-2/+0
* Move code aroundMatthias Clasen2017-12-141-50/+0
* gdk: Drop GdkEventWindowStateMatthias Clasen2017-12-141-76/+1
* gdk: Add a GdkWindow::state propertyMatthias Clasen2017-12-141-0/+1
* gdk: Remove propertiesBenjamin Otte2017-12-141-29/+0
* gdk: Remove gdk_window_[gs]et_event_compression()Carlos Garnacho2017-12-141-3/+0
* gdk: Implement motion history as motion event dataCarlos Garnacho2017-12-141-0/+56
* gdk: Keep reference on tools from motion/button events.Carlos Garnacho2017-12-141-2/+6
* gdk: Move additional code in gdk_event_new() to GdkEvent::constructedCarlos Garnacho2017-12-141-7/+13
* gdk: Make GdkEvent type a construct only propertyCarlos Garnacho2017-12-141-4/+62
* gdk: Remove gdk_event_is_allocated()Carlos Garnacho2017-12-141-20/+1
* gdk: Turn GdkEvent into a GObjectCarlos Garnacho2017-12-141-42/+51
* gdk: Remove GdkDisplay from GdkEventPrivateCarlos Garnacho2017-12-141-17/+3
* gdk: Figure out the GdkSeat of an event from the GdkDeviceCarlos Garnacho2017-12-141-33/+3
* gdk: Use allocated eventsCarlos Garnacho2017-12-141-10/+13
* gdk: Fold GdkEventPrivate fields into event structsCarlos Garnacho2017-12-141-194/+62
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-76/+90
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-11/+11
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-80/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-14/+2
* gdk: Remove gdk_event_put(), peek() etcBenjamin Otte2017-12-131-131/+2
* gdk: Get rid of owner change eventsBenjamin Otte2017-12-031-27/+1
* gdk: Move code aroundMatthias Clasen2017-11-171-37/+0