| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 1 | -1/+1 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more | Tor Lillqvist | 2005-11-01 | 1 | -80/+126 |
* | Free return value from gdk_atom_name(). | Tor Lillqvist | 2005-09-20 | 1 | -16/+28 |
* | Do return the correct owner for CLIPBOARD (i.e., the owner of the Windows | Tor Lillqvist | 2005-09-20 | 1 | -8/+11 |
* | Fix #300218: | Ivan, Wong Yat Cheung | 2005-04-11 | 1 | -1/+3 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -41/+242 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -6/+6 |
* | Use a FIFO list for storing GdkSelProp of a single window so that | Ivan, Wong Yat Cheung | 2005-02-02 | 1 | -11/+13 |
* | Fix for #163702, from Ivan Wong: | Tor Lillqvist | 2005-01-23 | 1 | -31/+4 |
* | Fix braino. (#163232, Arnaud Charlet) | Tor Lillqvist | 2005-01-07 | 1 | -1/+1 |
* | Use wide character API when available. Use UTF-8 for filenames. | Tor Lillqvist | 2004-12-19 | 1 | -1/+1 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove | Tor Lillqvist | 2004-10-31 | 1 | -1/+1 |
* | take targets into account again to allow dnd of other things than text | Hans Breuer | 2004-08-08 | 1 | -1/+112 |
* | gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) | Tor Lillqvist | 2004-07-07 | 1 | -225/+229 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Calls to OpenClipboard() must be followed by calls to CloseClipboard(). | Tor Lillqvist | 2003-12-14 | 1 | -29/+19 |
* | New function, callback proc for EnumWindows(). | Tor Lillqvist | 2003-06-30 | 1 | -10/+10 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 1 | -7/+7 |
* | Fix doc comment. | Matthias Clasen | 2002-10-25 | 1 | -44/+0 |
* | Copy from X11 backend. The old version mishandled consecutive newlines. | Tor Lillqvist | 2002-09-21 | 1 | -4/+4 |
* | Delete leftover declarations of the obsolete Win32-only functions | Tor Lillqvist | 2002-09-19 | 1 | -2/+10 |
* | Merge from gtk-1-3-win32-production and gtk-2-0: | Tor Lillqvist | 2002-09-11 | 1 | -1/+1 |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 1 | -10/+10 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -5/+5 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -23/+39 |
* | don't reduce the scroll rect size by the scroll amount | Hans Breuer | 2002-02-10 | 1 | -3/+3 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 1 | -162/+309 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -5/+0 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -16/+20 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -2/+2 |
* | updated externals | Hans Breuer | 2001-08-19 | 1 | -5/+42 |
* | corrected object casts, make it work again on win32 | Hans Breuer | 2000-11-12 | 1 | -1/+6 |
* | Guard definition of alloca(). glib.h now handles that. | Tor Lillqvist | 2000-10-03 | 1 | -12/+324 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Include the build directory. | Tor Lillqvist | 2000-07-25 | 1 | -20/+21 |
* | Large changes to the Win32 backend, partially made necessary by the | Tor Lillqvist | 2000-05-01 | 1 | -4/+7 |
* | Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to use | Tor Lillqvist | 2000-03-16 | 1 | -10/+10 |
* | Add an extra parameter so that we don't have to do unnecessary settings to | Tor Lillqvist | 2000-02-13 | 1 | -4/+4 |
* | Further hacking. Now actually compiles. Haven't tried yet whether | Tor Lillqvist | 1999-11-20 | 1 | -19/+21 |
* | re-adding for manual rename of repository files. | Tor Lillqvist | 1999-11-11 | 1 | -0/+403 |
* | Just renamed the Win32 backend files to *-win32. | Tor Lillqvist | 1999-11-10 | 1 | -403/+0 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 1 | -2/+2 |
* | Corresponding changes as in X11 backend. | Tor Lillqvist | 1999-10-05 | 1 | -32/+23 |
* | Don't draw anything if width or height is zero. Don't print a warning if | Tor Lillqvist | 1999-07-10 | 1 | -1/+22 |
* | Fixes to the win32 backend to actually be able to compile within a | Tor Lillqvist | 1999-03-17 | 1 | -2/+1 |
* | Win32 version of GDK source files and resource files (cursors and icons). | Tor Lillqvist | 1999-03-05 | 1 | -0/+392 |