comparison readme.txt @ 1719:032c3388dda6

Fix dw_window_set_bitmap_from_data() not using the resource ID if data is NULL. Also updated the readme file with recent changes and note an OS/2 bug.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 08 May 2012 18:53:03 +0000
parents 96fcc01693cf
children b7165e93628c
comparison
equal deleted inserted replaced
1718:fae374a0055b 1719:032c3388dda6
8 Boxes with no expandable items will have their contents centered on 8 Boxes with no expandable items will have their contents centered on
9 GTK2 instead of top or left justified on the other platforms. 9 GTK2 instead of top or left justified on the other platforms.
10 GTK3 due to changes in the core architecture does not support 10 GTK3 due to changes in the core architecture does not support
11 widgets that are smaller than what is contained within them 11 widgets that are smaller than what is contained within them
12 unless they use scrolled windows. GTK2 and other platforms do. 12 unless they use scrolled windows. GTK2 and other platforms do.
13 OS/2 Bitmap widget has the image anchored to the bottom left corner
14 of the widget instead of centered like other platforms.
13 15
14 Known limitations: 16 Known limitations:
15 17
16 It is not safe on all platforms to operate on widgets before they 18 It is not safe on all platforms to operate on widgets before they
17 are packed. For portability pack widgets before operating on them. 19 are packed. For portability pack widgets before operating on them.
30 Added codepage 1208 (UTF-8) as the default codepage on OS/2. 32 Added codepage 1208 (UTF-8) as the default codepage on OS/2.
31 Added support for Control-Click on Mac for button press events. 33 Added support for Control-Click on Mac for button press events.
32 Added DW_POINTER() macro for casting parameters to (void *). 34 Added DW_POINTER() macro for casting parameters to (void *).
33 Added dw_box_remove() and dw_box_remove_at_index() for removing items 35 Added dw_box_remove() and dw_box_remove_at_index() for removing items
34 from boxes without destroying them. Also allows removal of padding. 36 from boxes without destroying them. Also allows removal of padding.
37 Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading
38 Non-OS/2 native file formats. GBM comes with eCS 1.2 and later.
39 It is also available at http://hobbes.nmsu.edu
40 Added resizing HICNs to 24x24 max size on platforms which do not
41 do it automatically (Mac and GTK). OS/2 and Windows limit the size.
35 Fixed dwindows-config --version not returning the version at all. 42 Fixed dwindows-config --version not returning the version at all.
36 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 43 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
37 Fixed issues drawing arcs on GTK2, GTK3 and Mac. 44 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
38 Fixed a crash in the color chooser on Mac running Lion. 45 Fixed a crash in the color chooser on Mac running Lion.
39 Fixed a layout issue with render widgets on OS/2. 46 Fixed a layout issue with render widgets on OS/2.
40 Fixed an expose event issue on OS/2. 47 Fixed an expose event issue on OS/2.
41 Fixed an issue with GTK 3.4 due to properties being inherited from the parent. 48 Fixed an issue with GTK 3.4 due to properties being inherited from the parent.
42 Fixed issues with bitmap buttons using icon/pointers on OS/2 and Windows. 49 Fixed issues with bitmap buttons using icon/pointers on OS/2 and Windows.
43 Fixed an issue with dw_window_destroy() on Mac. 50 Fixed an issue with dw_window_destroy() on Mac.
44 Fixed issues rendering to printer pixmaps on Windows with GDI+ enabled. 51 Fixed issues rendering to printer pixmaps on Windows with GDI+ enabled.
52 Fixed dw_window_set_bitmap_from_data() prefering the resource ID
53 over the data passed in on most platforms.
54 Fixed dw_container_delete_row() failing and/or crashing on Mac.
45 Updated the test program removing deprecated flags and using new ones. 55 Updated the test program removing deprecated flags and using new ones.
46 56
47 Dynamic Windows Documentation is available at: 57 Dynamic Windows Documentation is available at:
48 58
49 http://dbsoft.org/dw_help.php 59 http://dbsoft.org/dw_help.php