FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
2023-01-20 16:20:01 +01:00
.github CI: Enable compiler warnings in CI builds (#648) 2023-01-10 16:31:49 +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 Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) 2023-01-13 21:16:17 +01:00
examples Improve examples/chart-simple demo program 2023-01-16 00:30:32 +01:00
FL No default values in plain C 2023-01-20 16:20:01 +01:00
fluid STR 2843: FLUID align evenly now prefers correct gap size over correct width 2023-01-20 15:34:14 +01:00
GL
jpeg Update bundled libjpeg to version 9e - cont'd 2023-01-17 14:08:57 +01:00
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 Update bundled libpng to version 1.6.39 - cont'd 2023-01-17 10:44:22 +01:00
public
src STR 2822: function to count bytes in a UTF-8 string 2023-01-20 16:13:00 +01:00
test Fix memory leak warnings by "binding" images 2023-01-15 20:14:35 +01:00
util
zlib Update bundled zlib to version 1.2.13 (13 oct 2022) 2023-01-17 08:20:21 +01:00
.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 Fix shared library build on Solaris as requested by STR 3378 2023-01-16 22:55:16 +01:00
COPYING
CREDITS.txt
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
makesrcdist
README.abi-version.txt
README.bundled-libs.txt Update bundled libjpeg to version 9e - cont'd 2023-01-17 14:08:57 +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
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