summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-35/+8
* Support input shapes: (#331070)Matthias Clasen2006-02-201-2/+56
* Precache atoms before calling gdk_window_new().Matthias Clasen2005-12-271-2/+2
* new internal function which destroys the display's event source. AlsoMichael Natterer2005-11-161-5/+1
* destroy display->xid_ht as late as possible (right before XCloseDisplay)Michael Natterer2005-11-151-3/+3
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-27/+44
* *** empty log message ***Matthias Clasen2005-09-201-0/+5
* Broken pipeMatthias Clasen2005-09-111-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Handle broken grabs.Matthias Clasen2005-06-301-1/+2
* Avoid a segfault. (#309054)Matthias Clasen2005-06-271-4/+19
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-1/+0