log

age author description
Wed, 02 May 2012 00:11:15 +0000 bsmith Fix warnings building with MinGW on Windows.
Tue, 01 May 2012 23:25:20 +0000 bsmith Ah so... eliminated the last few VAC36 warnings on OS/2.
Tue, 01 May 2012 23:12:02 +0000 bsmith Fixed a variety of warnings in different compiler/linker combinations on OS/2.
Mon, 30 Apr 2012 22:11:33 +0000 bsmith Fixed bubble help/tooltips with UTF-8 encoded characters on OS/2.
Mon, 30 Apr 2012 17:16:19 +0000 bsmith Ugg this stupid editor keeps adding tabs!
Mon, 30 Apr 2012 17:13:16 +0000 bsmith Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with
Mon, 30 Apr 2012 16:49:38 +0000 bsmith Fixed dw_window_set_color() not removing the transparent flag on OS/2.
Mon, 30 Apr 2012 16:23:42 +0000 bsmith Gr... messed up tabs in the last commit.
Mon, 30 Apr 2012 16:22:03 +0000 bsmith Initial verison of self-drawn static text control on OS/2.
Mon, 30 Apr 2012 12:22:37 +0000 bsmith Updated the test program removing deprecated flags and using new
Mon, 30 Apr 2012 11:54:19 +0000 bsmith Fixed calculating the GDI+ ratio based on the DPI on Windows.
Mon, 30 Apr 2012 07:13:14 +0000 bsmith Added code to do DPI conversion on Windows.
Sun, 29 Apr 2012 19:46:30 +0000 bsmith Some more GDI+ changes... implement dw_draw_point() using dw_draw_rect().
Sat, 28 Apr 2012 20:42:49 +0000 bsmith Decided to move to all GDI+ drawing when GDIPLUS is defined...
Sat, 28 Apr 2012 17:06:20 +0000 bsmith On OS/2 and Windows need to use the parent (box) handle not the item
Fri, 27 Apr 2012 16:02:32 +0000 bsmith More comment cleanups.
Fri, 27 Apr 2012 15:49:16 +0000 bsmith Added exports for building with MinGW on Windows and Watcom on OS/2.
Fri, 27 Apr 2012 15:33:05 +0000 bsmith Implement dw_box_remove_at_index() for GTK2.
Fri, 27 Apr 2012 08:25:58 +0000 bsmith Explicitly set codepage 1208 for GPI rendering on OS/2...
Fri, 27 Apr 2012 02:47:44 +0000 bsmith Committed some code for dw_box_remove_at_index() for GTK2...
Fri, 27 Apr 2012 02:16:09 +0000 bsmith Implemented dw_box_remove_at_index() for GTK3.
Fri, 27 Apr 2012 01:17:09 +0000 bsmith Fix packing padding not triggering automatic redraws on OS/2, Mac and Windows.
Thu, 26 Apr 2012 23:26:35 +0000 bsmith Fix minor issues with dw_box_remove_at_index() on Mac.
Thu, 26 Apr 2012 21:57:18 +0000 bsmith Initial implementation of dw_box_remove() and dw_box_remove_at_index() for Mac.
Thu, 26 Apr 2012 21:32:40 +0000 bsmith Fix warning with gcc no OS/2.
Thu, 26 Apr 2012 21:18:37 +0000 bsmith Initial implementation of dw_box_remove() for GTK2/3 and stub for dw_box_remove_at_index().
Thu, 26 Apr 2012 20:47:50 +0000 bsmith Missing parameter to WinSetParent() on OS/2.
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.