comparison readme.txt @ 1651:2d5d3a11dee4

Update readme with the latest changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 07 Apr 2012 18:27:03 +0000
parents 5c8a5c894ab0
children df25fee81502
comparison
equal deleted inserted replaced
1650:1f35129e4817 1651:2d5d3a11dee4
26 Added fullscreen support on Mac for resizable windows. 26 Added fullscreen support on Mac for resizable windows.
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.
32 Fixed dwindows-config --version not returning the version at all.
31 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 33 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
32 Fixed an issue drawing arcs on GTK3 and GTK2 for printing. 34 Fixed an issue drawing arcs on GTK3 and GTK2 for printing.
35 Fixed an issue drawing arcs on Mac.
36 Fixed a crash in the color chooser on Mac running Lion.
37 Fixed a layout issue with render widgets 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.
33 40
34 Dynamic Windows Documentation is available at: 41 Dynamic Windows Documentation is available at:
35 42
36 http://dbsoft.org/dw_help.php 43 http://dbsoft.org/dw_help.php
37 44