diff --git a/CMake/options.cmake b/CMake/options.cmake index eac34b9e671ff76c3ab26aecedd22b79abb23d2d..2677abee4bf9546c4424926ed79dad57729f0209 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -2,7 +2,7 @@ # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Originally written by Michael Surette # -# Copyright 1998-2024 by Bill Spitzak and others. +# Copyright 1998-2025 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -202,7 +202,7 @@ if(FLTK_USE_BUNDLED_PNG) # Definitions for 'config.h' - do we still need this? # See also png/CMakeLists.txt (target_compile_definitions). # Note: config.h is generated by either configure or CMake, - # hence we should support it in 1.4.0 (may be changed in 1.5.0) + # hence we should support it in 1.4.x (may be changed in 1.5.0) set(HAVE_PNG_H 1) set(HAVE_PNG_GET_VALID 1) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9047f925c21edeb26cdb7ecf2f03eadae7e140b..c1c5888ee5bf78a78a943b0d80d77c3698ace2a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Originally written by Michael Surette # -# Copyright 1998-2024 by Bill Spitzak and others. +# Copyright 1998-2025 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -36,7 +36,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR) # define the FLTK project and version ####################################################################### -project(FLTK VERSION 1.4.1) +project(FLTK VERSION 1.4.2) ####################################################################### # include macro and function definitions for general usage diff --git a/FL/Enumerations.H b/FL/Enumerations.H index b5975e6192bc529cd0c41ccb0864795dd48efeac..0fe8e03a7a4a0a0bb95ecc1eac5d28ebe8f08211 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,7 +1,7 @@ // // Enumerations for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2024 by Bill Spitzak and others. +// Copyright 1998-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -36,6 +36,8 @@ # include "fl_types.h" # include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL +// Current FLTK version: 1.4.2 + /** \name Version Numbers FLTK defines some constants to help the programmer to @@ -63,7 +65,7 @@ FLTK remains binary compatible between patches. */ -#define FL_PATCH_VERSION 1 +#define FL_PATCH_VERSION 2 /** The FLTK version number as a \em double. diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index b6bc57607c605d2db05b067f715303ab42474c75..25114ff49e2f1bb7506dc32940052c03ea30a745 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -21,7 +21,7 @@ // ======================================================================= // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef Fl_File_Chooser_H #define Fl_File_Chooser_H diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H index b04cb0e4e2df404672d2ab30687cb23857395c0a..a557fb12a423f92c86270c24498af188fb89a56a 100644 --- a/FL/Fl_Grid.H +++ b/FL/Fl_Grid.H @@ -2,7 +2,7 @@ // Fl_Grid widget header for the Fast Light Tool Kit (FLTK). // // Copyright 2021-2022 by Albrecht Schlosser. -// Copyright 2022-2023 by Bill Spitzak and others. +// Copyright 2022-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -98,9 +98,9 @@ const Fl_Grid_Align FL_GRID_BOTTOM_RIGHT = FL_GRID_BOTTOM | FL_GRID_RIGHT; Fl_Group::resizable() widget is ignored (if set). Calling init_sizes() is not necessary. - \note Fl_Grid is, as of FLTK 1.4.1, still in experimental state and - should be used with caution. The API can still be changed although it is - assumed to be almost stable - as stable as possible for a first release. + \note Fl_Grid is, as of FLTK 1.4.x, still in experimental state and should + be used with caution. The API can still be changed although it is assumed + to be almost stable - as stable as possible for a first release. Example: Simple 3x3 Fl_Grid with five buttons: \n diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index 4b1f1708ce95cdd1ef4322c2a8d8afad765b53e6..42dd11793a77fea385e6a30ddd0d7fba003cabf0 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -21,7 +21,7 @@ // ======================================================================== // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef Fl_Help_Dialog_H #define Fl_Help_Dialog_H diff --git a/README.abi-version.txt b/README.abi-version.txt index b87578725c6a90957abfe70c137bc4ed64af28ea..83e270680b1db51b32cc3d03e727582116dfc4df 100644 --- a/README.abi-version.txt +++ b/README.abi-version.txt @@ -1,4 +1,4 @@ -Configuration of the ABI version for the Fast Light Toolkit (FLTK) +Configuration of the ABI Version for the Fast Light Toolkit (FLTK) ------------------------------------------------------------------ FLTK preserves the application binary interface (ABI) throughout @@ -23,10 +23,10 @@ wrapped in so-called ABI guards in the library code, e.g. This documentation is written for FLTK 1.4.x, but it applies to all later versions as well. Replace the version numbers given here with the version numbers of the version you are using. FLTK version 1.4.1 was chosen as an -example only. As of this writing, FLTK 1.4.1 does not yet exist. +example only. -How to define the FLTK ABI version +How to Define the FLTK ABI Version ---------------------------------- To define the ABI version the preprocessor macro FL_ABI_VERSION must be @@ -40,7 +40,7 @@ and '1' is the major version number. The default ABI version for all FLTK 1.4.x versions is 10400 (the binary version of FLTK 1.4.0), but you can configure another version, e.g. 10401 for FLTK 1.4.1 to enable the ABI features of FLTK 1.4.1 and all -previous versions. See CHANGES.txt file. +previous versions. See CHANGES.txt. Depending on how you build FLTK, there are two different ways to configure @@ -49,8 +49,8 @@ following examples are written for FLTK 1.4.1, hence we use "10401" for the version number. -(1) Traditional configure + make (Unix, Linux, MinGW etc.) ----------------------------------------------------------- +(1) Traditional configure + make (Unix, Linux, MinGW, MSYS, etc.) +----------------------------------------------------------------- Run make clean @@ -93,30 +93,27 @@ the version number. You need to install CMake to generate the IDE files. Use CMake to generate the IDE project files of your choice. Currently - the FLTK team uses some Visual C++ (Visual Studio) versions and Xcode. - Other IDE's may work as well (not yet tested). + the FLTK team uses some Visual C++ (Visual Studio) versions and Xcode + for testing FLTK. Other IDE's may work as well but are not tested. - For more informations on how to install and use CMake see ... - ... *FIXME* [Add documentation how to use CMake with FLTK]. + For more informations on how to install and use CMake see README.CMake.txt. - - Use CMake option FLTK_ABI_VERSION:STRING=10401 with the command line + Use CMake option `-D FLTK_ABI_VERSION:STRING=10401` on the command line or set FLTK_ABI_VERSION with one of the CMake GUI programs. Then start the build process in the IDE solution of your choice. This will run the build with the defined ABI version. -General note on CMake: +General Note on CMake: ---------------------- CMake generates FL/fl_config.h in the build tree. You may run 'make install' to install the FLTK library including all headers in - the chosen installation directory, although this is not necessary. + the chosen installation directory (set CMAKE_INSTALL_PREFIX to do this), + although this is not necessary. The FLTK team recommends to use the FLTK library directly from the build folder. See README.CMake.txt for more information. Possible exception: Visual Studio IDE builds (Windows). - - ... to be continued ... diff --git a/README.md b/README.md index 215c1ee86c99bd40b2e2de6a1f4352c7ffeb402b..80658367a7316e97911253f7ccb1211736233100 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# README - Fast Light Tool Kit (FLTK) Version 1.4.1 +# README - Fast Light Tool Kit (FLTK) Version 1.4.2 ## WHAT IS FLTK? diff --git a/README.txt b/README.txt index f033014ce040774f894f01889c9157e5688b1591..8f7bf846a4f494feafdecd1af1ff8e98e90b157c 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -README - Fast Light Tool Kit (FLTK) Version 1.4.1 +README - Fast Light Tool Kit (FLTK) Version 1.4.2 ------------------------------------------------- WHAT IS FLTK? @@ -201,7 +201,7 @@ TRADEMARKS COPYRIGHT - FLTK is copyright 1998-2024 by Bill Spitzak and others, + FLTK is copyright 1998-2025 by Bill Spitzak and others, see the CREDITS.txt file for more info. This library is free software. Distribution and use rights are diff --git a/configure.ac b/configure.ac index 73d4425c25d5b9e71f454f6e640a4d31b353d18a..2127a35f30c722705bd2e0a72c8f1756256bd053 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl the "configure" script is made from this by running GNU "autoconf" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl -dnl Copyright 1998-2024 by Bill Spitzak and others. +dnl Copyright 1998-2025 by Bill Spitzak and others. dnl dnl This library is free software. Distribution and use rights are outlined in dnl the file "COPYING" which should have been included with this file. If this @@ -21,7 +21,7 @@ AC_PREREQ([2.50]) dnl Package name and version -AC_INIT([fltk], [1.4.1], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/]) +AC_INIT([fltk], [1.4.2], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/]) FLTK_VERSION="AC_PACKAGE_VERSION" FLTK_VERSION_MAJOR=$(echo AC_PACKAGE_VERSION | awk -F. '{print $1}') diff --git a/documentation/src/index.dox b/documentation/src/index.dox index a963b18da3342dcd9c15852ea5732ed1180661f3..5c208ffa85438759df7aa53d6388163478d199fc 100644 --- a/documentation/src/index.dox +++ b/documentation/src/index.dox @@ -8,7 +8,7 @@ \image latex FL200.png "" width=5cm </CENTER></TD> <TD><CENTER> - <B>FLTK 1.4.1 Programming Manual</B> + <B>FLTK 1.4.2 Programming Manual</B> By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index 6b55e9b78008b1b1dc118fb604c0664d009074c0..1f773c5f5d471f2bdc5d3cbe891ccda9519e3eb4 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -2,7 +2,7 @@ \page preface Preface -This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.1, +This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.2, a C++ Graphical User Interface ("GUI") toolkit for UNIX, Microsoft Windows, and Apple macOS. diff --git a/fltk-options/fltk-options.plist b/fltk-options/fltk-options.plist index d16440ba7ffb85abd2cc1b6e56658e803f98b7fc..b16fe0ba6ddf427ad34a282d373d4939df5441ca 100644 --- a/fltk-options/fltk-options.plist +++ b/fltk-options/fltk-options.plist @@ -9,11 +9,11 @@ <key>CFBundleIdentifier</key> <string>org.fltk.fltk-options</string> <key>CFBundleVersion</key> - <string>1.4.1</string> + <string>1.4.2</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2023-2024 by Bill Spitzak and others</string> + <string>Copyright 2023-2025 by Bill Spitzak and others</string> <key>CFAppleHelpAnchor</key> <string>help</string> <key>CFBundleName</key> @@ -25,9 +25,9 @@ <key>CFBundleIconFile</key> <string>fltk-options.icns</string> <key>CFBundleShortVersionString</key> - <string>1.4.1</string> + <string>1.4.2</string> <key>CFBundleGetInfoString</key> - <string>1.4.1, Copyright 2023-2024 by Bill Spitzak and others</string> + <string>1.4.2, Copyright 2023-2025 by Bill Spitzak and others</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/fltk_version.dat b/fltk_version.dat index 347f5833ee6db7495cce808040501bf2c96269a9..9df886c42a1e2082f1471383d986fea4d531f8ac 100644 --- a/fltk_version.dat +++ b/fltk_version.dat @@ -1 +1 @@ -1.4.1 +1.4.2 diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 42e18b8890eb0610fe035a2dd58ab69144328032..18885eee877357c03dc801b9f11069c6f09db5c0 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "about_panel.h" void show_help(const char *name); diff --git a/fluid/about_panel.h b/fluid/about_panel.h index e3e1fea6379e9f0942d9a48572d8f2c6fa9898ba..e06c34de949ac40a7cf06de5324857f4793f4a8b 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef about_panel_h #define about_panel_h diff --git a/fluid/codeview_panel.cxx b/fluid/codeview_panel.cxx index 66fbeea1986b57e05947f791eba25e690f62d07c..2f72738c87514a05f42e29f7b845779c5c58a5ce 100644 --- a/fluid/codeview_panel.cxx +++ b/fluid/codeview_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "codeview_panel.h" #include "fluid.h" diff --git a/fluid/codeview_panel.h b/fluid/codeview_panel.h index 42deba0289016c13b2449f7c14f377e7f5671d03..f98660b8f020eae543a40d02d4ee5b2d145d920d 100644 --- a/fluid/codeview_panel.h +++ b/fluid/codeview_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef codeview_panel_h #define codeview_panel_h diff --git a/fluid/documentation/src/index.dox b/fluid/documentation/src/index.dox index 41fdedd335d757e851cc5a2529d54e9231734263..657e448e25dcdd637381461068359308c5f23b2b 100644 --- a/fluid/documentation/src/index.dox +++ b/fluid/documentation/src/index.dox @@ -14,12 +14,12 @@ \image latex fluid-128.png "" width=3cm </CENTER></TD> <TD><CENTER> - <B>FLUID 1.4.1 User Manual</B> + <B>FLUID 1.4.2 User Manual</B> By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. - Copyright © 1998 - 2024 by Bill Spitzak and others. + Copyright © 1998 - 2025 by Bill Spitzak and others. </CENTER></TD> </TR> </TABLE> diff --git a/fluid/fluid.plist b/fluid/fluid.plist index 3e993276b8b91675f250b9d80f3474efa13f0a01..88711f118f885546c6bc7661b96dbd56b2240ce4 100644 --- a/fluid/fluid.plist +++ b/fluid/fluid.plist @@ -9,11 +9,11 @@ <key>CFBundleIdentifier</key> <string>org.fltk.fluid</string> <key>CFBundleVersion</key> - <string>1.4.1</string> + <string>1.4.2</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 1998-2024 by Bill Spitzak and others</string> + <string>Copyright 1998-2025 by Bill Spitzak and others</string> <key>CFAppleHelpAnchor</key> <string>help</string> <key>CFBundleName</key> @@ -25,9 +25,9 @@ <key>CFBundleIconFile</key> <string>fluid.icns</string> <key>CFBundleShortVersionString</key> - <string>1.4.1</string> + <string>1.4.2</string> <key>CFBundleGetInfoString</key> - <string>1.4.1, Copyright 1998-2024 by Bill Spitzak and others</string> + <string>1.4.2, Copyright 1998-2025 by Bill Spitzak and others</string> <key>CFBundleDocumentTypes</key> <array> <dict> diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index af46301a1e0a56504ec76ea15d3a004aa071e024..71a34b51052f10a44d5950e21c3b5a442d83f6c1 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "function_panel.h" #include "fluid.h" diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 2850b91e8708245145f413c217a83d1cf383c76d..a45c197f042ebc10767c70b2e94015df93cc8eb0 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef function_panel_h #define function_panel_h diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx index dcb9a69068589c9655c372158f34ee195ba2f8c6..a6077888c21982fd16109035aa44d0e7bf572fe3 100644 --- a/fluid/print_panel.cxx +++ b/fluid/print_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "print_panel.h" #include "fluid.h" diff --git a/fluid/print_panel.h b/fluid/print_panel.h index 9ec8445fb32f447cade78d15d91546c5e3b8312c..a8f5ccb9dcd3b938fd94d1f84dc8029d7790c244 100644 --- a/fluid/print_panel.h +++ b/fluid/print_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef print_panel_h #define print_panel_h diff --git a/fluid/settings_panel.cxx b/fluid/settings_panel.cxx index cbf2acd0d35c1fcca79fdde966d6a7641d609dca..351598359c81726529fe8c2c99f81fac308cabc5 100644 --- a/fluid/settings_panel.cxx +++ b/fluid/settings_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "settings_panel.h" #include "undo.h" diff --git a/fluid/settings_panel.h b/fluid/settings_panel.h index 4e82352f31770da57ea20f7dbed8972cd45877e6..edd1529727828c29533b52063d19708cfa79d931 100644 --- a/fluid/settings_panel.h +++ b/fluid/settings_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef settings_panel_h #define settings_panel_h diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx index d95bcc121f2d435efcd76267eb4ac5f0f84c3290..4b97ddc7e8d15ec62abfd98c8e4122367b755dcd 100644 --- a/fluid/template_panel.cxx +++ b/fluid/template_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "template_panel.h" #include "fluid.h" diff --git a/fluid/template_panel.h b/fluid/template_panel.h index bef79671879f7e6e396fb9f9103dad198b6203c7..548958e133e4ac493b6580ebb874df764e74c4dd 100644 --- a/fluid/template_panel.h +++ b/fluid/template_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef template_panel_h #define template_panel_h diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 1a315b667731e22a4ba6f3db05f06fc19b61e7c7..58eaa86107c34ff74235eee9e1f1e6c0e19bca27 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "widget_panel.h" #include "undo.h" diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index d7df0b70ecd094dac9418d23e5a8e803ee352930..357da03cde919a76c05a4d2f2ea7d688502fea24 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef widget_panel_h #define widget_panel_h diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 99b41ec7dfda879732b00371e5a3cd80f28daf1a..0647a58b34101463c8146dccf65d389521508236 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -21,7 +21,7 @@ // ======================================================================= // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "../FL/Fl_File_Chooser.H" #include <FL/fl_draw.H> diff --git a/src/Fl_Grid.cxx b/src/Fl_Grid.cxx index 95b1d2e2b36286fca29cec5e1f045428d0ec2c9b..70baf09b19d700235a49549f012958b50ca58f16 100644 --- a/src/Fl_Grid.cxx +++ b/src/Fl_Grid.cxx @@ -2,7 +2,7 @@ // Fl_Grid widget for the Fast Light Tool Kit (FLTK). // // Copyright 2021-2022 by Albrecht Schlosser. -// Copyright 2022-2024 by Bill Spitzak and others. +// Copyright 2022-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 260614006f211538f325ab81cab4500cd75fe7d8..38e8946e36aedd4223a69ab233e61eeb0674f027 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -21,7 +21,7 @@ // ======================================================================== // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "../FL/Fl_Help_Dialog.H" #include <FL/Fl_Shared_Image.H>