Prepare for release of FLTK 1.3.5.

CHANGES: update list of changes.
KNOWN_BUGS.html: prepare list of open bugs (currently empty).

Todo: add actual bug list to KNOWN_BUGS.html before release.
This commit is contained in:
Albrecht Schlosser 2019-01-01 18:51:21 +01:00
parent b646b0be19
commit f1517d5df9
2 changed files with 41 additions and 1201 deletions

30
CHANGES
View File

@ -1,15 +1,25 @@
CHANGES IN FLTK 1.3.5 RELEASED: ??? ?? 2018
CHANGES IN FLTK 1.3.5rc1 RELEASED: Jan ?? 2019
New features and enhancements (summary)
- Add support for macOS 10.13 "High Sierra" and 10.14 "Mojave".
- Add FL/platform.H for compatibility with FLTK 1.4 and higher.
- Improve OpenGL(3+) support.
- Improve Cairo support and (CMake) Cairo detection.
- Improve desktop scaling support for HiDPI screens.
Note: FLTK application scaling is available in FLTK 1.4.0.
Bug fixes and other improvements
- Make sure not to access Fl_Menu_ widgets if the widget gets
deleted while the menu (pulldown) is open (STR #3503).
- Fixed CMake build (fluid) on case sensitive macOS file systems.
- Windows/OpenGL: improved pixel format detection (STR #3119).
- Added support for MacOS 10.14 "Mojave": all drawing to windows is done
- Fix CMake build (fluid) on case sensitive macOS file systems.
- Windows/OpenGL: improve pixel format detection (STR #3119).
- Add support for macOS 10.14 "Mojave": all drawing to windows is done
through "layer-backed views" when the app is linked to SDK 10.14.
- MacOS platform: fix regression in OS 10.13 where an unbundled app
- MacOS platform: fix regression in macOS 10.13 where an unbundled app
had its system menu bar unresponsive.
- MacOS 10.10 platform: Fl_Window::fullscreen() and fullscreen_off()
no longer call Fl_Window::hide() + Fl_Window::show().
@ -18,8 +28,6 @@ Bug fixes and other improvements
the possibility to turn an Fl_Gl_Window fullscreen on and off.
- MacOS platform: Support \r\n as end of line used by recent
MS Office apps in clipboard.
- Add FL/platform.H for compatibility with FLTK 1.4 and higher.
This file replaces FL/x.H in FLTK 1.4.0.
- Fix Fl_Text_Editor overstrike mode (STR #3463).
- More consistent and optimized "gleam" scheme box drawing.
- Fix a MinGW build error with new MinGW versions as of Feb 2018
@ -35,14 +43,14 @@ Bug fixes and other improvements
See fltk.general "Fl_Text_Buffer constructor bug" on Dec 5, 2016.
- Fix Fl_Browser background and text color parsing (STR #3376).
- Fix Windows CreateDC/DeleteDC mismatch (STR #3373).
- Updated bundled configure scripts config.guess and config.sub.
- Update bundled configure scripts config.guess and config.sub.
- Fix configure --enable-cairo --enable-cairoext,
see report in fltk.general:
https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4
- Fix for MacOS timer implementation (STR #3387).
- Fix for drop-to-FLTK-widget under MSWindows when the desktop is
- Fix macOS timer implementation (STR #3387).
- Fix drop-to-FLTK-widget under MSWindows when the desktop is
rescaled (STR #3390).
- Added support for MacOS 10.13 "High Sierra". Subwindows don't
- Add support for macOS 10.13 "High Sierra". Subwindows don't
move correctly under 10.13 without this fix.

File diff suppressed because it is too large Load Diff