changeset 2761:904c3d1d0ec4

Linux: Update the debian packaging with the latest information.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 06 Jan 2022 13:44:28 +0000
parents 710b812aa873
children cfe1367ce58a
files debian/changelog debian/copyright
diffstat 2 files changed, 28 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Mon Jan 03 16:45:59 2022 +0000
+++ b/debian/changelog	Thu Jan 06 13:44:28 2022 +0000
@@ -1,3 +1,28 @@
+dwindows (3.2-1) unstable; urgency=low
+
+  * Added support for initial beta support for GTK 4.  --with-gtk4 is now available.
+  * Added support for Wayland on both GTK 3 and GTK 4.
+  * Added DW_FEATURE_WINDOW_PLACEMENT, DW_FEATURE_TREE and DW_FEATURE_TASKBAR.
+  * Added dw_render_redraw() function to trigger a DW_SIGNAL_EXPOSE event on render
+    widgets allowing drawing to happen in the callback.
+  * Added new function dw_window_compare() to check if two window handles
+    reference the same object.
+  * Added support for dw_window_set_font() with a NULL font parameter.
+    This resets the font used on the widget to the default font.
+  * Added a new constant DW_SIZE_AUTO to pass to box packing functions.
+  * Added a new constant DW_DIR_SEPARATOR which is char that defines
+    the path directory separator on the running platform.
+  * Changed the entrypoint to be dwmain() instead of main().
+    This allows special handling of the entrypoint on systems requiring it.
+  * Changed dw_timer_connnect() and dw_timer_disconnect() to use HTIMER.
+  * Changed dw_exec() with DW_EXEC_CON will now open the system (Gnome) terminal on Unix
+    via GLib's G_APP_INFO_CREATE_NEEDS_TERMINAL instead of launching an xterm.
+  * Fixed GTK warnings on GTK3 caused by using Pango style font syntax.
+  * Fixed GTK3 leaks when setting fonts or colors on a widget repeatedly.
+  * Fixed a bug in dw_listbox_set_text() on GTK3.
+
+ -- Brian Smith <brian@dbsoft.org>  Wed, 6 Jan 2022 08:00:00 +1000
+ 
 dwindows (3.1-1) unstable; urgency=low
 
   * Added notification APIs: dw_notification_new() dw_notification_send() dw_app_id_set()
--- a/debian/copyright	Mon Jan 03 16:45:59 2022 +0000
+++ b/debian/copyright	Thu Jan 06 13:44:28 2022 +0000
@@ -12,8 +12,9 @@
 
 Copyright:
 
-    Copyright (c) 2000-2021, Brian Smith
-    Copyright (c) 2003-2012, Mark Hessling
+    Copyright (c) 2000-2022, Brian Smith
+    Copyright (c) 2003-2022, Mark Hessling
+    Copyright (c) 2019, Anton Popov
     Copyright (c) 2007, Alex Taylor
     Copyright (c) 2002, Nickolay V. Shmyrev
     Copyright (c) 2000, Achim Hasenmueller