comparison readme.txt @ 1666:df25fee81502

Updated the readme with latest changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 Apr 2012 16:30:11 +0000
parents 2d5d3a11dee4
children 896f377a47c7
comparison
equal deleted inserted replaced
1665:f2a3b25a9507 1666:df25fee81502
27 Added UNICODE build mode on Windows allowing UTF-8 encoded text. 27 Added UNICODE build mode on Windows allowing UTF-8 encoded text.
28 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS 28 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS
29 Added support for antialiased drawing on Windows via GDI+. 29 Added support for antialiased drawing on Windows via GDI+.
30 Added codepage 1208 (UTF-8) as the default codepage on OS/2. 30 Added codepage 1208 (UTF-8) as the default codepage on OS/2.
31 Added support for Control-Click on Mac for button press events. 31 Added support for Control-Click on Mac for button press events.
32 Added DW_POINTER() macro for casting parameters to (void *).
32 Fixed dwindows-config --version not returning the version at all. 33 Fixed dwindows-config --version not returning the version at all.
33 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 34 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
34 Fixed an issue drawing arcs on GTK3 and GTK2 for printing. 35 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
35 Fixed an issue drawing arcs on Mac.
36 Fixed a crash in the color chooser on Mac running Lion. 36 Fixed a crash in the color chooser on Mac running Lion.
37 Fixed a layout issue with render widgets on OS/2. 37 Fixed a layout issue with render widgets on OS/2.
38 Fixed an expose event issue on OS/2. 38 Fixed an expose event issue on OS/2.
39 Fixed an issue with GTK 3.4 due to properties being inherited from the parent. 39 Fixed an issue with GTK 3.4 due to properties being inherited from the parent.
40 Fixed issues with bitmap buttons using icon/pointers on OS/2 and Windows.
41 Fixed an issue with dw_window_destroy() on Mac.
40 42
41 Dynamic Windows Documentation is available at: 43 Dynamic Windows Documentation is available at:
42 44
43 http://dbsoft.org/dw_help.php 45 http://dbsoft.org/dw_help.php
44 46