changeset 2751:ee1cfa7d645e

Update copyright dates for the new year 2022. Updating Mark's copyrights too for his direct and indirect contributions. Also remove obsolete information about WebKitGTK support for GTK4... I have now tested it even though most distributions are not distributing it yet.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 28 Dec 2021 13:53:59 +0000
parents c77974083ba1
children d355c6abbba6
files android/DWindows.kt android/dw.cpp gtk/dw.c gtk3/dw.c gtk4/dw.c ios/dw.m mac/dw.m os2/dw.c readme.txt template/dw.c win/dw.c
diffstat 11 files changed, 19 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/android/DWindows.kt	Tue Dec 28 11:48:34 2021 +0000
+++ b/android/DWindows.kt	Tue Dec 28 13:53:59 2021 +0000
@@ -1,4 +1,4 @@
-// (C) 2021 Brian Smith <brian@dbsoft.org>
+// (C) 2021-2022 Brian Smith <brian@dbsoft.org>
 // (C) 2019 Anton Popov
 package org.dbsoft.dwindows
 
--- a/android/dw.cpp	Tue Dec 28 11:48:34 2021 +0000
+++ b/android/dw.cpp	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like GUI implementation of the Android GUI.
  *
- * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2011-2021 Mark Hessling <mark@rexx.org>
+ * (C) 2011-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2011-2022 Mark Hessling <mark@rexx.org>
  *
  * Requires Android API 23 (Marshmallow) or higher.
  *
--- a/gtk/dw.c	Tue Dec 28 11:48:34 2021 +0000
+++ b/gtk/dw.c	Tue Dec 28 13:53:59 2021 +0000
@@ -3,8 +3,8 @@
  *          A GTK like cross-platform GUI
  *          GTK forwarder module for portabilty.
  *
- * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2003-2011 Mark Hessling <mark@rexx.org>
+ * (C) 2000-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2003-2021 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
 #include "dwconfig.h"
--- a/gtk3/dw.c	Tue Dec 28 11:48:34 2021 +0000
+++ b/gtk3/dw.c	Tue Dec 28 13:53:59 2021 +0000
@@ -3,8 +3,8 @@
  *          A GTK like cross-platform GUI
  *          GTK3 forwarder module for portabilty.
  *
- * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2003-2011 Mark Hessling <mark@rexx.org>
+ * (C) 2000-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2003-2022 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
 #include "dwconfig.h"
--- a/gtk4/dw.c	Tue Dec 28 11:48:34 2021 +0000
+++ b/gtk4/dw.c	Tue Dec 28 13:53:59 2021 +0000
@@ -3,8 +3,8 @@
  *          A GTK like cross-platform GUI
  *          GTK4 forwarder module for portabilty.
  *
- * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2003-2011 Mark Hessling <mark@rexx.org>
+ * (C) 2000-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2003-2022 Mark Hessling <mark@rexx.org>
  */
 #include "dwconfig.h"
 #include "dw.h"
--- a/ios/dw.m	Tue Dec 28 11:48:34 2021 +0000
+++ b/ios/dw.m	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like implementation of the iOS GUI
  *
- * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2011-2018 Mark Hessling <mark@rexx.org>
+ * (C) 2011-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2011-2021 Mark Hessling <mark@rexx.org>
  *
  * Requires 13.0 or later.
  * clang -g -o dwtest -D__IOS__ -I. dwtest.c ios/dw.m -framework UIKit -framework WebKit -framework Foundation -framework UserNotifications
--- a/mac/dw.m	Tue Dec 28 11:48:34 2021 +0000
+++ b/mac/dw.m	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like implementation of the MacOS GUI using Cocoa
  *
- * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2011-2018 Mark Hessling <mark@rexx.org>
+ * (C) 2011-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2011-2021 Mark Hessling <mark@rexx.org>
  *
  * Requires 10.5 or later.
  * clang -std=c99 -g -o dwtest -D__MAC__ -I. dwtest.c mac/dw.m -framework Cocoa -framework WebKit
--- a/os2/dw.c	Tue Dec 28 11:48:34 2021 +0000
+++ b/os2/dw.c	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like implementation of the PM GUI
  *
- * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2003-2011 Mark Hessling <mark@rexx.org>
+ * (C) 2000-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2003-2021 Mark Hessling <mark@rexx.org>
  * (C) 2000 Achim Hasenmueller <achimha@innotek.de>
  * (C) 2000 Peter Nielsen <peter@pmview.com>
  * (C) 2007 Alex Taylor (some code borrowed from clipuni)
--- a/readme.txt	Tue Dec 28 11:48:34 2021 +0000
+++ b/readme.txt	Tue Dec 28 13:53:59 2021 +0000
@@ -70,8 +70,6 @@
     GTK4 support is less complete than GTK3, a number of features
     of the GTK3 version are no longer possible in GTK4 like:
     Taskbar icon support, MDI, gravity and non-callback drawing.
-    Also at the time of this writing, WebKitGTK does not officially
-    support GTK4, so HTML is also unsupported.
 Added initial support for Wayland on GTK3 and GTK4.
     Wayland is not in my opinion ready for prime time, many features,
     possibly a half a dozen functions, dealing with coordinates, 
--- a/template/dw.c	Tue Dec 28 11:48:34 2021 +0000
+++ b/template/dw.c	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like GUI implementation template.
  *
- * (C) 2011-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2011-2021 Mark Hessling <mark@rexx.org>
+ * (C) 2011-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2011-2022 Mark Hessling <mark@rexx.org>
  *
  * Compile with $CC -I. -D__TEMPLATE__ template/dw.c 
  *
--- a/win/dw.c	Tue Dec 28 11:48:34 2021 +0000
+++ b/win/dw.c	Tue Dec 28 13:53:59 2021 +0000
@@ -2,8 +2,8 @@
  * Dynamic Windows:
  *          A GTK like implementation of the Win32 GUI
  *
- * (C) 2000-2021 Brian Smith <brian@dbsoft.org>
- * (C) 2003-2011 Mark Hessling <mark@rexx.org>
+ * (C) 2000-2022 Brian Smith <brian@dbsoft.org>
+ * (C) 2003-2021 Mark Hessling <mark@rexx.org>
  *
  */