comparison debian/changelog @ 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 6762e29938a2
children 7ffa1b256c33
comparison
equal deleted inserted replaced
1843:2fe7fca61236 1844:1558f5e14f83
1 dwindows (2.5-1) unstable; urgency=low
2
3 * Added dw_window_set_focus() to focus a widget after the window is shown.
4 * Added DW_FCF_TEXTURED flag on Mac, which enables textured backgrounds
5 which had been the default on Mac prior to 2.5.
6 * Added keyboard support for non-entryfield controls on Mac.
7 * Added tab support for notebook controls on Windows and OS/2 and in
8 the process rewrote and optimized the existing tab code.
9 * Added bitmap button support for dw_window_set_bitmap().
10 * Added full alpha channel support for bitmaps from file on GTK2.
11 * Added support for handling Mac application menu Quit and dock Quit.
12 Use DW_DESKTOP as window handle to dw_signal_connect().
13 * Improved transparency support for pixmaps/bitmaps from file on OS/2.
14 * Fixed tab support for bitmap buttons which broke in 2.4 on Windows.
15 * Fixed a notebook crash early in creation on Mac.
16 * Fixed unusable scrollbars on Ubuntu Linux when overlay scrollbars
17 are enabled. We now disable overlay scrollbars when creating.
18 * Fixed dw_window_function() not working on non-toplevel windows on
19 Windows and OS/2.
20 * Fixed building 64bit with Visual C 2012 and MINGW gcc on Windows.
21
22 -- Brian Smith <brian@dbsoft.org> Fri, 21 Dec 2012 08:00:00 +1000
23
1 dwindows (2.4-1) unstable; urgency=low 24 dwindows (2.4-1) unstable; urgency=low
2 25
3 * Added dw_menu_delete_item() for removing menu items. 26 * Added dw_menu_delete_item() for removing menu items.
4 Now you can use dw_window_destroy() on menu items handles also. 27 Now you can use dw_window_destroy() on menu items handles also.
5 * Renamed compat.c and compat.h to dwcompat.c and dwcompat.h respectively. 28 * Renamed compat.c and compat.h to dwcompat.c and dwcompat.h respectively.