0ecb83b298
$ git log -2 master commit 06c1f0f3bb041d69a73bb74067d063a700215b0e Merge: 1f17a7e d6eabf2 Author: Mikko Mononen <memononen@gmail.com> Date: Sat Apr 14 06:50:42 2018 +0300 Merge pull request #116 from porglezomp-misc/master Parse <svg> percentage width for automatic sizing commit d6eabf29c9c10038924e823e693dddef281abee5 Author: Caleb Jones <code@calebjones.net> Date: Fri Apr 13 19:57:06 2018 -0400 Parse <svg> percentage width for automatic sizing Instead of calculating percentage coordinates relative to 1px, we calculate them relative to 0px width, that way an explicit <svg width="100%"> will be converted to <svg width="0px"> and trigger the bounding-box sizing calculation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 |
||
---|---|---|
cairo | ||
CMake | ||
documentation | ||
examples | ||
FL | ||
fluid | ||
GL | ||
ide | ||
jpeg | ||
lib | ||
misc | ||
nanosvg | ||
png | ||
public | ||
src | ||
test | ||
zlib | ||
.clang-format | ||
.gitignore | ||
.gitlab-ci.yml | ||
abi-version.cmake.in | ||
abi-version.in | ||
ANNOUNCEMENT | ||
autogen.sh | ||
CHANGES | ||
CHANGES_1.0 | ||
CHANGES_1.1 | ||
CHANGES_1.3 | ||
CMakeLists.txt | ||
configh.cmake.in | ||
configh.in | ||
configure.ac | ||
COPYING | ||
CREDITS | ||
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 | ||
README.abi-version.txt | ||
README.Android.txt | ||
README.bundled-libs.txt | ||
README.Cairo.txt | ||
README.CMake.txt | ||
README.md | ||
README.OSX.txt | ||
README.Pico.txt | ||
README.Unix.txt | ||
README.Windows.txt | ||
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.