comparison readme.txt @ 1745:7dd1659c2693

Fixes for the new localization function on OS/2 and GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 04 Jun 2012 22:44:51 +0000
parents 43accf95bdc3
children 1de7daad85a3
comparison
equal deleted inserted replaced
1744:535e8c19a13d 1745:7dd1659c2693
35 Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading 35 Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading
36 Non-OS/2 native file formats. GBM comes with eCS 1.2 and later. 36 Non-OS/2 native file formats. GBM comes with eCS 1.2 and later.
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 Fixed dwindows-config --version not returning the version at all. 42 Fixed dwindows-config --version not returning the version at all.
42 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.
43 Fixed issues drawing arcs on GTK2, GTK3 and Mac. 44 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
44 Fixed a crash in the color chooser on Mac running Lion. 45 Fixed a crash in the color chooser on Mac running Lion.
45 Fixed a layout issue with render widgets on OS/2. 46 Fixed a layout issue with render widgets on OS/2.