| Commit message (Expand) | Author | Age | Files | Lines |
* | removed linux-fb backend files. | Michael Natterer | 2008-03-11 | 55 | -27776/+0 |
* | Implement gdk_window_reparent. | Richard Hult | 2008-03-11 | 1 | -6/+43 |
* | Bug 520286 - Non-deletable window has no minimize / maximize buttons | Tor Lillqvist | 2008-03-10 | 3 | -23/+94 |
* | Fix #321896 - Synch gtkimcontextsimple.c with Xorg | Simos Xenitellis | 2008-03-04 | 1 | -382/+656 |
* | Fix performance regression for borderless transparent windows with shadow. | Richard Hult | 2008-02-27 | 3 | -5/+18 |
* | Fix build on tiger. | Richard Hult | 2008-02-25 | 1 | -1/+1 |
* | Prevent hidden windows from being shown without gdk's control when | Richard Hult | 2008-02-24 | 1 | -2/+11 |
* | Use the subtype field for the custom event that is used to wake up the | Richard Hult | 2008-02-24 | 4 | -2/+75 |
* | 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 |