log

age author description
Tue, 01 Nov 2011 04:06:46 +0000 bsmith Renamed dw_container_set_row_bg() to dw_container_set_stripe().
Mon, 31 Oct 2011 11:36:31 +0000 bsmith Simplified fill for ellipses and circles on OS/2 using DRO_OUTLINEFILL.
Mon, 31 Oct 2011 11:04:03 +0000 bsmith Allow removing icons from containers on GTK2.
Mon, 31 Oct 2011 10:03:25 +0000 bsmith Changes to allow removing icon on BITMAPORICON container columns on Mac.
Mon, 31 Oct 2011 09:37:47 +0000 bsmith Allow passing 0 as icon handle to remove container icon on GTK3.
Mon, 31 Oct 2011 08:57:03 +0000 bsmith Ug fix for editor adding tabs. Wish I could change the default in this thing.
Mon, 31 Oct 2011 08:49:57 +0000 bsmith Switched to using arcparams and GpiFullArc on OS/2 to draw the ellipse.
Mon, 31 Oct 2011 06:06:09 +0000 bsmith Fixed ellipses in GTK2.
Mon, 31 Oct 2011 03:03:07 +0000 bsmith Initial support for ellipses on GTK3 and GTK2 Printing.
Mon, 31 Oct 2011 02:39:40 +0000 bsmith Update to draw as an ellipse and fix for circles on OS/2.
Mon, 31 Oct 2011 00:57:54 +0000 bsmith Fixed incorrect radius on full circles for GTK.
Mon, 31 Oct 2011 00:30:34 +0000 bsmith Draw a rectangle behind the circle to make sure it fits inside.
Sun, 30 Oct 2011 23:58:19 +0000 bsmith Fixed DW_DRAW_FULL for arcs on Mac. Rectangle was being created incorrectly.
Sun, 30 Oct 2011 12:33:07 +0000 bsmith Some code in dw_file_browse() seems to have gotten clobbered.
Sun, 30 Oct 2011 11:50:45 +0000 bsmith Allow dw_window_enable/disable() to work on menu items on the Mac.
Sun, 30 Oct 2011 10:19:35 +0000 bsmith Fixed improper fill method in dw_draw_rect() on OS/2.
Sun, 30 Oct 2011 10:14:49 +0000 bsmith Updated dw_draw_rect and dw_draw_polygon to accept flags the same way as dw_draw_arc.
Sun, 30 Oct 2011 02:13:47 +0000 bsmith Implemented DW_DRAW_FULL and DW_DRAW_FILL on OS/2.
Sun, 30 Oct 2011 02:10:24 +0000 mhessling Fix comparison of char * in dw_container_cursor and dw_container_delete_row
Sun, 30 Oct 2011 01:56:37 +0000 bsmith Implemented DW_DRAW_FULL for GTK2.
Sun, 30 Oct 2011 01:50:19 +0000 bsmith Implemented DW_DRAW_FULL and DW_DRAW_FILL for GTK3 and GTK2 printing.
Sun, 30 Oct 2011 01:41:14 +0000 bsmith Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for ellipses.
Sun, 30 Oct 2011 00:40:22 +0000 bsmith Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL drawing flags.
Tue, 25 Oct 2011 12:33:09 +0000 bsmith Fixed on Windows sqrt() issue due to missing header...
Tue, 25 Oct 2011 12:12:21 +0000 bsmith Fixed angles being backwards on GTK2... this might actually require
Tue, 25 Oct 2011 12:01:20 +0000 bsmith Fixed on GTK passing angles to cairo in degrees instead of radians.
Tue, 25 Oct 2011 11:14:13 +0000 bsmith Build fixes for dw_draw_arc on GTK2.
Tue, 25 Oct 2011 11:11:38 +0000 bsmith Removed some unused variables on Mac.
Tue, 25 Oct 2011 11:07:34 +0000 bsmith Fixed accidentally calling arctan() instead of atan2() on GTK.
Tue, 25 Oct 2011 11:01:19 +0000 bsmith VisualAge on OS/2 is missing M_PI in math.h so define it ourselves.