log

age author description
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 *).