cave-story-solaris/external/fltk/ANNOUNCEMENT
Clownacy ac465d29b4 Mean CMake dependency overhaul
I'm taking a page from Dolphin's book, and including copies of each
dependency's source code. This combines the ease of use of including
pre-built libraries instead of needing to navigate a package manager
 - as is (or was) the case for MSVC - with the portability of using
packages. Granted, this method's more of a jack of all trades,
master of none, since it's *less* user-friendly than prebuilt
packages (compilation times), and you don't get the per-distro
compatibility fixes you'd get from a package manager.

You can still use system libs if you want. In fact, it's still the
default behaviour: compiling the libs manually is just a fallback.
I'll add an option to force-enable this soon, however, since it's a
nicer way to produce static MSYS2 builds than the hackish nightmare
that I was using before. Not to mention, having my own copy of the
sources means I can provide my own fixes and tweaks your package
manager may not. For example, I can combine MSYS2's FreeType
subpixel rendering with vcpkg's fix for SDL2 exporting its symbols
in static builds.
2019-04-26 01:52:02 +01:00

43 lines
1.8 KiB
Text

The initial FLTK 1.3.0 is based on the final 1.1.10.
It adds internationalization, UTF-8 (Unicode), printing support,
Doxygen based documentation, and several new widgets including
Fl_Native_File_Chooser, Fl_Table, and Fl_Tree.
FLTK 1.3.5 and previous versions contain many improvements and bug fixes.
Please see CHANGES for a list of changes in FLTK 1.3.0 to 1.3.5.
Even though FLTK 1.3.5 does not fix all STRs, we decided to release
FLTK 1.3.5 as it contains many new features, bug fixes, and adaptations
to new compiler releases and OS versions (e.g. macOS 10.14 "Mojave"
and better configure support for some Linux platforms).
Open bugs and feature requests can be viewed (offline) in KNOWN_BUGS.html
with your browser. Links in this file direct you to the current state
(online) of all listed bugs and feature requests.
Note: This file is a snapshot of https://www.fltk.org/roadmap.php
as of this release (Feb. 2019). Please take into account that some
bugs and/or feature requests in this list might have been fixed without
notice.
Bugs and feature requests for FLTK 1.4.x may also apply to FLTK 1.3.5.
FLTK 1.3.5 is expected to be the last release in the 1.3.x series.
All bug reports for 1.3.x will be fixed in FLTK 1.4.x if possible.
--------------------------------------------------------------------------------
Note to Git users: This branch (branch-1.3) is end of life since the
release of FLTK 1.3.4. Only very serious bug fixes will be available
if FLTK 1.4.0 is not yet released or not (yet) stable enough.
This release (1.3.5) is a bug fix and maintenance release without new
FLTK features (except macOS Mojave support).
The current development branch is 'master' -- please checkout a new,
clean working copy if you want to get FLTK 1.4 (master).
--------------------------------------------------------------------------------