log

age author description
Thu, 26 Apr 2012 20:33:39 +0000 bsmith Initial implementation of dw_box_remove() and dw_box_remove_at_index()
Tue, 24 Apr 2012 16:30:11 +0000 bsmith Updated the readme with latest changes.
Tue, 24 Apr 2012 07:22:34 +0000 bsmith Fixed drawing filled arcs on GTK2.
Tue, 24 Apr 2012 00:08:20 +0000 bsmith Fix dw_window_destroy() failing on splitbars and possibly other widgets on Mac.
Fri, 20 Apr 2012 19:44:16 +0000 bsmith Fixes for building in Unicode mode with MinGW on Windows.
Wed, 18 Apr 2012 07:28:19 +0000 bsmith Fixes for dw_file_browse() on Windows in Unicode mode.
Tue, 17 Apr 2012 19:54:30 +0000 bsmith Workaround WinLoadPointer() modifying the icon size on OS/2 by
Mon, 16 Apr 2012 17:16:19 +0000 bsmith Okay second attempt at that Windows 7 icon/bitmap fix...
Mon, 16 Apr 2012 17:01:49 +0000 bsmith Fix auto-sizing bitmap buttons with icons on Windows 7 (and maybe Vista).
Mon, 16 Apr 2012 15:43:43 +0000 bsmith Added DW_POINTER() macro for casting parameters to (void *)
Tue, 10 Apr 2012 21:19:11 +0000 bsmith Rewrite of dw_window_destroy() on GTK2 so that the table contracts removing
Tue, 10 Apr 2012 11:34:20 +0000 bsmith Take into account empty box cells created by dw_window_destroy() in GTK3
Tue, 10 Apr 2012 02:58:28 +0000 bsmith Only include compat.h when building the dwcompat shared library.
Mon, 09 Apr 2012 21:06:50 +0000 bsmith Fixed windows not automatically redrawing when removing items from a layout
Mon, 09 Apr 2012 07:15:05 +0000 bsmith Fixes for the latest MinGW (gcc 4.6.2). Only ANSI mode is currently supported.
Sat, 07 Apr 2012 20:51:40 +0000 bsmith Fix taskbar/menubar event breakage from the recent Mac control key changes.
Sat, 07 Apr 2012 18:27:03 +0000 bsmith Update readme with the latest changes.
Sat, 07 Apr 2012 18:03:38 +0000 bsmith Improved arc drawing on the Mac using the same method as GDI+ on Windows.
Sat, 07 Apr 2012 03:54:24 +0000 bsmith Ug, missing parenthesis made that last fix misbehave in certain cirucumstances.
Sat, 07 Apr 2012 03:11:51 +0000 bsmith Another fix for Contol clicking on Mac... getting double events
Sat, 07 Apr 2012 02:16:36 +0000 bsmith On Mac set button to 2 (right) when Control key is pressed and left clicking
Sat, 07 Apr 2012 01:22:15 +0000 bsmith Fixed off by one in the y field of the expose event on OS/2.
Fri, 06 Apr 2012 23:34:00 +0000 bsmith Fixed render widgets being incorrectly identified as boxes on OS/2
Fri, 06 Apr 2012 22:15:06 +0000 bsmith Color chooser changes for Lion compatibility on Mac.
Fri, 06 Apr 2012 09:32:02 +0000 bsmith Need to convert to UTF8 in dw_font_choose() on Windows in Unicode mode.
Mon, 02 Apr 2012 21:14:53 +0000 bsmith For safety reasons on OS/2 in case the codepage isn't inherited...
Mon, 02 Apr 2012 19:44:45 +0000 bsmith Fixed issue with dw_mle_import() in Unicode mode.
Mon, 02 Apr 2012 19:25:09 +0000 bsmith Removed now unneeded locale conversion on Windows since everything is UTF-8.
Mon, 02 Apr 2012 09:49:07 +0000 bsmith Set the OS/2 codepage to 1208 (UTF-8) when creating the message queue.
Sat, 31 Mar 2012 17:17:11 +0000 bsmith Add code to disable anti-aliased drawing for GTK2 printing.
Fri, 30 Mar 2012 23:42:47 +0000 bsmith In GTK 3.4 foreground colors are now inherited from the parent.
Thu, 29 Mar 2012 17:10:04 +0000 bsmith Fixed a couple warnings generated by the new OS/2 code.
Thu, 29 Mar 2012 05:18:35 +0000 bsmith Readme updates.
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.