summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move all includes before including gdkalias.h.Behdad Esfahbod2006-10-021-2/+2
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-251-1/+1
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-201-18/+14
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-102-1/+1
* Fix small theoretical memory leaks. (#353916, Chris Wilson)Matthias Clasen2006-09-091-2/+4
* Fix build.Michael Natterer2006-08-311-2/+1
* Fix gdk_window_beepMatthias Clasen2006-08-301-5/+11
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+28
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-231-0/+10
* Don't leak ShmPixmapInfo. (#349858, Chris Wilson)Matthias Clasen2006-08-151-2/+18
* Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, DavidMatthias Clasen2006-08-151-19/+25
* Zero out some stack-allocated X structures, to avoid valgrind warningsMatthias Clasen2006-08-152-0/+6