Go to file
2024-08-27 18:32:47 +02:00
.github
cairo
CMake
documentation Display Git revision in docs generated from releases (#499) 2024-08-26 20:02:42 +02:00
examples CMake: improve linking OpenGL3 example programs (#959) 2024-05-13 15:19:27 +02:00
FL Adding horiizonatl and vertical label margin 2024-08-27 15:13:32 +02:00
fltk-options
fluid Adding horiizonatl and vertical label margin 2024-08-27 15:13:32 +02:00
GL Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
jpeg
lib
libdecor libdecor: prevent crash using bullt-in libdecor with GDK_BACKEND=x11 (#1029) 2024-08-01 18:55:10 +02:00
misc Update abi-compliance-checker howto 2024-06-17 10:24:20 +02:00
nanosvg Update nanosvg/README.txt to reflect recent changes 2023-12-02 23:42:16 +01:00
png
public
src Restore building with option FLTK_USE_POLL 2024-08-27 18:32:47 +02:00
test Adding horiizonatl and vertical label margin 2024-08-27 15:13:32 +02:00
util Move src/cmap.cxx to util/cmap.cxx (utilities folder) 2022-03-27 17:05:55 +02:00
zlib
.clang-format
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
.gitignore Clean up main (root) .gitignore file 2024-08-18 15:50:48 +02:00
.gitlab-ci.yml Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt
CMakeLists.txt CMake: add FLTKConfigVersion.cmake 2024-08-09 18:23:22 +02:00
config.guess Add autoconf cross-compilation support files. 2021-02-13 17:17:43 -05:00
config.sub
configh.cmake.in Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 2024-04-22 16:34:08 +02:00
configh.in
configure.ac
COPYING Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CREDITS.txt Update README.txt and CREDITS.txt 2023-12-20 17:05:18 +01:00
fl_config.cmake.in
fl_config.in
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
fltk-config.in Re-enable quoting in fltk-config(.in) [fix PR #17] 2024-08-12 17:12:44 +02:00
fltk.list.in
fltk.spec.in
fltk.xpm Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01:00
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in Add configure option to build tests only on request (#940) 2024-03-20 17:24:12 +01:00
makesrcdist Display Git revision in docs generated from releases (#499) 2024-08-26 20:02:42 +02:00
README.abi-version.txt Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
README.Cairo.txt
README.CMake.txt Fix tabs, trailing spaces, and update dependencies 2024-08-10 20:32:19 +02:00
README.experimental.txt
README.IDE.txt
README.macOS.md
README.md Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
README.txt Update README.txt 2024-05-13 19:08:42 +02:00
README.Unix.txt
README.Wayland.txt
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