comparison readme.txt @ 1844:1558f5e14f83

Added code and comment to the test program demonstrating trapping application quit on Mac. Also update readme, and other distribution files in preparation for 2.5 release. Added a dedication to my late father.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 18 Dec 2012 21:51:09 +0000
parents 22225eb286e5
children 313e5d64714d
comparison
equal deleted inserted replaced
1843:2fe7fca61236 1844:1558f5e14f83
1 This is a pre-release of Dynamic Windows version 2.5. 1 This is a stable release of Dynamic Windows version 2.5.
2 2
3 The current Dynamic Windows source base is considered stable on: 3 The current Dynamic Windows source base is considered 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:
33 Added keyboard support for non-entryfield controls on Mac. 33 Added keyboard support for non-entryfield controls on Mac.
34 Added tab support for notebook controls on Windows and OS/2 and in 34 Added tab support for notebook controls on Windows and OS/2 and in
35 the process rewrote and optimized the existing tab code. 35 the process rewrote and optimized the existing tab code.
36 Added bitmap button support for dw_window_set_bitmap(). 36 Added bitmap button support for dw_window_set_bitmap().
37 Added full alpha channel support for bitmaps from file on GTK2. 37 Added full alpha channel support for bitmaps from file on GTK2.
38 Added support for handling Mac application menu Quit and dock Quit.
39 Use DW_DESKTOP as window handle to dw_signal_connect().
38 Improved transparency support for pixmaps/bitmaps from file on OS/2. 40 Improved transparency support for pixmaps/bitmaps from file on OS/2.
39 Fixed tab support for bitmap buttons which broke in 2.4 on Windows. 41 Fixed tab support for bitmap buttons which broke in 2.4 on Windows.
40 Fixed a notebook crash early in creation on Mac. 42 Fixed a notebook crash early in creation on Mac.
41 Fixed unusable scrollbars on Ubuntu Linux when overlay scrollbars 43 Fixed unusable scrollbars on Ubuntu Linux when overlay scrollbars
42 are enabled. We now disable overlay scrollbars when creating. 44 are enabled. We now disable overlay scrollbars when creating.
46 48
47 Dynamic Windows Documentation is available at: 49 Dynamic Windows Documentation is available at:
48 50
49 http://dbsoft.org/dw_help.php 51 http://dbsoft.org/dw_help.php
50 52
53 I would like to dedicate this release to my father, James Smith.
54 He passed away this summer and was the most amazing individual I
55 have ever had in my life. Without him this software would not be
56 able to exist in so many different ways. Love you Dad.
57
51 If you have any questions or suggestions feel free to email me at: 58 If you have any questions or suggestions feel free to email me at:
52 59
53 brian@dbsoft.org 60 brian@dbsoft.org
54 61
55 Thanks! 62 Thanks!