| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve and simplify line segment rendering on Win32, especially the | Tor Lillqvist | 2005-06-24 | 1 | -1/+3 |
* | gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support | Tor Lillqvist | 2005-06-04 | 1 | -0/+9 |
* | gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the | Tor Lillqvist | 2005-05-18 | 1 | -0/+1 |
* | Add a draw-border style property to allow themes to draw outside the | Owen Taylor | 2005-05-02 | 1 | -6/+0 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -3/+18 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 1 | -3/+0 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -2/+1 |
* | New debugging function. As GetKeyNameText() returns a localized key name | Tor Lillqvist | 2005-03-15 | 1 | -0/+1 |
* | Fix for #163702, from Ivan Wong: | Tor Lillqvist | 2005-01-23 | 1 | -0/+3 |
* | Fix for #162790, by Iwan Wong: | Tor Lillqvist | 2005-01-12 | 1 | -0/+3 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove | Tor Lillqvist | 2004-10-31 | 1 | -3/+0 |
* | List the three theme gtkrc files separately, zip doesn't do anything if | Tor Lillqvist | 2004-09-03 | 1 | -0/+2 |
* | On Win32, do not produce tablet motion or button events while a window is | Robert Ă–gren | 2004-08-31 | 1 | -0/+3 |
* | gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) | Tor Lillqvist | 2004-07-07 | 1 | -14/+1 |
* | If the WM_TRANSIENT_FOR property is being deleted, set the owner of the | Tor Lillqvist | 2004-01-25 | 1 | -0/+2 |
* | gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. | Tor Lillqvist | 2003-08-07 | 1 | -0/+16 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 1 | -0/+2 |
* | Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the | Tor Lillqvist | 2003-06-28 | 1 | -7/+0 |
* | Fix typo. | Tor Lillqvist | 2003-06-06 | 1 | -1/+1 |
* | gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, | Tor Lillqvist | 2002-12-11 | 1 | -6/+6 |
* | Merge from stable: | Tor Lillqvist | 2002-12-09 | 1 | -1/+2 |
* | Add missing entries, needed by gtk. | Tor Lillqvist | 2002-11-16 | 1 | -0/+3 |
* | Reflect recent renamings and removals of functions. | Tor Lillqvist | 2002-11-16 | 1 | -7/+11 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 1 | -61/+69 |
* | Delete leftover declarations of the obsolete Win32-only functions | Tor Lillqvist | 2002-09-19 | 1 | -1/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -0/+9 |
* | Fixed dashed line issues (#74441) to an IMO reasonable extend. That is: | Hans Breuer | 2002-03-28 | 1 | -0/+2 |
* | Implement the functions that until now just were non-functional stubs. For | Tor Lillqvist | 2002-02-26 | 1 | -0/+8 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -85/+79 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 1 | -15/+28 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -0/+9 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -2/+302 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -36/+34 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -0/+2 |
* | updated | Hans Breuer | 2001-04-13 | 1 | -0/+9 |
* | updated | Hans Breuer | 2001-03-10 | 1 | -0/+3 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 1 | -2/+7 |
* | Include x11/gdkx.h only when building for X11. | Tor Lillqvist | 2000-10-25 | 1 | -0/+8 |
* | gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings. | Tor Lillqvist | 2000-10-22 | 1 | -0/+2 |
* | Update. | Tor Lillqvist | 2000-10-09 | 1 | -1/+14 |
* | Use -Wall. Add gdkpango-win32.o | Tor Lillqvist | 2000-09-07 | 1 | -0/+6 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Generate gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -1/+1 |
* | Include the build directory. | Tor Lillqvist | 2000-07-25 | 1 | -13/+8 |
* | More work on the Win32 backend. More files compile now. | Tor Lillqvist | 2000-07-23 | 1 | -2/+2 |
* | More work on GDK for Win32. Still in an intermediate state. | Tor Lillqvist | 2000-07-23 | 1 | -3/+3 |
* | gdk/win32/gdkcolor-win32.c gdk/win32/gdkprivate-win32.h Changes to make | Tor Lillqvist | 2000-07-11 | 1 | -2/+2 |
* | Define more message types missing from mingw headers. | Tor Lillqvist | 2000-05-12 | 1 | -1/+5 |
* | Large changes to the Win32 backend, partially made necessary by the | Tor Lillqvist | 2000-05-01 | 1 | -261/+12 |
* | Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function | Tor Lillqvist | 2000-03-08 | 1 | -6/+16 |