log

age author description
Thu, 29 Mar 2012 05:16:26 +0000 bsmith Fixed issues drawing arcs on GTK3 and GTK2 for printing.
Wed, 28 Mar 2012 23:11:12 +0000 bsmith Fix rendering Arc segments in anti-antialiased mode on Windows.
Wed, 28 Mar 2012 19:17:08 +0000 bsmith Fixed full arcs with GDI+ and disabled antialiased rendering for rectangles.
Wed, 28 Mar 2012 18:33:54 +0000 bsmith Got anti-aliased drawing working with GDI+ on Windows.
Wed, 28 Mar 2012 16:29:35 +0000 bsmith On Windows with the correct -DUNICODE -D_UNICODE and #include <tchar.h> lines
Wed, 28 Mar 2012 16:14:49 +0000 bsmith Add Windows 8 string to the environment query.
Wed, 28 Mar 2012 16:03:20 +0000 bsmith _init_thread() needs to be called after initializing GDI+ on Windows.
Wed, 28 Mar 2012 02:47:55 +0000 bsmith dw_window_get_text() was truncating the text by 1 byte in Unicode mode on Windows.
Wed, 28 Mar 2012 02:28:55 +0000 bsmith Add support for mercurial revisions in addition to subversion on Windows.
Wed, 28 Mar 2012 02:14:38 +0000 bsmith Fixed value changed events on spinbuttons for OS/2.
Tue, 27 Mar 2012 23:07:09 +0000 bsmith Implemented value changed event for spinbuttons on Windows.
Tue, 27 Mar 2012 17:00:44 +0000 bsmith After looking at that last commit I realized what I was doing was
Tue, 27 Mar 2012 16:53:24 +0000 bsmith Fix dw_listbox_get_text() to work in Unicode mode on Windows.
Tue, 27 Mar 2012 15:57:36 +0000 bsmith Rewrite of _get_logfont on Windows to use library functions and
Tue, 27 Mar 2012 15:09:52 +0000 bsmith Must convert from UTF8 for the raw HTML on Windows regardless of the
Tue, 27 Mar 2012 14:51:24 +0000 bsmith Updated the readme with pre-release 2.4 info.
Tue, 27 Mar 2012 14:46:04 +0000 bsmith Switch to UNICODE builds by default on Windows.
Tue, 27 Mar 2012 08:51:14 +0000 bsmith Add code to allow building DW.DLL as Unicode on Windows.
Mon, 26 Mar 2012 23:17:46 +0000 bsmith Removed the pragma... guess I misunderstood what the Visual C pragma did...
Mon, 26 Mar 2012 22:20:55 +0000 bsmith Fix for Visual C giving errors on UTF-8 literals in source files.
Mon, 26 Mar 2012 21:51:02 +0000 bsmith Initial UTF8 support for Windows.
Mon, 26 Mar 2012 18:12:52 +0000 bsmith Initial commit for GDI+ anti-aliased drawing. Code currently does not work,
Sat, 24 Mar 2012 15:00:56 +0000 bsmith Should only remove dwindows-config and dwindows-config1 during distclean not clean.
Sat, 24 Mar 2012 14:57:20 +0000 bsmith First attempt at fixing dwindows-config --version after the build
Sat, 03 Mar 2012 08:43:46 +0000 bsmith Make sure source will build with Mac frameworks older than 10.7.
Sat, 03 Mar 2012 06:15:22 +0000 bsmith Last commit didn't help, seems getmntinfo() isn't thread safe on Mac or FreeBSD...
Sat, 03 Mar 2012 05:21:03 +0000 bsmith Not setting the structure to NULL seems to cause crashes on Mac when mounting/unmounting.
Fri, 02 Mar 2012 14:19:55 +0000 bsmith Add full screen support for resizable windows on Mac 10.7.
Sun, 26 Feb 2012 10:53:23 +0000 bsmith Missed updating the Debian copyright file in that last commit.
Sun, 26 Feb 2012 10:49:54 +0000 bsmith Added debian changelog for version 2.3.
Sun, 26 Feb 2012 10:32:21 +0000 bsmith OS/2 and Windows zip rules need to include dwcompat.h.
Sun, 26 Feb 2012 10:22:12 +0000 bsmith Updated the readme with the final changes for version 2.3.
Sun, 26 Feb 2012 09:36:22 +0000 bsmith Attempt to fix another Visual C warning in DEBUG mode building 32bit.
Sun, 26 Feb 2012 09:21:35 +0000 bsmith Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings.
Sat, 25 Feb 2012 23:35:59 +0000 bsmith Fixed building dwcompat with Watcom on OS/2.
Sat, 25 Feb 2012 23:22:49 +0000 bsmith Last commit didn't work with GCC... not quite as pretty but this works.
Sat, 25 Feb 2012 23:12:11 +0000 bsmith Added initial API deprecation support for clang, GCC and Visual C.
Sat, 25 Feb 2012 01:50:25 +0000 bsmith Removed deprecated GtkColorSelectionDialog in 3.4 and higher switching to GtkColorChooser.
Thu, 23 Feb 2012 14:55:33 +0000 bsmith Updated the configure script with a newer autoconf.
Thu, 23 Feb 2012 13:03:45 +0000 bsmith Up version number to 2.3.
Thu, 23 Feb 2012 12:44:15 +0000 bsmith Rename compat.c/h dwcompat.c/h and configure option to --with-dwcompat.
Sat, 18 Feb 2012 20:45:51 +0000 bsmith Yet another fix attempt for mene item issues on Mac 10.5.
Tue, 14 Feb 2012 00:33:49 +0000 bsmith Tab fixed for that last commit.
Tue, 14 Feb 2012 00:31:18 +0000 bsmith Attempt at localizing the calendar widget on OS/2.
Mon, 30 Jan 2012 17:36:12 +0000 bsmith Comment cleanup in the Mac source.
Mon, 30 Jan 2012 08:15:16 +0000 bsmith Don't rely on configure to add the 64bit file #defines on Unix and Mac.
Sat, 28 Jan 2012 23:19:56 +0000 bsmith Remove warning options from VAC makefile... VAC generates tons of warnings
Sat, 28 Jan 2012 22:59:12 +0000 bsmith Added 64bit stat and alloca functionality when building with Watcom.
Fri, 27 Jan 2012 20:59:59 +0000 bsmith Make sure the percent widget defaults to 0% on Mac.
Fri, 27 Jan 2012 18:03:09 +0000 bsmith Oops fallback dwstat didn't work quite right in that last commit.
Fri, 27 Jan 2012 17:58:04 +0000 bsmith Added dwstat #define in compat.h which will be the 64bit stat struct if available on the given platform.
Thu, 26 Jan 2012 14:36:48 +0000 bsmith After switching to non-deprecated functions in GTK3 like...
Thu, 26 Jan 2012 05:26:40 +0000 bsmith Performed a more thorough audit of functions on Mac that require local pools.
Wed, 25 Jan 2012 09:32:17 +0000 bsmith Fixed a MinGW warning and updated the readme.
Wed, 25 Jan 2012 03:17:36 +0000 bsmith Added local auto-release macros on Mac to allow us to prevent leaks
Tue, 24 Jan 2012 00:00:36 +0000 bsmith Fix GTK3 MDI titlebar buttons expanding... or really the label not expanding.
Mon, 23 Jan 2012 23:40:11 +0000 bsmith Fix value_changed code for GTK3... thought this used to work...
Mon, 23 Jan 2012 22:44:08 +0000 bsmith Switch to using GtkGrid instead of GtkTable in the MDI code for GTK3.
Mon, 23 Jan 2012 21:07:09 +0000 bsmith Switched to using new GtkFontChooserDialog for GTK3 since GtkFontSelectionDialog is deprecated.
Mon, 23 Jan 2012 12:30:53 +0000 bsmith Eliminate even more deprecated APIs for GTK3... still more to go.