| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed dashed line issues (#74441) to an IMO reasonable extend. That is: | Hans Breuer | 2002-03-28 | 1 | -69/+252 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -253/+420 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 1 | -2/+2 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -1/+3 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 1 | -2/+13 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -1/+0 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -8/+8 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -0/+6 |
* | build in the backend dir after auto-generating files | Hans Breuer | 2001-07-28 | 1 | -8/+47 |
* | updated externals | Hans Breuer | 2001-06-22 | 1 | -4/+4 |
* | updated | Hans Breuer | 2001-04-13 | 1 | -1/+50 |
* | gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. | Tor Lillqvist | 2001-03-19 | 1 | -5/+5 |
* | updated for win32 msvc build (forgot this before) | Hans Breuer | 2001-02-19 | 1 | -1/+2 |
* | corrected object casts, make it work again on win32 | Hans Breuer | 2000-11-12 | 1 | -16/+32 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 1 | -23/+5 |
* | Include x11/gdkx.h only when building for X11. | Tor Lillqvist | 2000-10-25 | 1 | -0/+11 |
* | gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings. | Tor Lillqvist | 2000-10-22 | 1 | -0/+8 |
* | Use -Wall. Add gdkpango-win32.o | Tor Lillqvist | 2000-09-07 | 1 | -21/+18 |
* | 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 | -2/+0 |
* | Include the build directory. | Tor Lillqvist | 2000-07-25 | 1 | -27/+25 |
* | More work on the Win32 backend. More files compile now. | Tor Lillqvist | 2000-07-23 | 1 | -273/+379 |
* | Win32 changes, still doesn't build though. | Tor Lillqvist | 2000-07-11 | 1 | -4/+4 |
* | Don't try to draw too narrow or too low arcs, they seem to fail, at least | Tor Lillqvist | 2000-05-02 | 1 | -1/+4 |
* | Large changes to the Win32 backend, partially made necessary by the | Tor Lillqvist | 2000-05-01 | 1 | -9/+15 |
* | Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function | Tor Lillqvist | 2000-03-08 | 1 | -53/+52 |
* | Store just pixel value of background colour. | Tor Lillqvist | 2000-03-03 | 1 | -13/+13 |
* | Move the test for no segments before the assertion for non-NULL segment | Tor Lillqvist | 2000-02-13 | 1 | -69/+82 |
* | Add an extra parameter so that we don't have to do unnecessary settings to | Tor Lillqvist | 2000-02-13 | 1 | -93/+209 |
* | Remove, as this is a file generated by configure (or copied from | Tor Lillqvist | 1999-11-21 | 1 | -2/+2 |
* | Intermediate commit. I go to bed now. | Tor Lillqvist | 1999-11-17 | 1 | -371/+209 |
* | re-adding for manual rename of repository files. | Tor Lillqvist | 1999-11-11 | 1 | -0/+909 |
* | Just renamed the Win32 backend files to *-win32. | Tor Lillqvist | 1999-11-10 | 1 | -909/+0 |
* | gdk/win32/gdkdraw.c gdk/win32/gdkfont.c Various minor cleanups and | Tor Lillqvist | 1999-11-08 | 1 | -6/+4 |
* | New font private structures, related to fontsets. | Tor Lillqvist | 1999-11-08 | 1 | -37/+55 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 1 | -88/+50 |
* | Add more font private data. | Tor Lillqvist | 1999-10-20 | 1 | -11/+51 |
* | Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now, | Tor Lillqvist | 1999-10-13 | 1 | -2/+15 |
* | Corresponding changes as in X11 backend. | Tor Lillqvist | 1999-10-05 | 1 | -36/+148 |
* | Change GDK_WINDOWING_WIN32 usage to #ifdef also here. | Tor Lillqvist | 1999-10-02 | 1 | -25/+34 |
* | Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly. | Tor Lillqvist | 1999-08-23 | 1 | -3/+4 |
* | When blitting inside one window, use ScrollWindowEx, and call | Tor Lillqvist | 1999-08-17 | 1 | -0/+21 |
* | Fix start and end radial endpoint calculations which were totally wrong. | Tor Lillqvist | 1999-08-16 | 1 | -7/+34 |
* | Less logging verbiage. | Tor Lillqvist | 1999-07-12 | 1 | -2/+2 |
* | Don't draw anything if width or height is zero. Don't print a warning if | Tor Lillqvist | 1999-07-10 | 1 | -29/+88 |
* | Fixes to the win32 backend to actually be able to compile within a | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | Some bug fixes and improvements to the Win32 GDK. | Tor Lillqvist | 1999-03-07 | 1 | -24/+18 |
* | Win32 version of GDK source files and resource files (cursors and icons). | Tor Lillqvist | 1999-03-05 | 1 | -0/+655 |