Go to file
Albrecht Schlosser 1a1492a174 Fix Fl_GIF_Image Color Table handling (STR 3491)
Loading GIF images could crash if there was no "Global Color Table"
but individual "Local Color Tables" with individual images.

Now local color tables are used correctly if available, but images that
lack both global and local color tables are being loaded with a default
(gray) color table and a warning is issued with Fl::warning().

The default color table uses black and white in the first two indices
as recommended by the standard.

Cherry-picked from: 35e03733f4
2019-01-09 18:07:38 +01:00
cairo Fix macOS 10.14 Mojave support of the FLTK-cairo interface. 2018-11-09 14:35:55 +00:00
CMake Add a CMake option to generate driver (developer) documentation. 2018-12-29 20:35:10 +01:00
documentation Add a CMake option to generate driver (developer) documentation. 2018-12-29 20:35:10 +01:00
examples Update examples: minor changes, rename, update .gitignore 2018-12-10 15:00:45 +01:00
FL Document global variable fl_sys_menu_bar - continued. 2019-01-02 19:41:44 +01:00
fluid Fixing some minor lint, found by Pavel Shlyak using PVS studio 2018-12-27 13:05:35 +01:00
GL Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
ide/AndroidStudio3 Android builds tested successfully after changeover to git 2019-01-03 23:16:59 +01:00
jpeg Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
lib Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
misc Add abi-compliance-checker howto. 2019-01-02 15:33:34 +01:00
nanosvg Update bundled nanosvg lib to latest upstream version. 2018-07-01 10:45:47 +00:00
png Remove obsolete watcom makefiles. 2015-03-17 14:53:09 +00:00
public Activate GitLab CI and GitLab Pages (HTML docs). 2018-06-22 16:31:30 +00:00
src Fix Fl_GIF_Image Color Table handling (STR 3491) 2019-01-09 18:07:38 +01:00
test Adding documentation for '@N', inactive color. 2018-12-29 02:16:40 +01:00
zlib Remove obsolete watcom makefiles. 2015-03-17 14:53:09 +00:00
.clang-format Update .clang-format, improve comments. 2017-12-19 13:26:38 +00:00
.gitattributes Added git attribute for MSWindows .BAT files 2019-01-03 23:21:16 +01:00
.gitignore Make .gitignore ignore CMake autogenerated files and also visual studio .vs directory 2018-12-22 08:56:33 -06:00
.gitlab-ci.yml Update GitLab CI configuration (comments only). 2018-07-31 10:05:54 +00:00
.travis.yml Activate travis-ci, update mail notifications. 2018-12-28 22:48:13 +01:00
abi-version.cmake.in Remove copyright markers from abi-version.* (STR #3161). 2016-07-29 18:50:24 +00:00
abi-version.in Remove copyright markers from abi-version.* (STR #3161). 2016-07-29 18:50:24 +00:00
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 2016-11-11 21:18:42 +00:00
autogen.sh Add an autogen.sh script as is customary for autoconf based 2013-12-13 10:19:54 +00:00
CHANGES_1.0.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
CHANGES_1.1.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
CHANGES_1.3.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
CHANGES.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
CMakeLists.txt More Android changes. 2018-03-02 20:03:04 +00:00
configh.cmake.in Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
configh.in Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
configure.ac Recent (circa early 2018) versions of the Mingw32 headers have changed the file header layout, breaking the build of fltk-1.4 for some users. 2018-06-18 22:49:04 +00:00
COPYING Finished up changes for references to fltk-bugs@fltk.org -> STR form. 2010-04-28 07:21:41 +00:00
CREDITS.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
DartConfig.cmake Cmake updates (STR #645) 2005-02-06 00:17:50 +00:00
fltk-config.in Fix line endings and other (svn) properties of fltk-config.in. 2018-08-03 09:18:07 +00:00
fltk.list.in Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
fltk.spec.in [Version 1.3.4] Update version numbers - hopefully complete. 2015-03-10 01:41:55 +00:00
fltk.xpm Add FLTK logo file for distributions. 2003-06-13 17:35:17 +00:00
forms.h Initial revision 1998-10-06 18:21:25 +00:00
install-sh Make sure INSTALL command uses absolute path for install-sh... 2007-02-08 19:14:29 +00:00
mac_endianness.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Makefile Rename configure.in to configure.ac. 2016-09-30 21:09:59 +00:00
makeinclude.in CMake: Fix fltk-config for Windows and Unix/Linux. 2018-02-23 19:41:52 +00:00
makesrcdist Update makesrcdist to work with Git. Work in progress. 2018-10-18 16:21:45 +00:00
README.abi-version.txt Update several README files, remove obsolete information. 2017-07-05 17:15:16 +00:00
README.Android.txt Android: Drawing RGB image data (and probaly rgba and grayscale as well). Testing unsing test/color_chooser.cxx 2018-03-31 21:29:33 +00:00
README.bundled-libs.txt Update (reformat) README.bundled-libs.txt. 2018-10-08 20:09:30 +00:00
README.Cairo.txt Add documentation on how to build Cairo in Linux Debian and derivatives. 2018-12-25 12:25:35 -06:00
README.CMake.txt Add a CMake option to generate driver (developer) documentation. 2018-12-29 20:35:10 +01:00
README.IDE.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
README.macOS.md Android builds tested successfully after changeover to git 2019-01-03 23:16:59 +01:00
README.md Remove the statement that this is a mirror. 2018-12-03 18:54:07 +01:00
README.Pico.txt MSWindows fixes for previous commits. 2016-04-17 17:45:44 +00:00
README.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
README.Unix.txt Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
README.Windows.txt Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
VERSION Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00

README - Fast Light Tool Kit (FLTK) Version 1.4.0

** This FLTK repository is now our official source code repository. **

WHAT IS FLTK?

The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) and its built-in GLUT emulation. It
was originally developed by Mr. Bill Spitzak and is
currently maintained by a small group of developers across
the world with a central repository in the US.

For more information see file README.