comparison readme @ 1108:772d4c692ea5

Update readme and up version to 2.1 in the header in preparaton for release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 26 Jul 2011 10:38:31 +0000
parents 78d425edec46
children 6782c2c722f4
comparison
equal deleted inserted replaced
1107:884951ef2e7f 1108:772d4c692ea5
1 This is a pre-release of Dynamic Windows version 2.1.0. 1 This is a stable release of Dynamic Windows version 2.1.0.
2 2
3 The current Dynamic Windows source base is stable on 3 The current Dynamic Windows source base is stable on
4 OS/2, Mac, Windows, Linux, FreeBSD and Solaris. 4 OS/2, Mac, Windows, Linux, FreeBSD and Solaris.
5 5
6 Known problems: 6 Known problems:
44 Fixed issues with the tree widget on Mac. 44 Fixed issues with the tree widget on Mac.
45 Added dw_font_set_default() to set the default text widget font. 45 Added dw_font_set_default() to set the default text widget font.
46 Added dw_font_choose() to display a dialog to pick a font. 46 Added dw_font_choose() to display a dialog to pick a font.
47 Added dw_box_pack_at_index() like the other dw_box_pack_*() 47 Added dw_box_pack_at_index() like the other dw_box_pack_*()
48 functions except packing at arbitrary locations is possible. 48 functions except packing at arbitrary locations is possible.
49 Added DW_INT_TO_POINTER/DW_POINTER_TO_INT/etc macros.
50 Fixed gcc warnings on 64bit systems and others.
51 Fixes for loading images from files on Windows and GTK3.
49 52
50 Dynamic Windows Documentation is available at: 53 Dynamic Windows Documentation is available at:
51 54
52 http://dbsoft.org/dw_help.php 55 http://dbsoft.org/dw_help.php
53 56