mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 12:41:27 +08:00
Finalize release 1.3.7
Update version numbers, announcement, docs, ...
This commit is contained in:
+11
-11
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+5
-5
@@ -2,20 +2,20 @@
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.6</title>
|
||||
<title>Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.7</title>
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="html/fltk.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Known Bugs and Feature Requests in FLTK 1.3.6</h1>
|
||||
<h1>Known Bugs and Feature Requests in FLTK 1.3.7</h1>
|
||||
|
||||
<p>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
|
||||
<a href="https://www.fltk.org/roadmap.php#1.3">Development Roadmap</a>.
|
||||
<br><br>
|
||||
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 <b>may</b> be addressed in a future 1.3.x release.
|
||||
<br>
|
||||
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.</b>
|
||||
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).
|
||||
<br>
|
||||
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.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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:
|
||||
|
||||
+1
-1
@@ -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}
|
||||
|
||||
@@ -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.}\\
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
\image latex FL200.png "" width=5cm
|
||||
</CENTER></TD>
|
||||
<TD><CENTER>
|
||||
<B>FLTK 1.3.6 Programming Manual</B>
|
||||
<B>FLTK 1.3.7 Programming Manual</B>
|
||||
|
||||
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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.3.6
|
||||
1.3.7
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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 <FL/Fl_Preferences.H>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
@@ -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
|
||||
|
||||
+3
-3
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.fltk.fluid</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.6</string>
|
||||
<string>1.3.7</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
@@ -25,9 +25,9 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>fluid.icns</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.6</string>
|
||||
<string>1.3.7</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.3.6, Copyright 1998-2021 by Bill Spitzak and others</string>
|
||||
<string>1.3.7, Copyright 1998-2021 by Bill Spitzak and others</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
||||
@@ -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 <FL/Fl_Pixmap.H>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <stdio.h>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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 <stdio.h>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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*);
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>FLTK</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.6</string>
|
||||
<string>1.3.7</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1998-2021 by Bill Spitzak and others.</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <FL/fl_draw.H>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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 <FL/Fl_Preferences.H>} {public local
|
||||
|
||||
+1
-1
@@ -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 *)} {
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user