comparison readme.txt @ 1750:1de7daad85a3

Updated readme, removed debug message and committed fixes for ANSI builds on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 13 Jun 2012 20:50:17 +0000
parents 7dd1659c2693
children 227e13044ce3
comparison
equal deleted inserted replaced
1749:ff9a51706715 1750:1de7daad85a3
37 It is also available at http://hobbes.nmsu.edu 37 It is also available at http://hobbes.nmsu.edu
38 Added resizing HICNs to 24x24 max size on platforms which do not 38 Added resizing HICNs to 24x24 max size on platforms which do not
39 do it automatically (Mac and GTK). OS/2 and Windows limit the size. 39 do it automatically (Mac and GTK). OS/2 and Windows limit the size.
40 Added toolbar control support to replace existing bitmap buttons on Windows. 40 Added toolbar control support to replace existing bitmap buttons on Windows.
41 Added dw_filesystem_set_column_title() to fill a hole in localization. 41 Added dw_filesystem_set_column_title() to fill a hole in localization.
42 Added new optional UTF-8 parameter to the key press callback.
43 This is a pointer to a UTF-8 string representing the key pressed.
44 The buffer pointed to is only good for the duration of the callback.
42 Fixed dwindows-config --version not returning the version at all. 45 Fixed dwindows-config --version not returning the version at all.
43 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 46 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
44 Fixed issues drawing arcs on GTK2, GTK3 and Mac. 47 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
45 Fixed a crash in the color chooser on Mac running Lion. 48 Fixed a crash in the color chooser on Mac running Lion.
46 Fixed a layout issue with render widgets on OS/2. 49 Fixed a layout issue with render widgets on OS/2.