FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser 2df013931b Improve X11 coordinate clipping for text (STR 2798)
Text outside the 16-bit X11 coordinate space must be clipped before
calling X11 draw functions, otherwise text might appear anywhere
in the window because X11 would "truncate" the coordinates instead
of proper clipping (X11 handles only 16-bit coordinates).
2020-01-08 19:50:35 +01:00
cairo Update dependency system 2019-06-22 23:42:39 +02:00
CMake Continue CMake support of the Darwin+XQuartz+fink test platform 2019-10-31 07:30:39 +01:00
documentation Drop 1.0 compatibility; document 1.4 migration 2020-01-08 18:41:50 +01:00
examples Added simple "draw an 'X'" example. 2019-08-22 12:15:41 -07:00
FL Drop 1.0 compatibility; document 1.4 migration 2020-01-08 18:41:50 +01:00
fluid Fluid needs to include text and binary files from within the .fl source directory. 2019-12-24 00:19:23 +01:00
GL
jpeg Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
lib Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
misc Add abi-compliance-checker howto. 2019-01-02 15:33:34 +01:00
nanosvg Update nanosvg library to current upstream version 2019-05-23 14:23:09 +02:00
png
public Activate GitLab CI and GitLab Pages (HTML docs). 2018-06-22 16:31:30 +00:00
src Improve X11 coordinate clipping for text (STR 2798) 2020-01-08 19:50:35 +01:00
test Update dependencies and .gitignore 2020-01-04 01:54:30 +01:00
zlib Upgrade bundled zlib from 1.2.8 to 1.2.11 2020-01-04 01:38:10 +01:00
.clang-format
.gitattributes Don't export gitlab and travis CI control files 2019-03-10 12:23:52 +01:00
.gitignore Update dependencies and .gitignore 2020-01-04 01:54:30 +01:00
.gitlab-ci.yml Update GitLab CI configuration (comments only). 2018-07-31 10:05:54 +00:00
.travis.yml Add more branches to Travis-CI control file 2019-02-16 12:07:49 +01:00
abi-version.cmake.in
abi-version.in
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
CHANGES_1.1.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
CHANGES_1.3.txt Update CHANGES_1.3.txt to reflect release 1.3.5 2019-05-17 15:59:46 +02:00
CHANGES.txt Improve X11 coordinate clipping for text (STR 2798) 2020-01-08 19:50:35 +01:00
CMakeLists.txt Android CMake: fix, more autogenerated files 2019-01-16 02:12:29 +01:00
configh.cmake.in Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
configh.in Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
configure.ac Use pkg-config to support --enable-pango under Darwin 2020-01-06 17:53:45 +01:00
COPYING
CREDITS.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
DartConfig.cmake
fltk-config.in Fix line endings and other (svn) properties of fltk-config.in. 2018-08-03 09:18:07 +00:00
fltk.list.in Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
fltk.spec.in
fltk.xpm Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01:00
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in CMake: Fix fltk-config for Windows and Unix/Linux. 2018-02-23 19:41:52 +00:00
makesrcdist Update makesrcdist (internal use only) 2019-02-12 14:07:53 +01:00
README.abi-version.txt Improve ABI configuration documentation 2019-01-19 17:20:05 +01:00
README.Android.md Android: starting to use CMake to build AndroidStudio files. 2019-01-15 01:22:18 +01:00
README.bundled-libs.txt Upgrade bundled zlib from 1.2.8 to 1.2.11 2020-01-04 01:38:10 +01:00
README.Cairo.txt Add documentation on how to build Cairo in Linux Debian and derivatives. 2018-12-25 12:25:35 -06:00
README.CMake.txt Update CMake README file for cross compilation 2019-07-03 13:41:42 +02:00
README.IDE.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
README.macOS.md Small improvements to README.macOS.md 2019-02-05 11:24:06 +01:00
README.md Remove the statement that this is a mirror. 2018-12-03 18:54:07 +01:00
README.Pico.txt
README.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
README.Unix.txt Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
README.Windows.txt Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
VERSION

README - Fast Light Tool Kit (FLTK) Version 1.4.0

** This FLTK repository is now our official source code repository. **

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 file README.