# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1305504359 0 # Node ID f0e0127486333f76af1c5c91b2208a04de0d2098 # Parent 09c84a9aefe36df78c883c17892106d4fe4b7347 Filled in more of the important changes form version 1.1 in the readme. Also upped the version in the manifest files on Windows to 2.0.0. diff -r 09c84a9aefe3 -r f0e012748633 readme --- a/readme Sun May 15 22:51:38 2011 +0000 +++ b/readme Mon May 16 00:05:59 2011 +0000 @@ -37,14 +37,22 @@ Changes from version 1.1: Added support for MacOS 10.5 and higher Intel and PPC via Cocoa. +Added initial support for GTK version 3. Added support for Windows themes on XP and higher. Added scrollbox widgets, which function like boxes but... - scrollbars allow you to pack more into them than the available area. + scrollbars allow you to pack more into them than the visible area. Added dw_window_get_font() for checking the font used on a widget. Added dw_container_change_row_title() for changing a row pointer after insert. +Added clipboard support on OS/2. +Added HICN data type for icon handles an changed icon functions to use it. +Added DW_RESOURCE() macro for casting to HICN when using resource IDs. +Added support for borderless buttons except on Windows (DW_BS_NOBORDER). Changed the return codes of dw_container_setup, dw_filesystem_setup and dw_event_wait(). Please check any code that use these functions. Changed GTK2+ now supports font name styles like the other platforms. +Enhanced transparent bitblt on OS/2 and Windows. OS/2 now supports + transparent color and Windows now supports 32bit alpha bitblt. +Removed thread limits on Windows and GTK using thread local storage. Dynamic Windows Documentation is available at: diff -r 09c84a9aefe3 -r f0e012748633 win/dw.dll.x64.manifest --- a/win/dw.dll.x64.manifest Sun May 15 22:51:38 2011 +0000 +++ b/win/dw.dll.x64.manifest Mon May 16 00:05:59 2011 +0000 @@ -1,7 +1,7 @@