log

age author description
Tue, 01 Nov 2011 10:21:48 +0000 bsmith Code changes to enable default filename on Windows with dw_file_browse().
Tue, 01 Nov 2011 06:01:26 +0000 bsmith Grr flippin' tabs again!
Tue, 01 Nov 2011 05:57:48 +0000 bsmith Fix for encoding a COLORREF incorrectly on Windows.
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.
Tue, 25 Oct 2011 10:51:59 +0000 bsmith Initial attempt at adding dw_draw_arc() support on all platforms.
Tue, 25 Oct 2011 06:21:59 +0000 bsmith Fixed dw_draw_polygon on OS/2 not flipping the Y coordinates.
Tue, 25 Oct 2011 06:13:36 +0000 bsmith Added a polygon to the test code to make sure that works on all platforms.
Mon, 24 Oct 2011 08:30:53 +0000 bsmith Updated the list of supported image formats for GTK.
Mon, 24 Oct 2011 08:01:42 +0000 bsmith Basically a repeat of that last fix except for the data version of the function.
Mon, 24 Oct 2011 07:56:20 +0000 bsmith Attempt on Windows to use an icon handle for bitmap buttons before a bitmap...
Mon, 24 Oct 2011 06:29:05 +0000 bsmith Fixed GDI+ loading files with no extension needed. Fixed the *_from_data() functions.
Mon, 24 Oct 2011 05:34:12 +0000 bsmith Changed the test image to be the OS/2 version...
Mon, 24 Oct 2011 05:21:29 +0000 bsmith On GTK2 save the original pixbuf that is loaded so we can use it
Mon, 24 Oct 2011 03:44:24 +0000 bsmith Fixed not accounting for the NULL terminator on Windows when converting to wide characters.
Mon, 24 Oct 2011 03:10:27 +0000 bsmith Enable GDI Plus on Windows to see how well it works.
Sun, 23 Oct 2011 19:54:09 +0000 bsmith Initial commit of GDI+ image loader for Windows to allow use of other image formats...
Wed, 19 Oct 2011 21:29:23 +0000 bsmith Got dw_pixmap_stretch_bitblt() mostly working for GTK2...
Wed, 19 Oct 2011 11:11:00 +0000 bsmith Updated readme with dw_pixmap_stretch_bitblt() addition.
Wed, 19 Oct 2011 11:01:25 +0000 bsmith Implemented dw_pixmap_stretch_bitblt() on Mac.
Wed, 19 Oct 2011 10:41:50 +0000 bsmith Compile fix for GTK2 and attempt at getting stretching working with pixmaps...
Wed, 19 Oct 2011 09:40:23 +0000 bsmith Implemented dw_pixmap_stretch_bitblt() on GTK3...
Wed, 19 Oct 2011 08:55:24 +0000 bsmith Fixed dw_pixmap_stretch_bitblt() on OS/2. Also cleaned up the code...
Wed, 19 Oct 2011 08:14:05 +0000 bsmith Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2.
Wed, 19 Oct 2011 04:24:14 +0000 bsmith Changed FIXEDFONT to "Lucinda Console" on Windows. Terminal looks better to me...
Wed, 19 Oct 2011 03:02:57 +0000 bsmith Slight thread safety fix on Mac.
Wed, 19 Oct 2011 02:41:55 +0000 bsmith Attempt at converting DW style font names on GTK for dw_pixmap_set_font().
Tue, 18 Oct 2011 08:39:31 +0000 bsmith Printer info should default to Portrait not Landscape on Mac.
Tue, 18 Oct 2011 08:26:36 +0000 bsmith Divided _acquire_font() into two parts on Windows.
Tue, 18 Oct 2011 06:28:43 +0000 bsmith Ok if we setup the print information on Mac we get a better size...
Tue, 18 Oct 2011 00:37:07 +0000 bsmith Fixed clickdefault not triggering event for buttons on Mac.
Mon, 17 Oct 2011 16:15:13 +0000 bsmith Attempt at fixing Copy, Cut, Paste, Select All Mac key combos...
Mon, 17 Oct 2011 07:41:14 +0000 bsmith Paper size reported on Mac height is for all pages...
Sun, 16 Oct 2011 20:03:36 +0000 bsmith Fix for dw_font_text_extents_get() on OS/2 not honoring the font set with dw_pixmap_set_font().
Sun, 16 Oct 2011 19:40:27 +0000 bsmith Fixes for dw_font_text_extents_get() on GTK not honoring the font set by dw_pixmap_set_font().
Sun, 16 Oct 2011 19:26:10 +0000 bsmith Fix for dw_font_text_extents_get() not on Windows honoring the font set with dw_pixmap_set_font().
Sun, 16 Oct 2011 19:12:53 +0000 bsmith Fixes to dw_font_text_extents_get() on Mac so it honors the font set with dw_pixmap_set_font().
Tue, 11 Oct 2011 23:37:21 +0000 bsmith Fixed a (shift) tab focus change regression on Windows for spinbuttons/comboboxes.
Mon, 10 Oct 2011 21:27:58 +0000 bsmith Readme updates... removed some unnecessary statements...
Mon, 10 Oct 2011 20:23:52 +0000 bsmith Fix for the status popup menu not functioning when a different
Mon, 10 Oct 2011 11:03:43 +0000 bsmith Added taskbar support for OS/2 using the System Tray XCenter plugin.
Mon, 10 Oct 2011 08:09:03 +0000 bsmith Fixed positioning popup menu when the controlling window is not visible on Mac.
Mon, 10 Oct 2011 05:27:14 +0000 bsmith Return code of 0 from the button press callback on OS/2 was causing
Mon, 10 Oct 2011 04:38:45 +0000 bsmith Added taskbar support for GTK...
Mon, 10 Oct 2011 02:54:27 +0000 bsmith Fix to get button press events working from the task/statusbar on Mac.
Mon, 10 Oct 2011 02:04:17 +0000 bsmith Fixes to allow non-toplevel window handles in dw_taskbar_insert() on Windows.
Mon, 10 Oct 2011 00:40:22 +0000 bsmith Initial implementation of dw_taskbar_* for the Mac.
Sun, 09 Oct 2011 12:52:16 +0000 bsmith Minor readme update.
Sun, 09 Oct 2011 12:50:14 +0000 bsmith Need to initialize the row data to DW_RGB_TRANSPARENT on GTK2 during container setup.
Sun, 09 Oct 2011 12:40:34 +0000 bsmith Fixes some issues with that last commit for GTK1/2.
Sun, 09 Oct 2011 11:57:26 +0000 bsmith Attempt at alternating rows for GTK1/2...
Sun, 09 Oct 2011 10:32:44 +0000 bsmith Can't set the background on Image cells apparently on Mac...
Sun, 09 Oct 2011 10:24:21 +0000 bsmith Another attempt at fixing alternating row issues on Windows.
Sun, 09 Oct 2011 10:13:16 +0000 bsmith Fixed a slight miscalculation and simplified the Windows container row code.
Sun, 09 Oct 2011 09:50:07 +0000 bsmith Implemented dw_container_set_row_bg() on Windows.
Sat, 08 Oct 2011 20:47:34 +0000 bsmith Updated GTK3 with the behavior change just commited for Mac.
Sat, 08 Oct 2011 20:43:25 +0000 bsmith Slight change in design behavior for dw_container_set_row_bg()...
Sat, 08 Oct 2011 19:30:37 +0000 bsmith Added information about dw_container_set_row_bg() to the readme.
Sat, 08 Oct 2011 19:20:09 +0000 bsmith Added dw_container_set_row_bg() stubs on the remaining platforms.
Sat, 08 Oct 2011 19:01:53 +0000 bsmith Basic support for row colors on GTK3...
Sat, 08 Oct 2011 18:37:48 +0000 bsmith Switched from using NSBrowserCell to a DWImageAndTextCell subclass on Mac.
Wed, 05 Oct 2011 19:43:27 +0000 bsmith Added dw_container_set_row_data() and dw_container_change_row_data() macros which just call dw_container_set/change_row_title() but with (void *).
Fri, 30 Sep 2011 05:03:25 +0000 bsmith Put Mac MLE under mutex protection because of crashes when accessing the MLE from threads.
Fri, 30 Sep 2011 04:05:10 +0000 bsmith Same fix for GTK2/3 as I just committed for the Mac.
Fri, 30 Sep 2011 04:00:38 +0000 bsmith Think we need to check the posted state inside the mutex...
Fri, 30 Sep 2011 03:32:26 +0000 bsmith Fixed dw_mle_set_cursor() should scroll to the point on Mac.
Fri, 30 Sep 2011 03:19:16 +0000 bsmith Added thread/event tab to the test program.
Thu, 29 Sep 2011 21:04:21 +0000 bsmith Added support on OS/2 for querying the printer list...
Wed, 28 Sep 2011 17:46:49 +0000 bsmith Added a simulated indeterminate state on OS/2.
Wed, 28 Sep 2011 16:58:42 +0000 bsmith Fixed a couple slight issues with the last commit.
Wed, 28 Sep 2011 16:51:56 +0000 bsmith Fixed a longstanding issue on OS/2 of event handlers being
Wed, 28 Sep 2011 15:29:05 +0000 bsmith Fix issues with OS/2 percent bar at the upper end of range.
Wed, 28 Sep 2011 15:03:50 +0000 bsmith Updated the readme file with the latest changes.
Wed, 28 Sep 2011 08:36:34 +0000 bsmith Fixed the indeterminate percent bar should be animated on the Mac.
Wed, 28 Sep 2011 08:31:30 +0000 bsmith Similar fix for GTK2 as for GTK3.
Wed, 28 Sep 2011 08:28:54 +0000 bsmith Compile fix and fix for returning wrong value from the timeout function on GTK3.
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Tue, 27 Sep 2011 22:38:25 +0000 bsmith Committing the configure script now that it works on both FreeBSD and Ubuntu.
Tue, 27 Sep 2011 22:36:03 +0000 bsmith Ok a slight fix to the last change.
Tue, 27 Sep 2011 21:03:19 +0000 bsmith Removed the library search for webkit-1.0 during configure.
Tue, 27 Sep 2011 20:10:15 +0000 bsmith Remove the MDI notebook tab from DEPRECATED.
Tue, 27 Sep 2011 19:21:29 +0000 bsmith Fix for MDI support for GTK3. Haven't tested completely...
Wed, 21 Sep 2011 00:04:00 +0000 bsmith Address Sysem isn't working for me in the REXX script on OS/2.
Wed, 21 Sep 2011 00:01:06 +0000 bsmith Fix calling convention of print callback on OS/2.
Tue, 20 Sep 2011 23:52:36 +0000 bsmith Switch to using a dummy window handle for pixmap fonts on OS/2.
Tue, 20 Sep 2011 21:02:54 +0000 bsmith Initial attempt at printing on OS/2.
Mon, 19 Sep 2011 22:40:33 +0000 bsmith Fixes to that last commit... bitmap not mask and forgot to return.
Mon, 19 Sep 2011 22:36:24 +0000 bsmith Attempt at implementing clip mask for transparency in GTK2 for Cairo.
Mon, 19 Sep 2011 21:31:36 +0000 bsmith Ok so gdk_cairo_set_source_window() is only available in GTK 2.24 and higher...
Mon, 19 Sep 2011 21:09:58 +0000 bsmith Fixed dw_pixmap_bitblt() on printing context pixmaps in GTK3.
Mon, 19 Sep 2011 19:48:23 +0000 bsmith Ok fixed a problem with the last commit using the wrong representation on Mac.
Mon, 19 Sep 2011 19:37:35 +0000 bsmith Added some test code to save what we are trying to print as a PNG on Mac.