comparison readme @ 1013:f0e012748633

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.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 16 May 2011 00:05:59 +0000
parents 09c84a9aefe3
children 4493daea5886
comparison
equal deleted inserted replaced
1012:09c84a9aefe3 1013:f0e012748633
35 the system does not support them by default. Looking into writing 35 the system does not support them by default. Looking into writing
36 custom ones or importing functionality from available libraries. 36 custom ones or importing functionality from available libraries.
37 37
38 Changes from version 1.1: 38 Changes from version 1.1:
39 Added support for MacOS 10.5 and higher Intel and PPC via Cocoa. 39 Added support for MacOS 10.5 and higher Intel and PPC via Cocoa.
40 Added initial support for GTK version 3.
40 Added support for Windows themes on XP and higher. 41 Added support for Windows themes on XP and higher.
41 Added scrollbox widgets, which function like boxes but... 42 Added scrollbox widgets, which function like boxes but...
42 scrollbars allow you to pack more into them than the available area. 43 scrollbars allow you to pack more into them than the visible area.
43 Added dw_window_get_font() for checking the font used on a widget. 44 Added dw_window_get_font() for checking the font used on a widget.
44 Added dw_container_change_row_title() for changing a row pointer after insert. 45 Added dw_container_change_row_title() for changing a row pointer after insert.
46 Added clipboard support on OS/2.
47 Added HICN data type for icon handles an changed icon functions to use it.
48 Added DW_RESOURCE() macro for casting to HICN when using resource IDs.
49 Added support for borderless buttons except on Windows (DW_BS_NOBORDER).
45 Changed the return codes of dw_container_setup, dw_filesystem_setup and 50 Changed the return codes of dw_container_setup, dw_filesystem_setup and
46 dw_event_wait(). Please check any code that use these functions. 51 dw_event_wait(). Please check any code that use these functions.
47 Changed GTK2+ now supports font name styles like the other platforms. 52 Changed GTK2+ now supports font name styles like the other platforms.
53 Enhanced transparent bitblt on OS/2 and Windows. OS/2 now supports
54 transparent color and Windows now supports 32bit alpha bitblt.
55 Removed thread limits on Windows and GTK using thread local storage.
48 56
49 Dynamic Windows Documentation is available at: 57 Dynamic Windows Documentation is available at:
50 58
51 http://dbsoft.org/help_functions.php 59 http://dbsoft.org/help_functions.php
52 60