summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make shift tab work with unicode layouts (e.g. all Leopard layouts), fixesRichard Hult2007-11-041-0/+6
* Make the grab breaking on window move work on Leopard (as well as Tiger)Richard Hult2007-11-032-10/+3
* Calculate the frame rect correctly when resizing toplevels, fixes bugRichard Hult2007-11-031-6/+7
* Redo the fix for bug #492117, by adding a getter for the private dragRichard Hult2007-11-014-7/+33
* Fix build, bug #492117.Richard Hult2007-11-011-1/+1
* Implement manual resize and move.Richard Hult2007-10-313-2/+148
* Setup autorelease pool, plugs occasional leak on leopard.Richard Hult2007-10-311-0/+2
* Fix build warning (trackingRect should be 0, not nil).Richard Hult2007-10-311-2/+2
* Use an autorelease pool.Richard Hult2007-10-241-0/+4
* Maintain a list for the stacking order of windows. Implement lower andRichard Hult2007-10-232-14/+161
* Add a block around the WM_ACTIVATE case to avoid declaring variables inTor Lillqvist2007-10-191-5/+3
* gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconifyCody Russell2007-10-183-10/+136
* Implement, patch from Paul Davis.Richard Hult2007-10-081-1/+15
* Ignore if there are no changes, fixes bug #467269. Patch from JonathanRichard Hult2007-10-081-0/+8
* Patch from Paul Davis to implement this in terms of scrollRect, fixes bugRichard Hult2007-10-081-8/+97
* Don't do anything while in fullscreen mode. (gdk_window_set_decorations):Richard Hult2007-10-021-11/+99
* Fixes #426246.Kristian Rietveld2007-09-123-3/+77