| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the right window level and shadow after recreating the window. | Richard Hult | 2008-02-20 | 2 | -0/+9 |
* | Update the position after showing the window since the window manager | Richard Hult | 2008-02-17 | 1 | -0/+23 |
* | Clear the toplevel ordering list in all places where the order is | Richard Hult | 2008-02-17 | 1 | -0/+4 |
* | Highlight the mouse window when event debugging is enabled. | Richard Hult | 2008-02-17 | 1 | -0/+5 |
* | Add state to the scroll event (bug #516757, Paul Davis). | Richard Hult | 2008-02-16 | 1 | -0/+1 |
* | Don't install private headers. (#463510) | Matthias Clasen | 2008-02-16 | 3 | -21/+24 |
* | Add debugging code to highlight a gdkwindow. | Richard Hult | 2008-02-16 | 2 | -0/+83 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 1 | -7/+7 |
* | Adapt to the change to use frame instead of bounds when resizing windows. | Richard Hult | 2008-02-15 | 1 | -2/+2 |
* | Fix a small doc issues. | Matthias Clasen | 2008-02-15 | 3 | -37/+37 |
* | Documentation fixes | Matthias Clasen | 2008-02-15 | 2 | -12/+20 |
* | Using makeKeyWindow unfortunately doesn't work in all cases, we must use | Richard Hult | 2008-02-14 | 1 | -1/+1 |
* | Make sure we leave fullscreen mode if the window is hidden. | Richard Hult | 2008-02-14 | 1 | -27/+43 |
* | Set frame, not bounds when resizing to be consistent and to avoid | Richard Hult | 2008-02-14 | 1 | -1/+1 |
* | Coding style fix. | Richard Hult | 2008-02-14 | 1 | -1/+2 |
* | gdk/gdktestutils.h Remove ; trailing G_BEGIN/END_DECLS | Johan Dahlin | 2008-02-14 | 1 | -2/+2 |
* | Fix the return value (return number of colors that failed), and handle | Richard Hult | 2008-02-13 | 1 | -9/+17 |
* | Ignore the delta from the NSEvent for now, generating multiple scroll | Richard Hult | 2008-02-08 | 1 | -0/+6 |
* | gdk/win32/gdkevents-win32.c Fixed two declarations in the middle of a | Cody Russell | 2008-02-07 | 2 | -18/+24 |
* | If the pixbuf has an alpha channel, use gdk_draw_rgb_32_image to draw it | Christian Persch | 2008-02-06 | 1 | -5/+18 |
* | Also check that the window is not mapped. | Cody Russell | 2008-02-06 | 1 | -1/+1 |
* | Check if the window is a temp window, otherwise things get wonky when you | Cody Russell | 2008-02-06 | 1 | -1/+5 |
* | Walk down the stack until we get to a window that is mapped. Otherwise | Cody Russell | 2008-02-05 | 1 | -1/+15 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c | Cody Russell | 2008-02-05 | 5 | -20/+146 |
* | Refactored some of the window hiding/showing code from WM_ACTIVATE to | Cody Russell | 2008-01-31 | 1 | -47/+59 |
* | applied patch from Denis Oliver Kropp <dok@directfb.org>. | Sven Neumann | 2008-01-31 | 1 | -3/+3 |
* | gdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdrawable-directfb.c | Sven Neumann | 2008-01-31 | 4 | -81/+48 |
* | Another attempt at fixing focus issues with undecorated windows. Revert | Richard Hult | 2008-01-31 | 2 | -20/+2 |
* | gdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwindow-directfb.c | Sven Neumann | 2008-01-30 | 3 | -119/+354 |
* | gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.c | Sven Neumann | 2008-01-30 | 11 | -86/+134 |
* | Don't recreate a tracking rect if it didn't change, fixes focus event | Richard Hult | 2008-01-25 | 1 | -1/+15 |
* | Fix compile warnings (add missing const and remove unused variables). | Richard Hult | 2008-01-25 | 1 | -9/+6 |
* | Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, Kazuki | Mathias Hasselmann | 2008-01-22 | 1 | -0/+1 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 21 | -348/+361 |
* | cast the return value of gdk_screen_get_font_options() to gpointer to get | Michael Natterer | 2008-01-14 | 1 | -1/+1 |
* | gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.h | Michael Natterer | 2008-01-14 | 32 | -383/+388 |
* | gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.c | Tor Lillqvist | 2008-01-10 | 5 | -35/+84 |
* | Properly ref/unref windows and parents. (#506769) | Cody Russell | 2008-01-10 | 1 | -0/+4 |
* | Move the tracking rect workaround from here... | Richard Hult | 2008-01-10 | 3 | -37/+88 |
* | add these functions to make it build again. | Michael Natterer | 2008-01-10 | 1 | -0/+21 |
* | don't forget to set the time in the returned GdkTimeCoords. | Michael Natterer | 2008-01-04 | 1 | -5/+10 |
* | Don't return NULL. | Matthias Clasen | 2007-12-28 | 1 | -0/+2 |
* | Fir the patch from bug #504886 not to read unitialised memory. | Christian Persch | 2007-12-27 | 1 | -1/+1 |
* | Remove unneeded includes. (#505411, Kazuki IWAMOTO) | Matthias Clasen | 2007-12-25 | 1 | -3/+0 |
* | Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE. | Cody Russell | 2007-12-23 | 1 | -4/+7 |
* | Plug mem leaks. Bug #504886. | Christian Persch | 2007-12-22 | 1 | -4/+10 |
* | Plug leak of destroyed subviews, fixes bug #504753. | Richard Hult | 2007-12-21 | 1 | -14/+9 |
* | Update for gio API changes | Alexander Larsson | 2007-12-20 | 1 | -2/+2 |
* | Make manual resizing smoother by processing events after changing the | Richard Hult | 2007-12-20 | 2 | -1/+10 |
* | Add a gtk-im-module GTK setting | Matthias Clasen | 2007-12-18 | 2 | -2/+6 |