summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkevents-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-3088/+0
* gdkevents-x11: Do not break strict-aliasing rulesJavier Jardón2010-05-221-5/+18
* gdkevents-x11.c: Remove unused function: graphics_expose_predicate()Javier Jardón2010-05-221-13/+0
* Remove deprecated code from GdkEventJavier Jardón2010-05-031-38/+0
* Fix a compatibility problemMatthias Clasen2010-02-121-1/+1
* Make level3 keys work againMatthias Clasen2009-11-251-2/+5
* Use "Deprecated:" gtk-doc symbol correntlyJavier Jardón2009-11-061-1/+1
* Deprecate gdk_event_get_graphics exposesMatthias Clasen2009-09-091-20/+7
* Fix the buildMatthias Clasen2009-09-041-1/+1
* Make window manager tracking work betterMatthias Clasen2009-09-041-26/+36
* Add xevent->xcrossing.mode to GDK_NOTE() for enter and leave notify eventsMichael Natterer2009-07-091-8/+11
* Ensure that we always calculate clip regions for root windowsAlexander Larsson2009-06-251-0/+1
* Initial version of input supportAlexander Larsson2009-05-291-18/+6
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-1/+4
|\
| * Avoid warnings when handling SelectionNotifyMatthias Clasen2009-05-171-1/+4
* | Move implicit grab tracking totally to common codeAlexander Larsson2009-04-021-11/+0
* | New approach for grab tracking codeAlexander Larsson2009-04-021-1/+1
* | Fix up indentationAlexander Larsson2009-04-021-1/+1
* | Remove_gdk_pixmap_set_as_backing etc, as this is not used anymoreAlexander Larsson2009-04-021-28/+4
* | Fix warning about wrong type in assignmentAlexander Larsson2009-04-021-2/+2
* | Switch motion hint emulation to be serial based.Alexander Larsson2009-04-021-1/+1
* | Revert "Convert all pending X events in _gdk_events_queue"Alexander Larsson2009-04-021-1/+1
* | Move keyboard grab info to common codeAlexander Larsson2009-04-021-4/+4
* | Convert all pending X events in _gdk_events_queueAlexander Larsson2009-04-021-1/+1
* | Fix typo in pixmap window backingAlexander Larsson2009-04-021-1/+1
* | Don't expose a temporary grab during a scrollwheel button press/release cycle.Alexander Larsson2009-04-021-7/+12
* | New approach to motion event handlingAlexander Larsson2009-04-021-1/+1
* | Add _gdk_pixmap_set_as_backing which is a way to get GraphicsExposures on pix...Alexander Larsson2009-04-021-4/+28
* | Fix up keyboard grab handlingAlexander Larsson2009-04-021-3/+31
* | Initial client-side-windows workAlexander Larsson2009-04-021-38/+36
|/
* Another attempt at getting Xrandr screen size changes right. ActuallyMatthias Clasen2009-02-241-2/+3
* Recheck _NET_SUPPORTING_WM_CHECK every now and then to avoid getting stuckMatthias Clasen2009-01-041-11/+14
* Bug 554076 – eventually release g_new-ed supported_atomsChristian Dywan2008-11-301-1/+10
* remove unused variable and fix indentation.Michael Natterer2008-09-231-5/+3
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate GdkDestroyNotify.Michael Natterer2008-06-181-1/+1
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-061-2/+2
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-061-0/+11
* Add RandR 1.2 supportSøren Sandmann2007-12-131-0/+14
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-191-3/+5
* Check that window_private is not NULL before using it. (#444351, DavidMatthias Clasen2007-06-051-1/+1
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+28
* Change the XSettingsWatchFunc to return a Bool to indicate success. UpdateMatthias Clasen2007-04-101-7/+30
* Doc improvementsMatthias Clasen2007-03-121-0/+2
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-041-4/+4
* Try to fix #315732, reported by Luke Hutchinson:Matthias Clasen2007-01-021-15/+10
* Move all includes before including gdkalias.h.Behdad Esfahbod2006-10-021-2/+2
* Fix root window size changesMatthias Clasen2006-06-291-1/+7
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-0/+8