summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk:Cody Russell2007-06-101-6/+0
* Subtract the multi-monitor offset from x and y before setting up theTor Lillqvist2007-05-301-0/+3
* Fix initialization of last cursorCody Russell2007-05-291-1/+1
* Merged from trunk (r17879) fix for #437379Attilio Fiandrotti2007-05-202-2/+2
* Fix context iterations for handle_configure_event()Cody Russell2007-05-131-2/+1
* Fix wrong cairo path generation. (#437879, Eddie C. Dost)Behdad Esfahbod2007-05-121-1/+1
* Don't call into the backend if the region is empty. (#437081, SvenMatthias Clasen2007-05-101-1/+5
* Backport misc directfb fixes from trunk; thanks Attilio Fiandrotti for theLoïc Minier2007-05-098-26/+51
* Merge from trunk:Dan Winship2007-05-021-2/+6
* Clear correct areaCody Russell2007-04-301-4/+147
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-1/+1
* Use native Win32 cursors where it makes senseCody Russell2007-04-262-78/+84
* Win32 drop shadow goodnessCody Russell2007-04-256-20/+59
* Fix a borderline case with regionsMatthias Clasen2007-04-181-8/+14
* Change the XSettingsWatchFunc to return a Bool to indicate success. UpdateMatthias Clasen2007-04-103-11/+44
* Merge r17579 from trunk:Loïc Minier2007-04-031-5/+9
* Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failuresChris Wilson2007-03-171-0/+1
* Fix the buildMatthias Clasen2007-03-091-3/+7
* 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
* Be more careful when checking for ButtonRelease events that end implicitMatthias Clasen2007-02-161-1/+7
* Fix Win32 window resizing/repainting and widget flickering, backport from trunkCody Russell2007-02-151-133/+1
* Nitpick, define BITMAPV5HEADER also for w32api < 3.x. Not that I knowTor 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-0/+148
* 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
* Fix for bug #143460 - missed tablet clicks on WindowsRobert Oegren2007-01-191-45/+33
* gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes forTor Lillqvist2007-01-182-12/+10
* New file. Downloaded from freedesktop.org's webcvs. Slighly edited cursorsTor Lillqvist2007-01-063-36/+3341
* 2.10.7GTK_2_10_7Matthias Clasen2007-01-051-0/+1
* 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
* 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-1/+1
* Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin whereMatthias Clasen2006-12-101-0/+12
* Improve handling of the small icon of the window class. (#152620, KazukiTor Lillqvist2006-10-291-13/+25
* Implement for B&W cursors, for instance the built-in GDK ones.Tor Lillqvist2006-10-291-33/+112
* reduce relocationsMatthias Clasen2006-10-031-1/+1
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-251-1/+1
* 2.10.4GTK_2_10_4Matthias Clasen2006-09-231-1/+2
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-201-18/+14
* add new filesMatthias Clasen2006-09-101-0/+17
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-107-14/+13
* Fix small theoretical memory leaks. (#353916, Chris Wilson)Matthias Clasen2006-09-091-2/+5
* handle displayname being NULL in some error pathsMatthias Clasen2006-09-031-1/+2
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-231-0/+10