summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Revert one problematic fixMatthias Clasen2008-06-031-1/+1
* Bug 526635 - _gdk_window_get_toplevel handles FOREIGN windowsMatthias Clasen2008-06-021-1/+1
* Bug 524110 - Gdk should not assume reparenting WMs when retrievingMatthias Clasen2008-06-021-6/+52
* Bug 522269 - Evince windows sometimes incorrectly unmaximized,Matthias Clasen2008-06-021-0/+4
* Don't call XFreeColormap on foreign colormaps. Found by Daniel Berrange.Matthias Clasen2008-04-031-2/+3
* Merged from trunk:Michael Natterer2008-01-041-5/+10
* Avoid loading the ISO8859-1 iconv module. We're already doing all theAlexander Larsson2007-11-121-21/+21
* Fix serial number comparison regression introduced recently. (#474897)Behdad Esfahbod2007-09-101-2/+5
* fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.18:22:28 Tim Janik2007-09-091-1/+2
* fix X serial handling to cope with wraparounds and maintain referentialTim Janik2007-08-281-6/+4
* Documentation fixesMatthias Clasen2007-07-221-3/+4
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-192-4/+7
* New function to determine if keyboard layouts for both LTR and LTRMatthias Clasen2007-06-301-54/+125
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-8/+0
* applied patch from Mark Tiefenbruck to add missing return_if_fail,Tim Janik2007-06-211-0/+1
* replace GDK_WINDOW calls by cast to GdkWindow. Patch by Tilman SauerbeckXan Lopez2007-06-171-2/+2
* Handle child_setup being NULL. (#445691, Christopher Taylor)Matthias Clasen2007-06-111-3/+4
* Set DISPLAY in the child process using g_setenv() instead of constructingRoss Burton2007-06-061-81/+33
* Fix embarrassing crash. (#444457, Torsten Schoenfeld)Tor Lillqvist2007-06-061-1/+1
* 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-015-2/+156
* Update docsMatthias Clasen2007-05-261-2/+3
* Fix docsMatthias Clasen2007-05-261-1/+1
* Add some missing symbols.Matthias Clasen2007-05-231-0/+1
* Make sure the leader_window's WM_CLIENT_LEADER points to itself. #435028Dan Winship2007-05-021-2/+6
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-302-1/+55
* New method to marshall and send a Startup Notification message. (fromDan Winship2007-04-292-44/+76
* Factor out window movement functions. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-31/+34
* Factor out translate_pos(). (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-24/+20
* Factor out window mapping and unmapping functions. (#63820, TilmanMatthias Clasen2007-04-271-10/+25
* Make list handling code easier to read. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-59/+19
* Win32 drop shadow goodnessCody Russell2007-04-251-0/+3
* Change the XSettingsWatchFunc to return a Bool to indicate success. UpdateMatthias Clasen2007-04-103-11/+44
* Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patchLoïc Minier2007-04-031-5/+9
* Patch from Matthias to add support for the _NET_WM_USER_TIME_WINDOW EWMHElijah Newren2007-04-011-1/+21
* Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failuresChris Wilson2007-03-171-0/+1
* Make gtk_widget_set_extension_events() work on already realized widgetsMichael Natterer2007-03-141-9/+22
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-133-2/+81
* Doc improvementsMatthias Clasen2007-03-121-0/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-093-10/+5
* Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11.Matthias Clasen2007-03-091-3/+13
* Be more careful when checking for ButtonRelease events that end implicitMatthias Clasen2007-02-161-1/+7
* Be more careful about toplevel possibly being NULL. (#402453, SebastianMatthias Clasen2007-01-301-1/+7
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-044-92/+94
* Try to fix #315732, reported by Luke Hutchinson:Matthias Clasen2007-01-023-20/+37
* Generate double-click events. (#380421, Tommi Komulainen)Matthias Clasen2006-12-211-0/+4
* Correct return_if_fail checks. (#379803, Tommi Komulainen)Matthias Clasen2006-12-211-3/+3
* Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin whereMatthias Clasen2006-12-101-0/+12
* Update the docs to state which out parameters may be NULL. (#360870,Matthias Clasen2006-10-091-7/+7
* CleanupsMatthias Clasen2006-10-083-4/+1