FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
ManoloFLTK 04ec829bfb Fix fl_overlay_rect() under X11 on HighDPI display.
The mandelbrot demo program is fixed.
2019-11-01 08:26:22 +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 Documentation: make clear that "Using OpenGL in Normal FLTK Windows" isn't useful with macOS. 2019-10-27 08:37:33 +01:00
examples Added simple "draw an 'X'" example. 2019-08-22 12:15:41 -07:00
FL Add default value of 0 for 1st arg of member function Fl_Printer::begin_job(). 2019-10-22 13:16:14 +02:00
fluid X11 platform: use Gnome printer dialog when the GTK library is available at run-time 2019-09-15 15:57:29 +02:00
GL
jpeg
lib
misc
nanosvg Update nanosvg library to current upstream version 2019-05-23 14:23:09 +02:00
png
public
src Fix fl_overlay_rect() under X11 on HighDPI display. 2019-11-01 08:26:22 +01:00
test Fix more compiler warnings (STR 3529) 2019-08-29 17:58:24 +02:00
zlib
.clang-format
.gitattributes Don't export gitlab and travis CI control files 2019-03-10 12:23:52 +01:00
.gitignore
.gitlab-ci.yml
.travis.yml
abi-version.cmake.in
abi-version.in
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
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 Mention change in Fl_Printer::begin_job() for the X11 platform. 2019-09-15 16:08:20 +02:00
CMakeLists.txt
configh.cmake.in
configh.in
configure.ac Restore support of 'configure --enable-x11' with macOS 10.15 Catalina 2019-10-31 11:25:56 +01:00
COPYING
CREDITS.txt
DartConfig.cmake
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in
makesrcdist
README.abi-version.txt
README.Android.md
README.bundled-libs.txt Update nanosvg library to current upstream version 2019-05-23 14:23:09 +02:00
README.Cairo.txt
README.CMake.txt Update CMake README file for cross compilation 2019-07-03 13:41:42 +02:00
README.IDE.txt
README.macOS.md
README.md
README.Pico.txt
README.txt
README.Unix.txt
README.Windows.txt
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.