| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 553917 – Typo in gdkwindow-win32.c | Cody Russell | 2008-09-26 | 1 | -1/+1 |
* | Check if the window's state has GDK_WINDOW_STATE_MAXIMIZED set before | Cody Russell | 2008-08-28 | 2 | -17/+45 |
* | Return FALSE from reparent implementations to avoid #548993. Patch by Ed | Matthias Clasen | 2008-08-28 | 1 | -1/+1 |
* | Remove the checks to see if the window is modally blocked. This doesn't | Cody Russell | 2008-08-22 | 1 | -4/+0 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 8 | -31/+39 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -7/+7 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -22/+22 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -5/+5 |
* | Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA | Tor Lillqvist | 2008-08-03 | 1 | -71/+59 |
* | Bug 544510 – SetTimer callback signatures has the wrong type | Cody Russell | 2008-07-24 | 1 | -5/+5 |
* | Bug 153567 – Repaint glitches in widgets | Cody Russell | 2008-07-21 | 1 | -3/+28 |
* | Bug 541964 – [Win32] Setting modal hint to current value might confuse | Cody Russell | 2008-07-07 | 1 | -0/+3 |
* | Need to initialise private->impl here, too. | Tor Lillqvist | 2008-07-07 | 1 | -0/+1 |
* | Bug 540861 - invalid UTF-8 in input device name | Tor Lillqvist | 2008-07-03 | 1 | -9/+21 |
* | Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring | Cody Russell | 2008-07-02 | 3 | -37/+155 |
* | Bug 541249 – [Win32] Fix some internal static methods | Cody Russell | 2008-07-02 | 1 | -26/+26 |
* | Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff | Cody Russell | 2008-07-02 | 4 | -272/+163 |
* | Bug 539164 – Windows' System Menu blocks main loop | Cody Russell | 2008-07-01 | 1 | -4/+14 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 27 | -27/+27 |
* | Initialize hwnd to NULL. This fixes OpenClipboard() failure and, according | Cody Russell | 2008-06-15 | 1 | -1/+1 |
* | check surface status after ceating a pdf. Avoids crashing when the target | Hans Breuer | 2008-06-13 | 1 | -1/+4 |
* | As we don't support Win9x anyway, we can use ProcessIdToSessionId() | Tor Lillqvist | 2008-06-11 | 1 | -29/+7 |
* | Bug 533108 - leak of GDI region in function 'handle_wm_paint' | Tor Lillqvist | 2008-05-30 | 1 | -0/+2 |
* | define __GDK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -1/+0 |
* | updated fix c99ism (variable at start of block export functions for window | Hans Breuer | 2008-05-23 | 1 | -3/+8 |
* | Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection. | Tor Lillqvist | 2008-05-23 | 1 | -19/+9 |
* | Don't do anything if style doesn't change. Improve debugging output. | Tor Lillqvist | 2008-05-23 | 1 | -14/+23 |
* | Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32 | Tor Lillqvist | 2008-05-13 | 1 | -1/+1 |
* | Bug 532059 - Leak in win32 clipboard manipulation | Tor Lillqvist | 2008-05-12 | 1 | -2/+4 |
* | gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.c | Michael Natterer | 2008-05-06 | 1 | -2/+2 |
* | Add private backend data to events, and handle it when copying/freeing | Richard Hult | 2008-05-06 | 1 | -0/+11 |
* | 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 |
* | Drop the support for the MSH_MOUSEWHEEL message that MSDN says is used | Tor Lillqvist | 2008-03-14 | 1 | -56/+1 |
* | Bug 520286 - Non-deletable window has no minimize / maximize buttons | Tor Lillqvist | 2008-03-10 | 3 | -23/+94 |
* | gdk/win32/gdkevents-win32.c Fixed two declarations in the middle of a | Cody Russell | 2008-02-07 | 2 | -18/+24 |
* | 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 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 2 | -8/+8 |
* | gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.h | Michael Natterer | 2008-01-14 | 5 | -24/+25 |
* | 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 |
* | Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE. | Cody Russell | 2007-12-23 | 1 | -4/+7 |
* | Add a gtk-im-module GTK setting | Matthias Clasen | 2007-12-18 | 1 | -0/+1 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 2 | -11/+0 |
* | Implement GAppLaunchContext in gdk, providing startup notification. | Matthias Clasen | 2007-12-13 | 2 | -0/+43 |
* | Use the monitor the window currently is on, not always the primary | Tor Lillqvist | 2007-11-25 | 1 | -5/+20 |