FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Go to file
Matthias Melcher a119928455 Android: Implemented window positioning and sizing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-06-21 11:54:32 +00:00
cairo Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
CMake Add missing winsock dll to variables.cmake (fixes fltk-config). 2018-06-19 10:33:41 +00:00
documentation Added separate diagram for fl_arc(x,y,r,a1,a2) (very different from fl_arc(x,y,w,h,a1,a2)) 2018-05-24 19:48:41 +00:00
examples Slightly simplify examples/clipboard.cxx using Fl_Image::scale(). 2018-04-29 16:29:13 +00:00
FL Move platform specific shortcut code to platform drivers. 2018-06-20 15:52:58 +00:00
fluid fluid: update copyright year. 2018-05-01 11:08:38 +00:00
GL
ide Android: Updated to current Android Studio and NDK, fixed STL to use Google provided ANdroid STL. 2018-06-21 11:17:07 +00:00
jpeg Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
lib
misc Add script to update bundled config files, and update files. 2017-07-17 17:08:37 +00:00
nanosvg Reorganize nanosvg bundled library. 2018-02-04 21:39:50 +00:00
png
src Android: Implemented window positioning and sizing 2018-06-21 11:54:32 +00:00
test Android: Clearing the desktop when a window is hidden. 2018-06-19 16:29:20 +00:00
zlib
.clang-format Update .clang-format, improve comments. 2017-12-19 13:26:38 +00:00
.gitignore Update ignored files: new example howto-menu-with-images. 2017-09-12 12:49:48 +00:00
abi-version.cmake.in Remove copyright markers from abi-version.* (STR #3161). 2016-07-29 18:50:24 +00:00
abi-version.in Remove copyright markers from abi-version.* (STR #3161). 2016-07-29 18:50:24 +00:00
ANNOUNCEMENT Fix ignored files, add 'build' directory to ignored files. 2016-11-11 21:18:42 +00:00
autogen.sh
CHANGES Mention new member functions Fl_Paged_Device::begin_job() and begin_page(). 2018-05-11 06:37:50 +00:00
CHANGES_1.0 Fix typos (comments and documentation). 2017-08-28 11:10:01 +00:00
CHANGES_1.1 Fix typos (comments and documentation). 2017-08-28 11:10:01 +00:00
CHANGES_1.3 Fix typos (comments and documentation). 2017-08-28 11:10:01 +00:00
CMakeLists.txt More Android changes. 2018-03-02 20:03:04 +00:00
configh.cmake.in Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 2017-09-03 13:14:25 +00:00
configh.in Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 2017-09-03 13:14:25 +00:00
configure.ac Recent (circa early 2018) versions of the Mingw32 headers have changed the file header layout, breaking the build of fltk-1.4 for some users. 2018-06-18 22:49:04 +00:00
COPYING
CREDITS
DartConfig.cmake
fltk-config.in CMake: Fix fltk-config for Windows and Unix/Linux. 2018-02-23 19:41:52 +00:00
fltk.list.in Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
fltk.spec.in
fltk.xpm
forms.h
install-sh
mac_endianness.h
Makefile Rename configure.in to configure.ac. 2016-09-30 21:09:59 +00:00
makeinclude.in CMake: Fix fltk-config for Windows and Unix/Linux. 2018-02-23 19:41:52 +00:00
makesrcdist
README Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
README.abi-version.txt Update several README files, remove obsolete information. 2017-07-05 17:15:16 +00:00
README.Android.txt Android: Drawing RGB image data (and probaly rgba and grayscale as well). Testing unsing test/color_chooser.cxx 2018-03-31 21:29:33 +00:00
README.bundled-libs.txt Reorganize nanosvg bundled library. 2018-02-04 21:39:50 +00:00
README.Cairo.txt Update several README files, remove obsolete information. 2017-07-05 17:15:16 +00:00
README.CMake.txt Added the new OPTION_USE_NANOSVG to the README.CMake.txt file. 2017-09-06 00:02:33 +00:00
README.md Update README.md for Git mirrors. 2018-06-20 09:41:52 +00:00
README.OSX.txt Xcode version 8 can 2016-10-03 15:50:26 +00:00
README.Pico.txt MSWindows fixes for previous commits. 2016-04-17 17:45:44 +00: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

VERY IMPORTANT TECHNICAL NOTICE

** This FLTK repository is work in progress. Use for testing purposes only. **

This repository will be replaced by another one in the near future.

Technically this means:

  • all Git hashes (SHA1's) used in this repository will be invalid once this repository got replaced
  • we don't accept pull requests for this repository

Technical background

Our main source code repository is currently (as of Jun 19, 2018) our subversion repository at http://www.fltk.org/software.php#SVN .

We are in the transition to convert the subversion repository to Git. Until this is done we have established Git mirrors of our Subversion repository at these two sites:

You may use these Git repositories for testing purposes, but please don't rely on their structure (branches) and particularly not on the commit (and file/blob) hashes (SHA1's).

Committing to these Git repositories is not possible since they are mirrors of the original Subversion 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.