summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one error in serial range handlingMatthias Clasen2010-09-211-1/+1
* Use g_warning() for X errors and X IO errorsOwen W. Taylor2010-09-211-1/+1
* More error trap cleanupsMatthias Clasen2010-09-201-5/+4
* Only store error codes in inner-most X error trapOwen W. Taylor2010-09-201-0/+1
* Improve tests for X error traps, fix two bugsHavoc Pennington2010-09-181-0/+15
* Fix bugs that crashed gdk_display_close() on x11Havoc Pennington2010-09-181-4/+5
* Revamp and modernize X error trapsHavoc Pennington2010-09-181-0/+265
* Add annotationsMatthias Clasen2010-09-171-1/+2
* Drop the gdk_display variable from gdkMatthias Clasen2010-09-091-6/+1
* x11: Remove display_x11->have_renderBenjamin Otte2010-08-101-2/+0
* API: remove GdkImageBenjamin Otte2010-08-101-2/+0
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+0
* [docs] Use the correct gtk-doc notationJavier Jardón2010-05-271-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-58/+1245
* Make the !xkb build survive a little longerMatthias Clasen2010-05-211-0/+4
* Make DND work better with shaped windowsMatthias Clasen2010-02-041-2/+2
* fix race between fetching owner of composit selection, andMichael Meeks2009-09-141-2/+1
* Fix gdk_display_beepMatthias Clasen2009-09-131-2/+2
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-06-171-6/+1
|\
| * Remove nonworking conditionalsMatthias Clasen2009-06-051-6/+1
* | New approach for grab tracking codeAlexander Larsson2009-04-021-21/+16
* | Track pointer grabs on Xserver timeAlexander Larsson2009-04-021-4/+30
* | Switch motion hint emulation to be serial based.Alexander Larsson2009-04-021-0/+7
* | Move keyboard grab state tracking code to common codeAlexander Larsson2009-04-021-1/+1
* | Move keyboard grab info to common codeAlexander Larsson2009-04-021-3/+3
* | Initial client-side-windows workAlexander Larsson2009-04-021-27/+15
|/
* Register randr eventsMatthias Clasen2009-02-131-0/+2
* Check for Xrandr 1.3Matthias Clasen2009-02-131-3/+3
* Cache cursors to avoid libXcursor theme lookup overhead.Matthias Clasen2009-01-201-0/+2
* Initialize the XAtom cache earlier. Patch by Christian PerschMatthias Clasen2008-12-131-2/+2
* Bug 563547 – Update gdkx11 atom precache tableBehdad Esfahbod2008-12-081-2/+14
* Bug 559622 – GdkDevice test segfaultsChristian Dywan2008-11-301-0/+2
* Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.Matthias Clasen2008-09-291-1/+1
* Bug 552956 – Should check composite extension versionMatthias Clasen2008-09-271-1/+11
* Bug 553803 – eventually call XCloseDevice on XOpenDevice resultsMatthias Clasen2008-09-271-1/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-5/+5
* Add RandR 1.2 supportSøren Sandmann2007-12-131-0/+19
* applied patch from Mark Tiefenbruck to add missing return_if_fail,Tim Janik2007-06-211-0/+1
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+56
* Update docsMatthias Clasen2007-05-261-2/+3
* New method to marshall and send a Startup Notification message. (fromDan Winship2007-04-291-44/+72
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-131-2/+45
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-041-9/+10
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-251-1/+1
* broken pipeMatthias Clasen2006-06-281-1/+2
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-0/+21
* Remove _gdk_x11_screen_request_cm_notificationMatthias Clasen2006-05-221-31/+30
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Create 'composited' label.Søren Sandmann2006-04-251-2/+7