| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply patch by Vytautas Liuolia for changing the startup notification id | Emmanuele Bassi | 2007-03-13 | 5 | -2/+85 |
* | Doc improvements | Matthias Clasen | 2007-03-12 | 2 | -1/+5 |
* | Update for the new quartz cairo surface API (#410442). Don't lock focus | Richard Hult | 2007-03-10 | 5 | -135/+184 |
* | Add missing function signature to fix a build warning. | Richard Hult | 2007-03-10 | 1 | -0/+1 |
* | Plug a leak. | Richard Hult | 2007-03-10 | 1 | -2/+6 |
* | Remove unneccesary exposure mask check. | Richard Hult | 2007-03-10 | 1 | -3/+3 |
* | Don't set the font name here, leave that to themes, fixes #387508. | Richard Hult | 2007-03-10 | 1 | -10/+1 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 12 | -41/+21 |
* | 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 |
* | Add comment clarifying that "icon name" here is not related to the | Tor Lillqvist | 2007-02-26 | 1 | -0/+7 |
* | Remove. (gdk_device_get_type): Drop class init function. The X11 version | Tor Lillqvist | 2007-02-19 | 3 | -86/+35 |
* | Setup release pools to plug two leaks, patch from Erik van Pienbroek, | Richard Hult | 2007-02-18 | 1 | -0/+8 |
* | Add stub for gdk_display_add_client_message_filter, patch from Taybin | Richard Hult | 2007-02-18 | 2 | -0/+20 |
* | Import AppKit.h instead of Quartz.h. Don't use userSpaceScaleFactor for | Richard Hult | 2007-02-18 | 5 | -4/+13 |
* | Use PANGO_PIXELS instead of division. (#334617) | Behdad Esfahbod | 2007-02-16 | 1 | -2/+2 |
* | Be more careful when checking for ButtonRelease events that end implicit | Matthias Clasen | 2007-02-16 | 1 | -1/+7 |
* | Fix Win32 resize events and flickering | Cody Russell | 2007-02-15 | 1 | -133/+1 |
* | Add gdk_event_request_motions | Cody Russell | 2007-02-07 | 1 | -0/+1 |
* | fixed typo | Tim Janik | 2007-02-06 | 1 | -1/+1 |
* | call gdk_event_request_motions() for new motion events after receiving | Tim Janik | 2007-02-06 | 2 | -0/+21 |
* | Nitpick. Define BITMAPV5HEADERS also for w32api < 3.0, although I have | 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 | -1/+147 |
* | 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 |
* | Mouse crossing fixes from Attilio | Michael David Emmel | 2007-01-20 | 1 | -2/+17 |
* | Fix for bug #143460 - missed tablet clicks on Windows | Robert Oegren | 2007-01-19 | 1 | -45/+33 |
* | Build Wintab support always on Windows. Don't require the Wintab SDK. | Tor Lillqvist | 2007-01-19 | 9 | -292/+1348 |
* | gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes for | Tor Lillqvist | 2007-01-19 | 2 | -8/+7 |
* | Use pango_matrix_transform_rectangle(). (#340141) | Behdad Esfahbod | 2007-01-10 | 1 | -51/+4 |
* | New file. Downloaded from freedesktop.org's webcvs. Slighly edited cursors | Tor Lillqvist | 2007-01-06 | 3 | -36/+3341 |
* | 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 |
* | Fix for leak when window destroyed | Michael David Emmel | 2007-01-02 | 1 | -19/+22 |
* | Fix a typo | Matthias Clasen | 2006-12-29 | 1 | -1/+1 |
* | Fix some formatting errors in docs. | Matthias Clasen | 2006-12-28 | 1 | -16/+16 |
* | Factored out the event loop integration into gdkeventloop-quartz.c. | Mikael Hallendal | 2006-12-28 | 3 | -269/+298 |
* | Remove redundant declarations (#390097, Christian Persch) | Matthias Clasen | 2006-12-28 | 1 | -18/+0 |
* | Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). | Kristian Rietveld | 2006-12-27 | 1 | -0/+6 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -2/+2 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 4 | -7/+20 |
* | Add functions to allow threadsafe handling of idles and timeouts wrt. to | Matthias Clasen | 2006-12-22 | 3 | -0/+255 |
* | Use pango_cairo_show_error_underline. (#340141, Behdad Esfahbod) | Matthias Clasen | 2006-12-22 | 1 | -85/+6 |
* | 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 | -4/+7 |
* | Add a function for converting a GdkColor to a string (#373856). | Matthew Barnes | 2006-12-21 | 2 | -7/+35 |