FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
2023-01-09 15:07:59 +01:00
.github build: harden build.yml permissions 2022-12-08 19:39:06 +01:00
cairo Use FL_OVERRIDE for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
CMake Make sure that zlib and png are both local or system (#621) 2023-01-01 17:29:23 +01:00
documentation Doc only: fix for "Fl::awake() and Fl::add_timeout()" (#524) 2023-01-09 15:07:59 +01:00
examples Use FL_OVERRIDE for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
FL Add new Fl_Rect::inset(lt,top,rt,bot) method 2023-01-08 09:42:58 -08:00
fluid FLUID: add drag'n'drop for images (#642) 2023-01-08 19:43:31 +01:00
GL
jpeg
lib
libdecor libdecor: update from upstream (3f3e5e1d) as of 29-dec-2022 2022-12-29 15:26:28 +01:00
misc
nanosvg Update bundled nanosvg library to current upstream version 2022-12-22 01:13:45 +01:00
png
public
src Doc only: fix for "Fl::awake() and Fl::add_timeout()" (#524) 2023-01-09 15:07:59 +01:00
test Add Fl_Tabs dragging in pulldown mode 2023-01-05 23:17:02 +01:00
util
zlib
.clang-format
.gitattributes
.gitignore Don't build libdecor demos, add generated files to .gitignore 2022-11-23 13:33:52 +01:00
.gitlab-ci.yml
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Add close buttons for individual tabs in Fl_Tabs (#628) 2023-01-05 13:51:30 +01:00
CMakeLists.txt CMake: fix informative messages sent under macOS 2022-11-18 10:55:14 +01:00
config.guess
config.sub
configh.cmake.in Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… 2022-12-16 16:21:23 +01:00
configh.in Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… 2022-12-16 16:21:23 +01:00
configure.ac Make sure that zlib and png are both local or system (#621) 2023-01-01 17:29:23 +01:00
COPYING
CREDITS.txt
DartConfig.cmake
fl_config.cmake.in
fl_config.in
fltk_version.dat
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
makesrcdist
README.abi-version.txt
README.bundled-libs.txt libdecor: update from upstream (3f3e5e1d) as of 29-dec-2022 2022-12-29 15:26:28 +01:00
README.Cairo.txt
README.CMake.txt Have OPTION_USE_WAYLAND / --enable-wayland set to ON by default 2022-11-23 06:17:31 +01:00
README.experimental.txt
README.IDE.txt
README.macOS.md
README.md
README.txt
README.Unix.txt Fix a typo in README.Unix.txt 2022-10-21 19:11:19 +02:00
README.Wayland.txt Add information about Wayland support by FLTK on the RaspberryPi 2022-12-13 15:22:24 +01:00
README.Windows.txt

README - Fast Light Tool Kit (FLTK) Version 1.4.0

WHAT IS FLTK?

The Fast Light Tool Kit ("FLTK", pronounced "fulltick") 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