summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_event_[gs]et_source_device().xi2-playgroundCarlos Garnacho2010-07-021-0/+60
* 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
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate GdkDestroyNotify.Michael Natterer2008-06-181-2/+2
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-0/+21
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-061-1/+1
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-061-0/+5
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-17/+17
* Require gtk-doc 1.8Matthias Clasen2007-11-251-5/+6
* added usage example to gdk_event_request_motions() docs.Tim Janik2007-07-041-1/+11
* Fix a doc formatting thingMatthias Clasen2007-06-071-1/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* fixed typoTim Janik2007-02-061-1/+1
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-0/+20
* fix missing hash table initialization.Tim Janik2005-12-061-1/+4
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-15/+2
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* add GDK_GRAB_BROKEN to the switch cases.Manish Singh2005-06-261-0/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Handle scroll events. (#159098, Felipe Heidrich)Matthias Clasen2004-11-231-0/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gccManish Singh2004-07-091-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-12/+45
* Fix for the case when gdk_event_copy() is called on a non-allocated event.Owen Taylor2003-04-181-4/+6
* copy the event axes as well.Larry Ewing2003-02-181-0/+14
* Document 2.2 API additions.Matthias Clasen2002-11-281-3/+11
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+9
* implement maximize for linux-fbEric Warmenhoven2002-10-031-1/+1
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-9/+65