Go to file
Albrecht Schlosser 94fef6ff6e Rename file 'VERSION' to 'fltk_version.dat' (#191)
The file VERSION could be included erroneously on case insensitive
platforms (notably Windows) if the user included the c++ standard
header <version> directly or indirectly.

Renaming the file fixes this.
2021-02-20 13:46:34 +01:00
.github/workflows Update GHA build scripts for Linux, macOS, and Windows. 2021-02-14 15:14:39 -05:00
CMake Create classes Fl_XXX_Gl_Window_Driver according to driver model. 2021-02-16 09:29:13 +01:00
FL Remove FL_CFG_SYS_WIN32 preprocessor variable from fl_draw_pixmap.cxx 2021-02-16 11:58:15 +01:00
GL Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
cairo Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
documentation Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
examples Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
fluid Solves all "conversion" warnings in fluid for issue #109. 2021-02-18 16:37:51 -08:00
jpeg Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
lib Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
misc Update config.guess and config.sub 2020-09-10 12:28:33 +02:00
nanosvg Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
png Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
public Activate GitLab CI and GitLab Pages (HTML docs). 2018-06-22 16:31:30 +00:00
src Remove use of static global var gl_fontsize inside virtual member Fl_Gl_Window_Driver::alpha_mask_for_string() 2021-02-19 15:03:32 +01:00
test Update dependencies 2021-02-18 12:55:51 +01:00
zlib Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
.clang-format Fix .clang-format and some whitespace errors 2020-08-22 13:35:42 +02:00
.gitattributes Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
.gitignore Save work on configure.ac modernization. 2021-02-13 17:17:43 -05:00
.gitlab-ci.yml Fine tune GitLab-CI script 2020-09-07 15:00:38 +02:00
.travis.yml Travis-CI: simplify config, disable macOS build (temp.) 2020-12-01 02:03:32 +01:00
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 2016-11-11 21:18:42 +00:00
CHANGES.txt Fix X11 copy-paste and drag-and-drop target selection (#182) 2021-02-11 15:51:37 +01:00
CHANGES_1.0.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CHANGES_1.1.txt Fix old URL's and forum/newsgroup names 2020-07-14 15:16:05 +02:00
CHANGES_1.3.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CMakeLists.txt Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
COPYING Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CREDITS.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
DartConfig.cmake Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Makefile Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
README.Android.md Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.CMake.txt Fix whitespace errors (no code changes) 2021-02-16 14:21:13 +01:00
README.Cairo.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.IDE.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
README.Pico.txt Update README.Pico.txt 2020-06-24 20:05:06 +02:00
README.Unix.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.Windows.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.abi-version.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.bundled-libs.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.macOS.md Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.md Update link in README.md 2020-05-24 13:45:58 +02:00
README.txt Update README.txt 2020-11-15 16:12:12 +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
autogen.sh Add an autogen.sh script as is customary for autoconf based 2013-12-13 10:19:54 +00:00
config.guess Add autoconf cross-compilation support files. 2021-02-13 17:17:43 -05:00
config.sub Add autoconf cross-compilation support files. 2021-02-13 17:17:43 -05:00
configh.cmake.in Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
configh.in Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
configure.ac Rewrite Pango checks for autoconf/configure 2021-02-17 11:28:31 +01:00
fltk-config.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fltk.list.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fltk.spec.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fltk.xpm Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01:00
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
forms.h Initial revision 1998-10-06 18:21:25 +00:00
install-sh Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
mac_endianness.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
makeinclude.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
makesrcdist Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00

README.md

README - Fast Light Tool Kit (FLTK) Version 1.4.0

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 README.txt:
https://github.com/fltk/fltk/blob/master/README.txt