mirror of https://github.com/fltk/fltk.git
FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
632 B
15 lines
632 B
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 implemented in virtual methods of "driver" classes. |
|
See src/drivers and subdirectories. |
|
|
|
More to come ...
|
|
|