Please ignore the last commit message (svn r12101).

This is branch-1.4, and that commit was not intended to be in branch-1.4.

branch-1.4 is the current active development branch for FLTK 1.4.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12103 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2016-11-11 21:07:54 +00:00
parent 768fe9f3ff
commit 7699cce0e2
1 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,12 @@ FLTK 1.4 is based on the final release of FLTK 1.3.4.
Technically the branch was forked earlier, but all changes in FLTK 1.3.4
have also been (modified and) committed in branch-1.3-porting, which is
the base of branch-1.4.
FLTK 1.4 is intended to be mostly API compatible with FLTK 1.3.4 so
you don't need to change source code when you switch to FLTK 1.4.
However, the platform dependent code in FLTK 1.4 was rewritten to enable
better porting to new platforms. Basically all platform dependent code
has been isolated and implement in virtual methods of "driver" classes.
More to come ...