| Commit message (Expand) | Author | Age | Files | Lines |
* | reorder one include so they are all alphabetical. | Michael Natterer | 2008-04-18 | 1 | -2/+2 |
* | Don't call XFreeColormap on foreign colormaps | Matthias Clasen | 2008-04-03 | 1 | -2/+3 |
* | Defer the generated event to the mainloop and don't generate one at all if | Richard Hult | 2008-03-31 | 4 | -46/+113 |
* | Bail out early if we can't find a matching window. | Richard Hult | 2008-03-25 | 2 | -2/+5 |
* | Plug a leak and add a check that we have a toplevel before accessing it. | Richard Hult | 2008-03-25 | 1 | -13/+19 |
* | Bug 524151 - Dragging of 0-byte files results in an empty filename on | Tor Lillqvist | 2008-03-24 | 1 | -8/+13 |
* | Check window state for GDK_WINDOW_STATE_ICONIFIED before doing ShowWindow | Cody Russell | 2008-03-23 | 1 | -2/+9 |
* | gdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoosersettings.c | Michael Natterer | 2008-03-14 | 1 | -1/+0 |
* | Drop the support for the MSH_MOUSEWHEEL message that MSDN says is used | Tor Lillqvist | 2008-03-14 | 1 | -56/+1 |
* | Patch from Paul Davis, only flush the toplevel once per update. | Richard Hult | 2008-03-14 | 1 | -0/+30 |
* | 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 |