Go to file
Albrecht Schlosser e5afb8a532 Enable suppression of "deprecated" warnings (FL_NO_DEPRECATE)
This is intended for backwards compatibility with FLTK 1.3.x code
ported to 1.4.0.

Users defining FL_NO_DEPRECATE can compile old (1.3.x) code w/o
seeing lots of "deprecated" warnings. A legitimate use case is if
old (1.3) code is intended to be used with both FLTK 1.3 and 1.4.

FL_NO_DEPRECATE should NOT be defined if the user's code is targeted
at 1.4.x or later. Users should fix their code to be prepared for
the next minor release (e.g. 1.5.0).

Todo: document this.
2024-05-11 17:14:28 +02:00
.github
cairo
CMake CMake: improve output of fl_debug_target() 2024-05-05 19:41:50 +02:00
documentation
examples Fix Visual Studio compiler warnings, make output visible... 2024-05-05 19:33:28 +02:00
FL
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
lib Fix a typo, trailing whitespace, and dependencies 2023-12-21 14:03:04 +01:00
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
public
src
test configure-based build: move terminal to fluid-dependent section 2024-05-10 08:20:31 +02:00
util
zlib Update bundled zlib to version 1.3.1 2024-02-17 12:20:28 +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 Fix ignored files, add 'build' directory to ignored files. 2016-11-11 21:18:42 +00:00
autogen.sh
CHANGES_1.0.txt
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
config.guess
config.sub Add autoconf cross-compilation support files. 2021-02-13 17:17:43 -05:00
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
configure.ac
COPYING
CREDITS.txt Update README.txt and CREDITS.txt 2023-12-20 17:05:18 +01:00
fl_config.cmake.in Move FLTK_USE_SVG from config.h to FL/fl_config.h 2024-02-09 13:36:16 +01:00
fl_config.in
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
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 Initial revision 1998-10-06 18:21:25 +00:00
install-sh Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
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 Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
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
README.Windows.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00

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