diff 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
line wrap: on
line diff
--- a/debian/changelog	Thu Dec 13 07:48:30 2012 +0000
+++ b/debian/changelog	Tue Dec 18 21:51:09 2012 +0000
@@ -1,3 +1,26 @@
+dwindows (2.5-1) unstable; urgency=low
+
+  * Added dw_window_set_focus() to focus a widget after the window is shown.
+  * Added DW_FCF_TEXTURED flag on Mac, which enables textured backgrounds
+    which had been the default on Mac prior to 2.5.
+  * Added keyboard support for non-entryfield controls on Mac.
+  * Added tab support for notebook controls on Windows and OS/2 and in 
+    the process rewrote and optimized the existing tab code.
+  * Added bitmap button support for dw_window_set_bitmap().
+  * Added full alpha channel support for bitmaps from file on GTK2.
+  * Added support for handling Mac application menu Quit and dock Quit.
+    Use DW_DESKTOP as window handle to dw_signal_connect().
+  * Improved transparency support for pixmaps/bitmaps from file on OS/2.
+  * Fixed tab support for bitmap buttons which broke in 2.4 on Windows.
+  * Fixed a notebook crash early in creation on Mac.
+  * Fixed unusable scrollbars on Ubuntu Linux when overlay scrollbars
+    are enabled.  We now disable overlay scrollbars when creating.
+  * Fixed dw_window_function() not working on non-toplevel windows on
+    Windows and OS/2.
+  * Fixed building 64bit with Visual C 2012 and MINGW gcc on Windows.
+
+ -- Brian Smith <brian@dbsoft.org>  Fri, 21 Dec 2012 08:00:00 +1000
+ 
 dwindows (2.4-1) unstable; urgency=low
 
   * Added dw_menu_delete_item() for removing menu items.