FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser 652b69842b Fix tiny memory leak in fluid (setting scheme)
Also initialize 'scheme_name' to make static code analyzer happy.
2023-04-14 19:52:33 +02:00
.github Fl_String refactoring and extension (#683) 2023-02-23 15:42:05 +01:00
cairo CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2023-03-09 17:34:05 +01:00
CMake Fix "recipe for target '../../src/xdg-decoration-protocol.c' failed" (#704) 2023-04-02 16:04:13 +02:00
documentation Standardize API to "graphics context" across platforms 2023-04-13 10:02:40 +02:00
examples Fix Visual Studio (MSVC) compiler warnings 2023-03-09 17:47:51 +01:00
FL Fixed leak in Fl_Text_Buffer #716 2023-04-14 16:54:11 +02:00
fltk-options Fix more compiler warnings (comma at end of enum) 2023-04-13 22:55:18 +02:00
fluid Fix tiny memory leak in fluid (setting scheme) 2023-04-14 19:52:33 +02:00
GL
jpeg
lib
libdecor Improve detection of the location of Wayland protocol files across OSes 2023-03-29 15:25:29 +02:00
misc
nanosvg
png Re-apply PNG warning fix (#296, #682) 2023-02-20 17:53:53 +01:00
public
src Fix for "Wayland: heap-use-after-free after popup/pulldown" (#719) 2023-04-14 19:09:38 +02:00
test test/utf8: improve use of Fl::set_fonts(const char *) across platforms 2023-04-14 08:58:16 +02:00
util
zlib
.clang-format
.gitattributes
.gitignore
.gitlab-ci.yml
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt
CMakeLists.txt CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2023-03-09 17:34:05 +01:00
config.guess
config.sub
configh.cmake.in
configh.in
configure.ac Fix "recipe for target '../../src/xdg-decoration-protocol.c' failed" (#704) 2023-04-02 16:04:13 +02:00
COPYING
CREDITS.txt
fl_config.cmake.in
fl_config.in
fltk_version.dat
fltk-config.in Fix more missing quotes in fltk-config.in (#714) 2023-04-13 22:13:18 +02:00
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2023-03-09 17:34:05 +01:00
makeinclude.in
makesrcdist
README.abi-version.txt
README.Cairo.txt
README.CMake.txt
README.experimental.txt
README.IDE.txt
README.macOS.md
README.md Removed the Fulltick reference 2023-04-04 17:37:33 -05:00
README.txt Removed Fulltick reference 2023-04-04 17:39:28 -05:00
README.Unix.txt
README.Wayland.txt Add minor details to README.Wayland.txt 2023-04-04 09:59:28 +02: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