| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from trunk: | Cody Russell | 2007-06-10 | 1 | -6/+0 |
* | Subtract the multi-monitor offset from x and y before setting up the | Tor Lillqvist | 2007-05-30 | 1 | -0/+3 |
* | Fix initialization of last cursor | Cody Russell | 2007-05-29 | 1 | -1/+1 |
* | Merged from trunk (r17879) fix for #437379 | Attilio Fiandrotti | 2007-05-20 | 2 | -2/+2 |
* | Fix context iterations for handle_configure_event() | Cody Russell | 2007-05-13 | 1 | -2/+1 |
* | Fix wrong cairo path generation. (#437879, Eddie C. Dost) | Behdad Esfahbod | 2007-05-12 | 1 | -1/+1 |
* | Don't call into the backend if the region is empty. (#437081, Sven | Matthias Clasen | 2007-05-10 | 1 | -1/+5 |
* | Backport misc directfb fixes from trunk; thanks Attilio Fiandrotti for the | Loïc Minier | 2007-05-09 | 8 | -26/+51 |
* | Merge from trunk: | Dan Winship | 2007-05-02 | 1 | -2/+6 |
* | Clear correct area | Cody Russell | 2007-04-30 | 1 | -4/+147 |
* | Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515, | Matthias Clasen | 2007-04-28 | 1 | -1/+1 |
* | Use native Win32 cursors where it makes sense | Cody Russell | 2007-04-26 | 2 | -78/+84 |
* | Win32 drop shadow goodness | Cody Russell | 2007-04-25 | 6 | -20/+59 |
* | Fix a borderline case with regions | Matthias Clasen | 2007-04-18 | 1 | -8/+14 |
* | Change the XSettingsWatchFunc to return a Bool to indicate success. Update | Matthias Clasen | 2007-04-10 | 3 | -11/+44 |
* | Merge r17579 from trunk: | Loïc Minier | 2007-04-03 | 1 | -5/+9 |
* | Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failures | Chris Wilson | 2007-03-17 | 1 | -0/+1 |
* | Fix the build | Matthias Clasen | 2007-03-09 | 1 | -3/+7 |
* | Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11. | Matthias Clasen | 2007-03-09 | 1 | -3/+13 |
* | gdk/Makefile.am gdk-pixbuf/Makefile.am Further fixes for building on Win32 | Tor Lillqvist | 2007-03-06 | 1 | -3/+3 |
* | Be more careful when checking for ButtonRelease events that end implicit | Matthias Clasen | 2007-02-16 | 1 | -1/+7 |
* | Fix Win32 window resizing/repainting and widget flickering, backport from trunk | Cody Russell | 2007-02-15 | 1 | -133/+1 |
* | Nitpick, define BITMAPV5HEADER also for w32api < 3.x. Not that I know | Tor Lillqvist | 2007-02-04 | 1 | -1/+1 |
* | Don't define BITMAPV5HEADER on mingw with w32api >= 3.8, which has it in | Tor Lillqvist | 2007-02-04 | 1 | -1/+5 |
* | New debugging function. (_gdk_input_wintab_init_check): Call it when | Tor Lillqvist | 2007-01-30 | 1 | -0/+148 |
* | Be more careful about toplevel possibly being NULL. (#402453, Sebastian | Matthias Clasen | 2007-01-30 | 1 | -1/+7 |
* | Reduce locking overhead by not repeatedly getting the paintable iface. | Matthias Clasen | 2007-01-25 | 1 | -13/+23 |
* | Fix for bug #143460 - missed tablet clicks on Windows | Robert Oegren | 2007-01-19 | 1 | -45/+33 |
* | gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes for | Tor Lillqvist | 2007-01-18 | 2 | -12/+10 |
* | New file. Downloaded from freedesktop.org's webcvs. Slighly edited cursors | Tor Lillqvist | 2007-01-06 | 3 | -36/+3341 |
* | 2.10.7GTK_2_10_7 | Matthias Clasen | 2007-01-05 | 1 | -0/+1 |
* | Avoid overflow when converting coordinates to Pango units. (#332266, Jody | Behdad Esfahbod | 2007-01-05 | 3 | -2/+45 |
* | Cross-compilation fixes. (#392646, Yevgen Muntyan) | Matthias Clasen | 2007-01-04 | 1 | -1/+1 |
* | Apply a patch by Chris Wilson to avoid spurious valgrind warnings from | Matthias Clasen | 2007-01-04 | 4 | -92/+94 |
* | Try to fix #315732, reported by Luke Hutchinson: | Matthias Clasen | 2007-01-02 | 3 | -20/+37 |
* | Generate double-click events. (#380421, Tommi Komulainen) | Matthias Clasen | 2006-12-21 | 1 | -0/+4 |
* | Correct return_if_fail checks. (#379803, Tommi Komulainen) | Matthias Clasen | 2006-12-21 | 1 | -3/+3 |
* | Improve docs. (#353438, Mariano Suárez-Alvarez) | Matthias Clasen | 2006-12-21 | 1 | -1/+1 |
* | Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin where | Matthias Clasen | 2006-12-10 | 1 | -0/+12 |
* | Improve handling of the small icon of the window class. (#152620, Kazuki | Tor Lillqvist | 2006-10-29 | 1 | -13/+25 |
* | Implement for B&W cursors, for instance the built-in GDK ones. | Tor Lillqvist | 2006-10-29 | 1 | -33/+112 |
* | reduce relocations | Matthias Clasen | 2006-10-03 | 1 | -1/+1 |
* | free display->input_windows with g_free(), not g_object_unref() (#357566, | Michael Natterer | 2006-09-25 | 1 | -1/+1 |
* | 2.10.4GTK_2_10_4 | Matthias Clasen | 2006-09-23 | 1 | -1/+2 |
* | just check the first shift-level of keyboard layout for RTL and LTR | Behnam Esfahbod | 2006-09-20 | 1 | -18/+14 |
* | add new files | Matthias Clasen | 2006-09-10 | 1 | -0/+17 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 7 | -14/+13 |
* | Fix small theoretical memory leaks. (#353916, Chris Wilson) | Matthias Clasen | 2006-09-09 | 1 | -2/+5 |
* | handle displayname being NULL in some error paths | Matthias Clasen | 2006-09-03 | 1 | -1/+2 |
* | Add Win32 detail to doc comments. | Tor Lillqvist | 2006-08-23 | 1 | -0/+10 |