diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
index 52010f981..8b45ee518 100644
--- a/ANNOUNCEMENT
+++ b/ANNOUNCEMENT
@@ -4,28 +4,28 @@ The initial FLTK 1.3.0 is based on the final 1.1.10.
Doxygen based documentation, and several new widgets including
Fl_Native_File_Chooser, Fl_Table, and Fl_Tree.
-FLTK 1.3.6 and previous versions contain many improvements and bug fixes.
+FLTK 1.3.7 and previous versions contain many improvements and bug fixes.
- Please see CHANGES for a list of changes in FLTK 1.3.0 to 1.3.6.
+ Please see CHANGES for a list of changes in FLTK 1.3.0 to 1.3.7.
- Even though FLTK 1.3.6 does not fix all STRs, we decided to release
- FLTK 1.3.6 as it contains many new features, bug fixes, and adaptations
- to new compiler releases and OS versions (e.g. macOS 10.14 "Mojave"
- up to macOS 11 "Big Sur" and better configure support for some
- Linux platforms).
+ FLTK 1.3.7 is a maintenance release for macOS only. It fixes one
+ regression introduced in FLTK 1.3.6 and two long standing timer
+ issues on macOS.
+
+ Other platforms than macOS are not affected.
Open bugs and feature requests can be viewed (offline) in KNOWN_BUGS.html
with your browser. Links in this file direct you to the current state
(online) of all listed bugs and feature requests.
Note: This file is a snapshot of https://www.fltk.org/roadmap.php
- as of this release (May 15, 2021). Please take into account that some
+ as of release 1.3.6 (May 15, 2021). Please take into account that some
bugs and/or feature requests in this list might have been fixed without
notice.
- Bugs and feature requests for FLTK 1.4.x may also apply to FLTK 1.3.6.
+ Bugs and feature requests for FLTK 1.4.x may also apply to FLTK 1.3.7.
-FLTK 1.3.6 is expected to be the last release in the 1.3.x series.
+FLTK 1.3.7 is expected to be the last release in the 1.3.x series.
All bug reports for 1.3.x will be fixed in FLTK 1.4.x if possible.
@@ -35,7 +35,7 @@ Note to Git users: This branch (branch-1.3) is end of life since the
release of FLTK 1.3.4. Only very serious bug fixes will be available
if FLTK 1.4.0 is not yet released or not (yet) stable enough.
-This release (1.3.6) is a bug fix and maintenance release without new
+This release (1.3.7) is a bug fix and maintenance release without new
FLTK features (except macOS Mojave and Big Sur + M1 support).
The current development branch is 'master' -- please checkout a new,
diff --git a/CHANGES b/CHANGES
index 20ea416a6..d7ad583dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+CHANGES IN FLTK 1.3.7 RELEASED: Jul 25 2021
+
+FLTK 1.3.7 is a maintenance release for macOS only. It fixes one
+regression introduced in FLTK 1.3.6 and two long standing timer
+issues on macOS.
+
+Other platforms than macOS are not concerned.
+
+Changes:
+
+ Avoid premature FL_RELEASE event at start of drag-n-drop operation
+ Fix a timer inconsistency and prevent a crash
+ Fl::add_timeout() must always create a new timer (#248)
+
+
+
CHANGES IN FLTK 1.3.6 RELEASED: May 15 2021
There have been no changes since FLTK 1.3.6rc2.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 325336888..506ac1178 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ set (OpenGL_GL_PREFERENCE LEGACY)
# define the FLTK project and version
#######################################################################
-project (FLTK VERSION 1.3.6)
+project (FLTK VERSION 1.3.7)
#######################################################################
# include macro definitions of generally used macros
diff --git a/CREDITS b/CREDITS
index ba2db53fb..d42f3d565 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,4 +1,4 @@
-CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.6
+CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.7
--------------------------------------------------
This file lists the people responsible for the toolkit you are
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 2742be824..a8a4041f8 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -73,7 +73,7 @@
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 6
+#define FL_PATCH_VERSION 7
/**
The FLTK version number as a \em double.
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index 50c6b361f..f36e93c25 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -23,7 +23,7 @@
// =======================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H
diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H
index 053b3562b..f0d5731ec 100644
--- a/FL/Fl_Help_Dialog.H
+++ b/FL/Fl_Help_Dialog.H
@@ -23,7 +23,7 @@
// ========================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H
diff --git a/KNOWN_BUGS.html b/KNOWN_BUGS.html
index 566dfd594..50c907813 100644
--- a/KNOWN_BUGS.html
+++ b/KNOWN_BUGS.html
@@ -2,20 +2,20 @@
"http://www.w3.org/TR/html4/loose.dtd">
- Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.6
+ Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.7
-
Known Bugs and Feature Requests in FLTK 1.3.6
+
Known Bugs and Feature Requests in FLTK 1.3.7
This is a list of open STR's (Software Trouble Reports) and RFE's
-(Requests for Enhancement) at the time of the release of FLTK 1.3.6 (Apr 26, 2021).
+(Requests for Enhancement) at the time of the release of FLTK 1.3.7 (June 7, 2021).
The current list can be viewed online at FLTK's
Development Roadmap.
-FLTK 1.3.6 is expected to be the last release in the 1.3.x series. Only
+FLTK 1.3.7 is expected to be the last release in the 1.3.x series. Only
very serious bugs may be addressed in a future 1.3.x release.
All open STR's and RFE's of FLTK 1.3.x will be considered for FLTK 1.4.0,
@@ -36,7 +36,7 @@ and/or patches online.
including Fl_Native_File_Chooser, Fl_Table, and Fl_Tree. FLTK 1.3 is no longer in active
development but still gets some important bug fixes (and for instance new macOS support).
- FLTK 1.3.6 is the current stable release and will likely be the last release of this branch.
+ FLTK 1.3.7 is the current stable release and will likely be the last release of this branch.
diff --git a/README b/README
index 091ba7962..7918b6516 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - Fast Light Tool Kit (FLTK) Version 1.3.6
+README - Fast Light Tool Kit (FLTK) Version 1.3.7
-------------------------------------------------
WHAT IS FLTK?
diff --git a/README.bundled-libs.txt b/README.bundled-libs.txt
index e0f3d9437..5133c4b94 100644
--- a/README.bundled-libs.txt
+++ b/README.bundled-libs.txt
@@ -6,13 +6,13 @@ about the current versions of all bundled libraries and about how to
upgrade these bundled libraries.
-Current versions of bundled libraries (as of Feb 25, 2021):
+Current versions of bundled libraries (as of June 9, 2021):
Library Version Release date FLTK Version
--------------------------------------------------------------------------
- jpeg jpeg-9d 2020-01-12 1.3.6
- png libpng-1.6.37 2019-04-14 1.3.6
- zlib zlib-1.2.11 2017-01-15 1.3.6
+ jpeg jpeg-9d 2020-01-12 1.3.6 / 1.3.7
+ png libpng-1.6.37 2019-04-14 1.3.6 / 1.3.7
+ zlib zlib-1.2.11 2017-01-15 1.3.6 / 1.3.7
--------------------------------------------------------------------------
Previous versions of bundled libraries:
diff --git a/configure.ac b/configure.ac
index 2c0738d8d..b5e3218e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ esac
dnl FLTK library versions...
FLTK_VERSION_MAJOR=1
FLTK_VERSION_MINOR=3
-FLTK_VERSION_PATCH=6
+FLTK_VERSION_PATCH=7
FL_DSO_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}
FL_ABI_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.0
FLTK_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.${FLTK_VERSION_PATCH}
diff --git a/documentation/src/fltk-title.tex.in b/documentation/src/fltk-title.tex.in
index 94b3be00e..fcbdee8e3 100644
--- a/documentation/src/fltk-title.tex.in
+++ b/documentation/src/fltk-title.tex.in
@@ -11,7 +11,7 @@
\end{DoxyImageNoCaption}\\
\vspace*{2cm}
{\Large
-Revision 9.6 by F. Costantini, D. Gibson, M. Melcher, \\
+Revision 9.7 by F. Costantini, D. Gibson, M. Melcher, \\
A. Schlosser, B. Spitzak, and M. Sweet.}\\
\vspace*{1.5cm}
{\large Copyright 1998-@YEAR@ by Bill Spitzak and others.}\\
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index 890749950..6e9a24330 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -8,9 +8,9 @@
\image latex FL200.png "" width=5cm
- FLTK 1.3.6 Programming Manual
+ FLTK 1.3.7 Programming Manual
- Revision 9.6 by F. Costantini, D. Gibson, M. Melcher,
+ Revision 9.7 by F. Costantini, D. Gibson, M. Melcher,
A. Schlosser, B. Spitzak and M. Sweet.
Copyright 1998-2021 by Bill Spitzak and others.
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index eb0c0bb2c..a45b87cf8 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -3,7 +3,7 @@
\page preface Preface
This manual describes the Fast Light Tool Kit ("FLTK")
-version 1.3.6, a C++ Graphical User Interface
+version 1.3.7, a C++ Graphical User Interface
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference
diff --git a/fltk_version.dat b/fltk_version.dat
index 95b25aee2..3336003dc 100644
--- a/fltk_version.dat
+++ b/fltk_version.dat
@@ -1 +1 @@
-1.3.6
+1.3.7
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx
index ba94e98f4..3c7c3e2b9 100644
--- a/fluid/about_panel.cxx
+++ b/fluid/about_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "about_panel.h"
void show_help(const char *name);
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index 094b8b577..da26b49e6 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/about_panel.h b/fluid/about_panel.h
index 761824593..3db647910 100644
--- a/fluid/about_panel.h
+++ b/fluid/about_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef about_panel_h
#define about_panel_h
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx
index 2b84458cc..6256e3ab7 100644
--- a/fluid/alignment_panel.cxx
+++ b/fluid/alignment_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "alignment_panel.h"
#include
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index e5e7fca49..eca08027a 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index 4ac094c75..ac2e9e0bf 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef alignment_panel_h
#define alignment_panel_h
diff --git a/fluid/fluid.plist b/fluid/fluid.plist
index 3ab9ea810..e1a0e4931 100644
--- a/fluid/fluid.plist
+++ b/fluid/fluid.plist
@@ -9,7 +9,7 @@
CFBundleIdentifierorg.fltk.fluidCFBundleVersion
- 1.3.6
+ 1.3.7CFBundleDevelopmentRegionEnglishNSHumanReadableCopyright
@@ -25,9 +25,9 @@
CFBundleIconFilefluid.icnsCFBundleShortVersionString
- 1.3.6
+ 1.3.7CFBundleGetInfoString
- 1.3.6, Copyright 1998-2021 by Bill Spitzak and others
+ 1.3.7, Copyright 1998-2021 by Bill Spitzak and othersCFBundleDocumentTypes
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index 18769372b..4738db3ca 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "function_panel.h"
#include
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index cdb6c5243..603ad1e8c 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 4f4facc47..88832b17c 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef function_panel_h
#define function_panel_h
diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx
index 896df4f3e..6e32354b1 100644
--- a/fluid/print_panel.cxx
+++ b/fluid/print_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "print_panel.h"
#include
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl
index e7e00d961..31f9bd500 100644
--- a/fluid/print_panel.fl
+++ b/fluid/print_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/print_panel.h b/fluid/print_panel.h
index fe540ca05..5ad57437a 100644
--- a/fluid/print_panel.h
+++ b/fluid/print_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef print_panel_h
#define print_panel_h
diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx
index 62b76556a..2715422cb 100644
--- a/fluid/template_panel.cxx
+++ b/fluid/template_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "template_panel.h"
#include
diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl
index 1a6ba345d..5fe717ea4 100644
--- a/fluid/template_panel.fl
+++ b/fluid/template_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/template_panel.h b/fluid/template_panel.h
index 8d978d353..df65851ab 100644
--- a/fluid/template_panel.h
+++ b/fluid/template_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef template_panel_h
#define template_panel_h
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index 2a804a444..d3cdcd57b 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "widget_panel.h"
extern void comment_cb(Fl_Text_Editor*, void*);
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 5514f8dfd..b0ca10760 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h
index 504fa0ced..bef5d9577 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#ifndef widget_panel_h
#define widget_panel_h
diff --git a/ide/Xcode4/plists/Fluid-Info.plist b/ide/Xcode4/plists/Fluid-Info.plist
index e0298290b..1b2ded2d6 100644
--- a/ide/Xcode4/plists/Fluid-Info.plist
+++ b/ide/Xcode4/plists/Fluid-Info.plist
@@ -40,7 +40,7 @@
CFBundleSignatureFLTKCFBundleVersion
- 1.3.6
+ 1.3.7NSHumanReadableCopyrightCopyright 1998-2021 by Bill Spitzak and others.CFBundleGetInfoString
diff --git a/png/makedepend b/png/makedepend
index a7ecdeb73..36359893b 100644
--- a/png/makedepend
+++ b/png/makedepend
@@ -30,3 +30,9 @@ pngerror.o: pngpriv.h pnglibconf.h png.h pngconf.h pngstruct.h pnginfo.h
pngerror.o: pngdebug.h
pngpread.o: pngpriv.h pnglibconf.h png.h pngconf.h pngstruct.h pnginfo.h
pngpread.o: pngdebug.h
+arm/arm_init.o: pngpriv.h pnglibconf.h png.h pngconf.h pngstruct.h pnginfo.h
+arm/arm_init.o: pngdebug.h
+arm/filter_neon_intrinsics.o: pngpriv.h pnglibconf.h png.h pngconf.h
+arm/filter_neon_intrinsics.o: pngstruct.h pnginfo.h pngdebug.h
+arm/palette_neon_intrinsics.o: pngpriv.h pnglibconf.h png.h pngconf.h
+arm/palette_neon_intrinsics.o: pngstruct.h pnginfo.h pngdebug.h
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx
index a49e0bd3a..1b35e51ee 100644
--- a/src/Fl_File_Chooser.cxx
+++ b/src/Fl_File_Chooser.cxx
@@ -23,7 +23,7 @@
// =======================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "../FL/Fl_File_Chooser.H"
#include
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl
index d4770e41c..d73699ab5 100644
--- a/src/Fl_File_Chooser.fl
+++ b/src/Fl_File_Chooser.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {../FL/Fl_File_Chooser.H}
code_name {.cxx}
comment {//
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx
index e9f58a120..6470d2090 100644
--- a/src/Fl_Help_Dialog.cxx
+++ b/src/Fl_Help_Dialog.cxx
@@ -23,7 +23,7 @@
// ========================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0306
+// generated by Fast Light User Interface Designer (fluid) version 1.0307
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl
index c225a1eef..9b0bf886a 100644
--- a/src/Fl_Help_Dialog.fl
+++ b/src/Fl_Help_Dialog.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
comment {//
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl
index 085a32d47..1a59eba73 100644
--- a/test/CubeViewUI.fl
+++ b/test/CubeViewUI.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
class CubeViewUI {open
diff --git a/test/demo.cxx b/test/demo.cxx
index 8499e73a1..dfed6ecef 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -104,7 +104,7 @@
bundled IDE solutions add a 'd' to the executable file name
('demod.exe') in Debug configurations that needs to be removed.
This is no longer true with CMake-generated IDE's starting with
- FLTK 1.3.6, but in FLTK 1.3 the OLD behavior is still used if
+ FLTK 1.3.6, but in FLTK 1.3.x the OLD behavior is still used if
the provided Visual Studio IDE projects are used.
*/
diff --git a/test/fast_slow.fl b/test/fast_slow.fl
index afa52b2ac..f259ba0af 100644
--- a/test/fast_slow.fl
+++ b/test/fast_slow.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/inactive.fl b/test/inactive.fl
index 5d029a1ce..2c250debe 100644
--- a/test/inactive.fl
+++ b/test/inactive.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl
index 294813f99..6bc3ae659 100644
--- a/test/keyboard_ui.fl
+++ b/test/keyboard_ui.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index e7301a128..c2d5f9ca5 100644
--- a/test/mandelbrot_ui.fl
+++ b/test/mandelbrot_ui.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
decl {\#include "mandelbrot.h"} {public local
diff --git a/test/preferences.fl b/test/preferences.fl
index 2bbe24e86..5e44cd33e 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
decl {\#include } {public local
diff --git a/test/radio.fl b/test/radio.fl
index fd2e04d6a..a89003cae 100644
--- a/test/radio.fl
+++ b/test/radio.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {button_cb(Fl_Button *b, void *)} {
diff --git a/test/resize.fl b/test/resize.fl
index a119cb022..abed32cca 100644
--- a/test/resize.fl
+++ b/test/resize.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/tabs.fl b/test/tabs.fl
index f1fee60b1..191d366d3 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/tree.fl b/test/tree.fl
index d22771b29..57a6975aa 100644
--- a/test/tree.fl
+++ b/test/tree.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
decl {\#include } {public global
diff --git a/test/valuators.fl b/test/valuators.fl
index dbea245b3..e877c7f9b 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0307
header_name {.h}
code_name {.cxx}
Function {callback(Fl_Widget* o, void*)} {open private return_type void