FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
ManoloFLTK 433f9b8ccb macOS Mojave: fix window with subwindow created in iconized form - continued
Some more changes needed to keep support of MacOS < 10.5
2018-12-08 19:38:15 +01:00
cairo Fix macOS 10.14 Mojave support of the FLTK-cairo interface. 2018-11-09 14:35:55 +00:00
CMake Removed macro FL_PORTING, as it has been more confusing than helpful. 2018-06-23 17:04:18 +00:00
documentation Documentation: replace several instances of "pixels" by "FLTK units" to account for screen rescaling. 2018-11-27 09:57:45 +00:00
examples Simpler implementation of class SVG_Graphics_Driver is enough. 2018-12-04 12:31:55 +01:00
FL Better Doxygen explanation of the use of Fl::paste(). 2018-12-05 14:53:27 +01:00
fluid Fix 'fluid.app' for case sensitive macOS file systems. 2018-12-04 14:20:33 +01:00
GL
ide Android: fixed fl_beep to plat different sound for differen beep types, testing Doxygen to generate driver developer documentation 2018-06-23 10:06:04 +00:00
jpeg
lib
misc
nanosvg Update bundled nanosvg lib to latest upstream version. 2018-07-01 10:45:47 +00:00
png
public
src macOS Mojave: fix window with subwindow created in iconized form - continued 2018-12-08 19:38:15 +01:00
test Fix 'fluid.app' for case sensitive macOS file systems. 2018-12-04 14:20:33 +01:00
zlib
.clang-format
.gitattributes Remove file with Windows crlf line endings from .gitattributes. 2018-08-10 23:49:43 +00:00
.gitignore Added as well the .DS_Store pattern as recommended by Manolo. 2018-12-03 15:19:25 -06:00
.gitlab-ci.yml Update GitLab CI configuration (comments only). 2018-07-31 10:05:54 +00:00
abi-version.cmake.in
abi-version.in
ANNOUNCEMENT
autogen.sh
CHANGES Fix 'fluid.app' for case sensitive macOS file systems. 2018-12-04 14:20:33 +01:00
CHANGES_1.0
CHANGES_1.1
CHANGES_1.3
CMakeLists.txt
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
COPYING
CREDITS
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
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile
makeinclude.in
makesrcdist Update makesrcdist to work with Git. Work in progress. 2018-10-18 16:21:45 +00:00
README
README.abi-version.txt
README.Android.txt
README.bundled-libs.txt Update (reformat) README.bundled-libs.txt. 2018-10-08 20:09:30 +00:00
README.Cairo.txt
README.CMake.txt
README.md Remove the statement that this is a mirror. 2018-12-03 18:54:07 +01:00
README.OSX.txt Fix 'fluid.app' for case sensitive macOS file systems. 2018-12-04 14:20:33 +01:00
README.Pico.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.