FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Albrecht Schlosser 829cac52c6 Fix numeric keyboard example program
examples/howto-remap-numpad-keyboard-keys.cxx:

Substitute Fl::event_key() as well which is required for some input
widgets - maybe only on some platforms (seemed to work on X11 but
not on Wayland).

Also: fix typos and whitespace.
2024-01-06 17:56:04 +01:00
.github Fl_String refactoring and extension (#683) 2023-02-23 15:42:05 +01:00
cairo CMake: build shared libs with OPTION_CAIROEXT (issue #250) 2023-03-09 17:34:05 +01:00
CMake Ensure that exporting 'fl_disable_wayland' works 2023-12-21 19:13:49 +01:00
documentation Fix for bug in Mutter Wayland compositor (#878) - cont'd 2023-12-28 11:28:47 +01:00
examples Fix numeric keyboard example program 2024-01-06 17:56:04 +01:00
FL Fix typo 2024-01-06 17:56:04 +01:00
fltk-options Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fluid Fluid: fix "MergeBack" preference location 2023-12-30 17:37:31 +01:00
GL
jpeg Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
lib Fix a typo, trailing whitespace, and dependencies 2023-12-21 14:03:04 +01:00
libdecor Wayland+libdecor: iImprove fl_is_surface_gtk_titlebar() 2023-12-15 15:48:47 +01:00
misc Update source URL in misc/update_config_scripts 2023-11-17 16:12:41 +01:00
nanosvg Update nanosvg/README.txt to reflect recent changes 2023-12-02 23:42:16 +01:00
png Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
public
src Fix "When zooming window, the window size range must be adjusted" (#880) 2024-01-06 14:52:57 +01:00
test Limit test/terminal window size 2024-01-03 23:08:18 -08:00
util
zlib Minor updates of bundled libraries and README.CMake.txt 2023-12-04 17:31:18 +01:00
.clang-format
.gitattributes
.gitignore CMake: Remove UseFLTK.cmake generation and usage 2023-12-03 17:16:58 +01:00
.gitlab-ci.yml GitLab CI: fix syntax error 2022-08-17 15:29:18 +02:00
ANNOUNCEMENT
autogen.sh
CHANGES_1.0.txt
CHANGES_1.1.txt
CHANGES_1.3.txt
CHANGES.txt CHANGES.txt: add Fl_Grid, Fl_Window::maximize() 2023-11-06 07:44:55 +01:00
CMakeLists.txt CMake: add missing configuration output statement 2024-01-01 19:14:26 +01:00
config.guess
config.sub
configh.cmake.in Remove usage of __APPLE_QUARTZ__ (#673) 2023-02-06 21:42:40 +01:00
configh.in Remove usage of __APPLE_QUARTZ__ (#673) 2023-02-06 21:42:40 +01:00
configure.ac Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
COPYING
CREDITS.txt Update README.txt and CREDITS.txt 2023-12-20 17:05:18 +01:00
fl_config.cmake.in Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fl_config.in Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fltk_version.dat
fltk-config.in Fix more missing quotes in fltk-config.in (#714) 2023-04-13 22:13:18 +02:00
fltk.list.in Remove remaining 'pronounced "fulltick"' statements 2023-12-05 17:01:51 +01:00
fltk.spec.in Remove remaining 'pronounced "fulltick"' statements 2023-12-05 17:01:51 +01:00
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile Fix "Provide --without-fluid configure option" - cont'd (#725) 2023-05-10 14:41:48 +02:00
makeinclude.in Fix "Provide --without-fluid configure option " (#725) 2023-05-09 16:19:12 +02:00
makesrcdist
README.abi-version.txt
README.Cairo.txt Make hybrid Wayland/X11 platform. 2022-08-29 12:15:32 +02:00
README.CMake.txt Updated nmake build command in README 2023-12-08 18:53:23 -08:00
README.experimental.txt
README.IDE.txt
README.macOS.md
README.md Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
README.txt Update README.txt and CREDITS.txt 2023-12-20 17:05:18 +01:00
README.Unix.txt Missing lines in Unix README 2023-08-08 17:14:08 +02:00
README.Wayland.txt Ensure that exporting 'fl_disable_wayland' works 2023-12-21 19:13:49 +01:00
README.Windows.txt

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