summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-135-2/+85
* Doc improvementsMatthias Clasen2007-03-122-1/+5
* Update for the new quartz cairo surface API (#410442). Don't lock focusRichard Hult2007-03-105-135/+184
* Add missing function signature to fix a build warning.Richard Hult2007-03-101-0/+1
* Plug a leak.Richard Hult2007-03-101-2/+6
* Remove unneccesary exposure mask check.Richard Hult2007-03-101-3/+3
* Don't set the font name here, leave that to themes, fixes #387508.Richard Hult2007-03-101-10/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-0912-41/+21
* Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11.Matthias Clasen2007-03-091-3/+13
* gdk/Makefile.am gdk-pixbuf/Makefile.am Further fixes for building on Win32Tor Lillqvist2007-03-061-3/+3
* Add comment clarifying that "icon name" here is not related to theTor Lillqvist2007-02-261-0/+7
* Remove. (gdk_device_get_type): Drop class init function. The X11 versionTor Lillqvist2007-02-193-86/+35
* Setup release pools to plug two leaks, patch from Erik van Pienbroek,Richard Hult2007-02-181-0/+8
* Add stub for gdk_display_add_client_message_filter, patch from TaybinRichard Hult2007-02-182-0/+20
* Import AppKit.h instead of Quartz.h. Don't use userSpaceScaleFactor forRichard Hult2007-02-185-4/+13
* Use PANGO_PIXELS instead of division. (#334617)Behdad Esfahbod2007-02-161-2/+2
* Be more careful when checking for ButtonRelease events that end implicitMatthias Clasen2007-02-161-1/+7
* Fix Win32 resize events and flickeringCody Russell2007-02-151-133/+1
* Add gdk_event_request_motionsCody Russell2007-02-071-0/+1
* fixed typoTim Janik2007-02-061-1/+1
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-062-0/+21
* Nitpick. Define BITMAPV5HEADERS also for w32api < 3.0, although I haveTor Lillqvist2007-02-041-1/+1
* Don't define BITMAPV5HEADER on mingw with w32api >= 3.8, which has it inTor Lillqvist2007-02-041-1/+5
* New debugging function. (_gdk_input_wintab_init_check): Call it whenTor Lillqvist2007-01-301-1/+147
* Be more careful about toplevel possibly being NULL. (#402453, SebastianMatthias Clasen2007-01-301-1/+7
* Reduce locking overhead by not repeatedly getting the paintable iface.Matthias Clasen2007-01-251-13/+23
* Mouse crossing fixes from AttilioMichael David Emmel2007-01-201-2/+17
* Fix for bug #143460 - missed tablet clicks on WindowsRobert Oegren2007-01-191-45/+33
* Build Wintab support always on Windows. Don't require the Wintab SDK.Tor Lillqvist2007-01-199-292/+1348
* gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes forTor Lillqvist2007-01-192-8/+7
* Use pango_matrix_transform_rectangle(). (#340141)Behdad Esfahbod2007-01-101-51/+4
* New file. Downloaded from freedesktop.org's webcvs. Slighly edited cursorsTor Lillqvist2007-01-063-36/+3341
* Avoid overflow when converting coordinates to Pango units. (#332266, JodyBehdad Esfahbod2007-01-053-2/+45
* Cross-compilation fixes. (#392646, Yevgen Muntyan)Matthias Clasen2007-01-041-1/+1
* 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
* Fix for leak when window destroyedMichael David Emmel2007-01-021-19/+22
* Fix a typoMatthias Clasen2006-12-291-1/+1
* Fix some formatting errors in docs.Matthias Clasen2006-12-281-16/+16
* Factored out the event loop integration into gdkeventloop-quartz.c.Mikael Hallendal2006-12-283-269/+298
* Remove redundant declarations (#390097, Christian Persch)Matthias Clasen2006-12-281-18/+0
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-271-0/+6
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-2/+2
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-224-7/+20
* Add functions to allow threadsafe handling of idles and timeouts wrt. toMatthias Clasen2006-12-223-0/+255
* Use pango_cairo_show_error_underline. (#340141, Behdad Esfahbod)Matthias Clasen2006-12-221-85/+6
* 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
* Improve docs. (#353438, Mariano Suárez-Alvarez)Matthias Clasen2006-12-211-4/+7
* Add a function for converting a GdkColor to a string (#373856).Matthew Barnes2006-12-212-7/+35