mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
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:
@@ -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
|
Bug fixes and other improvements
|
||||||
|
|
||||||
- Make sure not to access Fl_Menu_ widgets if the widget gets
|
- Make sure not to access Fl_Menu_ widgets if the widget gets
|
||||||
deleted while the menu (pulldown) is open (STR #3503).
|
deleted while the menu (pulldown) is open (STR #3503).
|
||||||
- Fixed CMake build (fluid) on case sensitive macOS file systems.
|
- Fix CMake build (fluid) on case sensitive macOS file systems.
|
||||||
- Windows/OpenGL: improved pixel format detection (STR #3119).
|
- Windows/OpenGL: improve pixel format detection (STR #3119).
|
||||||
- Added support for MacOS 10.14 "Mojave": all drawing to windows is done
|
- 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.
|
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.
|
had its system menu bar unresponsive.
|
||||||
- MacOS 10.10 platform: Fl_Window::fullscreen() and fullscreen_off()
|
- MacOS 10.10 platform: Fl_Window::fullscreen() and fullscreen_off()
|
||||||
no longer call Fl_Window::hide() + Fl_Window::show().
|
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.
|
the possibility to turn an Fl_Gl_Window fullscreen on and off.
|
||||||
- MacOS platform: Support \r\n as end of line used by recent
|
- MacOS platform: Support \r\n as end of line used by recent
|
||||||
MS Office apps in clipboard.
|
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).
|
- Fix Fl_Text_Editor overstrike mode (STR #3463).
|
||||||
- More consistent and optimized "gleam" scheme box drawing.
|
- More consistent and optimized "gleam" scheme box drawing.
|
||||||
- Fix a MinGW build error with new MinGW versions as of Feb 2018
|
- 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.
|
See fltk.general "Fl_Text_Buffer constructor bug" on Dec 5, 2016.
|
||||||
- Fix Fl_Browser background and text color parsing (STR #3376).
|
- Fix Fl_Browser background and text color parsing (STR #3376).
|
||||||
- Fix Windows CreateDC/DeleteDC mismatch (STR #3373).
|
- 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,
|
- Fix configure --enable-cairo --enable-cairoext,
|
||||||
see report in fltk.general:
|
see report in fltk.general:
|
||||||
https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4
|
https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4
|
||||||
- Fix for MacOS timer implementation (STR #3387).
|
- Fix macOS timer implementation (STR #3387).
|
||||||
- Fix for drop-to-FLTK-widget under MSWindows when the desktop is
|
- Fix drop-to-FLTK-widget under MSWindows when the desktop is
|
||||||
rescaled (STR #3390).
|
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.
|
move correctly under 10.13 without this fix.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+22
-1190
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user