FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
2024-05-06 09:29:32 +02:00
.github CMake/MSVC: Fix shared library build, add to GitHub CI build 2024-04-20 01:44:26 +02:00
cairo
CMake CMake: improve output of fl_debug_target() 2024-05-05 19:41:50 +02:00
documentation Documentation: minor formatting update 2024-04-27 19:54:22 +02:00
examples Fix Visual Studio compiler warnings, make output visible... 2024-05-05 19:33:28 +02:00
FL Implement and document new class Fl_PDF_File_Surface 2024-04-30 10:22:47 +02:00
fltk-options Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899) 2024-04-22 18:35:59 +02:00
fluid Fix MSVC warnings (#966) 2024-05-02 21:46:12 +02:00
GL
jpeg Update bundled libjpeg to version 9f 2024-02-17 12:20:28 +01:00
lib
libdecor Wayland: simpler implementation of "GTK Shell" protocol 2024-05-06 09:29:32 +02:00
misc Update misc/README.txt 2024-04-02 17:03:40 +02:00
nanosvg
png Update bundled libpng to version 1.6.42 2024-02-17 12:20:28 +01:00
public
src Wayland: simpler implementation of "GTK Shell" protocol 2024-05-06 09:29:32 +02:00
test CMake: simplify compiler detection for '-Wshadow' test 2024-05-01 16:07:58 +02: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
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt Implement and document new class Fl_PDF_File_Surface 2024-04-30 10:22:47 +02:00
CMakeLists.txt CMake build summary: output libdecor location if found 2024-04-20 19:49:04 +02:00
config.guess
config.sub
configh.cmake.in Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 2024-04-22 16:34:08 +02:00
configh.in Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 2024-04-22 16:34:08 +02:00
configure.ac Add "fl_" prefix to libdecor symbols when using the built-in copy of libdecor 2024-04-20 13:35:53 +02:00
COPYING
CREDITS.txt
fl_config.cmake.in
fl_config.in
fltk_version.dat
fltk-config.in
fltk.list.in
fltk.spec.in Remove remaining references to xdbe on X11 2024-04-11 14:15:38 +02:00
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile Add configure option to build tests only on request (#940) 2024-03-20 17:24:12 +01:00
makeinclude.in Add configure option to build tests only on request (#940) 2024-03-20 17:24:12 +01:00
makesrcdist
README.abi-version.txt
README.Cairo.txt
README.CMake.txt Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 2024-04-22 16:34:08 +02:00
README.experimental.txt
README.IDE.txt
README.macOS.md Remove reference to automake which is not required 2024-02-24 18:10:35 +01:00
README.md
README.txt Remove remaining references to xdbe on X11 2024-04-11 14:15:38 +02:00
README.Unix.txt Update documentation, remove/edit explicit FLTK versions 2024-03-14 17:16:43 +01:00
README.Wayland.txt Documentation: bundled libdecor symbols are pefixed by "fl_" 2024-04-27 07:27:57 +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