| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). | Kristian Rietveld | 2006-12-27 | 1 | -0/+6 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 1 | -216/+5 |
* | Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in the | Tor Lillqvist | 2006-06-11 | 1 | -3/+14 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more | Tor Lillqvist | 2005-11-01 | 1 | -28/+36 |
* | fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has | Hans Breuer | 2005-09-18 | 1 | -0/+9 |
* | Handle gtk-alternative-button-order (setting it to TRUE). | Tor Lillqvist | 2005-05-24 | 1 | -0/+6 |
* | Check that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen | Tor Lillqvist | 2005-05-10 | 1 | -1/+1 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -166/+188 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -1/+1 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -4/+4 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove | Tor Lillqvist | 2004-10-31 | 1 | -1/+1 |
* | Make "ms-windows" the default theme on Win32. | Matthias Clasen | 2004-09-01 | 1 | -1/+5 |
* | gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) | Tor Lillqvist | 2004-07-07 | 1 | -27/+40 |
* | some more settings from system, also reflect some name changes done a | Hans Breuer | 2004-03-07 | 1 | -6/+91 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | If the WM_TRANSIENT_FOR property is being deleted, set the owner of the | Tor Lillqvist | 2004-01-25 | 1 | -5/+12 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 1 | -2/+2 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 1 | -2/+2 |
* | Fix braino, actually do check each char, not just the first one, when | Tor Lillqvist | 2002-09-04 | 1 | -1/+1 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -2/+6 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 1 | -38/+283 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -10/+6 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -2/+1 |
* | updated externals | Hans Breuer | 2001-10-26 | 1 | -14/+11 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -8/+17 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -3/+3 |
* | updated | Hans Breuer | 2001-04-13 | 1 | -0/+22 |
* | Include x11/gdkx.h only when building for X11. | Tor Lillqvist | 2000-10-25 | 1 | -9/+10 |
* | 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 | -6/+8 |
* | Large changes to the Win32 backend, partially made necessary by the | Tor Lillqvist | 2000-05-01 | 1 | -2/+2 |
* | Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to use | Tor Lillqvist | 2000-03-16 | 1 | -9/+8 |
* | Add an extra parameter so that we don't have to do unnecessary settings to | Tor Lillqvist | 2000-02-13 | 1 | -7/+3 |
* | gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW were | Tor Lillqvist | 2000-02-09 | 1 | -3/+3 |
* | Further hacking. Now actually compiles. Haven't tried yet whether | Tor Lillqvist | 1999-11-20 | 1 | -11/+20 |
* | re-adding for manual rename of repository files. | Tor Lillqvist | 1999-11-11 | 1 | -0/+228 |
* | Just renamed the Win32 backend files to *-win32. | Tor Lillqvist | 1999-11-10 | 1 | -228/+0 |
* | Corresponding changes as in X11 backend. | Tor Lillqvist | 1999-10-05 | 1 | -11/+11 |
* | Change GDK_WINDOWING_WIN32 usage to #ifdef also here. | Tor Lillqvist | 1999-10-02 | 1 | -1/+3 |
* | Don't draw anything if width or height is zero. Don't print a warning if | Tor Lillqvist | 1999-07-10 | 1 | -0/+5 |
* | Fixes to the win32 backend to actually be able to compile within a | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | Win32 version of GDK source files and resource files (cursors and icons). | Tor Lillqvist | 1999-03-05 | 1 | -0/+221 |