summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkasync.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Mark unused variables as suchBenjamin Otte2012-03-011-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Drop _gdk_x11_set_input_focus_safeMatthias Clasen2011-02-261-93/+0
* Silence compiler warningsMatthias Clasen2011-01-301-3/+3
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-1/+1
* Consistently use per-display error traps in the X11 backendMatthias Clasen2010-12-211-2/+2
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-2/+5
* More error trap cleanupsMatthias Clasen2010-09-201-1/+1
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* New approach for grab tracking codeAlexander Larsson2009-04-021-1/+4
* Fix warning due to typoAlexander Larsson2009-04-021-1/+1
* Add _gdk_x11_roundtrip_asyncAlexander Larsson2009-04-021-0/+95
* 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
* Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11.Matthias Clasen2007-03-091-3/+13
* Free state.children in all cases. (#313862, Kjartan Maraas)Matthias Clasen2005-08-291-1/+8
* Plug a leak. Closes bug #307281.Kjartan Maraas2005-06-121-0/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+3
* Make GDK+ compile with X11R5 (#148032)Matthias Clasen2004-11-121-0/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Change _gdk_x11_send_xevent_async() toOwen Taylor2003-07-081-25/+50
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-051-5/+142
* Function to get a range of information about all the children of a windowOwen Taylor2003-07-051-16/+285
* Add a function to XSendEvent() and call a calback on failure/success.Owen Taylor2003-07-051-2/+139
* Fix some leftover fields.Owen Taylor2003-07-051-3/+0
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-0/+156