# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1640699639 0 # Node ID ee1cfa7d645ecf4272810880f31dc130b77eaee8 # Parent c77974083ba14c92f08cfc3049316e9bb7b52e01 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. diff -r c77974083ba1 -r ee1cfa7d645e android/DWindows.kt --- 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 +// (C) 2021-2022 Brian Smith // (C) 2019 Anton Popov package org.dbsoft.dwindows diff -r c77974083ba1 -r ee1cfa7d645e android/dw.cpp --- 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 - * (C) 2011-2021 Mark Hessling + * (C) 2011-2022 Brian Smith + * (C) 2011-2022 Mark Hessling * * Requires Android API 23 (Marshmallow) or higher. * diff -r c77974083ba1 -r ee1cfa7d645e gtk/dw.c --- 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 - * (C) 2003-2011 Mark Hessling + * (C) 2000-2022 Brian Smith + * (C) 2003-2021 Mark Hessling * (C) 2002 Nickolay V. Shmyrev */ #include "dwconfig.h" diff -r c77974083ba1 -r ee1cfa7d645e gtk3/dw.c --- 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 - * (C) 2003-2011 Mark Hessling + * (C) 2000-2022 Brian Smith + * (C) 2003-2022 Mark Hessling * (C) 2002 Nickolay V. Shmyrev */ #include "dwconfig.h" diff -r c77974083ba1 -r ee1cfa7d645e gtk4/dw.c --- 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 - * (C) 2003-2011 Mark Hessling + * (C) 2000-2022 Brian Smith + * (C) 2003-2022 Mark Hessling */ #include "dwconfig.h" #include "dw.h" diff -r c77974083ba1 -r ee1cfa7d645e ios/dw.m --- 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 - * (C) 2011-2018 Mark Hessling + * (C) 2011-2022 Brian Smith + * (C) 2011-2021 Mark Hessling * * 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 diff -r c77974083ba1 -r ee1cfa7d645e mac/dw.m --- 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 - * (C) 2011-2018 Mark Hessling + * (C) 2011-2022 Brian Smith + * (C) 2011-2021 Mark Hessling * * Requires 10.5 or later. * clang -std=c99 -g -o dwtest -D__MAC__ -I. dwtest.c mac/dw.m -framework Cocoa -framework WebKit diff -r c77974083ba1 -r ee1cfa7d645e os2/dw.c --- 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 - * (C) 2003-2011 Mark Hessling + * (C) 2000-2022 Brian Smith + * (C) 2003-2021 Mark Hessling * (C) 2000 Achim Hasenmueller * (C) 2000 Peter Nielsen * (C) 2007 Alex Taylor (some code borrowed from clipuni) diff -r c77974083ba1 -r ee1cfa7d645e readme.txt --- 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, diff -r c77974083ba1 -r ee1cfa7d645e template/dw.c --- 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 - * (C) 2011-2021 Mark Hessling + * (C) 2011-2022 Brian Smith + * (C) 2011-2022 Mark Hessling * * Compile with $CC -I. -D__TEMPLATE__ template/dw.c * diff -r c77974083ba1 -r ee1cfa7d645e win/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 - * (C) 2003-2011 Mark Hessling + * (C) 2000-2022 Brian Smith + * (C) 2003-2021 Mark Hessling * */