Go to file
Albrecht Schlosser cb6ee39852 Update documentation
- fix missing doxygen version in PDF docs created by CMake
- remove unnecessary quotes ('...') from version numbers and
  Git revisions (previously added for debugging purposes)
- fix navigation links at the bottom of tutorial pages (HTML only)
- remove 'D. Gibson' from documentation headers on his request
2024-10-17 16:01:32 +02:00
.github
cairo
CMake CMake: ignore FLTK_MSVC_RUNTIME_DLL on other platforms 2024-10-09 16:04:38 +02:00
documentation Update documentation 2024-10-17 16:01:32 +02:00
examples
FL Clarify the documentation of class Fl_Callback_User_Data 2024-10-17 14:10:38 +02:00
fltk-options Update or remove version numbers, update copyright years 2024-10-15 20:42:26 +02:00
fluid Update documentation 2024-10-17 16:01:32 +02:00
GL
jpeg Configure/make: Quote variables that may contain spaces 2024-08-10 16:28:37 +02:00
lib
libdecor
misc
nanosvg
png Configure/make: Quote variables that may contain spaces 2024-08-10 16:28:37 +02:00
public
src Fix documentation typos and trailing whitespace 2024-10-15 18:59:28 +02:00
test Update or remove version numbers, update copyright years 2024-10-15 20:42:26 +02:00
util
zlib Configure/make: Quote variables that may contain spaces 2024-08-10 16:28:37 +02:00
.clang-format
.gitattributes
.gitignore Clean up main (root) .gitignore file 2024-08-18 15:50:48 +02:00
.gitlab-ci.yml
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Two additions to CHANGES.txt 2024-10-16 18:44:38 +02:00
CMakeLists.txt
config.guess
config.sub
configh.cmake.in
configh.in
configure.ac Fix tabs, trailing spaces, and update dependencies 2024-08-10 20:32:19 +02:00
COPYING
CREDITS.txt Update or remove version numbers, update copyright years 2024-10-15 20:42:26 +02:00
fl_config.cmake.in
fl_config.in
fltk_version.dat
fltk-config.in Remove single-quotes from fltk-config.in (again) 2024-08-28 16:23:32 +02:00
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile Configure/make: Quote variables that may contain spaces 2024-08-10 16:28:37 +02:00
makeinclude.in
makesrcdist Display Git revision in docs generated from releases (#499) 2024-08-26 20:02:42 +02:00
README.abi-version.txt
README.Cairo.txt
README.CMake.txt CMake: ignore FLTK_MSVC_RUNTIME_DLL on other platforms 2024-10-09 16:04:38 +02:00
README.experimental.txt
README.IDE.txt
README.macOS.md
README.md
README.txt
README.Unix.txt
README.Wayland.txt Add DnD problem under KWin to list of known limitations (#997) 2024-08-11 09:38:50 +02:00
README.Windows.txt

README - Fast Light Tool Kit (FLTK) Version 1.4.0

WHAT IS FLTK?

The Fast Light Tool Kit is a cross-platform C++ GUI toolkit for
UNIX®/Linux® (X11 or Wayland), Microsoft® Windows®, and macOS®.
FLTK provides modern GUI functionality without the bloat and
supports 3D graphics via OpenGL® 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 on GitHub.

For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt

Build