diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
index 980a6f451..c676ea4dd 100644
--- a/ANNOUNCEMENT
+++ b/ANNOUNCEMENT
@@ -4,13 +4,14 @@ 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.4 and previous versions contain many improvements and bug fixes.
+FLTK 1.3.5 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.4.
+ Please see CHANGES for a list of changes in FLTK 1.3.0 to 1.3.5.
- Even though FLTK 1.3.4 does not fix all STRs, we decided to release
- FLTK 1.3.4 as it contains many new features, bug fixes, and adaptations
- to new compiler releases.
+ Even though FLTK 1.3.5 does not fix all STRs, we decided to release
+ FLTK 1.3.5 as it contains many new features, bug fixes, and adaptations
+ to new compiler releases and OS versions (e.g. macOS 10.13 "High Sierra"
+ and better configure support for some Linux platforms).
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
@@ -21,7 +22,7 @@ FLTK 1.3.4 and previous versions contain many improvements and bug fixes.
bugs and/or feature requests in this list might have been fixed without
notice.
-FLTK 1.3.4 is expected to be the last release in the 1.3.x series.
+FLTK 1.3.5 is expected to be the last release in the 1.3.x series.
All currently open STR's for 1.3.x will be fixed in FLTK 1.4.x, if possible.
@@ -30,8 +31,10 @@ FLTK 1.3.4 is expected to be the last release in the 1.3.x series.
Note to svn (subversion) 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.5) is a bug fix and maintenance release without new
+FLTK features.
-The new development branch is now branch-1.4 -- please checkout a new,
+The current development branch is branch-1.4 -- please checkout a new,
clean working copy if you want to get branch-1.4.
--------------------------------------------------------------------------------
diff --git a/CMake/setup.cmake b/CMake/setup.cmake
index 2befc1fa3..33952fc5e 100644
--- a/CMake/setup.cmake
+++ b/CMake/setup.cmake
@@ -23,7 +23,7 @@
# The FLTK version
set(FLTK_VERSION_MAJOR "1")
set(FLTK_VERSION_MINOR "3")
-set(FLTK_VERSION_PATCH "4")
+set(FLTK_VERSION_PATCH "5")
set(FLTK_VERSION "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}")
set(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")
diff --git a/CREDITS b/CREDITS
index 55e701b04..fddb3c692 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,4 +1,4 @@
-CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.4
+CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.5
--------------------------------------------------
This file lists the people responsible for the toolkit you are
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 761fa7f91..c9cf22c30 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -3,7 +3,7 @@
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -75,7 +75,7 @@
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 4
+#define FL_PATCH_VERSION 5
/**
The FLTK version number as a \em double.
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index 6348b3106..ee05ebd8c 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.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#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 0c88a444c..f1a876f50 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.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H
diff --git a/README b/README
index b1cd0cfc4..3890730bf 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - Fast Light Tool Kit (FLTK) Version 1.3.4
+README - Fast Light Tool Kit (FLTK) Version 1.3.5
-------------------------------------------------
WHAT IS FLTK?
@@ -162,7 +162,7 @@ TRADEMARKS
COPYRIGHT
- FLTK is copyright 1998-2016 by Bill Spitzak and others,
+ FLTK is copyright 1998-2017 by Bill Spitzak and others,
see the CREDITS file for more info.
This library is free software. Distribution and use rights are
diff --git a/VERSION b/VERSION
index d0149fef7..80e78df68 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.4
+1.3.5
diff --git a/configure.ac b/configure.ac
index 17c38de6e..016458869 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl "$Id$"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
-dnl Copyright 1998-2016 by Bill Spitzak and others.
+dnl Copyright 1998-2017 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
@@ -53,7 +53,7 @@ esac
dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=3
-FL_PATCH_VERSION=4
+FL_PATCH_VERSION=5
FL_DSO_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
FL_ABI_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.0
FL_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.${FL_PATCH_VERSION}
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index 40e061cb8..e1884ce2a 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -20,18 +20,18 @@ The FLTK version number is stored in a number of compile-time constants:
- FL_MAJOR_VERSION - The major release number, currently 1
- FL_MINOR_VERSION - The minor release number, currently 3
- - FL_PATCH_VERSION - The patch release number, currently 4
+ - FL_PATCH_VERSION - The patch release number, currently 5
- FL_VERSION - \b [Deprecated] A combined floating-point version number for
- the major, minor, and patch release numbers, currently 1.0304
+ the major, minor, and patch release numbers, currently 1.0305
- FL_API_VERSION - A combined integer version number for the major, minor,
- and patch release numbers, currently 10304 (use this instead of
+ and patch release numbers, currently 10305 (use this instead of
FL_VERSION, if possible)
- FL_ABI_VERSION - A combined integer version number for the application
binary interface (ABI) major, minor, and patch release numbers,
currently 10300 (default)
\note The ABI version (FL_ABI_VERSION) is usually constant throughout one
- major/minor release version, for instance 10300 if FL_API_VERSION is 10304.
+ major/minor release version, for instance 10300 if FL_API_VERSION is 10305.
Hence the ABI is constant if only the patch version is changed.
You can change this with configure or CMake though if you want the
latest enhancements (called "ABI features", see CHANGES).
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index 0cb5d7ae6..08f540ece 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -8,7 +8,7 @@
\image latex FL200.png "" width=5cm
- FLTK 1.3.4 Programming Manual
+ FLTK 1.3.5 Programming Manual
Revision 9 by F. Costantini, D. Gibson, M. Melcher,
A. Schlosser, B. Spitzak and M. Sweet.
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index ceee76f23..c96f24e2e 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.4, a C++ Graphical User Interface
+version 1.3.5, 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/fluid/about_panel.cxx b/fluid/about_panel.cxx
index b5bd1ac73..27bb7b21d 100644
--- a/fluid/about_panel.cxx
+++ b/fluid/about_panel.cxx
@@ -3,7 +3,7 @@
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "about_panel.h"
void show_help(const char *name);
@@ -282,7 +282,7 @@ Fl_Double_Window* make_about_panel() {
snprintf(about,sizeof(about),"FLTK User\nInterface Designer\nVersion %d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION);
o->copy_label(about);
} // Fl_Box* o
- { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2016 by\nBill Spitzak and others");
+ { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2017 by\nBill Spitzak and others");
o->align(Fl_Align(132|FL_ALIGN_INSIDE));
} // Fl_Box* o
{ Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License...");
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index 460011cb3..7ee2002dd 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -45,7 +45,7 @@ Version x.x.x}
code2 {o->copy_label(about);}
}
Fl_Box {} {
- label {Copyright 1998-2016 by
+ label {Copyright 1998-2017 by
Bill Spitzak and others}
xywh {135 90 200 45} align 148
}
diff --git a/fluid/about_panel.h b/fluid/about_panel.h
index 312d19ab1..937fea0b2 100644
--- a/fluid/about_panel.h
+++ b/fluid/about_panel.h
@@ -3,7 +3,7 @@
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef about_panel_h
#define about_panel_h
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx
index 3bd5ee180..05c15207f 100644
--- a/fluid/alignment_panel.cxx
+++ b/fluid/alignment_panel.cxx
@@ -3,7 +3,7 @@
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "alignment_panel.h"
#include
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index 296e75a84..14203d29c 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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/fluid/alignment_panel.h b/fluid/alignment_panel.h
index bfac354ca..8fcfe76e7 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -3,7 +3,7 @@
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef alignment_panel_h
#define alignment_panel_h
diff --git a/fluid/fluid.app/Contents/Info.plist b/fluid/fluid.app/Contents/Info.plist
index 3fd76a555..4e6b5f835 100644
--- a/fluid/fluid.app/Contents/Info.plist
+++ b/fluid/fluid.app/Contents/Info.plist
@@ -9,11 +9,11 @@
CFBundleIdentifier
org.fltk.fluid
CFBundleVersion
- 1.3.4
+ 1.3.5
CFBundleDevelopmentRegion
English
NSHumanReadableCopyright
- Copyright 1998-2015 by Bill Spitzak and others
+ Copyright 1998-2017 by Bill Spitzak and others
CFAppleHelpAnchor
help
CFBundleName
@@ -25,9 +25,9 @@
CFBundleIconFile
fluid.icns
CFBundleShortVersionString
- 1.3.4
+ 1.3.5
CFBundleGetInfoString
- 1.3.4, Copyright 1998-2015 by Bill Spitzak and others
+ 1.3.5, Copyright 1998-2017 by Bill Spitzak and others
CFBundleDocumentTypes
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index d3e9a6f2c..def1ebfdc 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -3,7 +3,7 @@
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "function_panel.h"
#include
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index cd4ec5cce..8d6c331a5 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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/fluid/function_panel.h b/fluid/function_panel.h
index 29ea091a3..34876ae61 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -3,7 +3,7 @@
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef function_panel_h
#define function_panel_h
diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx
index d11c68223..7888b8f22 100644
--- a/fluid/print_panel.cxx
+++ b/fluid/print_panel.cxx
@@ -3,7 +3,7 @@
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "print_panel.h"
#include
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl
index feaf9cb0b..d4a48bb86 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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/fluid/print_panel.h b/fluid/print_panel.h
index 74b1b2c66..26010dd6f 100644
--- a/fluid/print_panel.h
+++ b/fluid/print_panel.h
@@ -3,7 +3,7 @@
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef print_panel_h
#define print_panel_h
diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx
index 69fffade6..52a605b5d 100644
--- a/fluid/template_panel.cxx
+++ b/fluid/template_panel.cxx
@@ -3,7 +3,7 @@
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "template_panel.h"
#include
diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl
index ad6109976..50e45a090 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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/fluid/template_panel.h b/fluid/template_panel.h
index 0298dedb8..c4c98d2a1 100644
--- a/fluid/template_panel.h
+++ b/fluid/template_panel.h
@@ -3,7 +3,7 @@
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef template_panel_h
#define template_panel_h
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index 3f81d04a1..336981e79 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -3,7 +3,7 @@
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#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 05eefe0da..3dce0e0d9 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@@ -7,7 +7,7 @@ comment {//
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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/fluid/widget_panel.h b/fluid/widget_panel.h
index 24d26aa01..dd892d15e 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -3,7 +3,7 @@
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef widget_panel_h
#define widget_panel_h
diff --git a/ide/README.IDE b/ide/README.IDE
index eae06d452..ff383ef1e 100755
--- a/ide/README.IDE
+++ b/ide/README.IDE
@@ -61,7 +61,7 @@ Other IDE's are not supported by the FLTK team. See below for changes
in the next release (FLTK 1.4.0) and later versions.
-Using CMake to generate IDE project files (FLTK 1.3.4)
+Using CMake to generate IDE project files (FLTK 1.3.4 and higher)
------------------------------------------------------------------------
Other IDE files can likely be created using CMake and the provided
diff --git a/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl b/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
index 9ca97914c..835ff94e7 100644
--- a/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
+++ b/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
diff --git a/ide/Xcode4/plists/Fluid-Info.plist b/ide/Xcode4/plists/Fluid-Info.plist
index f7ff23f44..ed92ae2ea 100644
--- a/ide/Xcode4/plists/Fluid-Info.plist
+++ b/ide/Xcode4/plists/Fluid-Info.plist
@@ -40,9 +40,9 @@
CFBundleSignature
FLTK
CFBundleVersion
- 1.3.4
+ 1.3.5
NSHumanReadableCopyright
- Copyright 1998-2015 by Bill Spitzak and others.
+ Copyright 1998-2017 by Bill Spitzak and others.
CFBundleGetInfoString
Part of the FLTK library. Please visit www.fltk.org.
NSHighResolutionCapable
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx
index c66129087..2bdc1a483 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.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "../FL/Fl_File_Chooser.H"
#include
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl
index 8a244dffc..6a7d5b379 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.0304
+version 1.0305
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 c052b5456..314d3bb64 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.0304
+// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl
index 76ca0d11e..8ac69eb9e 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.0304
+version 1.0305
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
comment {//
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl
index 8fe6060d7..af1e71324 100644
--- a/test/CubeViewUI.fl
+++ b/test/CubeViewUI.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
class CubeViewUI {open
diff --git a/test/fast_slow.fl b/test/fast_slow.fl
index e36faf57b..5367fd0c8 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/inactive.fl b/test/inactive.fl
index c441826f2..5d44da05c 100644
--- a/test/inactive.fl
+++ b/test/inactive.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl
index ab96c03c2..ca789f0ec 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index 61ad2e424..80ae1bc79 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.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
decl {\#include "mandelbrot.h"} {public local
diff --git a/test/preferences.fl b/test/preferences.fl
index 6189a9769..9d5fcb56b 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
decl {\#include } {public local
diff --git a/test/radio.fl b/test/radio.fl
index dc77dc79c..d1d74ccd0 100644
--- a/test/radio.fl
+++ b/test/radio.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {button_cb(Fl_Button *b, void *)} {
diff --git a/test/resize.fl b/test/resize.fl
index 44f067563..040925f48 100644
--- a/test/resize.fl
+++ b/test/resize.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/tabs.fl b/test/tabs.fl
index 1c68311f7..d59151722 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/tree.fl b/test/tree.fl
index ce4420f64..509e7dc7f 100644
--- a/test/tree.fl
+++ b/test/tree.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
decl {\#include } {public global
diff --git a/test/valuators.fl b/test/valuators.fl
index c164221fa..23db00f9d 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0305
header_name {.h}
code_name {.cxx}
Function {callback(Fl_Widget* o, void*)} {open private return_type void
|