diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
index 53b06fc45..fd19445e5 100644
--- a/ANNOUNCEMENT
+++ b/ANNOUNCEMENT
@@ -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.
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
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.
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,
clean working copy if you want to get FLTK 1.4 (master).
diff --git a/CHANGES b/CHANGES
index 8513e648e..6cb95b25d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
- Note to devs: the following list was created with:
- $ git shortlog release-1.3.5.. | sed -e's/^ //' | sed -e's/^/ /'
-
- Albrecht Schlosser (12):
+ Albrecht Schlosser:
Fix Fl::add_timeout() in draw() under Linux (STR 3188)
- Fix trailing whitespace in CHANGES
X11: Fix X Input Methods (XIM) (STR 3502, 3192)
- Minor CMake updates (formatting)
Fix overly restrictive JPEG filter (#81)
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 potential fluid crashes (STR 3420) + memory leak
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):
- FLTK 1.3 had the same exterr problem.
+ Greg Ercolano:
+ Fix issue92, added -d debug flag to fluid (#92)
+ Merge pull request #176 from ComputerNerd/errmsg-fix-13
- Greg Ercolano (1):
- fixes issue92, added -d debug flag to fluid
-
- ManoloFLTK (14):
+ ManoloFLTK:
X11: add support for copy+paste of image within one app
Windows: add bitmap version of graphics when copying to clipboard
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
- 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
+ Fix for Fl_Native_File_Chooser under macOS 10.15 Catalina and ...
Restore macOS capacity to turn window fullscreen encompassing several screens.
Improve Fl_Copy_Surface under macOS
Set OPTION_USE_SYSTEM_LIBPNG/JPEG off under macOS by default
Have Fl_Pack::draw() call Fl_Group::init_sizes() on its parent group.
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
+ 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
- erco77 (1):
- Merge pull request #176 from ComputerNerd/errmsg-fix-13
-
CHANGES IN FLTK 1.3.5 RELEASED: Mar 03 2019
diff --git a/KNOWN_BUGS.html b/KNOWN_BUGS.html
index 9d1d79062..566dfd594 100644
--- a/KNOWN_BUGS.html
+++ b/KNOWN_BUGS.html
@@ -2,21 +2,21 @@
"http://www.w3.org/TR/html4/loose.dtd">
- 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
Development Roadmap.
-FLTK 1.3.5 is expected to be the last release in the 1.3.x series. Only
-very serious bugs may be addressed in a future 1.3.6 release.
+FLTK 1.3.6 is expected to be the last release in the 1.3.x series. Only
+very serious bugs may be addressed in a future 1.3.x release.
All open STR's and RFE's of FLTK 1.3.x will be considered for FLTK 1.4.0,
if possible.
@@ -26,2421 +26,2375 @@ and/or patches online.
-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
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).
+
+ FLTK 1.3.6 is the current stable release and will likely be the last release of this branch.
- 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.
- There is no release schedule yet.
-
- | STR # |
- Summary |
- Subsystem |
- Status |
- Priority |
-
-
- | 1869 |
- avoid recursing event handlers (Fl::readqueue,
- Fl::check) |
- Core Library |
- New |
- HIGH |
-
-
- | 1986 |
- X-server freezes when a window is opened while the
- menu is open |
- X11 |
- Pending |
- HIGH |
-
-
- | 2634 |
- fl_help_view bug fixes and new features |
- Core Library |
- New |
- HIGH |
-
-
- | 2639 |
- Fl_Pack resizes hidden widgets, which it doesn't touch
- when visible. |
- Core Library |
- New |
- HIGH |
-
-
- | 2678 |
- internationalization (fluid) |
- FLUID |
- New |
- HIGH |
-
-
- | 2861 |
- Enabling "Extract gettext" on fluid menus +
- possibility of static initialization of strings |
- FLUID |
- New |
- HIGH |
-
-
- | 3231 |
- editor.cxx: changed_cb() inducing reading
- uninitialized memory |
- Example Programs |
- Pending |
- HIGH |
-
-
- | 3238 |
- Fl_Group::clear method should be virtual |
- Core Library |
- New |
- HIGH |
-
-
- | 3242 |
- Re-enable nested (aka "recursive") common
- dialogs |
- Core Library |
- Active |
- HIGH |
-
-
- | 3271 |
- Socket for MS-WINDOWS is UINT_PTR |
- Core Library |
- New |
- HIGH |
-
-
- | 3284 |
- Cairo integration needs redesign |
- Cairo |
- New |
- HIGH |
-
-
- | 3289 |
- Fl_Menu_Items don't have i18n function in them when
- spit from fluid |
- FLUID |
- New |
- HIGH |
-
-
- | 3327 |
- Public members Fl::awake_ring_*_ should be
- private |
- Core Library |
- New |
- HIGH |
-
-
- | 3395 |
- Fl_Text_Display and Fl_Text_Editor has significant
- clipping on redraw when font sizes are changed. |
- Core Library |
- Pending |
- HIGH |
-
-
- | 3399 |
- X11 Drag and drop issue when displaying popup on
- recept of payload |
- X11 |
- New |
- HIGH |
-
-
- | 3413 |
- security advisory: all use of *snprintf() |
- Core Library |
- New |
- HIGH |
-
-
- | 3436 |
- use of isspace(), ispunct(), and others must correctly
- test unicode characters |
- Core Library |
- New |
- HIGH |
-
-
- | 3514 |
- Bundled image libs on Linux are incompatible with
- Xft |
- Build Files |
- New |
- HIGH |
-
-
- | 24 |
- Fluid should support sub-windows |
- FLUID |
- Pending |
- MOD |
-
-
- | 1650 |
- relative widget image path is uncorrect if fl file not
- saved where created |
- FLUID |
- New |
- MOD |
-
-
- | 1859 |
- Fluid callbacks in declaration blocks not working
- correctly |
- FLUID |
- New |
- MOD |
-
-
- | 1919 |
- Fl_Tile uses resizable() interface for different
- functionality |
- None |
- New |
- MOD |
-
-
- | 1993 |
- No redraw when dragging windows |
- WIN32 |
- New |
- MOD |
-
-
- | 2112 |
- OSX: changing a window's size() affects size_range()
- max |
- MacOS |
- New |
- MOD |
-
-
- | 2131 |
- test/help: The 'search window' doesn't work for text
- within <PRE> |
- Example Programs |
- New |
- MOD |
-
-
- | 2284 |
- Bad return value handling from "getc" in Fl_BMP_Image
- c'tor |
- Image Support |
- New |
- MOD |
-
-
- | 2306 |
- fltk's use of snprintf() should be hardened --
- recommend alternatives |
- Core Library |
- New |
- MOD |
-
-
- | 2663 |
- OpenGL overlay bug on Windows 7 + Intel
- graphics |
- OpenGL |
- New |
- MOD |
-
-
- | 3013 |
- Fixes to use of config.h header |
- Core Library |
- New |
- MOD |
-
-
- | 3287 |
- Potential array overrun in Fl::get_font() |
- Core Library |
- New |
- MOD |
-
-
- | 3357 |
- fltk-1.4.x-r12117 Windows Data Types bug |
- WIN32 |
- New |
- MOD |
-
-
- | 3412 |
- Fl_Text_Display scroll bug (style table with font !=
- textsize() + wrap) |
- Core Library |
- Pending |
- MOD |
-
-
- | 3415 |
- CMake: Programs may need some definitions from FLTK to
- work correctly |
- Build Files |
- Active |
- MOD |
-
-
- | 3416 |
- Changes to compile FLTK 1.4 with OpenWatcom
- 1.9 |
- Build Files |
- New |
- MOD |
-
-
- | 3419 |
- examples/OpenGL*.cxx needs Makefile entries |
- Build Files |
- New |
- MOD |
-
-
- | 3443 |
- cmake/Visual Studio: control /MT vs /MD compiler
- flags |
- Build Files |
- New |
- MOD |
-
-
- | 3454 |
- MinGW build errors (undefined: S_OK and
- __FD_ISSET) |
- WIN32 |
- Pending |
- MOD |
-
-
- | 3465 |
- scilinux 6.3: Setting FL_SCREEN font falling back to
- FL_HELVETICA |
- Core Library |
- New |
- MOD |
-
-
- | 3508 |
- fltk2ms() could be public, also does not translate
- KP_Enter |
- WIN32 |
- New |
- MOD |
-
-
- | 469 |
- Drawing problem when FL_ROUNDED_BOX and
- Fl_Menu_Button |
- Core Library |
- New |
- LOW |
-
-
- | 702 |
- Fl_Scrollbar increments incorrectly in specific
- situation |
- Core Library |
- New |
- LOW |
-
-
- | 810 |
- Fl_File_Chooser value(const char*) not wholly
- functional |
- Core Library |
- New |
- LOW |
-
-
- | 1115 |
- Windows shown while popup menu was active disappear
- when the menu is dismissed. |
- WIN32 |
- New |
- LOW |
-
-
- | 1373 |
- per-window vsync control |
- OpenGL |
- New |
- LOW |
-
-
- | 1597 |
- Fl_Help_View: HTML problems with font size +
- <UL> |
- Core Library |
- New |
- LOW |
-
-
- | 1679 |
- Borderless windows on WIN32 do not appear on the
- taskbar |
- WIN32 |
- New |
- LOW |
-
-
- | 1742 |
- Fl_Browser: Inconsistent behavior of value() |
- Core Library |
- New |
- LOW |
-
-
- | 1860 |
- Would like ability to specify software rendering for
- OpenGL contexts |
- OpenGL |
- New |
- LOW |
-
-
- | 1925 |
- Fl_Text_Display should have a member for secondary
- selection color |
- Core Library |
- New |
- LOW |
-
-
- | 1997 |
- fl_file_chooser(...) has a glitch |
- WIN32 |
- New |
- LOW |
-
-
- | 2132 |
- Fluid's Write Code shortcut does not work |
- FLUID |
- New |
- LOW |
-
-
- | 2145 |
- FL_ROUND_UP_BOX+Fl_Button+"gtk+" scheme: focus box
- draws outside widget |
- Core Library |
- New |
- LOW |
-
-
- | 2251 |
- Fl_Pack resize() and draw() behavior should be
- improved |
- Core Library |
- New |
- LOW |
-
-
- | 2617 |
- Inconsistent behavior for Fl_Window on win32 |
- Core Library |
- New |
- LOW |
-
-
- | 2658 |
- set_fonts() comments |
- Documentation |
- New |
- LOW |
-
-
- | 2901 |
- Fl_Browser format codes |
- Core Library |
- Pending |
- LOW |
-
-
- | 3179 |
- Opening a popup dialog while a menu is open hangs
- X |
- X11 |
- Pending |
- LOW |
-
-
- | 3334 |
- Minor bug fixes to Fl_Tabs. |
- Core Library |
- New |
- LOW |
-
-
- | 3354 |
- v1.4: Include file discrepancy to v1.3 |
- Core Library |
- New |
- LOW |
-
-
- | 3368 |
- Fl_Help_View may leak memory when images are in the
- HTML |
- Core Library |
- New |
- LOW |
-
-
- | 3396 |
- Window manager warning: Buggy client sent a
- _NET_ACTIVE_WINDOW message with a timestamp of 0 |
- X11 |
- New |
- LOW |
-
-
- | 3424 |
- X11: Fl_Window::default_cursor(FL_CURSOR_NONE)
- iterates |
- X11 |
- New |
- LOW |
-
-
- | 3432 |
- Fl_Tree with FL_TREE_SELECT_SINGLE_DRAGGABLE Drops
- Into Wrong Place |
- Core Library |
- New |
- LOW |
-
-
- | 3433 |
- Add contents of Article #415 on resizing to the
- docs |
- Documentation |
- New |
- LOW |
-
-
- | 3448 |
- fl_text_extents() width not correct with Xft+Pango and
- internal italic/bold fonts |
- X11 |
- New |
- LOW |
-
-
- | 3449 |
- FL_Window - New SKIP_TASKBAR Flag and Patch |
- Core Library |
- Pending |
- LOW |
-
-
- | 3461 |
- Follow up to: [RFE] STR #2927: Please make 'LEADING'
- constant in FL_Menu.cxx an alterable API method |
- Core Library |
- New |
- LOW |
-
-
- | 3470 |
- In fluid code editor, cursor turns into gray box on
- typing |
- FLUID |
- New |
- LOW |
-
-
- | 3471 |
- CMake improvements |
- Build Files |
- Pending |
- LOW |
-
-
- | 3476 |
- nanosvg: rendering artecfacts under certain conditions
- (rounding?) |
- Image Support |
- New |
- LOW |
-
-
- | 45 |
- Help_View does not handle tables with border properly
- (and more) |
- Core Library |
- New |
- RFE |
-
-
- | 214 |
- function objects for callbacks. |
- Core Library |
- Pending |
- RFE |
-
-
- | 275 |
- fl_ask, fl_alert, fl_file_chooser, fl_*
- positioning |
- Core Library |
- New |
- RFE |
-
-
- | 298 |
- FLUID "commenting out" would be nice |
- FLUID |
- New |
- RFE |
-
-
- | 334 |
- technical change : remove statics in fl_ask |
- Core Library |
- Active |
- RFE |
-
-
- | 460 |
- Provide save() member function to Fl_Image
- subclasses |
- Image Support |
- New |
- RFE |
-
-
- | 470 |
- up / down indicator when portion of menu is off
- screen |
- Core Library |
- New |
- RFE |
-
-
- | 749 |
- Enable a right-click copy/paste menu for all
- Input/Output/Editor/Display widgets |
- Core Library |
- New |
- RFE |
-
-
- | 767 |
- Removeing titlebar but keeping border.(win32) |
- WIN32 |
- New |
- RFE |
-
-
- | 829 |
- Support for animated GIFs in Fl_GIF_Image |
- Image Support |
- Pending |
- RFE |
-
-
- | 900 |
- Fl::add_timeout will also consume all the time of
- embedded low speed CPU |
- Core Library |
- New |
- RFE |
-
-
- | 1029 |
- Fl::font(), Fl::size(), etc. for changing
- defaults |
- Core Library |
- New |
- RFE |
-
-
- | 1903 |
- Check for missing functionalities from original UTF8
- patch |
- Unicode support |
- New |
- RFE |
-
-
- | 1923 |
- Enhance non-modal windows on Mac OS X |
- MacOS |
- New |
- RFE |
-
-
- | 1981 |
- [PATCH] Add "stay on top"-feature to
- Fl_Window |
- Core Library |
- New |
- RFE |
-
-
- | 1984 |
- provide a hook to override default event
- delivery |
- Core Library |
- New |
- RFE |
-
-
- | 1989 |
- Support for Multiple Cursor interaction (MPX) |
- Core Library |
- New |
- RFE |
-
-
- | 2014 |
- Digital Mars C++ support for FLTK 1.3 |
- Multiple |
- New |
- RFE |
-
-
- | 2022 |
- Deriving from Fl_Chart |
- Core Library |
- New |
- RFE |
-
-
- | 2041 |
- Addition of a FL_TOOLTIP event (PoC) |
- Core Library |
- Pending |
- RFE |
-
-
- | 2059 |
- Support for CDash |
- Build Files |
- New |
- RFE |
-
-
- | 2060 |
- fluid should rewrite files conservatively on "Write
- Code" |
- FLUID |
- New |
- RFE |
-
-
- | 2081 |
- add opengl 3 support to fltk |
- OpenGL |
- New |
- RFE |
-
-
- | 2083 |
- Add maximize, minimize caps to FL_Window |
- Core Library |
- New |
- RFE |
-
-
- | 2118 |
- Multisample support on Windows |
- OpenGL |
- New |
- RFE |
-
-
- | 2148 |
- Use iconv() if provided by glibc |
- OS support |
- New |
- RFE |
-
-
- | 2154 |
- Support XIM on UTF-8 and GBK locale, update XIM
- support on GB2312. |
- Unicode support |
- New |
- RFE |
-
-
- | 2162 |
- [PATCH] Wrap CJK characters in Fl_Input_ |
- Unicode support |
- New |
- RFE |
-
-
- | 2175 |
- why dose not FLTK support framebuffer
- directly? |
- Core Library |
- New |
- RFE |
-
-
- | 2177 |
- Fl::add_handler() additional data parameter |
- Core Library |
- New |
- RFE |
-
-
- | 2178 |
- Allow Fl_X::make_xid() to call user defined
- function |
- Core Library |
- New |
- RFE |
-
-
- | 2179 |
- Allow receiving events before FLTK handles
- them |
- Core Library |
- New |
- RFE |
-
-
- | 2180 |
- pkg-config support |
- Config Files |
- New |
- RFE |
-
-
- | 2188 |
- [PATCH] Support win32 accessibility via MSAA |
- WIN32 |
- New |
- RFE |
-
-
- | 2242 |
- Enable usage of FLTK fonts in cairo context (patch
- included) |
- Cairo |
- New |
- RFE |
-
-
- | 2314 |
- Width option for the Fl_Menu_Item |
- Core Library |
- New |
- RFE |
-
-
- | 2338 |
- Propose to add a new method to Fl_Widget
- Fl_Widget::parent_root() |
- Core Library |
- New |
- RFE |
-
-
- | 2340 |
- Allow setting both a window icon and a mask pixmap in
- the X11 version. |
- X11 |
- New |
- RFE |
-
-
- | 2402 |
- Widget Associations |
- Core Library |
- New |
- RFE |
-
-
- | 2411 |
- ICC Colour management policy |
- Core Library |
- New |
- RFE |
-
-
- | 2445 |
- Small modification to Fl_Value_Input to allow precize
- steps with left mouse button |
- Core Library |
- New |
- RFE |
-
-
- | 2446 |
- Allow easy customization for special purposes |
- Core Library |
- New |
- RFE |
-
-
- | 2453 |
- Enable cups printing on unix platforms (include a
- patch) |
- X11 |
- New |
- RFE |
-
-
- | 2454 |
- Fl_Tree: need to fix keyboard nav of *child fltk
- widgets* added to tree |
- Core Library |
- New |
- RFE |
-
-
- | 2482 |
- glutKeyboardUpFunc, glutSpecialUpFunc,
- glutLeaveMainLoop |
- GLUT Emulation |
- New |
- RFE |
-
-
- | 2494 |
- Patch that adds some macros to the extra code
- lines |
- FLUID |
- New |
- RFE |
-
-
- | 2583 |
- transparency for fl_draw_image() |
- Core Library |
- New |
- RFE |
-
-
- | 2586 |
- Consolidate fluid settings into one dialog |
- FLUID |
- New |
- RFE |
-
-
- | 2609 |
- shape functions (fl_rectf etc.) support alpha |
- Core Library |
- New |
- RFE |
-
-
- | 2610 |
- Add another method for Fl_Menu_Button to allow popup
- at specific position |
- Core Library |
- New |
- RFE |
-
-
- | 2624 |
- Placement of widgets be Group relative |
- Core Library |
- New |
- RFE |
-
-
- | 2633 |
- New methods for Fl_JPEG_Image and Fl_PNG_Image to
- encode from Fl_Image |
- Image Support |
- New |
- RFE |
-
-
- | 2642 |
- Need examples and docs for how to build apps against
- DLL version of FLTK |
- Core Library |
- New |
- RFE |
-
-
- | 2662 |
- Docs for "Drawing Things In FLTK" should cover
- coordinate space of widgets vs. windows |
- Documentation |
- New |
- RFE |
-
-
- | 2675 |
- Patch for a new "oxy" theme of FLTK 1.3 (with
- gradient). |
- Core Library |
- Pending |
- RFE |
-
-
- | 2692 |
- right justify option for scroll window |
- Core Library |
- New |
- RFE |
-
-
- | 2751 |
- Limit input field characters in fl_ask, fl_input and
- friends. |
- Core Library |
- Active |
- RFE |
-
-
- | 2752 |
- Allow down arrow to open input-choice drop down
- menu |
- Core Library |
- Active |
- RFE |
-
-
- | 2753 |
- Capture enter as click on button with focus |
- Core Library |
- New |
- RFE |
-
-
- | 2755 |
- Allow color change on Browser selection bar based on
- focus |
- Core Library |
- New |
- RFE |
-
-
- | 2756 |
- New browser checkbox widget |
- Core Library |
- New |
- RFE |
-
-
- | 2757 |
- Allows shortcuts on browser items |
- Core Library |
- New |
- RFE |
-
-
- | 2762 |
- Ability to set icon character for fl_choice |
- Core Library |
- New |
- RFE |
-
-
- | 2763 |
- Full Selection Movement when using Keyboard in
- Browser |
- Core Library |
- New |
- RFE |
-
-
- | 2766 |
- New configurable option to change symbol prefix
- character |
- Core Library |
- New |
- RFE |
-
-
- | 2767 |
- Fix scrollbar visiblity from causing miscalcuation on
- select() |
- Core Library |
- New |
- RFE |
-
-
- | 2785 |
- Evalayout with FLTK one attempt |
- Core Library |
- New |
- RFE |
-
-
- | 2792 |
- Change of logic used on browser_ when no
- selection |
- Core Library |
- New |
- RFE |
-
-
- | 2793 |
- Option to change FL_SHORTCUT logic |
- Core Library |
- New |
- RFE |
-
-
- | 2799 |
- Menus can suddenly disappear |
- Core Library |
- New |
- RFE |
-
-
- | 2822 |
- Fl_Input UTF-8 handling |
- Unicode support |
- New |
- RFE |
-
-
- | 2876 |
- Make xft font sorting work (patch supplied) |
- X11 |
- New |
- RFE |
-
-
- | 2916 |
- Remove CMake or Autotools build system |
- Build Files |
- New |
- RFE |
-
-
- | 2951 |
- DoubleSlider for selecting low and high values within
- min/max range |
- Core Library |
- New |
- RFE |
-
-
- | 2982 |
- Cannot build outside of source tree. |
- Build Files |
- New |
- RFE |
-
-
- | 3100 |
- [patch] Allow printing to be disabled |
- Build Files |
- New |
- RFE |
-
-
- | 3204 |
- Fl_Shared_Image improvements |
- Core Library |
- New |
- RFE |
-
-
- | 3211 |
- Scrolling Tabs Widget |
- Core Library |
- Active |
- RFE |
-
-
- | 3222 |
- Make the text box area of Fl_Value_Slider etc. user
- settable |
- Core Library |
- New |
- RFE |
-
-
- | 3224 |
- add CMake package registry option |
- Build Files |
- New |
- RFE |
-
-
- | 3241 |
- Suggesting int Fl_Menu_::value(item) return -1 if item
- is in a submenu |
- Core Library |
- New |
- RFE |
-
-
- | 3264 |
- The autotools build system does not build
- FLTKConfig.cmake |
- Build Files |
- New |
- RFE |
-
-
- | 3277 |
- Fl_Text_Display virtual method |
- Core Library |
- New |
- RFE |
-
-
- | 3288 |
- Consistent configuration macros |
- Config Files |
- New |
- RFE |
-
-
- | 3296 |
- Improvement of bilinear scaling of images |
- Image Support |
- New |
- RFE |
-
-
- | 3297 |
- New implementation of Fl_Shared_Image... |
- Image Support |
- New |
- RFE |
-
-
- | 3313 |
- Speedup fl_read_image() for X11 |
- Image Support |
- New |
- RFE |
-
-
- | 3314 |
- Make some private Fl_Tabs methods protected |
- Core Library |
- New |
- RFE |
-
-
- | 3336 |
- Include some example fluid files |
- Example Programs |
- New |
- RFE |
-
-
- | 3339 |
- fltk-config: would be nice if one could add extra libs
- to --compile |
- Config Files |
- New |
- RFE |
-
-
- | 3350 |
- Some fix to handle dll multi injection and
- ejection |
- DLL/DSO |
- Pending |
- RFE |
-
-
- | 3351 |
- optionally changing Fl_Choice's dropdown
- behavior |
- Core Library |
- New |
- RFE |
-
-
- | 3355 |
- Support generation of UTF-8 file from FLUID |
- FLUID |
- New |
- RFE |
-
-
- | 3360 |
- fltk manpage improvements |
- Documentation |
- New |
- RFE |
-
-
- | 3364 |
- Fl_Text_Display: wrong text width
- calculation? |
- Core Library |
- New |
- RFE |
-
-
- | 3370 |
- use freedesktop.org XDG basedir-spec |
- Core Library |
- New |
- RFE |
-
-
- | 3371 |
- Wayland Display Server Protocol support |
- Core Library |
- New |
- RFE |
-
-
- | 3372 |
- Vulkan API support |
- Core Library |
- New |
- RFE |
-
-
- | 3379 |
- General documentation
- improvements/elaborations |
- Documentation |
- New |
- RFE |
-
-
- | 3380 |
- Change FLUID codegeneration behavior for "Widget Clas"
- with "relative" option "ON" |
- FLUID |
- New |
- RFE |
-
-
- | 3383 |
- Allow alpha image with
- Fl_Image_Surface::image() |
- Image Support |
- New |
- RFE |
-
-
- | 3392 |
- Fl::set_font() limited to italic and bold
- fonts |
- Core Library |
- New |
- RFE |
-
-
- | 3405 |
- Please add more comments to
- Fl_Native_File_Chooser_MAC.mm |
- Core Library |
- New |
- RFE |
-
-
- | 3418 |
- Promote current scaling factor to child
- processes |
- Core Library |
- New |
- RFE |
-
-
- | 3442 |
- fluid: ^V (paste) should paste new item below current
- selection |
- FLUID |
- New |
- RFE |
-
-
- | 3451 |
- Option to disable visibility on Linux |
- Build Files |
- New |
- RFE |
-
-
- | 3453 |
- Fl_Text_Display: Highlight current line
- (Patch) |
- Core Library |
- New |
- RFE |
-
-
- | 3460 |
- Small fluid annoyance bugs |
- FLUID |
- Active |
- RFE |
-
-
- | 3467 |
- create Fl_File_Icon from embedded image data |
- Image Support |
- New |
- RFE |
-
-
- | 3477 |
- add oxy scheme |
- Core Library |
- Pending |
- RFE |
-
-
- | 3479 |
- loop bar similar to Fl_Progress |
- Core Library |
- New |
- RFE |
-
-
- | 3485 |
- Cumulative Patch for 1.4 addressing several
- STR |
- Multiple |
- New |
- RFE |
-
-
- | 3486 |
- system tray functionality |
- OS support |
- New |
- RFE |
-
-
- | 3487 |
- Added support for Ctrl-Shift-U to enter unicode chars
- to input field and enhance UTF8 support. |
- Unicode support |
- New |
- RFE |
-
-
- | 3495 |
- build library without dependencies on X11 |
- Build Files |
- New |
- RFE |
-
-
- | 3501 |
- Fl_Help_View: copy text selection |
- Core Library |
- New |
- RFE |
-
-
- | 3504 |
- read Windows icon file (.ico) |
- Image Support |
- New |
- RFE |
-
-
- | 3505 |
- Add FLTK as package for the Hunter packaging
- system |
- Build Files |
- New |
- RFE |
-
-
- | 3509 |
- Modernize FLTK: replace Porsche logo with Tesla logo
- in"test/Pixmaps" |
- Example Programs |
- New |
- RFE |
-
-
- | 3510 |
- Fl_Native_File_Chooser_GTK not using
- dlclose() |
- |
- New |
- RFE |
-
-
- | 3513 |
- Supporting Haiku |
- |
- New |
- RFE |
-
-
+
+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.
+There is no release schedule yet.
+
+ | STR # |
+ Summary |
+ Subsystem |
+ Status |
+ Priority |
+
+
+ | 1869 |
+ avoid recursing event handlers (Fl::readqueue,
+ Fl::check) |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 1986 |
+ X-server freezes when a window is opened while the
+ menu is open |
+ X11 |
+ Pending |
+ HIGH |
+
+
+ | 2634 |
+ fl_help_view bug fixes and new features |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 2639 |
+ Fl_Pack resizes hidden widgets, which it doesn't touch
+ when visible. |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 2678 |
+ internationalization (fluid) |
+ FLUID |
+ New |
+ HIGH |
+
+
+ | 2861 |
+ Enabling "Extract gettext" on fluid menus +
+ possibility of static initialization of strings |
+ FLUID |
+ New |
+ HIGH |
+
+
+ | 3231 |
+ editor.cxx: changed_cb() inducing reading
+ uninitialized memory |
+ Example Programs |
+ Pending |
+ HIGH |
+
+
+ | 3238 |
+ Fl_Group::clear method should be virtual |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 3242 |
+ Re-enable nested (aka "recursive") common
+ dialogs |
+ Core Library |
+ Active |
+ HIGH |
+
+
+ | 3271 |
+ Socket for MS-WINDOWS is UINT_PTR |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 3284 |
+ Cairo integration needs redesign |
+ Cairo |
+ New |
+ HIGH |
+
+
+ | 3289 |
+ Fl_Menu_Items don't have i18n function in them when
+ spit from fluid |
+ FLUID |
+ New |
+ HIGH |
+
+
+ | 3327 |
+ Public members Fl::awake_ring_*_ should be
+ private |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 3399 |
+ X11 Drag and drop issue when displaying popup on
+ recept of payload |
+ X11 |
+ New |
+ HIGH |
+
+
+ | 3413 |
+ security advisory: all use of *snprintf() |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 3436 |
+ use of isspace(), ispunct(), and others must correctly
+ test unicode characters |
+ Core Library |
+ New |
+ HIGH |
+
+
+ | 3514 |
+ Bundled image libs on Linux are incompatible with
+ Xft |
+ Build Files |
+ New |
+ HIGH |
+
+
+ | 24 |
+ Fluid should support sub-windows |
+ FLUID |
+ Pending |
+ MOD |
+
+
+ | 1650 |
+ relative widget image path is uncorrect if fl file not
+ saved where created |
+ FLUID |
+ New |
+ MOD |
+
+
+ | 1859 |
+ Fluid callbacks in declaration blocks not working
+ correctly |
+ FLUID |
+ New |
+ MOD |
+
+
+ | 1919 |
+ Fl_Tile uses resizable() interface for different
+ functionality |
+ None |
+ New |
+ MOD |
+
+
+ | 1993 |
+ No redraw when dragging windows |
+ WIN32 |
+ New |
+ MOD |
+
+
+ | 2112 |
+ OSX: changing a window's size() affects size_range()
+ max |
+ MacOS |
+ New |
+ MOD |
+
+
+ | 2131 |
+ test/help: The 'search window' doesn't work for text
+ within <PRE> |
+ Example Programs |
+ New |
+ MOD |
+
+
+ | 2284 |
+ Bad return value handling from "getc" in Fl_BMP_Image
+ c'tor |
+ Image Support |
+ New |
+ MOD |
+
+
+ | 2306 |
+ fltk's use of snprintf() should be hardened --
+ recommend alternatives |
+ Core Library |
+ New |
+ MOD |
+
+
+ | 2663 |
+ OpenGL overlay bug on Windows 7 + Intel
+ graphics |
+ OpenGL |
+ New |
+ MOD |
+
+
+ | 3013 |
+ Fixes to use of config.h header |
+ Core Library |
+ New |
+ MOD |
+
+
+ | 3287 |
+ Potential array overrun in Fl::get_font() |
+ Core Library |
+ New |
+ MOD |
+
+
+ | 3357 |
+ fltk-1.4.x-r12117 Windows Data Types bug |
+ WIN32 |
+ New |
+ MOD |
+
+
+ | 3364 |
+ Fl_Text_Display: wrong text width calculation |
+ Core Library |
+ New |
+ MOD |
+
+
+ | 3412 |
+ Fl_Text_Display scroll bug (style table with font !=
+ textsize() + wrap) |
+ Core Library |
+ Pending |
+ MOD |
+
+
+ | 3415 |
+ CMake: Programs may need some definitions from FLTK to
+ work correctly |
+ Build Files |
+ Active |
+ MOD |
+
+
+ | 3416 |
+ Changes to compile FLTK 1.4 with OpenWatcom
+ 1.9 |
+ Build Files |
+ New |
+ MOD |
+
+
+ | 3419 |
+ examples/OpenGL*.cxx needs Makefile entries |
+ Build Files |
+ New |
+ MOD |
+
+
+ | 3443 |
+ cmake/Visual Studio: control /MT vs /MD compiler
+ flags |
+ Build Files |
+ New |
+ MOD |
+
+
+ | 3454 |
+ MinGW build errors (undefined: S_OK and
+ __FD_ISSET) |
+ WIN32 |
+ Pending |
+ MOD |
+
+
+ | 3465 |
+ scilinux 6.3: Setting FL_SCREEN font falling back to
+ FL_HELVETICA |
+ Core Library |
+ New |
+ MOD |
+
+
+ | 3508 |
+ fltk2ms() could be public, also does not translate
+ KP_Enter |
+ WIN32 |
+ New |
+ MOD |
+
+
+ | 469 |
+ Drawing problem when FL_ROUNDED_BOX and
+ Fl_Menu_Button |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 702 |
+ Fl_Scrollbar increments incorrectly in specific
+ situation |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 810 |
+ Fl_File_Chooser value(const char*) not wholly
+ functional |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 1115 |
+ Windows shown while popup menu was active disappear
+ when the menu is dismissed. |
+ WIN32 |
+ New |
+ LOW |
+
+
+ | 1373 |
+ per-window vsync control |
+ OpenGL |
+ New |
+ LOW |
+
+
+ | 1597 |
+ Fl_Help_View: HTML problems with font size +
+ <UL> |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 1679 |
+ Borderless windows on WIN32 do not appear on the
+ taskbar |
+ WIN32 |
+ New |
+ LOW |
+
+
+ | 1742 |
+ Fl_Browser: Inconsistent behavior of value() |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 1860 |
+ Would like ability to specify software rendering for
+ OpenGL contexts |
+ OpenGL |
+ New |
+ LOW |
+
+
+ | 1925 |
+ Fl_Text_Display should have a member for secondary
+ selection color |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 1997 |
+ fl_file_chooser(...) has a glitch |
+ WIN32 |
+ New |
+ LOW |
+
+
+ | 2132 |
+ Fluid's Write Code shortcut does not work |
+ FLUID |
+ New |
+ LOW |
+
+
+ | 2145 |
+ FL_ROUND_UP_BOX+Fl_Button+"gtk+" scheme: focus box
+ draws outside widget |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 2251 |
+ Fl_Pack resize() and draw() behavior should be
+ improved |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 2617 |
+ Inconsistent behavior for Fl_Window on win32 |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 2658 |
+ set_fonts() comments |
+ Documentation |
+ New |
+ LOW |
+
+
+ | 2901 |
+ Fl_Browser format codes |
+ Core Library |
+ Pending |
+ LOW |
+
+
+ | 3179 |
+ Opening a popup dialog while a menu is open hangs
+ X |
+ X11 |
+ Pending |
+ LOW |
+
+
+ | 3334 |
+ Minor bug fixes to Fl_Tabs. |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 3354 |
+ v1.4: Include file discrepancy to v1.3 |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 3368 |
+ Fl_Help_View may leak memory when images are in the
+ HTML |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 3396 |
+ Window manager warning: Buggy client sent a
+ _NET_ACTIVE_WINDOW message with a timestamp of 0 |
+ X11 |
+ New |
+ LOW |
+
+
+ | 3448 |
+ fl_text_extents() width not correct with Xft+Pango and
+ internal italic/bold fonts |
+ X11 |
+ New |
+ LOW |
+
+
+ | 3449 |
+ FL_Window - New SKIP_TASKBAR Flag and Patch |
+ Core Library |
+ Active |
+ LOW |
+
+
+ | 3461 |
+ Follow up to: [RFE] STR #2927: Please make 'LEADING'
+ constant in FL_Menu.cxx an alterable API method |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 3470 |
+ In fluid code editor, cursor turns into gray box on
+ typing |
+ FLUID |
+ New |
+ LOW |
+
+
+ | 3471 |
+ CMake improvements |
+ Build Files |
+ Pending |
+ LOW |
+
+
+ | 3476 |
+ nanosvg: rendering artecfacts under certain conditions
+ (rounding?) |
+ Image Support |
+ New |
+ LOW |
+
+
+ | 3528 |
+ Fl_Tree: dragging an item over a widget() can cause
+ FL_RELEASE to be ignored |
+ Core Library |
+ New |
+ LOW |
+
+
+ | 45 |
+ Help_View does not handle tables with border properly
+ (and more) |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 214 |
+ function objects for callbacks. |
+ Core Library |
+ Pending |
+ RFE |
+
+
+ | 298 |
+ FLUID "commenting out" would be nice |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 334 |
+ technical change : remove statics in fl_ask |
+ Core Library |
+ Active |
+ RFE |
+
+
+ | 460 |
+ Provide save() member function to Fl_Image
+ subclasses |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 470 |
+ up / down indicator when portion of menu is off
+ screen |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 749 |
+ Enable a right-click copy/paste menu for all
+ Input/Output/Editor/Display widgets |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 767 |
+ Removeing titlebar but keeping border.(win32) |
+ WIN32 |
+ New |
+ RFE |
+
+
+ | 829 |
+ Support for animated GIFs in Fl_GIF_Image |
+ Image Support |
+ Pending |
+ RFE |
+
+
+ | 900 |
+ Fl::add_timeout will also consume all the time of
+ embedded low speed CPU |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 1029 |
+ Fl::font(), Fl::size(), etc. for changing
+ defaults |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 1903 |
+ Check for missing functionalities from original UTF8
+ patch |
+ Unicode support |
+ New |
+ RFE |
+
+
+ | 1923 |
+ Enhance non-modal windows on Mac OS X |
+ MacOS |
+ New |
+ RFE |
+
+
+ | 1981 |
+ [PATCH] Add "stay on top"-feature to
+ Fl_Window |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 1984 |
+ provide a hook to override default event
+ delivery |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 1989 |
+ Support for Multiple Cursor interaction (MPX) |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2014 |
+ Digital Mars C++ support for FLTK 1.3 |
+ Multiple |
+ New |
+ RFE |
+
+
+ | 2022 |
+ Deriving from Fl_Chart |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2041 |
+ Addition of a FL_TOOLTIP event (PoC) |
+ Core Library |
+ Pending |
+ RFE |
+
+
+ | 2059 |
+ Support for CDash |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 2060 |
+ fluid should rewrite files conservatively on "Write
+ Code" |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 2081 |
+ add opengl 3 support to fltk |
+ OpenGL |
+ New |
+ RFE |
+
+
+ | 2083 |
+ Add maximize, minimize caps to FL_Window |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2118 |
+ Multisample support on Windows |
+ OpenGL |
+ New |
+ RFE |
+
+
+ | 2148 |
+ Use iconv() if provided by glibc |
+ OS support |
+ New |
+ RFE |
+
+
+ | 2154 |
+ Support XIM on UTF-8 and GBK locale, update XIM
+ support on GB2312. |
+ Unicode support |
+ New |
+ RFE |
+
+
+ | 2162 |
+ [PATCH] Wrap CJK characters in Fl_Input_ |
+ Unicode support |
+ New |
+ RFE |
+
+
+ | 2175 |
+ why dose not FLTK support framebuffer
+ directly? |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2177 |
+ Fl::add_handler() additional data parameter |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2178 |
+ Allow Fl_X::make_xid() to call user defined
+ function |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2179 |
+ Allow receiving events before FLTK handles
+ them |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2180 |
+ pkg-config support |
+ Config Files |
+ New |
+ RFE |
+
+
+ | 2188 |
+ [PATCH] Support win32 accessibility via MSAA |
+ WIN32 |
+ New |
+ RFE |
+
+
+ | 2242 |
+ Enable usage of FLTK fonts in cairo context (patch
+ included) |
+ Cairo |
+ New |
+ RFE |
+
+
+ | 2314 |
+ Width option for the Fl_Menu_Item |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2338 |
+ Propose to add a new method to Fl_Widget
+ Fl_Widget::parent_root() |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2340 |
+ Allow setting both a window icon and a mask pixmap in
+ the X11 version. |
+ X11 |
+ New |
+ RFE |
+
+
+ | 2402 |
+ Widget Associations |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2411 |
+ ICC Colour management policy |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2445 |
+ Small modification to Fl_Value_Input to allow precize
+ steps with left mouse button |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2446 |
+ Allow easy customization for special purposes |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2453 |
+ Enable cups printing on unix platforms (include a
+ patch) |
+ X11 |
+ New |
+ RFE |
+
+
+ | 2454 |
+ Fl_Tree: need to fix keyboard nav of *child fltk
+ widgets* added to tree |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2482 |
+ glutKeyboardUpFunc, glutSpecialUpFunc,
+ glutLeaveMainLoop |
+ GLUT Emulation |
+ New |
+ RFE |
+
+
+ | 2494 |
+ Patch that adds some macros to the extra code
+ lines |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 2583 |
+ transparency for fl_draw_image() |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2586 |
+ Consolidate fluid settings into one dialog |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 2609 |
+ shape functions (fl_rectf etc.) support alpha |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2610 |
+ Add another method for Fl_Menu_Button to allow popup
+ at specific position |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2624 |
+ Placement of widgets be Group relative |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2633 |
+ New methods for Fl_JPEG_Image and Fl_PNG_Image to
+ encode from Fl_Image |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 2642 |
+ Need examples and docs for how to build apps against
+ DLL version of FLTK |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2662 |
+ Docs for "Drawing Things In FLTK" should cover
+ coordinate space of widgets vs. windows |
+ Documentation |
+ New |
+ RFE |
+
+
+ | 2675 |
+ Patch for a new "oxy" theme of FLTK 1.3 (with
+ gradient). |
+ Core Library |
+ Pending |
+ RFE |
+
+
+ | 2692 |
+ right justify option for scroll window |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2751 |
+ Limit input field characters in fl_ask, fl_input and
+ friends. |
+ Core Library |
+ Active |
+ RFE |
+
+
+ | 2752 |
+ Allow down arrow to open input-choice drop down
+ menu |
+ Core Library |
+ Active |
+ RFE |
+
+
+ | 2753 |
+ Capture enter as click on button with focus |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2755 |
+ Allow color change on Browser selection bar based on
+ focus |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2756 |
+ New browser checkbox widget |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2757 |
+ Allows shortcuts on browser items |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2762 |
+ Ability to set icon character for fl_choice |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2763 |
+ Full Selection Movement when using Keyboard in
+ Browser |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2766 |
+ New configurable option to change symbol prefix
+ character |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2767 |
+ Fix scrollbar visiblity from causing miscalcuation on
+ select() |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2785 |
+ Evalayout with FLTK one attempt |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2792 |
+ Change of logic used on browser_ when no
+ selection |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2793 |
+ Option to change FL_SHORTCUT logic |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2799 |
+ Menus can suddenly disappear |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2822 |
+ Fl_Input UTF-8 handling |
+ Unicode support |
+ New |
+ RFE |
+
+
+ | 2876 |
+ Make xft font sorting work (patch supplied) |
+ X11 |
+ New |
+ RFE |
+
+
+ | 2916 |
+ Remove CMake or Autotools build system |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 2951 |
+ DoubleSlider for selecting low and high values within
+ min/max range |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 2982 |
+ Cannot build outside of source tree. |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3100 |
+ [patch] Allow printing to be disabled |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3204 |
+ Fl_Shared_Image improvements |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3211 |
+ Scrolling Tabs Widget |
+ Core Library |
+ Active |
+ RFE |
+
+
+ | 3222 |
+ Make the text box area of Fl_Value_Slider etc. user
+ settable |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3224 |
+ add CMake package registry option |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3241 |
+ Suggesting int Fl_Menu_::value(item) return -1 if item
+ is in a submenu |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3264 |
+ The autotools build system does not build
+ FLTKConfig.cmake |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3277 |
+ Fl_Text_Display virtual method |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3288 |
+ Consistent configuration macros |
+ Config Files |
+ New |
+ RFE |
+
+
+ | 3296 |
+ Improvement of bilinear scaling of images |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 3297 |
+ New implementation of Fl_Shared_Image... |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 3313 |
+ Speedup fl_read_image() for X11 |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 3314 |
+ Make some private Fl_Tabs methods protected |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3336 |
+ Include some example fluid files |
+ Example Programs |
+ New |
+ RFE |
+
+
+ | 3339 |
+ fltk-config: would be nice if one could add extra libs
+ to --compile |
+ Config Files |
+ New |
+ RFE |
+
+
+ | 3350 |
+ Some fix to handle dll multi injection and
+ ejection |
+ DLL/DSO |
+ Pending |
+ RFE |
+
+
+ | 3351 |
+ optionally changing Fl_Choice's dropdown
+ behavior |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3355 |
+ Support generation of UTF-8 file from FLUID |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 3360 |
+ fltk manpage improvements |
+ Documentation |
+ New |
+ RFE |
+
+
+ | 3370 |
+ use freedesktop.org XDG basedir-spec |
+ Core Library |
+ Active |
+ RFE |
+
+
+ | 3371 |
+ Wayland Display Server Protocol support |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3372 |
+ Vulkan API support |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3379 |
+ General documentation
+ improvements/elaborations |
+ Documentation |
+ New |
+ RFE |
+
+
+ | 3380 |
+ Change FLUID codegeneration behavior for "Widget Clas"
+ with "relative" option "ON" |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 3383 |
+ Allow alpha image with
+ Fl_Image_Surface::image() |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 3392 |
+ Fl::set_font() limited to italic and bold
+ fonts |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3405 |
+ Please add more comments to
+ Fl_Native_File_Chooser_MAC.mm |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3418 |
+ Promote current scaling factor to child
+ processes |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3442 |
+ fluid: ^V (paste) should paste new item below current
+ selection |
+ FLUID |
+ New |
+ RFE |
+
+
+ | 3451 |
+ Option to disable visibility on Linux |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3453 |
+ Fl_Text_Display: Highlight current line
+ (Patch) |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3460 |
+ Small fluid annoyance bugs |
+ FLUID |
+ Pending |
+ RFE |
+
+
+ | 3467 |
+ create Fl_File_Icon from embedded image data |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 3477 |
+ add oxy scheme |
+ Core Library |
+ Pending |
+ RFE |
+
+
+ | 3479 |
+ loop bar similar to Fl_Progress |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3485 |
+ Cumulative Patch for 1.4 addressing several
+ STR |
+ Multiple |
+ New |
+ RFE |
+
+
+ | 3486 |
+ system tray functionality |
+ OS support |
+ New |
+ RFE |
+
+
+ | 3487 |
+ Added support for Ctrl-Shift-U to enter unicode chars
+ to input field and enhance UTF8 support. |
+ Unicode support |
+ New |
+ RFE |
+
+
+ | 3495 |
+ build library without dependencies on X11 |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3501 |
+ Fl_Help_View: copy text selection |
+ Core Library |
+ New |
+ RFE |
+
+
+ | 3504 |
+ read Windows icon file (.ico) |
+ Image Support |
+ New |
+ RFE |
+
+
+ | 3505 |
+ Add FLTK as package for the Hunter packaging
+ system |
+ Build Files |
+ New |
+ RFE |
+
+
+ | 3509 |
+ Modernize FLTK: replace Porsche logo with Tesla logo
+ in"test/Pixmaps" |
+ Example Programs |
+ New |
+ RFE |
+
+
+ | 3510 |
+ Fl_Native_File_Chooser_GTK not using
+ dlclose() |
+ |
+ New |
+ RFE |
+
+
+ | 3513 |
+ Supporting Haiku |
+ |
+ New |
+ RFE |
+
+
+ | 3520 |
+ Fixing a FileChooser feature |
+ |
+ New |
+ RFE |
+
+
+ | 3521 |
+ Allow shift+scroll for horizontal scrolling |
+ Core Library |
+ Pending |
+ RFE |
+
+
diff --git a/documentation/src/html_footer b/documentation/src/html_footer
index f5ef08a64..56490cd7d 100644
--- a/documentation/src/html_footer
+++ b/documentation/src/html_footer
@@ -1,8 +1,8 @@
@@ -10,8 +10,8 @@