comparison readme @ 50:267b382442d6

Updated the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 09 Nov 2001 13:59:01 +0000
parents 67a643a734d9
children c2a10ed13d1f
comparison
equal deleted inserted replaced
49:bf42d08d72d7 50:267b382442d6
1 This is an alpha release of dynamic windows. 1 This is an alpha release of dynamic windows version 0.5.0.
2 2
3 Currently it is not quite complete and some functionality is broken. 3 The current Dynamic Windows source base is relatively stable on
4 OS/2, Windows, Linux, FreeBSD and Solaris. Although not all functionality
5 has been thoroughly tested. When a feature set has been decided on for
6 the 1.0 I will freeze the API and move into beta stage. When the beta
7 feature set is stable I will release a final.
4 8
5 Known problems: 9 Known problems:
6 10
7 Groupboxes are broken. 11 Splitbars don't always calculate properly on OS/2.
8 Splitbars are based on the original position not the current position, 12 Splitbars are not implemented on Unix and only partially implemented
9 and don't update until a resize. 13 on Windows.
14 Boxes don't adhere to ratios on Unix.
10 15
11 Future features: 16 Future features:
12 17
13 Implementing all of the OS/2 controls. Currently a number of controls have not been implemented. 18 Implementing a full set of controls. Most controls common to OS/2, Windows and
14 Implementing a toolbar. 19 GTK have been implemented. Although not all the functionality of the native
20 controls have been integrated into Dynamic Windows.
15 21
16 If you have any questions or suggestions feel free to email me at dbsoft@technologist.com 22 Documentation, I have all the functions relatively well documented in the
23 source code but a developers manual and online API reference will need to
24 be written.
25
26 If you have any questions or suggestions feel free to email me at
27 dbsoft@technologist.com
17 28
18 Thanks! 29 Thanks!
19 30
20 Brian Smith 31 Brian Smith