| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: Fix some warnings | Alexander Larsson | 2011-11-10 | 1 | -0/+3 |
* | win32: Make flush/sync work like in X | Alexander Larsson | 2011-11-10 | 1 | -1/+10 |
* | Add G_ENABLE_DEBUG #ifdef check in gdkdisplay-win32.c | Chun-wei Fan | 2011-11-10 | 1 | -0/+3 |
* | win32: resurect Windows clipboard selection notification | Marc-André Lureau | 2011-11-10 | 1 | -6/+180 |
* | gdk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -1/+1 |
* | win32: no more GdkNativeWindow and related changes | Hans Breuer | 2011-02-06 | 1 | -3/+0 |
* | win32: gdk3 resurrection | Hans Breuer | 2011-01-02 | 1 | -31/+181 |
* | API: Remove colormap handling from GdkScreen | Benjamin Otte | 2010-09-26 | 1 | -2/+0 |
* | API: remove GdkImage | Benjamin Otte | 2010-08-10 | 1 | -1/+0 |
* | Merge branch 'master' into client-side-windows | Alexander Larsson | 2009-05-25 | 1 | -1/+1 |
|\ |
|
| * | Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPI | Tor Lillqvist | 2009-04-06 | 1 | -1/+1 |
* | | CSW Win32 work in progress - builds but does not work yet. | Cody Russell | 2009-04-02 | 1 | -1/+7 |
|/ |
|
* | Bug 566628 - gdk_display_close always asserts on win32 | Tor Lillqvist | 2009-01-05 | 1 | -1/+1 |
* | Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA | Tor Lillqvist | 2008-08-03 | 1 | -71/+59 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 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 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 1 | -5/+5 |
* | gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.c | Tor Lillqvist | 2008-01-10 | 1 | -30/+39 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 1 | -0/+6 |
* | New function, return TRUE. (gdk_display_supports_input_shapes): New | Tor Lillqvist | 2006-02-20 | 1 | -0/+20 |
* | Remove the clipboard viewer code. It didn't really do anything useful, and | Tor Lillqvist | 2005-10-14 | 1 | -121/+2 |
* | Typo. | Tor Lillqvist | 2005-09-08 | 1 | -1/+1 |
* | Cache the display name. There is only one GdkDisplay on Win32, and | Tor Lillqvist | 2005-09-08 | 1 | -8/+20 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -3/+1 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -5/+29 |
* | Return the Terminal Services session number, window station name (always | Tor Lillqvist | 2005-03-20 | 1 | -3/+71 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -19/+20 |
* | updated | Hans Breuer | 2004-10-29 | 1 | -0/+16 |
* | List the three theme gtkrc files separately, zip doesn't do anything if | Tor Lillqvist | 2004-09-03 | 1 | -17/+27 |
* | Report whole of (primary) monitor, including any taskbars. Excluding the | Tor Lillqvist | 2004-08-22 | 1 | -29/+19 |
* | make it compile and more similar to the X11 implementation [backward | Hans Breuer | 2004-08-06 | 1 | -0/+135 |
* | Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headers | Tor Lillqvist | 2004-03-13 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add missing entries, thanks to J. Ali Harlow. | Tor Lillqvist | 2004-03-05 | 1 | -0/+9 |
* | set current_dest_drag to NULL when destroying, fixes bug #120007. Also | Hans Breuer | 2004-02-28 | 1 | -1/+1 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 1 | -1/+11 |
* | Use <multimon.h> when compiling with MSVC and old headers. (#126933, John | Tor Lillqvist | 2003-12-08 | 1 | -0/+4 |
* | Don't call CloseHandle() on the HMODULE returned from GetModuleHandle(). | Tor Lillqvist | 2003-09-02 | 1 | -2/+0 |
* | gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. | Tor Lillqvist | 2003-08-07 | 1 | -0/+137 |
* | Add missing entries, needed by gtk. | Tor Lillqvist | 2002-11-16 | 1 | -15/+8 |
* | Delete leftover declarations of the obsolete Win32-only functions | Tor Lillqvist | 2002-09-19 | 1 | -5/+3 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -0/+3 |
* | added gdkdisplay and gdkscreen | Hans Breuer | 2002-06-10 | 1 | -4/+7 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -0/+80 |