Go to file
2023-12-13 20:00:49 +01:00
.github
cairo
CMake CMake: remove deprecated 'exec_program' from target 'uninstall' 2023-12-12 00:30:36 +01:00
documentation Documentation: fix outdated statements of quantities being expressed in pixels 2023-12-12 10:08:08 +01:00
examples Add commandline conversion for Windows (no-op on other platforms) 2023-11-29 16:29:54 +01:00
FL #862: Removes default shortcut from Fl_Shortcut_Button 2023-12-13 16:55:16 +01:00
fltk-options Adds linespacing() to Fl_Browser_ and all derived widgets 2023-11-25 18:20:08 +01:00
fluid #862: FLUID "Open FIle..." no longer closes current project... 2023-12-13 17:31:04 +01:00
GL
jpeg Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
lib
libdecor FLTK implementation of the "GTK Shell" Wayland protocol - cont'd 2023-12-13 14:48:08 +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 #840: Fixes fixed buffer size in Fl::args_to_utf8() 2023-12-13 20:00:49 +01:00
test New member function Fl_Image_Surface::mask(Fl_RGB_Image*) 2023-12-04 12:34:44 +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
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt CHANGES.txt: add Fl_Grid, Fl_Window::maximize() 2023-11-06 07:44:55 +01:00
CMakeLists.txt Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by default 2023-12-02 09:28:08 +01:00
config.guess
config.sub
configh.cmake.in
configh.in
configure.ac Remove "-mwindows" link option from CFLAGS and CXXFLAGS 2023-12-07 09:21:03 +01:00
COPYING
CREDITS.txt
fl_config.cmake.in Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
fl_config.in Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
fltk_version.dat
fltk-config.in
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
forms.h
install-sh
mac_endianness.h
Makefile Fix "Provide --without-fluid configure option" - cont'd (#725) 2023-05-10 14:41:48 +02:00
makeinclude.in
makesrcdist
README.abi-version.txt
README.Cairo.txt
README.CMake.txt Updated nmake build command in README 2023-12-08 18:53:23 -08:00
README.experimental.txt
README.IDE.txt
README.macOS.md
README.md Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
README.txt Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
README.Unix.txt Missing lines in Unix README 2023-08-08 17:14:08 +02:00
README.Wayland.txt Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by default 2023-12-02 09:28:08 +01: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