log readme @ 1468:b2235efd9914

age author description
Thu, 08 Dec 2011 10:10:54 +0000 bsmith Fixed auto-sizing top-level Windows on Windows...
Tue, 06 Dec 2011 22:36:55 +0000 bsmith Fixed automatic redrawing not occurring on OS/2 and Windows when changes were made from a button press handler.
Sun, 04 Dec 2011 20:11:38 +0000 bsmith Added dw_window_get_preferred_size() which attempts to determine the size the system wants for the widget. This is useful when creating nice looking layouts.
Sat, 03 Dec 2011 19:33:42 +0000 bsmith Simplified the widget color handling code on Windows.
Fri, 02 Dec 2011 09:25:37 +0000 bsmith Safety checks for -1 parameter to dw_box_pack*() for GTK3.
Sun, 27 Nov 2011 09:03:26 +0000 bsmith Added generic tooltip support on OS/2.
Sat, 26 Nov 2011 21:00:14 +0000 bsmith Added dw_window_set_tooltip() for adding bubble help to most controls.
Fri, 25 Nov 2011 21:13:12 +0000 bsmith Updated the readme and comments in the source files
Tue, 22 Nov 2011 20:46:37 +0000 bsmith Initial versions of dw_menu_delete_item() on OS/2 and Windows.
Tue, 15 Nov 2011 13:26:15 +0000 bsmith Upped the version number to 2.2. Added a Version file to reduce the number of places
Sun, 13 Nov 2011 23:01:35 +0000 bsmith Another printing cancel fix for the Mac and updated the readme.
Thu, 10 Nov 2011 03:54:32 +0000 bsmith Changed socklen_t typedef #ifdef to check for MSVC.
Sat, 05 Nov 2011 21:32:35 +0000 bsmith Code change to fix llvm-gcc optimization problem on Mac.
Fri, 04 Nov 2011 05:55:35 +0000 bsmith Fixed DW_MENU_POPUP failing on OS/2 due to an invalid sanity check.
Tue, 01 Nov 2011 04:06:46 +0000 bsmith Renamed dw_container_set_row_bg() to dw_container_set_stripe().