Go to file
Albrecht Schlosser 1cf6fdfa85 Fix Fl_Window::default_size_range() (#901)
Thanks to Manolo for the patch.
2024-02-07 12:38:58 +01:00
.github Fl_String refactoring and extension (#683) 2023-02-23 15:42:05 +01:00
CMake Ensure that exporting 'fl_disable_wayland' works 2023-12-21 19:13:49 +01:00
FL Fl_Window_Driver::set_popup_window(), Fl_Screen_Driver::screen_boundaries_known() 2024-02-05 12:39:10 +01:00
GL
cairo CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2023-03-09 17:34:05 +01:00
documentation Add dynamic title to test/editor 2024-02-06 21:25:43 +01:00
examples Fix numeric keyboard example program 2024-01-06 17:56:04 +01:00
fltk-options Remove Fl_Simple_Terminal (replaced by Fl_Terminal) 2024-01-06 18:29:25 +01:00
fluid #877: Fixes shortcut callbacks for Fl_Button 2024-01-13 22:36:35 +01:00
jpeg Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
lib Fix a typo, trailing whitespace, and dependencies 2023-12-21 14:03:04 +01:00
libdecor Update libdecor to commit 7807ae34 dated 15-Jan-2024 2024-01-16 15:08:11 +01:00
misc Update source URL in misc/update_config_scripts 2023-11-17 16:12:41 +01:00
nanosvg Update nanosvg/README.txt to reflect recent changes 2023-12-02 23:42:16 +01:00
png Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
public
src Fix Fl_Window::default_size_range() (#901) 2024-02-07 12:38:58 +01:00
test Fix typo in function name in editor. 2024-02-06 22:00:11 +01:00
util
zlib Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
.clang-format
.gitattributes
.gitignore CMake: Remove UseFLTK.cmake generation and usage 2023-12-03 17:16:58 +01:00
.gitlab-ci.yml GitLab CI: fix syntax error 2022-08-17 15:29:18 +02:00
ANNOUNCEMENT
CHANGES.txt CHANGES.txt: add Fl_Grid, Fl_Window::maximize() 2023-11-06 07:44:55 +01:00
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CMakeLists.txt CMake: add missing configuration output statement 2024-01-01 19:14:26 +01:00
COPYING
CREDITS.txt Update README.txt and CREDITS.txt 2023-12-20 17:05:18 +01:00
Makefile Fix "Provide --without-fluid configure option" - cont'd (#725) 2023-05-10 14:41:48 +02:00
README.CMake.txt Updated nmake build command in README 2023-12-08 18:53:23 -08:00
README.Cairo.txt Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02:00
README.IDE.txt
README.Unix.txt Missing lines in Unix README 2023-08-08 17:14:08 +02:00
README.Wayland.txt Ensure that exporting 'fl_disable_wayland' works 2023-12-21 19:13:49 +01:00
README.Windows.txt
README.abi-version.txt
README.experimental.txt
README.macOS.md
README.md Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
README.txt Update README.txt and CREDITS.txt 2023-12-20 17:05:18 +01:00
autogen.sh
config.guess
config.sub
configh.cmake.in Remove usage of __APPLE_QUARTZ__ (#673) 2023-02-06 21:42:40 +01:00
configh.in Remove usage of __APPLE_QUARTZ__ (#673) 2023-02-06 21:42:40 +01:00
configure.ac Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fl_config.cmake.in Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fl_config.in Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fltk-config.in Fix more missing quotes in fltk-config.in (#714) 2023-04-13 22:13:18 +02:00
fltk.list.in Remove remaining 'pronounced "fulltick"' statements 2023-12-05 17:01:51 +01:00
fltk.spec.in Remove remaining 'pronounced "fulltick"' statements 2023-12-05 17:01:51 +01:00
fltk.xpm
fltk_version.dat
forms.h
install-sh
mac_endianness.h
makeinclude.in Quote doxygen command where necessary 2024-01-11 01:47:07 +01:00
makesrcdist

README.md

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