log

age author description
Mon, 25 Jul 2011 23:22:04 +0000 bsmith Fixed a problem with dw_tree_item_delete() due to earlier tree data storage changes.
Sat, 23 Jul 2011 05:09:34 +0000 bsmith Fixed dw_window_destroy() with groupboxes on Mac.
Tue, 19 Jul 2011 05:10:56 +0000 bsmith Experimental change to set the current working directory to the bundle path on Mac.
Fri, 01 Jul 2011 02:48:20 +0000 bsmith Fixed icons from data by merging tmp and pixbuf together in GTK3.
Thu, 30 Jun 2011 09:49:07 +0000 mhessling Fix bug with setting up container on 64bit platform.
Thu, 30 Jun 2011 07:43:35 +0000 mhessling Add --with-gtk3 switch to enable building with GTK+ 3.x on systems where
Thu, 30 Jun 2011 04:48:10 +0000 mhessling Enable use of WebKit 1.0 under ubuntu Natty; package name:
Wed, 29 Jun 2011 18:33:59 +0000 bsmith Reverted the image scaling on buttons on Mac so it remains consistent on other platforms.
Wed, 29 Jun 2011 18:29:01 +0000 bsmith Similar GTK3 changes to what I just committed for GTK2, to avoid casting warnings on 64bit.
Wed, 29 Jun 2011 17:35:00 +0000 bsmith Fixed problem with missing menubar on GTK2.
Tue, 28 Jun 2011 23:38:59 +0000 mhessling Use _tempnam() on Windows instead of tmpnam() for dw_*_from_data() functions.
Tue, 28 Jun 2011 20:30:29 +0000 bsmith Added new functions for 2.1 to the template, and updated the box packing examples to use the new unified method to reduce redundancy.
Tue, 28 Jun 2011 20:17:22 +0000 bsmith Merge all 3 box packing functions into one internal function on GTK2.
Tue, 28 Jun 2011 20:04:27 +0000 bsmith Merge all 3 box packing functions into one internal function on GTK3.
Tue, 28 Jun 2011 18:41:23 +0000 bsmith Merge all 3 box packing functions into one internal function on Mac.
Tue, 28 Jun 2011 18:27:12 +0000 bsmith Merge all 3 box packing functions into one internal function on OS/2.
Tue, 28 Jun 2011 17:53:09 +0000 bsmith Merge all 3 box packing functions into one internal function on Windows.
Tue, 28 Jun 2011 07:41:10 +0000 bsmith Updates to the readme for version 2.1 (in progress).
Tue, 28 Jun 2011 06:55:45 +0000 bsmith Implemented table rearranging on GTK2 getting dw_box_pack_at_index() working there too.
Tue, 28 Jun 2011 06:49:19 +0000 bsmith Implemented table rearranging on GTK3 allowing dw_box_pack_at_index() to work.
Tue, 28 Jun 2011 05:34:14 +0000 bsmith Committing initial version of dw_box_pack_at_index() for GTK2 and GTK3...
Tue, 28 Jun 2011 04:50:51 +0000 bsmith Fixed a minor cut and paste error and formatting on Mac.
Tue, 28 Jun 2011 04:47:41 +0000 bsmith Fixed erroneously named variables for the message boxes on OS/2.
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.
Sat, 28 May 2011 10:41:57 +0000 bsmith Changed the data names from _dw_entry/_dw_group to _dw_buddy on OS/2.
Fri, 27 May 2011 09:20:19 +0000 bsmith Fix for an attempted change that causes issues with menubar packing on GTK depending on the box direction.
Fri, 27 May 2011 06:15:10 +0000 bsmith Fixed dw_tree_item_delete() not working below the top-level on Mac.
Fri, 27 May 2011 04:33:58 +0000 bsmith Changes so dw_window_get/set_font() work on groupboxes on OS/2.
Thu, 26 May 2011 20:43:54 +0000 bsmith Fixed a typo and clarified one of the known issues which had been outdated
Thu, 26 May 2011 12:37:34 +0000 bsmith Initialize the groupbox title to the default font while creating it on Windows.
Thu, 26 May 2011 11:46:13 +0000 mhessling Return displayName property instead of fontName property in dw_window_get_font()