summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-1432-383/+388
* gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.cTor Lillqvist2008-01-105-35/+84
* Properly ref/unref windows and parents. (#506769)Cody Russell2008-01-101-0/+4
* Move the tracking rect workaround from here...Richard Hult2008-01-103-37/+88
* add these functions to make it build again.Michael Natterer2008-01-101-0/+21
* don't forget to set the time in the returned GdkTimeCoords.Michael Natterer2008-01-041-5/+10
* Don't return NULL.Matthias Clasen2007-12-281-0/+2
* Fir the patch from bug #504886 not to read unitialised memory.Christian Persch2007-12-271-1/+1
* Remove unneeded includes. (#505411, Kazuki IWAMOTO)Matthias Clasen2007-12-251-3/+0
* Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE.Cody Russell2007-12-231-4/+7
* Plug mem leaks. Bug #504886.Christian Persch2007-12-221-4/+10
* Plug leak of destroyed subviews, fixes bug #504753.Richard Hult2007-12-211-14/+9
* Update for gio API changesAlexander Larsson2007-12-201-2/+2
* Make manual resizing smoother by processing events after changing theRichard Hult2007-12-202-1/+10
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-182-2/+6
* Use u32 instead of __u32 and u8 instead of __u8 as the other types areSebastian Dröge2007-12-151-4/+11
* gdk/gdkinternals.h #include <gio/gio.h> instead of individual files.Michael Natterer2007-12-144-6/+2
* Add RandR 1.2 supportSøren Sandmann2007-12-139-193/+490
* Remove all .cvsignore files.Michael Natterer2007-12-137-62/+0
* Make the code compile again after the GdkAppLaunchContext changes.Mathias Hasselmann2007-12-131-0/+1
* Add docsMatthias Clasen2007-12-131-1/+78
* Forgotten fileMatthias Clasen2007-12-131-0/+1
* Implement GAppLaunchContext in gdk, providing startup notification.Matthias Clasen2007-12-1313-0/+846
* Applied a patch by Claudio Ciccani which adds testing functions to theAttilio Fiandrotti2007-12-112-1/+261
* Applied a patch by Claudio Ciccani which fixes the mixing of gdk and cairoAttilio Fiandrotti2007-12-111-17/+29
* Install backend specific header (bug #405915). Also add a getter for theRichard Hult2007-12-103-0/+19
* Replace the autorelease pools used for each drawing context and inRichard Hult2007-12-103-34/+9
* Fix the check for no changes to position and size.Richard Hult2007-12-101-4/+4
* Ignore drawRect calls with zero sized areas at (0, 0), patch from PaulRichard Hult2007-12-101-0/+9
* Fix a bug where we could end up trying to handle the same event more thanRichard Hult2007-12-103-31/+52
* Minor fix for code added in r19132Attilio Fiandrotti2007-12-091-1/+0
* Committed several patches by Denis Oliver Knoppwhich are expected to improve ...Attilio Fiandrotti2007-12-095-222/+897
* Remove trailing whitespace that can trigger false positives in abicheck.shTommi Komulainen2007-12-061-5/+5
* Committed a patch by DOK to fix GDK events generations in the DirectFB backendAttilio Fiandrotti2007-12-061-3/+105
* Fix warning when switching spaces in leopard.Richard Hult2007-12-061-3/+7
* Fully initialize the root window, fixes bug #501583.Richard Hult2007-12-041-0/+7
* Don't crash when a parent relative bg pixmap is set, and no parent has aRichard Hult2007-12-031-1/+11
* Use templates for glib-mkenums calls instead of complicated commandlinesMatthias Clasen2007-11-263-14/+68
* Use the monitor the window currently is on, not always the primaryTor Lillqvist2007-11-251-5/+20
* New file, dummy implementations.Tor Lillqvist2007-11-252-0/+56
* Require gtk-doc 1.8Matthias Clasen2007-11-253-19/+18
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-227-6/+15
* * gdk/quartz/gdktestutils-quartz.c: Add stubs for the testing functions toRichard Hult2007-11-212-0/+126
* Add xsetting for gtk-scrolled-window-placement (#458103).Ross Burton2007-11-211-2/+4
* Add Gtk/EnableAccels and Gtk/EnableMnemonics xsettings forBehdad Esfahbod2007-11-211-2/+6
* Fixed copyright for newly submitted files.Tim Janik2007-11-202-2/+4
* Moved Gdk test functions from Gtk+ to Gdk test utils.Tim Janik2007-11-206-0/+271
* Reviewed by Richard:Sven Herzberg2007-11-131-1/+1
* Avoid loading the ISO8859-1 iconv module. We're already doing all theAlexander Larsson2007-11-121-21/+21
* guard for windows with GDK_WINDOW_DESTROYED set. (Fixes #482531, reportedKristian Rietveld2007-11-091-6/+9