FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Matthias Melcher 8cce99b2c7 Typo
2024-02-20 14:35:54 +01:00
.github Fix GitHub CI build and minor CMake issues 2024-02-07 20:03:29 +01:00
cairo Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
CMake CMake: fix "LIBDECOR_PLUGIN_DIR" undefined error 2024-02-14 22:57:55 +01:00
documentation Typo 2024-02-20 14:35:54 +01:00
examples Update examples/CMakeLists.txt to modern CMake 2024-02-11 16:06:17 +01:00
FL Fix Terminal character position and add word selection (#906) 2024-02-18 13:29:37 +01:00
fltk-options CMake: fix installation on macOS 2024-02-14 17:06:10 +01:00
fluid Fix text overflow in fluid widget panel (#908) 2024-02-15 09:25:28 -08:00
GL
jpeg Update bundled libjpeg to version 9f 2024-02-17 12:20:28 +01:00
lib
libdecor Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
misc
nanosvg
png Update bundled libpng to version 1.6.42 2024-02-17 12:20:28 +01:00
public
src Fix Terminal character position and add word selection (#906) 2024-02-18 13:29:37 +01:00
test Added attribute checks to test/terminal for recent changes. 2024-02-16 13:14:15 -08:00
util
zlib Update bundled zlib to version 1.3.1 2024-02-17 12:20:28 +01:00
.clang-format
.gitattributes
.gitignore
.gitlab-ci.yml Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
CMakeLists.txt CMake: set FLTK_VERSION and FLTK_FLUID_EXECUTABLE in the cache 2024-02-12 16:53:20 +01:00
config.guess
config.sub
configh.cmake.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 2024-02-09 13:36:16 +01:00
configh.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 2024-02-09 13:36:16 +01:00
configure.ac
COPYING
CREDITS.txt
fl_config.cmake.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 2024-02-09 13:36:16 +01:00
fl_config.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 2024-02-09 13:36:16 +01:00
fltk_version.dat
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in Quote doxygen command where necessary 2024-01-11 01:47:07 +01:00
makesrcdist
README.abi-version.txt Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
README.Cairo.txt Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
README.CMake.txt Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
README.experimental.txt
README.IDE.txt
README.macOS.md Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
README.md
README.txt
README.Unix.txt
README.Wayland.txt Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01: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