summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkasync.c
Commit message (Expand)AuthorAgeFilesLines
* 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