mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 20:45:33 +08:00
Finalize release candidate 1.3.6rc1
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@ FLTK 1.3.6 and previous versions contain many improvements and bug fixes.
|
|||||||
(online) of all listed bugs and feature requests.
|
(online) of all listed bugs and feature requests.
|
||||||
|
|
||||||
Note: This file is a snapshot of https://www.fltk.org/roadmap.php
|
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
|
as of this release (April 2021). Please take into account that some
|
||||||
bugs and/or feature requests in this list might have been fixed without
|
bugs and/or feature requests in this list might have been fixed without
|
||||||
notice.
|
notice.
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ 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.
|
if FLTK 1.4.0 is not yet released or not (yet) stable enough.
|
||||||
|
|
||||||
This release (1.3.6) is a bug fix and maintenance release without new
|
This release (1.3.6) is a bug fix and maintenance release without new
|
||||||
FLTK features (except macOS Mojave support).
|
FLTK features (except macOS Mojave and Big Sur + M1 support).
|
||||||
|
|
||||||
The current development branch is 'master' -- please checkout a new,
|
The current development branch is 'master' -- please checkout a new,
|
||||||
clean working copy if you want to get FLTK 1.4 (master).
|
clean working copy if you want to get FLTK 1.4 (master).
|
||||||
|
|||||||
@@ -1,52 +1,57 @@
|
|||||||
CHANGES IN FLTK 1.3.6 RELEASED: ??? ?? 2021
|
CHANGES IN FLTK 1.3.6rc1 RELEASED: Apr 26 2021
|
||||||
|
|
||||||
|
FLTK 1.3.6 is a maintenance release with new macOS Big Sur support
|
||||||
|
and some bug fixes. macOS Big Sur is supported on both Intel and the
|
||||||
|
new Apple Silicon (M1) chips.
|
||||||
|
|
||||||
|
CMake support has been improved but is not yet "perfect". Documentation
|
||||||
|
has been enhanced, bundled image libraries have been updated to current
|
||||||
|
versions.
|
||||||
|
|
||||||
|
The following lists are subsets of all commits. References in '(...)'
|
||||||
|
are either STR numbers (STR xxxx) or GitHub Issues or Pull Requests
|
||||||
|
(#nnn).
|
||||||
|
|
||||||
|
|
||||||
Bug fixes and other improvements
|
Bug fixes and other improvements
|
||||||
|
|
||||||
Note to devs: the following list was created with:
|
Albrecht Schlosser:
|
||||||
$ git shortlog release-1.3.5.. | sed -e's/^ //' | sed -e's/^/ /'
|
|
||||||
|
|
||||||
Albrecht Schlosser (12):
|
|
||||||
Fix Fl::add_timeout() in draw() under Linux (STR 3188)
|
Fix Fl::add_timeout() in draw() under Linux (STR 3188)
|
||||||
Fix trailing whitespace in CHANGES
|
|
||||||
X11: Fix X Input Methods (XIM) (STR 3502, 3192)
|
X11: Fix X Input Methods (XIM) (STR 3502, 3192)
|
||||||
Minor CMake updates (formatting)
|
|
||||||
Fix overly restrictive JPEG filter (#81)
|
Fix overly restrictive JPEG filter (#81)
|
||||||
Fix DND in read-only Fl_Input (Fl_Output) (#113)
|
Fix DND in read-only Fl_Input (Fl_Output) (#113)
|
||||||
Update CHANGES and dependencies
|
|
||||||
Minor CMake, docs, and test program updates
|
|
||||||
Fix doxygen warnings
|
|
||||||
Fix offscreen drawing under X11 (STR 3384)
|
Fix offscreen drawing under X11 (STR 3384)
|
||||||
Fix potential fluid crashes (STR 3420) + memory leak
|
Fix potential fluid crashes (STR 3420) + memory leak
|
||||||
Fix X11 copy-paste and drag-and-drop target selection (#182)
|
Fix X11 copy-paste and drag-and-drop target selection (#182)
|
||||||
|
Fix CMake install procedure (#212)
|
||||||
|
Avoid "Bogus FL_MOVE/FL_DRAG events" (#76)
|
||||||
|
CMake: Document FLTKConfig.cmake and set FLTK_INCLUDE_DIR
|
||||||
|
|
||||||
ComputerNerd (1):
|
Greg Ercolano:
|
||||||
FLTK 1.3 had the same exterr problem.
|
Fix issue92, added -d debug flag to fluid (#92)
|
||||||
|
Merge pull request #176 from ComputerNerd/errmsg-fix-13
|
||||||
|
|
||||||
Greg Ercolano (1):
|
ManoloFLTK:
|
||||||
fixes issue92, added -d debug flag to fluid
|
|
||||||
|
|
||||||
ManoloFLTK (14):
|
|
||||||
X11: add support for copy+paste of image within one app
|
X11: add support for copy+paste of image within one app
|
||||||
Windows: add bitmap version of graphics when copying to clipboard
|
Windows: add bitmap version of graphics when copying to clipboard
|
||||||
Fix use of Xrender extension with old, 16-bit framebuffers.
|
Fix use of Xrender extension with old, 16-bit framebuffers.
|
||||||
Fix for Fl_Native_File_Chooser under macOS 10.15 Catalina and in BROWSE_SAVE_FILE mode
|
Fix for Fl_Native_File_Chooser under macOS 10.15 Catalina and ...
|
||||||
Transfer to branch 1.3 all changes in Fl_cocoa.mm from branch 1.4 as of 20 may 2020
|
|
||||||
Remove changes inadvertently introduced in previous commit (46235ff).
|
|
||||||
Transfer more fixes from branch 1.4 to branch 1.3
|
|
||||||
Restore macOS capacity to turn window fullscreen encompassing several screens.
|
Restore macOS capacity to turn window fullscreen encompassing several screens.
|
||||||
Improve Fl_Copy_Surface under macOS
|
Improve Fl_Copy_Surface under macOS
|
||||||
Set OPTION_USE_SYSTEM_LIBPNG/JPEG off under macOS by default
|
Set OPTION_USE_SYSTEM_LIBPNG/JPEG off under macOS by default
|
||||||
Have Fl_Pack::draw() call Fl_Group::init_sizes() on its parent group.
|
Have Fl_Pack::draw() call Fl_Group::init_sizes() on its parent group.
|
||||||
CMake support of the Darwin+XQuartz test platform
|
CMake support of the Darwin+XQuartz test platform
|
||||||
Add support of macOS "Big Sur" 11.0 for both x86_64 and arm64 architectures.
|
Add support of macOS "Big Sur" 11.0
|
||||||
Fix when building with SDK 10.15 and running with 11.0 Big Sur
|
Fix when building with SDK 10.15 and running with 11.0 Big Sur
|
||||||
|
Backport fix for issue #185 "Shared Image reload() loses initial dimensions" from branch 1.4
|
||||||
|
Fix fl_endpoints() for macOS platform that was not effective.
|
||||||
|
Fix stack corruption when loading GIF (pull request #200)
|
||||||
|
Restore ./configure --enable-x11 on macOS
|
||||||
|
Fix crash when terminating any macOS app by cmd-Q
|
||||||
|
|
||||||
OKAMURA, Yasunobu (1):
|
OKAMURA, Yasunobu:
|
||||||
Fix JIS Keyboard dead keys
|
Fix JIS Keyboard dead keys
|
||||||
|
|
||||||
erco77 (1):
|
|
||||||
Merge pull request #176 from ComputerNerd/errmsg-fix-13
|
|
||||||
|
|
||||||
|
|
||||||
CHANGES IN FLTK 1.3.5 RELEASED: Mar 03 2019
|
CHANGES IN FLTK 1.3.5 RELEASED: Mar 03 2019
|
||||||
|
|
||||||
|
|||||||
+2363
-2409
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
<!--BEGIN GENERATE_TREEVIEW-->
|
<!--BEGIN GENERATE_TREEVIEW-->
|
||||||
<li class="footer">
|
<li class="footer">
|
||||||
<!-- Generated for $projectname by Doxygen -->
|
<!-- Generated for $projectname by Doxygen -->
|
||||||
© 1998-2016 by Bill Spitzak and others.
|
Copyright © 1998-2021 by Bill Spitzak and others.
|
||||||
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
<a href="https://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -10,8 +10,8 @@
|
|||||||
<!--BEGIN !GENERATE_TREEVIEW-->
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
<!-- Generated for $projectname by Doxygen -->
|
<!-- Generated for $projectname by Doxygen -->
|
||||||
© 1998-2016 by Bill Spitzak and others.
|
Copyright © 1998-2021 by Bill Spitzak and others.
|
||||||
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
<a href="https://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||||
</small></address>
|
</small></address>
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|||||||
Reference in New Issue
Block a user