comparison readme.txt @ 1678:896f377a47c7

Added exports for building with MinGW on Windows and Watcom on OS/2. Updated some errorneous text in the source comments. Updated readme with information about the new functions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 27 Apr 2012 15:49:16 +0000
parents df25fee81502
children 96fcc01693cf
comparison
equal deleted inserted replaced
1677:60f8ae42a0be 1678:896f377a47c7
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 Added DW_POINTER() macro for casting parameters to (void *).
33 Added dw_box_remove() and dw_box_remove_at_index() for removing items
34 from boxes without destroying them. Also allows removal of padding.
33 Fixed dwindows-config --version not returning the version at all. 35 Fixed dwindows-config --version not returning the version at all.
34 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 36 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
35 Fixed issues drawing arcs on GTK2, GTK3 and Mac. 37 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
36 Fixed a crash in the color chooser on Mac running Lion. 38 Fixed a crash in the color chooser on Mac running Lion.
37 Fixed a layout issue with render widgets on OS/2. 39 Fixed a layout issue with render widgets on OS/2.