| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RandR 1.2 support | Søren Sandmann | 2007-12-13 | 9 | -193/+490 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 7 | -62/+0 |
* | Make the code compile again after the GdkAppLaunchContext changes. | Mathias Hasselmann | 2007-12-13 | 1 | -0/+1 |
* | Add docs | Matthias Clasen | 2007-12-13 | 1 | -1/+78 |
* | Forgotten file | Matthias Clasen | 2007-12-13 | 1 | -0/+1 |
* | Implement GAppLaunchContext in gdk, providing startup notification. | Matthias Clasen | 2007-12-13 | 13 | -0/+846 |
* | Applied a patch by Claudio Ciccani which adds testing functions to the | Attilio Fiandrotti | 2007-12-11 | 2 | -1/+261 |
* | Applied a patch by Claudio Ciccani which fixes the mixing of gdk and cairo | Attilio Fiandrotti | 2007-12-11 | 1 | -17/+29 |
* | Install backend specific header (bug #405915). Also add a getter for the | Richard Hult | 2007-12-10 | 3 | -0/+19 |
* | Replace the autorelease pools used for each drawing context and in | Richard Hult | 2007-12-10 | 3 | -34/+9 |
* | Fix the check for no changes to position and size. | Richard Hult | 2007-12-10 | 1 | -4/+4 |
* | Ignore drawRect calls with zero sized areas at (0, 0), patch from Paul | Richard Hult | 2007-12-10 | 1 | -0/+9 |
* | Fix a bug where we could end up trying to handle the same event more than | Richard Hult | 2007-12-10 | 3 | -31/+52 |
* | Minor fix for code added in r19132 | Attilio Fiandrotti | 2007-12-09 | 1 | -1/+0 |
* | Committed several patches by Denis Oliver Knoppwhich are expected to improve ... | Attilio Fiandrotti | 2007-12-09 | 5 | -222/+897 |
* | Remove trailing whitespace that can trigger false positives in abicheck.sh | Tommi Komulainen | 2007-12-06 | 1 | -5/+5 |
* | Committed a patch by DOK to fix GDK events generations in the DirectFB backend | Attilio Fiandrotti | 2007-12-06 | 1 | -3/+105 |
* | Fix warning when switching spaces in leopard. | Richard Hult | 2007-12-06 | 1 | -3/+7 |
* | Fully initialize the root window, fixes bug #501583. | Richard Hult | 2007-12-04 | 1 | -0/+7 |
* | Don't crash when a parent relative bg pixmap is set, and no parent has a | Richard Hult | 2007-12-03 | 1 | -1/+11 |
* | Use templates for glib-mkenums calls instead of complicated commandlines | Matthias Clasen | 2007-11-26 | 3 | -14/+68 |
* | Use the monitor the window currently is on, not always the primary | Tor Lillqvist | 2007-11-25 | 1 | -5/+20 |
* | New file, dummy implementations. | Tor Lillqvist | 2007-11-25 | 2 | -0/+56 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 3 | -19/+18 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 7 | -6/+15 |
* | * gdk/quartz/gdktestutils-quartz.c: Add stubs for the testing functions to | Richard Hult | 2007-11-21 | 2 | -0/+126 |
* | Add xsetting for gtk-scrolled-window-placement (#458103). | Ross Burton | 2007-11-21 | 1 | -2/+4 |
* | Add Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for | Behdad Esfahbod | 2007-11-21 | 1 | -2/+6 |
* | Fixed copyright for newly submitted files. | Tim Janik | 2007-11-20 | 2 | -2/+4 |
* | Moved Gdk test functions from Gtk+ to Gdk test utils. | Tim Janik | 2007-11-20 | 6 | -0/+271 |
* | Reviewed by Richard: | Sven Herzberg | 2007-11-13 | 1 | -1/+1 |
* | Avoid loading the ISO8859-1 iconv module. We're already doing all the | Alexander Larsson | 2007-11-12 | 1 | -21/+21 |
* | guard for windows with GDK_WINDOW_DESTROYED set. (Fixes #482531, reported | Kristian Rietveld | 2007-11-09 | 1 | -6/+9 |
* | Make shift tab work with unicode layouts (e.g. all Leopard layouts), fixes | Richard Hult | 2007-11-04 | 1 | -0/+6 |
* | Make the grab breaking on window move work on Leopard (as well as Tiger) | Richard Hult | 2007-11-03 | 2 | -10/+3 |
* | Calculate the frame rect correctly when resizing toplevels, fixes bug | Richard Hult | 2007-11-03 | 1 | -6/+7 |
* | Redo the fix for bug #492117, by adding a getter for the private drag | Richard Hult | 2007-11-01 | 4 | -7/+33 |
* | Fix build, bug #492117. | Richard Hult | 2007-11-01 | 1 | -1/+1 |
* | Implement manual resize and move. | Richard Hult | 2007-10-31 | 3 | -2/+148 |
* | Setup autorelease pool, plugs occasional leak on leopard. | Richard Hult | 2007-10-31 | 1 | -0/+2 |
* | Fix build warning (trackingRect should be 0, not nil). | Richard Hult | 2007-10-31 | 1 | -2/+2 |
* | Use an autorelease pool. | Richard Hult | 2007-10-24 | 1 | -0/+4 |
* | Maintain a list for the stacking order of windows. Implement lower and | Richard Hult | 2007-10-23 | 2 | -14/+161 |
* | Add a block around the WM_ACTIVATE case to avoid declaring variables in | Tor Lillqvist | 2007-10-19 | 1 | -5/+3 |
* | gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify | Cody Russell | 2007-10-18 | 3 | -10/+136 |
* | Implement, patch from Paul Davis. | Richard Hult | 2007-10-08 | 1 | -1/+15 |
* | Ignore if there are no changes, fixes bug #467269. Patch from Jonathan | Richard Hult | 2007-10-08 | 1 | -0/+8 |
* | Patch from Paul Davis to implement this in terms of scrollRect, fixes bug | Richard Hult | 2007-10-08 | 1 | -8/+97 |
* | Don't do anything while in fullscreen mode. (gdk_window_set_decorations): | Richard Hult | 2007-10-02 | 1 | -11/+99 |
* | Fixes #426246. | Kristian Rietveld | 2007-09-12 | 3 | -3/+77 |