changeset 1037:6ad811834512

Update for new version
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 26 May 2011 07:52:47 +0000
parents c2013f1ef354
children 2c2fcfeeffcc
files debian/changelog debian/control debian/copyright
diffstat 3 files changed, 26 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Thu May 26 07:49:54 2011 +0000
+++ b/debian/changelog	Thu May 26 07:52:47 2011 +0000
@@ -1,3 +1,25 @@
+dwindows (2.0-1) unstable; urgency=low
+
+  * Added support for MacOS 10.5 and higher Intel and PPC via Cocoa.
+  * Added initial (unstable) support for GTK version 3.
+  * Added support for Windows themes on XP and higher.
+  * Added scrollbox widgets, which function like boxes but...
+    scrollbars allow you to pack more into them than the visible area.
+  * Added dw_window_get_font() for checking the font used on a widget.
+  * Added dw_container_change_row_title() for changing a row pointer after insert.
+  * Added clipboard support on OS/2.
+  * Added HICN data type for icon handles an changed icon functions to use it.
+  * Added DW_RESOURCE() macro for casting to HICN when using resource IDs.
+  * Added support for borderless buttons except on Windows (DW_BS_NOBORDER).
+  * Changed the return codes of dw_container_setup, dw_filesystem_setup and
+    dw_event_wait().  Please check any code that use these functions.
+  * Changed GTK2+ now supports font name styles like the other platforms.
+  * Enhanced transparent bitblt on OS/2 and Windows.  OS/2 now supports
+    transparent color and Windows now supports 32bit alpha bitblt.
+  * Removed thread limits on Windows and GTK using thread local storage.
+
+ -- Mark Hessling <mark@rexx.org>  Wed, 1 Jun 2011 08:00:00 +1000
+
 dwindows (1.1-1) unstable; urgency=low
 
   * Initial debian release
--- a/debian/control	Thu May 26 07:49:54 2011 +0000
+++ b/debian/control	Thu May 26 07:52:47 2011 +0000
@@ -11,4 +11,4 @@
 Description: Dynamic Windows is a lightweight GUI API for C.
  dwindows provides a high-level wrapper over GTK+ to provide
  a simple, lightweight GUI hiding some of the complexity of GTK+.
- It provides the same API for GTK+, native Windows and OS/2.
+ It provides the same API for GTK+, native Windows, MacOS X and OS/2.
--- a/debian/copyright	Thu May 26 07:49:54 2011 +0000
+++ b/debian/copyright	Thu May 26 07:52:47 2011 +0000
@@ -12,8 +12,8 @@
 
 Copyright:
 
-    Copyright (c) 2000-2009, Brian Smith
-    Copyright (c) 2003-2010, Mark Hessling
+    Copyright (c) 2000-2011, Brian Smith
+    Copyright (c) 2003-2011, Mark Hessling
     Copyright (c) 2002, Nickolay V. Shmyrev
     Copyright (c) 2000, Achim Hasenmueller
     Copyright (c) 2000, Peter Nielsen
@@ -43,6 +43,6 @@
     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-The Debian packaging is (C) 2009, Mark Hessling <mark@rexx.org> and
+The Debian packaging is (C) 2009-2011, Mark Hessling <mark@rexx.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.