summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop gdk_set_double_click_timeMatthias Clasen2017-11-161-16/+0
* Stop providing the owner in GdkEventOwnerChangeMatthias Clasen2017-11-011-11/+0
* gdk: Remove VisibilityNotify eventsBenjamin Otte2017-11-011-2/+0
* Drop gdk_event_set/get_screenMatthias Clasen2017-10-301-47/+0
* Add gdk_event_get/set_displayMatthias Clasen2017-10-301-13/+33
* Remove gdk_setting_getMatthias Clasen2017-10-301-18/+0
* gdk: Drop settings eventswip/matthiasc/gdk-settingsMatthias Clasen2017-10-301-30/+0
* gdk: add accessor for GdkEventOwnerChange::reasonMarc-Antoine Perennou2017-10-191-0/+23
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-35/+21
* GdkEvent: OWNER_CHANGE events have a selection as wellTimm Bäder2017-09-281-1/+2
* GdkEvent: Unref user_data in freeTimm Bäder2017-09-281-0/+1