Bump version numbers, prepare release 1.3.8

This commit is contained in:
Albrecht Schlosser
2021-11-05 18:15:17 +01:00
parent a394e7aff0
commit 6fb92e441e
47 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ set (OpenGL_GL_PREFERENCE LEGACY)
# define the FLTK project and version # define the FLTK project and version
####################################################################### #######################################################################
project (FLTK VERSION 1.3.7) project (FLTK VERSION 1.3.8)
####################################################################### #######################################################################
# include macro definitions of generally used macros # include macro definitions of generally used macros
+1 -1
View File
@@ -73,7 +73,7 @@
FLTK remains binary compatible between patches. FLTK remains binary compatible between patches.
*/ */
#define FL_PATCH_VERSION 7 #define FL_PATCH_VERSION 8
/** /**
The FLTK version number as a \em double. The FLTK version number as a \em double.
+1 -1
View File
@@ -23,7 +23,7 @@
// ======================================================================= // =======================================================================
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef Fl_File_Chooser_H #ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H #define Fl_File_Chooser_H
+1 -1
View File
@@ -23,7 +23,7 @@
// ======================================================================== // ========================================================================
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef Fl_Help_Dialog_H #ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H #define Fl_Help_Dialog_H
+1 -1
View File
@@ -1,4 +1,4 @@
README - Fast Light Tool Kit (FLTK) Version 1.3.7 README - Fast Light Tool Kit (FLTK) Version 1.3.8
------------------------------------------------- -------------------------------------------------
WHAT IS FLTK? WHAT IS FLTK?
+4 -4
View File
@@ -6,13 +6,13 @@ about the current versions of all bundled libraries and about how to
upgrade these bundled libraries. upgrade these bundled libraries.
Current versions of bundled libraries (as of June 9, 2021): Current versions of bundled libraries (as of Nov. 5, 2021):
Library Version Release date FLTK Version Library Version Release date FLTK Version
-------------------------------------------------------------------------- --------------------------------------------------------------------------
jpeg jpeg-9d 2020-01-12 1.3.6 / 1.3.7 jpeg jpeg-9d 2020-01-12 1.3.6 - 1.3.8
png libpng-1.6.37 2019-04-14 1.3.6 / 1.3.7 png libpng-1.6.37 2019-04-14 1.3.6 - 1.3.8
zlib zlib-1.2.11 2017-01-15 1.3.6 / 1.3.7 zlib zlib-1.2.11 2017-01-15 1.3.6 - 1.3.8
-------------------------------------------------------------------------- --------------------------------------------------------------------------
Previous versions of bundled libraries: Previous versions of bundled libraries:
+1 -1
View File
@@ -51,7 +51,7 @@ esac
dnl FLTK library versions... dnl FLTK library versions...
FLTK_VERSION_MAJOR=1 FLTK_VERSION_MAJOR=1
FLTK_VERSION_MINOR=3 FLTK_VERSION_MINOR=3
FLTK_VERSION_PATCH=7 FLTK_VERSION_PATCH=8
FL_DSO_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR} FL_DSO_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}
FL_ABI_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.0 FL_ABI_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.0
FLTK_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.${FLTK_VERSION_PATCH} FLTK_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.${FLTK_VERSION_PATCH}
+1 -1
View File
@@ -11,7 +11,7 @@
\end{DoxyImageNoCaption}\\ \end{DoxyImageNoCaption}\\
\vspace*{2cm} \vspace*{2cm}
{\Large {\Large
Revision 9.7 by F. Costantini, D. Gibson, M. Melcher, \\ Revision 9.8 by F. Costantini, D. Gibson, M. Melcher, \\
A. Schlosser, B. Spitzak, and M. Sweet.}\\ A. Schlosser, B. Spitzak, and M. Sweet.}\\
\vspace*{1.5cm} \vspace*{1.5cm}
{\large Copyright 1998-@YEAR@ by Bill Spitzak and others.}\\ {\large Copyright 1998-@YEAR@ by Bill Spitzak and others.}\\
+2 -2
View File
@@ -8,9 +8,9 @@
\image latex FL200.png "" width=5cm \image latex FL200.png "" width=5cm
</CENTER></TD> </CENTER></TD>
<TD><CENTER> <TD><CENTER>
<B>FLTK 1.3.7 Programming Manual</B> <B>FLTK 1.3.8 Programming Manual</B>
Revision 9.7 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher, Revision 9.8 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet. A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.
Copyright 1998-2021 by Bill Spitzak and others. Copyright 1998-2021 by Bill Spitzak and others.
+1 -1
View File
@@ -3,7 +3,7 @@
\page preface Preface \page preface Preface
This manual describes the Fast Light Tool Kit ("FLTK") This manual describes the Fast Light Tool Kit ("FLTK")
version 1.3.7, a C++ Graphical User Interface version 1.3.8, a C++ Graphical User Interface
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each ("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
of the chapters in this manual is designed as a tutorial for of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference using FLTK, while the appendices provide a convenient reference
+1 -1
View File
@@ -1 +1 @@
1.3.7 1.3.8
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "about_panel.h" #include "about_panel.h"
void show_help(const char *name); void show_help(const char *name);
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef about_panel_h #ifndef about_panel_h
#define about_panel_h #define about_panel_h
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "alignment_panel.h" #include "alignment_panel.h"
#include <FL/Fl_Preferences.H> #include <FL/Fl_Preferences.H>
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef alignment_panel_h #ifndef alignment_panel_h
#define alignment_panel_h #define alignment_panel_h
+3 -3
View File
@@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.fltk.fluid</string> <string>org.fltk.fluid</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3.7</string> <string>1.3.8</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
@@ -25,9 +25,9 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>fluid.icns</string> <string>fluid.icns</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.3.7</string> <string>1.3.8</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>1.3.7, Copyright 1998-2021 by Bill Spitzak and others</string> <string>1.3.8, Copyright 1998-2021 by Bill Spitzak and others</string>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "function_panel.h" #include "function_panel.h"
#include <FL/Fl_Pixmap.H> #include <FL/Fl_Pixmap.H>
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef function_panel_h #ifndef function_panel_h
#define function_panel_h #define function_panel_h
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "print_panel.h" #include "print_panel.h"
#include <stdio.h> #include <stdio.h>
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef print_panel_h #ifndef print_panel_h
#define print_panel_h #define print_panel_h
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "template_panel.h" #include "template_panel.h"
#include <stdio.h> #include <stdio.h>
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef template_panel_h #ifndef template_panel_h
#define template_panel_h #define template_panel_h
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "widget_panel.h" #include "widget_panel.h"
extern void comment_cb(Fl_Text_Editor*, void*); extern void comment_cb(Fl_Text_Editor*, void*);
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php // http://www.fltk.org/str.php
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef widget_panel_h #ifndef widget_panel_h
#define widget_panel_h #define widget_panel_h
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0306 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {make_window()} {open Function {make_window()} {open
+1 -1
View File
@@ -40,7 +40,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>FLTK</string> <string>FLTK</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3.7</string> <string>1.3.8</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2021 by Bill Spitzak and others.</string> <string>Copyright 1998-2021 by Bill Spitzak and others.</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
+1 -1
View File
@@ -23,7 +23,7 @@
// ======================================================================= // =======================================================================
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "../FL/Fl_File_Chooser.H" #include "../FL/Fl_File_Chooser.H"
#include <FL/fl_draw.H> #include <FL/fl_draw.H>
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {../FL/Fl_File_Chooser.H} header_name {../FL/Fl_File_Chooser.H}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -23,7 +23,7 @@
// ======================================================================== // ========================================================================
// //
// generated by Fast Light User Interface Designer (fluid) version 1.0307 // generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "../FL/Fl_Help_Dialog.H" #include "../FL/Fl_Help_Dialog.H"
#include "flstring.h" #include "flstring.h"
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {../FL/Fl_Help_Dialog.H} header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx} code_name {.cxx}
comment {// comment {//
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
class CubeViewUI {open class CubeViewUI {open
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {} {open Function {} {open
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {} {open Function {} {open
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {make_window()} {open Function {make_window()} {open
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
decl {\#include "mandelbrot.h"} {public local decl {\#include "mandelbrot.h"} {public local
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
decl {\#include <FL/Fl_Preferences.H>} {public local decl {\#include <FL/Fl_Preferences.H>} {public local
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {button_cb(Fl_Button *b, void *)} { Function {button_cb(Fl_Button *b, void *)} {
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {} {open Function {} {open
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {} {open Function {} {open
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
decl {\#include <stdio.h>} {public global decl {\#include <stdio.h>} {public global
+1 -1
View File
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0307 version 1.0308
header_name {.h} header_name {.h}
code_name {.cxx} code_name {.cxx}
Function {callback(Fl_Widget* o, void*)} {open private return_type void Function {callback(Fl_Widget* o, void*)} {open private return_type void