mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 04:55:29 +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
|
||||||
|
|
||||||
|
|||||||
+59
-105
@@ -2,21 +2,21 @@
|
|||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.5</title>
|
<title>Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.6</title>
|
||||||
<meta http-equiv="Pragma" content="no-cache">
|
<meta http-equiv="Pragma" content="no-cache">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<link rel="stylesheet" type="text/css" href="html/fltk.css">
|
<link rel="stylesheet" type="text/css" href="html/fltk.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Known Bugs and Feature Requests in FLTK 1.3.5</h1>
|
<h1>Known Bugs and Feature Requests in FLTK 1.3.6</h1>
|
||||||
|
|
||||||
<p>This is a list of open STR's (Software Trouble Reports) and RFE's
|
<p>This is a list of open STR's (Software Trouble Reports) and RFE's
|
||||||
(Requests for Enhancement) at the time of the release of FLTK 1.3.5 (March 2019).
|
(Requests for Enhancement) at the time of the release of FLTK 1.3.6 (Apr 26, 2021).
|
||||||
The current list can be viewed online at FLTK's
|
The current list can be viewed online at FLTK's
|
||||||
<a href="https://www.fltk.org/roadmap.php#1.3">Development Roadmap</a>.
|
<a href="https://www.fltk.org/roadmap.php#1.3">Development Roadmap</a>.
|
||||||
<br><br>
|
<br><br>
|
||||||
FLTK 1.3.5 is expected to be the last release in the 1.3.x series. Only
|
FLTK 1.3.6 is expected to be the last release in the 1.3.x series. Only
|
||||||
very serious bugs <b>may</b> be addressed in a future 1.3.6 release.
|
very serious bugs <b>may</b> be addressed in a future 1.3.x release.
|
||||||
<br>
|
<br>
|
||||||
All open STR's and RFE's of FLTK 1.3.x will be considered for FLTK 1.4.0,
|
All open STR's and RFE's of FLTK 1.3.x will be considered for FLTK 1.4.0,
|
||||||
if possible.
|
if possible.
|
||||||
@@ -26,13 +26,17 @@ and/or patches online.</b>
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- INSERT BUG LIST HEADER HERE -->
|
<!-- INSERT BUG LIST HEADER HERE -->
|
||||||
<h2><a name='1.3' id="1.3">FLTK 1.3 (62 Open Features, 62 Open Bugs)</a></h2>
|
|
||||||
|
<h2><a name='1.3' id="fltk_1.3">FLTK 1.3 (63 Open Features, 57 Open Bugs)</a></h2>
|
||||||
|
|
||||||
<!-- END OF BUG LIST HEADER -->
|
<!-- END OF BUG LIST HEADER -->
|
||||||
|
|
||||||
<p>FLTK 1.3 is the LATEST STABLE BRANCH based on FLTK 1.1.10. It adds internationalization,
|
<p>FLTK 1.3 is the LATEST STABLE BRANCH based on FLTK 1.1.10. It adds internationalization,
|
||||||
UTF-8 (Unicode), printing support, Doxygen based documentation, and several new widgets
|
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 is no longer in active
|
including Fl_Native_File_Chooser, Fl_Table, and Fl_Tree. FLTK 1.3 is no longer in active
|
||||||
development but still gets some important bug fixes (and for instance new macOS support).
|
development but still gets some important bug fixes (and for instance new macOS support).
|
||||||
|
<br>
|
||||||
|
FLTK 1.3.6 is the current stable release and will likely be the last release of this branch.
|
||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -105,14 +109,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3170'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3170'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3170'>MOD</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3170'>MOD</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3188'>3188</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3188'>Callback added using Fl::add_timeout is not called
|
|
||||||
(X11)</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3188'>Core Library</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3188'>Active</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3188'>MOD</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3235'>3235</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3235'>3235</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3235'>Segmentation fault in Fl_Preferences</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3235'>Segmentation fault in Fl_Preferences</a></td>
|
||||||
@@ -191,14 +187,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3378'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3378'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3378'>MOD</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3378'>MOD</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3384'>3384</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3384'>setting up an offscreen area crashes when no Window
|
|
||||||
exists yet (X11 only)</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3384'>Core Library</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3384'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3384'>MOD</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3410'>3410</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3410'>3410</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3410'>Fl_Shared_Image:find() doesn't find some existing
|
<td><a href='https://www.fltk.org/str.php?L3410'>Fl_Shared_Image:find() doesn't find some existing
|
||||||
@@ -221,14 +209,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3441'>Pending</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3441'>Pending</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3441'>MOD</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3441'>MOD</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3455'>3455</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3455'>Windows are not positioned at 0,0 when there is no
|
|
||||||
window manager.</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3455'>X11</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3455'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3455'>MOD</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3458'>3458</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3458'>3458</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3458'>GLUT compatibility mode segfaults when there's no
|
<td><a href='https://www.fltk.org/str.php?L3458'>GLUT compatibility mode segfaults when there's no
|
||||||
@@ -268,12 +248,12 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3497'>MOD</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3497'>MOD</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3502'>3502</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3536'>3536</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3502'>Cannot use Chinese input method in linux for fltk
|
<td><a href='https://www.fltk.org/str.php?L3536'>regression: incorrect desktop scaling in TigerVNC
|
||||||
>= 1.3.4</a></td>
|
(os/x)</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3502'>Core Library</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3536'></a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3502'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3536'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3502'>MOD</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3536'>MOD</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2791'>2791</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L2791'>2791</a></td>
|
||||||
@@ -290,13 +270,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2797'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L2797'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2797'>LOW</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L2797'>LOW</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2798'>2798</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L2798'>X11 coordinate clipping - label</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2798'>X11</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2798'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2798'>LOW</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L2828'>2828</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L2828'>2828</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L2828'>Fl_Tree RFE's</a></td>
|
<td><a href='https://www.fltk.org/str.php?L2828'>Fl_Tree RFE's</a></td>
|
||||||
@@ -422,14 +395,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3220'>Active</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3220'>Active</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3220'>LOW</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3220'>LOW</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3225'>3225</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3225'>Problem with shown directory in
|
|
||||||
fl_file_chooser</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3225'>Example Programs</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3225'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3225'>LOW</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3261'>3261</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3261'>3261</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3261'>FLTK and glutChangeToMenuEntry</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3261'>FLTK and glutChangeToMenuEntry</a></td>
|
||||||
@@ -456,7 +421,7 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>3290</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>3290</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3290'>Fl_Help_Dialog does not number ordered lists</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3290'>Fl_Help_Dialog does not number ordered lists</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>Core Library</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>Core Library</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>Pending</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>LOW</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3290'>LOW</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -878,7 +843,7 @@ and/or patches online.</b>
|
|||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>3210</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>3210</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3210'>FLTK 1.3.3 indentation fixed fluid version</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3210'>FLTK 1.3.3 indentation fixed fluid version</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>Core Library</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>FLUID</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>Pending</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>Pending</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3210'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -987,8 +952,16 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3492'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3492'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3492'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3492'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3533'>3533</a></td>
|
||||||
|
<td><a href='https://www.fltk.org/str.php?L3533'>Fl_Counter with fixed arrow widths - preliminary code
|
||||||
|
sample</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3533'>Core Library</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3533'>Pending</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3533'>RFE</a></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2><a name='1.4' id="1.4">FLTK 1.4 (121 Open Features, 70 Open Bugs)</a></h2>
|
<h2><a name='1.4' id="fltk-1.4">FLTK 1.4 (121 Open Features, 68 Open Bugs)</a></h2>
|
||||||
<p>FLTK 1.4 will add even more features to the FLTK 1 branch. This is the CURRENT DEVELOPMENT BRANCH where
|
<p>FLTK 1.4 will add even more features to the FLTK 1 branch. This is the CURRENT DEVELOPMENT BRANCH where
|
||||||
new features are added and bugs are fixed.<br>
|
new features are added and bugs are fixed.<br>
|
||||||
There is no release schedule yet.</p><br>
|
There is no release schedule yet.</p><br>
|
||||||
@@ -1099,14 +1072,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3327'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3327'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3327'>HIGH</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3327'>HIGH</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3395'>3395</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3395'>Fl_Text_Display and Fl_Text_Editor has significant
|
|
||||||
clipping on redraw when font sizes are changed.</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3395'>Core Library</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3395'>Pending</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3395'>HIGH</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3399'>3399</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3399'>3399</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3399'>X11 Drag and drop issue when displaying popup on
|
<td><a href='https://www.fltk.org/str.php?L3399'>X11 Drag and drop issue when displaying popup on
|
||||||
@@ -1237,6 +1202,13 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3357'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3357'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3357'>MOD</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3357'>MOD</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>3364</a></td>
|
||||||
|
<td><a href='https://www.fltk.org/str.php?L3364'>Fl_Text_Display: wrong text width calculation</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>Core Library</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>New</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>MOD</a></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3412'>3412</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3412'>3412</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3412'>Fl_Text_Display scroll bug (style table with font !=
|
<td><a href='https://www.fltk.org/str.php?L3412'>Fl_Text_Display scroll bug (style table with font !=
|
||||||
@@ -1467,30 +1439,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3396'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3396'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3396'>LOW</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3396'>LOW</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3424'>3424</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3424'>X11: Fl_Window::default_cursor(FL_CURSOR_NONE)
|
|
||||||
iterates</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3424'>X11</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3424'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3424'>LOW</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3432'>3432</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3432'>Fl_Tree with FL_TREE_SELECT_SINGLE_DRAGGABLE Drops
|
|
||||||
Into Wrong Place</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3432'>Core Library</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3432'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3432'>LOW</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3433'>3433</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3433'>Add contents of Article #415 on resizing to the
|
|
||||||
docs</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3433'>Documentation</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3433'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3433'>LOW</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3448'>3448</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3448'>3448</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3448'>fl_text_extents() width not correct with Xft+Pango and
|
<td><a href='https://www.fltk.org/str.php?L3448'>fl_text_extents() width not correct with Xft+Pango and
|
||||||
@@ -1503,7 +1451,7 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>3449</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>3449</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3449'>FL_Window - New SKIP_TASKBAR Flag and Patch</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3449'>FL_Window - New SKIP_TASKBAR Flag and Patch</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>Core Library</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>Core Library</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>Pending</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>Active</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>LOW</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3449'>LOW</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -1537,6 +1485,14 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3476'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3476'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3476'>LOW</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3476'>LOW</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3528'>3528</a></td>
|
||||||
|
<td><a href='https://www.fltk.org/str.php?L3528'>Fl_Tree: dragging an item over a widget() can cause
|
||||||
|
FL_RELEASE to be ignored</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3528'>Core Library</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3528'>New</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3528'>LOW</a></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L45'>45</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L45'>45</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L45'>Help_View does not handle tables with border properly
|
<td><a href='https://www.fltk.org/str.php?L45'>Help_View does not handle tables with border properly
|
||||||
@@ -1552,14 +1508,6 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L214'>Pending</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L214'>Pending</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L214'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L214'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L275'>275</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L275'>fl_ask, fl_alert, fl_file_chooser, fl_*
|
|
||||||
positioning</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L275'>Core Library</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L275'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L275'>RFE</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L298'>298</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L298'>298</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L298'>FLUID "commenting out" would be nice</a></td>
|
<td><a href='https://www.fltk.org/str.php?L298'>FLUID "commenting out" would be nice</a></td>
|
||||||
@@ -2237,19 +2185,11 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3360'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3360'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3360'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3360'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>3364</a></td>
|
|
||||||
<td><a href='https://www.fltk.org/str.php?L3364'>Fl_Text_Display: wrong text width
|
|
||||||
calculation?</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>Core Library</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>New</a></td>
|
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3364'>RFE</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>3370</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>3370</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3370'>use freedesktop.org XDG basedir-spec</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3370'>use freedesktop.org XDG basedir-spec</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>Core Library</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>Core Library</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>Active</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3370'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -2341,7 +2281,7 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>3460</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>3460</a></td>
|
||||||
<td><a href='https://www.fltk.org/str.php?L3460'>Small fluid annoyance bugs</a></td>
|
<td><a href='https://www.fltk.org/str.php?L3460'>Small fluid annoyance bugs</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>FLUID</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>FLUID</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>Active</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>Pending</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3460'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -2440,6 +2380,20 @@ and/or patches online.</b>
|
|||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3513'>New</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3513'>New</a></td>
|
||||||
<td align='center'><a href='https://www.fltk.org/str.php?L3513'>RFE</a></td>
|
<td align='center'><a href='https://www.fltk.org/str.php?L3513'>RFE</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3520'>3520</a></td>
|
||||||
|
<td><a href='https://www.fltk.org/str.php?L3520'>Fixing a FileChooser feature</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3520'></a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3520'>New</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3520'>RFE</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3521'>3521</a></td>
|
||||||
|
<td><a href='https://www.fltk.org/str.php?L3521'>Allow shift+scroll for horizontal scrolling</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3521'>Core Library</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3521'>Pending</a></td>
|
||||||
|
<td align='center'><a href='https://www.fltk.org/str.php?L3521'>RFE</a></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- END OF BUG LIST -->
|
<!-- END OF BUG LIST -->
|
||||||
|
|||||||
@@ -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