log

age author description
Tue, 28 Jun 2011 04:41:43 +0000 bsmith Added function dw_box_pack_at_index() on Windows, Mac and OS/2. And an example usage in dwtest.
Sun, 26 Jun 2011 02:36:23 +0000 bsmith Added stub dw_font_set_default() functions for GTK.
Sun, 26 Jun 2011 02:07:49 +0000 bsmith Renamed Mac _dw_default_font() to dw_font_set_default() and added it on OS/2 and Windows.
Sat, 25 Jun 2011 03:16:40 +0000 bsmith Bitmap widgets shouldn't scale down images when the widget is smaller than the image on Mac.
Sat, 25 Jun 2011 03:15:29 +0000 bsmith Bitmap type widgets shouldn't rescale the image to fit on Windows.
Sat, 25 Jun 2011 03:14:05 +0000 bsmith Don't resize bitmap widgets during packing, just bitmap buttons on GTK3.
Sat, 25 Jun 2011 02:34:05 +0000 bsmith Scale down images on bitmap buttons if they are too big on the Mac.
Sat, 25 Jun 2011 02:19:12 +0000 bsmith Oops... missed a variable when writing the code on the Mac.
Sat, 25 Jun 2011 02:05:11 +0000 bsmith Attempt at scaling bitmaps if they are too big for where they are packed on GTK3.
Fri, 24 Jun 2011 04:22:39 +0000 mhessling Removed test for class member for itemdata in dw_tree_item_get_data()
Fri, 24 Jun 2011 02:10:45 +0000 bsmith Allow tree nodes without icons using the new NSMutableArray tree code on Mac.
Tue, 14 Jun 2011 13:38:55 +0000 bsmith Fix for required sizes not functioning properly for items who are in scrolled windows.
Sun, 12 Jun 2011 15:06:30 +0000 bsmith Switched from using NSPointerArray to NSMutableArray on Mac to avoid the duplicate string crashes
Sat, 11 Jun 2011 17:54:41 +0000 bsmith Fixed dw_tree_insert_after() so it works on Mac it previously functioned identical to dw_tree_insert().
Thu, 09 Jun 2011 00:33:19 +0000 bsmith Fix for some release calls causing issues on MacOS 10.7 Lion.
Sun, 05 Jun 2011 05:13:15 +0000 bsmith Minor changes to the tree handling... added the LVIF_PARAM to make sure that member gets filled in on Windows.
Sun, 05 Jun 2011 01:57:38 +0000 bsmith Fix for the item data field of the context event always being NULL even for tree items on Mac.
Thu, 02 Jun 2011 23:55:38 +0000 bsmith Use the actual Windows point size for a device... doing conversion as necessary.
Thu, 02 Jun 2011 21:48:16 +0000 bsmith Windows was missing the flag to load the font from the LOGFONT struct when creating the font chooser.
Thu, 02 Jun 2011 21:42:46 +0000 bsmith Fix issue with using/freeing the wrong variable in GTK2 font chooser.
Thu, 02 Jun 2011 21:40:56 +0000 bsmith Fix issue with using/freeing the wrong variable in GTK3 font chooser.
Thu, 02 Jun 2011 10:58:43 +0000 bsmith Ugg... tabs got enabled in my editor and I didn't notice until after I committed.
Thu, 02 Jun 2011 10:56:16 +0000 bsmith Added dw_font_choose() on OS/2 for 2.1.
Thu, 02 Jun 2011 10:12:08 +0000 bsmith Added dw_font_choose() on GTK2 for 2.1.
Thu, 02 Jun 2011 08:19:14 +0000 bsmith Changes to the GTK3 font chooser... this version doesn't block the rest of the app.
Thu, 02 Jun 2011 07:20:53 +0000 bsmith Added dw_font_choose() on GTK3 for 2.1.
Thu, 02 Jun 2011 06:18:37 +0000 bsmith Added dw_font_choose() on Windows for 2.1.
Thu, 02 Jun 2011 05:23:45 +0000 bsmith Added dw_font_choose() on the Mac for 2.1.
Wed, 01 Jun 2011 23:07:27 +0000 mhessling Put http://dwindows.netlabs.org back in as test site for HTML widget
Wed, 01 Jun 2011 09:56:32 +0000 bsmith Fix for dw_tree_item_delete() not working if there are no child nodes on Mac.