Go to file
Albrecht Schlosser f1b00c6637 Fix driver definitions of vsnprintf() and vsscanf()
These two functions are fully defined in the platform specific driver
methods, there's no need to define them in the base class.

This quick fix returns 0 from the base class method. The main reason
was to avoid a compiler error of MSVC 2010 and earlier, i.e. before
MSVC 2012.

Todo: int Fl_WinAPI_System_Driver::clocale_sscanf() needs to be fixed
because '_vsscanf_l()' (with lower case 'L' for 'locale') does not
exist in MSVC 2010 and earlier. It is not clear yet in which version
it was added - current MS docs show it in MSVC 2015 and later.
2022-03-21 17:16:14 +01:00
.github/workflows Add build-wayland step to continuous integration. 2022-03-04 15:55:49 +01:00
cairo Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
CMake CMake: Improve fltk-config generation 2022-03-13 21:56:05 +01:00
documentation Documentation: Wayland is for LINUX not for UNIX. 2022-03-10 15:30:11 +01:00
examples CMake: Fix OpenGL3 examples libglew link order (#226) 2022-03-09 22:38:05 +01:00
FL Avoid using same name (p) for distinct members of derived classes. 2022-03-21 15:56:50 +01:00
fluid Add the Wayland platform to FLTK 1.4 - continued. 2022-03-04 16:58:20 +01:00
GL Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
jpeg Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
lib Improve documentation about library build folders and more 2021-10-04 14:42:32 +02:00
libdecor Fix changing decorated window title. 2022-03-09 16:57:55 +01:00
misc Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
nanosvg Update nanosvg library to latest upstream version 2021-09-13 19:31:27 +02:00
png CMake/macOS: build arm files for libpng only on ARM 2022-02-05 21:37:37 +01:00
public Activate GitLab CI and GitLab Pages (HTML docs). 2018-06-22 16:31:30 +00:00
src Fix driver definitions of vsnprintf() and vsscanf() 2022-03-21 17:16:14 +01:00
test MSVC: use fl_snprintf() rather than snprintf() 2022-03-21 17:05:32 +01:00
zlib Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
.clang-format Fix .clang-format and some whitespace errors 2020-08-22 13:35:42 +02:00
.gitattributes Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
.gitignore Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
.gitlab-ci.yml Fine tune GitLab-CI script 2020-09-07 15:00:38 +02:00
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 2016-11-11 21:18:42 +00:00
autogen.sh Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01: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 Fix old URL's and forum/newsgroup names 2020-07-14 15:16:05 +02:00
CHANGES_1.3.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CHANGES.txt Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing. 2022-03-21 14:39:00 +01:00
CMakeLists.txt CMake: Improve configuration summary, add fl_debug_pkg macro 2022-03-13 21:56:05 +01:00
config.guess Add autoconf cross-compilation support files. 2021-02-13 17:17:43 -05:00
config.sub Add autoconf cross-compilation support files. 2021-02-13 17:17:43 -05:00
configh.cmake.in Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
configh.in Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
configure.ac Wayland: fix configure-based build 2022-03-05 10:18:11 +01:00
COPYING Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
CREDITS.txt Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
DartConfig.cmake Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_config.cmake.in Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
fl_config.in Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
fltk_version.dat Rename file 'VERSION' to 'fltk_version.dat' (#191) 2021-02-20 13:46:34 +01:00
fltk-config.in Fix for fltk when make install used 2022-01-23 03:10:13 -08:00
fltk.list.in Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
fltk.spec.in CMake: refactor and reformat CMake files 2020-07-15 00:34:53 +02:00
fltk.xpm Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01:00
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 Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Makefile Wayland: fix configure-based build 2022-03-05 10:18:11 +01:00
makeinclude.in Add the Wayland platform to FLTK 1.4 2022-03-04 15:41:00 +01:00
makesrcdist Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
README.abi-version.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
README.bundled-libs.txt Use "symbol prefixing" in bundled libs (part 3 of 3) 2021-11-14 19:33:20 +01:00
README.Cairo.txt Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
README.CMake.txt Fix for issue #253: Remove xdbe support 2021-11-26 15:01:54 +01:00
README.experimental.txt Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
README.IDE.txt Remove experimental platforms Android, Pico, SDL (PR #376) 2022-01-23 18:12:47 +01:00
README.macOS.md Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
README.md Mention the new Wayland platform. 2022-03-21 07:46:33 +01:00
README.txt Update README.txt 2020-11-15 16:12:12 +01:00
README.Unix.txt Fix README files and remove stale config.guess and config.sub 2021-11-24 15:01:45 +01:00
README.Wayland.txt Add note that Wayland apps cannot be notified of clipboard changes. 2022-03-14 07:52:25 +01:00
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 ("FLTK", pronounced "fulltick") 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