Go to file
Albrecht Schlosser 3e0c30213b Suppress Visual Studio warnings in nanosvg code
- disable warning C4244 (conversion / data loss)
- restore #pragma warning after nanosvg includes
2021-05-07 16:48:54 +02:00
.github/workflows
cairo
CMake CMake: improve detection and configuration of image libs 2021-04-30 19:47:47 +02:00
documentation Update copyright year in documentation footer 2021-04-26 22:33:01 +02:00
examples Hide window in quit callback in wizard-simple example 2021-03-21 02:10:19 +01:00
FL Fix compiler warning 2021-05-03 21:23:29 +02:00
fluid CMake: improve detection and configuration of image libs 2021-04-30 19:47:47 +02:00
GL
jpeg CMake: improve detection and configuration of image libs 2021-04-30 19:47:47 +02:00
lib
misc Update config.guess and config.sub 2020-09-10 12:28:33 +02:00
nanosvg
png CMake: improve detection and configuration of image libs 2021-04-30 19:47:47 +02:00
public
src Suppress Visual Studio warnings in nanosvg code 2021-05-07 16:48:54 +02:00
test Fix handle_events demo build w/o OpenGL 2021-04-22 12:34:49 +02:00
zlib CMake: improve detection and configuration of image libs 2021-04-30 19:47:47 +02:00
.clang-format Fix .clang-format and some whitespace errors 2020-08-22 13:35:42 +02:00
.gitattributes
.gitignore Save work on configure.ac modernization. 2021-02-13 17:17:43 -05:00
.gitlab-ci.yml
abi-version.cmake.in
abi-version.in Remove copyright markers from abi-version.* (STR #3161). 2016-07-29 18:50:24 +00:00
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 2016-11-11 21:18:42 +00:00
autogen.sh Add an autogen.sh script as is customary for autoconf based 2013-12-13 10:19:54 +00:00
CHANGES_1.0.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CHANGES_1.1.txt
CHANGES_1.3.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CHANGES.txt
CMakeLists.txt Enhance CMake build configuration summary 2021-04-30 19:48:17 +02:00
config.guess
config.sub
configh.cmake.in
configh.in Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
configure.ac autoconf: fix PNG build 2021-03-07 15:29:14 +01:00
COPYING
CREDITS.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
DartConfig.cmake
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
fltk-config.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fltk.list.in
fltk.spec.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fltk.xpm
forms.h
install-sh
mac_endianness.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Makefile
makeinclude.in Fix version number in doxygen docs 2021-04-28 12:48:52 +02:00
makesrcdist Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
README.abi-version.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.Android.md
README.bundled-libs.txt
README.Cairo.txt
README.CMake.txt Document how to build universal apps for macOS 2021-04-29 18:32:19 +02:00
README.IDE.txt
README.macOS.md
README.md Add GitHub Actions Badge to README.md 2021-05-06 12:59:55 +02:00
README.Pico.txt
README.txt
README.Unix.txt Update README.Unix.txt 2021-04-13 17:05:50 +02: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
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) 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 in the US.

For more information see README.txt:
https://github.com/fltk/fltk/blob/master/README.txt

Build