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"> - Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.5 + Known Bugs and Feature Requests - Fast Light Toolkit (FLTK) 1.3.6 -

Known Bugs and Feature Requests in FLTK 1.3.5

+

Known Bugs and Feature Requests in FLTK 1.3.6

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 (62 Open Features, 62 Open Bugs)

+ +

FLTK 1.3 (63 Open Features, 57 Open Bugs)

+

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.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
STR #SummarySubsystemStatusPriority
2862Fl_Table keyboard nav issue: can't use tab to navigate - off the widgetCore LibraryPendingMOD
2895Fl_Tree: SINGLE mode selection issuesCore LibraryActiveMOD
2944Mac OS X Fl_Gl_Window bugs - all FLTK - versionsCore LibraryPendingMOD
29611.3 very slow on X11 with Unicode localeX11NewMOD
3001Flickering while resizingX11NewMOD
3018Selects unclicked cells/rows/cols in the - Fl_Table.Core LibraryPendingMOD
3030resize behavior of widgets in an Fl_TreeCore LibraryPendingMOD
3170Fl_Table_Row callback not calledCore LibraryNewMOD
3188Callback added using Fl::add_timeout is not called - (X11)Core LibraryActiveMOD
3235Segmentation fault in Fl_PreferencesCore LibraryNewMOD
3252Fl_Native_File_Chooser and Fl_Gl_Window on MacOS - XMacOSNewMOD
3259Incompatibilty with tmux on OSXMacOSNewMOD
3321[X11/Xft] Overlapping lines (font rendering - problems)X11NewMOD
3337Fl_Text_Display: sometimes selection doesn't - workCore LibraryNewMOD
3346FreeBSD/NetBSD: cannot build with make without running - configure beforeBuild FilesNewMOD
3352Linux: Tiny window problem if child group larger than - windowCore LibraryPendingMOD
3358checkbox labels become bold when OPTIONS_VISIBLE_FOCUS - is offCore LibraryPendingMOD
3377Fl::grab() breaks event handling for some - controlsCore LibraryNewMOD
3378configure.ac script changes for compiling fltk on - SolarisBuild FilesNewMOD
3384setting up an offscreen area crashes when no Window - exists yet (X11 only)Core LibraryNewMOD
3410Fl_Shared_Image:find() doesn't find some existing - imagesImage SupportActiveMOD
3434Support building with unusual prefixBuild FilesPendingMOD
3441fl_filename_relative returns a wrong pathCore LibraryPendingMOD
3455Windows are not positioned at 0,0 when there is no - window manager.X11NewMOD
3458GLUT compatibility mode segfaults when there's no - current windowGLUT EmulationNewMOD
3462Fullscreen windows not updated when screens are added - or removedCore LibraryNewMOD
3489alpha blending does not work correctly in - Fl_Image.cxxImage SupportNewMOD
3494check box not visible using gtk+ schemeCore LibraryNewMOD
3497fltk-config - support cross compileBuild FilesNewMOD
3502Cannot use Chinese input method in linux for fltk - >= 1.3.4Core LibraryNewMOD
2791Minmum size for tiles in an Fl_TileCore LibraryNewLOW
2797X errors occur when XDBE disabled + Fl_Double_Windows - resized to zero on W or HCore LibraryNewLOW
2798X11 coordinate clipping - labelX11NewLOW
2828Fl_Tree RFE'sCore LibraryNewLOW
2844Fl_Text_Display: needs keyboard nav for caret motion - and keyboard selectionCore LibraryNewLOW
2892Fl_Text_Display::position_to_line(): Consistency check - ptvl failedCore LibraryNewLOW
2908Menu_::find_index(const char*) doesn't handle escape - sequence correctlyCore LibraryPendingLOW
2909Fl_Tile does not pass FL_RELEASE event to - childrenCore LibraryNewLOW
2978FL_DND_LEAVE not passed to handle() functionCore LibraryPendingLOW
2983Documentation isn't built correctly.Build FilesNewLOW
3077fl_normal_measure does not give correct size for - FL_ALIGN_IMAGE_NEXT_TO_TEXTCore LibraryNewLOW
3080Implicit type conversion from int64 to int32 in - fl_drawCore LibraryNewLOW
3134fl_clip_box fails on X11 with large - coordinatesX11NewLOW
3147Assigning Ctrl+Shift+0 to a Fl_Sys_Menu_Bar item does - not work using Visual Studio 2012WIN32NewLOW
3175Fl_Text_Editor overstrike mode doesn't behave as - expectedCore LibraryNewLOW
3186fl_filename_match() inconsistent with case - sensitivityCore LibraryNewLOW
3201unix Fl_Window::show _NET_ACTIVE_WINDOW event needed - to raiseX11NewLOW
3214Fl_Tree::clear() does not delete widgets (only - items)Core LibraryPendingLOW
3220Can select multiple items in Fl_Tree even in - FL_TREE_SELECT_SINGLE modeCore LibraryActiveLOW
3225Problem with shown directory in - fl_file_chooserExample ProgramsNewLOW
3261FLTK and glutChangeToMenuEntryGLUT EmulationNewLOW
3273Fl::screen_dpi() returns generic Xinerama - valuesX11NewLOW
3282Fl_Table::handle() returns 1 on right clicksCore LibraryNewLOW
3290Fl_Help_Dialog does not number ordered listsCore LibraryNewLOW
3292Fl_Browser: trouble pre-selecting item #1 with type() - HOLD or SELECTCore LibraryNewLOW
3293show_item_top() causes tree redraw position - bugCore LibraryNewLOW
3301Fl_Text_Display::scroll(line) not working with - wrap_mode()Core LibraryNewLOW
3341Fl_File_Chooser has no icons under more recent - distributionsCore LibraryNewLOW
3382wrong DC clean-up on WindowsWIN32NewLOW
3408setting Fl_Scroll inactive doesn't draw the background - inactiveCore LibraryNewLOW
3409libpngMacOSNewLOW
3438using ASCII function when Unicode version is available - (mingw-w64)Unicode supportNewLOW
2676Enhance error reporting on broken Xft installations - (was:fl_alert dialogs etc crashes in XftTextExtents32 on Solaris)X11NewRFE
2728Add test program to test for shadowed variables - (-Wshadow)Test FrameworkNewRFE
2790Patch allow fluid generate constructor without - arguments for Widget_ClassFLUIDNewRFE
2794Fluid hackedFLUIDNewRFE
2815Implementation of Fl_Text_Display backdropCore LibraryNewRFE
2821MouseWheel acceleration patchOS supportNewRFE
2824Adding scroller animation to FLTKCore LibraryNewRFE
2838Add Colors to FL_Text_Display (+ underscore + - strikethru)Core LibraryNewRFE
2842putting new widget on place of user's clickFLUIDNewRFE
2843Fluid: "space evenly" makes the same distance between - pairsFLUIDNewRFE
2867ADding bgcolor to Style_Table_EntryCore LibraryNewRFE
2875More general methods to select fonts with attributes - BOLD/ITALIC (Patch supplied)X11NewRFE
2882a minimum knob-size for Fl_Scrollbar widgetCore LibraryNewRFE
2894problem with pressed_menu_button_Core LibraryNewRFE
2896Better looking menu dividersCore LibraryNewRFE
2902FL_HOLD_BROWSER selection positioningCore LibraryNewRFE
2923New Cursors for fltk-1.3Core LibraryNewRFE
2924New Cursors for fltk-1.3 and fltk-3.0WIN32NewRFE
2926Remove hardcoded extra pixels from menu window - sizeCore LibraryNewRFE
2936fluid: needs mods to allow defining a - 'namespace'FLUIDNewRFE
2941RFE: fl_text_extents(): support multiple - linesCore LibraryNewRFE
2950Menu Item behaviourCore LibraryNewRFE
2952fluid - Adding win32 iconWIN32NewRFE
2980Fl::event_text() returns no meaningful value for - FL_DND_ENTER and FL_DND_DRAG on WindowsWIN32NewRFE
2981Fl::event_text() returns "<unknown>" for - FL_DND_ENTER and FL_DND_DRAG on X11X11NewRFE
2992New widget: Fl_Gl_Window_GroupCore LibraryNewRFE
3003New class Fl_Toggle_Browser for fltk-1.3.x .Core LibraryNewRFE
3007Suggestion for improvement to the standard - file-chooser.Core LibraryNewRFE
3015Allow hiding scrollbars in Fl_Help_ViewCore LibraryNewRFE
3017FLTK & icons for each scheme.Core LibraryNewRFE
3020Function for blending two images with different depth - of color.Image SupportNewRFE
3021Logotip for FLTKNoneNewRFE
3029Build FLTK via Clang compiler and native Windows - toolsBuild FilesNewRFE
3052Fl_Tabs enhancement: tab scrolling when there are too - many tabsCore LibraryNewRFE
3053Fl_Tabs enhancement - being able to move tabs - aroundCore LibraryNewRFE
3074Patch for Browser supporting copy to clipboard of - selected linesCore LibraryNewRFE
3092Fl_Pack: add right-to-left and bottom-to-top - packingCore LibraryNewRFE
3094Fl_Scroll: to control the hscrollbar by wheel of - mouseCore LibraryNewRFE
3112whether we should define these macros in FLTK sourse - files?(strdup stricmp...)MultipleNewRFE
3126Image resizing algorithmImage SupportNewRFE
3136Patch to add an option to the Fl_Native_file_Chooser - and Fl_File_Chooser to allow selection of either a file or a directoryCore LibraryNewRFE
3171Equivalent of names.h for Fl_Table::TableContext - enumCore LibraryNewRFE
3174Scrollbar of deactivated Fl_Text_Editor not - workingCore LibraryNewRFE
3180Linux printer panel, 3 problemsX11NewRFE
31813d pie chartCore LibraryNewRFE
3189Diagonal cursors from themes for Linux - (patch)X11NewRFE
3193Change the Background Color of Checkboxes and Radio - Round Indicators for Deactivated Fl_Check_Buttons and Fl_Radio_Round_ButtonsCore LibraryNewRFE
3210FLTK 1.3.3 indentation fixed fluid versionCore LibraryPendingRFE
3218method for deleting child from a Fl_GroupCore LibraryNewRFE
3229X11 dual clipboard controlX11NewRFE
3240Fl_Html_View - more capable replacement for - Fl_Help_ViewCore LibraryNewRFE
3260FLTK's glut and special key combinations on OS - XMacOSNewRFE
3279RFE: option to disable special character handling in - menusCore LibraryNewRFE
3317Fl_Sys_Menu_Bar: needs documentation caveatsCore LibraryNewRFE
3329Support for tablet features (pen pressure, tilt, - etc)Core LibraryNewRFE
3330Fl_Window transparency control in FLTKCore LibraryNewRFE
3393enable DND for Fl_WindowCore LibraryNewRFE
3426Fluid Browser Window: Add status bar at bottom when - "Show Completion Dialogs" are disabledFLUIDNewRFE
3440Drawing bitmap text in Fl_Gl_Window is impossible in - macOS when initialized with FL_OPENGL3OpenGLNewRFE
3456Fl_Input Readonly CursorCore LibraryNewRFE
3466FLTK and 16 imagesImage SupportNewRFE
3492fltk-config shouldn't report its own - dependenciesConfig FilesNewRFE
-

FLTK 1.4 (121 Open Features, 70 Open Bugs)

-

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 #SummarySubsystemStatusPriority
1869avoid recursing event handlers (Fl::readqueue, - Fl::check)Core LibraryNewHIGH
1986X-server freezes when a window is opened while the - menu is openX11PendingHIGH
2634fl_help_view bug fixes and new featuresCore LibraryNewHIGH
2639Fl_Pack resizes hidden widgets, which it doesn't touch - when visible.Core LibraryNewHIGH
2678internationalization (fluid)FLUIDNewHIGH
2861Enabling "Extract gettext" on fluid menus + - possibility of static initialization of stringsFLUIDNewHIGH
3231editor.cxx: changed_cb() inducing reading - uninitialized memoryExample ProgramsPendingHIGH
3238Fl_Group::clear method should be virtualCore LibraryNewHIGH
3242Re-enable nested (aka "recursive") common - dialogsCore LibraryActiveHIGH
3271Socket for MS-WINDOWS is UINT_PTRCore LibraryNewHIGH
3284Cairo integration needs redesignCairoNewHIGH
3289Fl_Menu_Items don't have i18n function in them when - spit from fluidFLUIDNewHIGH
3327Public members Fl::awake_ring_*_ should be - privateCore LibraryNewHIGH
3395Fl_Text_Display and Fl_Text_Editor has significant - clipping on redraw when font sizes are changed.Core LibraryPendingHIGH
3399X11 Drag and drop issue when displaying popup on - recept of payloadX11NewHIGH
3413security advisory: all use of *snprintf()Core LibraryNewHIGH
3436use of isspace(), ispunct(), and others must correctly - test unicode charactersCore LibraryNewHIGH
3514Bundled image libs on Linux are incompatible with - XftBuild FilesNewHIGH
24Fluid should support sub-windowsFLUIDPendingMOD
1650relative widget image path is uncorrect if fl file not - saved where createdFLUIDNewMOD
1859Fluid callbacks in declaration blocks not working - correctlyFLUIDNewMOD
1919Fl_Tile uses resizable() interface for different - functionalityNoneNewMOD
1993No redraw when dragging windowsWIN32NewMOD
2112OSX: changing a window's size() affects size_range() - maxMacOSNewMOD
2131test/help: The 'search window' doesn't work for text - within <PRE>Example ProgramsNewMOD
2284Bad return value handling from "getc" in Fl_BMP_Image - c'torImage SupportNewMOD
2306fltk's use of snprintf() should be hardened -- - recommend alternativesCore LibraryNewMOD
2663OpenGL overlay bug on Windows 7 + Intel - graphicsOpenGLNewMOD
3013Fixes to use of config.h headerCore LibraryNewMOD
3287Potential array overrun in Fl::get_font()Core LibraryNewMOD
3357fltk-1.4.x-r12117 Windows Data Types bugWIN32NewMOD
3412Fl_Text_Display scroll bug (style table with font != - textsize() + wrap)Core LibraryPendingMOD
3415CMake: Programs may need some definitions from FLTK to - work correctlyBuild FilesActiveMOD
3416Changes to compile FLTK 1.4 with OpenWatcom - 1.9Build FilesNewMOD
3419examples/OpenGL*.cxx needs Makefile entriesBuild FilesNewMOD
3443cmake/Visual Studio: control /MT vs /MD compiler - flagsBuild FilesNewMOD
3454MinGW build errors (undefined: S_OK and - __FD_ISSET)WIN32PendingMOD
3465scilinux 6.3: Setting FL_SCREEN font falling back to - FL_HELVETICACore LibraryNewMOD
3508fltk2ms() could be public, also does not translate - KP_EnterWIN32NewMOD
469Drawing problem when FL_ROUNDED_BOX and - Fl_Menu_ButtonCore LibraryNewLOW
702Fl_Scrollbar increments incorrectly in specific - situationCore LibraryNewLOW
810Fl_File_Chooser value(const char*) not wholly - functionalCore LibraryNewLOW
1115Windows shown while popup menu was active disappear - when the menu is dismissed.WIN32NewLOW
1373per-window vsync controlOpenGLNewLOW
1597Fl_Help_View: HTML problems with font size + - <UL>Core LibraryNewLOW
1679Borderless windows on WIN32 do not appear on the - taskbarWIN32NewLOW
1742Fl_Browser: Inconsistent behavior of value()Core LibraryNewLOW
1860Would like ability to specify software rendering for - OpenGL contextsOpenGLNewLOW
1925Fl_Text_Display should have a member for secondary - selection colorCore LibraryNewLOW
1997fl_file_chooser(...) has a glitchWIN32NewLOW
2132Fluid's Write Code shortcut does not workFLUIDNewLOW
2145FL_ROUND_UP_BOX+Fl_Button+"gtk+" scheme: focus box - draws outside widgetCore LibraryNewLOW
2251Fl_Pack resize() and draw() behavior should be - improvedCore LibraryNewLOW
2617Inconsistent behavior for Fl_Window on win32Core LibraryNewLOW
2658set_fonts() commentsDocumentationNewLOW
2901Fl_Browser format codesCore LibraryPendingLOW
3179Opening a popup dialog while a menu is open hangs - XX11PendingLOW
3334Minor bug fixes to Fl_Tabs.Core LibraryNewLOW
3354v1.4: Include file discrepancy to v1.3Core LibraryNewLOW
3368Fl_Help_View may leak memory when images are in the - HTMLCore LibraryNewLOW
3396Window manager warning: Buggy client sent a - _NET_ACTIVE_WINDOW message with a timestamp of 0X11NewLOW
3424X11: Fl_Window::default_cursor(FL_CURSOR_NONE) - iteratesX11NewLOW
3432Fl_Tree with FL_TREE_SELECT_SINGLE_DRAGGABLE Drops - Into Wrong PlaceCore LibraryNewLOW
3433Add contents of Article #415 on resizing to the - docsDocumentationNewLOW
3448fl_text_extents() width not correct with Xft+Pango and - internal italic/bold fontsX11NewLOW
3449FL_Window - New SKIP_TASKBAR Flag and PatchCore LibraryPendingLOW
3461Follow up to: [RFE] STR #2927: Please make 'LEADING' - constant in FL_Menu.cxx an alterable API methodCore LibraryNewLOW
3470In fluid code editor, cursor turns into gray box on - typingFLUIDNewLOW
3471CMake improvementsBuild FilesPendingLOW
3476nanosvg: rendering artecfacts under certain conditions - (rounding?)Image SupportNewLOW
45Help_View does not handle tables with border properly - (and more)Core LibraryNewRFE
214function objects for callbacks.Core LibraryPendingRFE
275fl_ask, fl_alert, fl_file_chooser, fl_* - positioningCore LibraryNewRFE
298FLUID "commenting out" would be niceFLUIDNewRFE
334technical change : remove statics in fl_askCore LibraryActiveRFE
460Provide save() member function to Fl_Image - subclassesImage SupportNewRFE
470up / down indicator when portion of menu is off - screenCore LibraryNewRFE
749Enable a right-click copy/paste menu for all - Input/Output/Editor/Display widgetsCore LibraryNewRFE
767Removeing titlebar but keeping border.(win32)WIN32NewRFE
829Support for animated GIFs in Fl_GIF_ImageImage SupportPendingRFE
900Fl::add_timeout will also consume all the time of - embedded low speed CPUCore LibraryNewRFE
1029Fl::font(), Fl::size(), etc. for changing - defaultsCore LibraryNewRFE
1903Check for missing functionalities from original UTF8 - patchUnicode supportNewRFE
1923Enhance non-modal windows on Mac OS XMacOSNewRFE
1981[PATCH] Add "stay on top"-feature to - Fl_WindowCore LibraryNewRFE
1984provide a hook to override default event - deliveryCore LibraryNewRFE
1989Support for Multiple Cursor interaction (MPX)Core LibraryNewRFE
2014Digital Mars C++ support for FLTK 1.3MultipleNewRFE
2022Deriving from Fl_ChartCore LibraryNewRFE
2041Addition of a FL_TOOLTIP event (PoC)Core LibraryPendingRFE
2059Support for CDashBuild FilesNewRFE
2060fluid should rewrite files conservatively on "Write - Code"FLUIDNewRFE
2081add opengl 3 support to fltkOpenGLNewRFE
2083Add maximize, minimize caps to FL_WindowCore LibraryNewRFE
2118Multisample support on WindowsOpenGLNewRFE
2148Use iconv() if provided by glibcOS supportNewRFE
2154Support XIM on UTF-8 and GBK locale, update XIM - support on GB2312.Unicode supportNewRFE
2162[PATCH] Wrap CJK characters in Fl_Input_Unicode supportNewRFE
2175why dose not FLTK support framebuffer - directly?Core LibraryNewRFE
2177Fl::add_handler() additional data parameterCore LibraryNewRFE
2178Allow Fl_X::make_xid() to call user defined - functionCore LibraryNewRFE
2179Allow receiving events before FLTK handles - themCore LibraryNewRFE
2180pkg-config supportConfig FilesNewRFE
2188[PATCH] Support win32 accessibility via MSAAWIN32NewRFE
2242Enable usage of FLTK fonts in cairo context (patch - included)CairoNewRFE
2314Width option for the Fl_Menu_ItemCore LibraryNewRFE
2338Propose to add a new method to Fl_Widget - Fl_Widget::parent_root()Core LibraryNewRFE
2340Allow setting both a window icon and a mask pixmap in - the X11 version.X11NewRFE
2402Widget AssociationsCore LibraryNewRFE
2411ICC Colour management policyCore LibraryNewRFE
2445Small modification to Fl_Value_Input to allow precize - steps with left mouse buttonCore LibraryNewRFE
2446Allow easy customization for special purposesCore LibraryNewRFE
2453Enable cups printing on unix platforms (include a - patch)X11NewRFE
2454Fl_Tree: need to fix keyboard nav of *child fltk - widgets* added to treeCore LibraryNewRFE
2482glutKeyboardUpFunc, glutSpecialUpFunc, - glutLeaveMainLoopGLUT EmulationNewRFE
2494Patch that adds some macros to the extra code - linesFLUIDNewRFE
2583transparency for fl_draw_image()Core LibraryNewRFE
2586Consolidate fluid settings into one dialogFLUIDNewRFE
2609shape functions (fl_rectf etc.) support alphaCore LibraryNewRFE
2610Add another method for Fl_Menu_Button to allow popup - at specific positionCore LibraryNewRFE
2624Placement of widgets be Group relativeCore LibraryNewRFE
2633New methods for Fl_JPEG_Image and Fl_PNG_Image to - encode from Fl_ImageImage SupportNewRFE
2642Need examples and docs for how to build apps against - DLL version of FLTKCore LibraryNewRFE
2662Docs for "Drawing Things In FLTK" should cover - coordinate space of widgets vs. windowsDocumentationNewRFE
2675Patch for a new "oxy" theme of FLTK 1.3 (with - gradient).Core LibraryPendingRFE
2692right justify option for scroll windowCore LibraryNewRFE
2751Limit input field characters in fl_ask, fl_input and - friends.Core LibraryActiveRFE
2752Allow down arrow to open input-choice drop down - menuCore LibraryActiveRFE
2753Capture enter as click on button with focusCore LibraryNewRFE
2755Allow color change on Browser selection bar based on - focusCore LibraryNewRFE
2756New browser checkbox widgetCore LibraryNewRFE
2757Allows shortcuts on browser itemsCore LibraryNewRFE
2762Ability to set icon character for fl_choiceCore LibraryNewRFE
2763Full Selection Movement when using Keyboard in - BrowserCore LibraryNewRFE
2766New configurable option to change symbol prefix - characterCore LibraryNewRFE
2767Fix scrollbar visiblity from causing miscalcuation on - select()Core LibraryNewRFE
2785Evalayout with FLTK one attemptCore LibraryNewRFE
2792Change of logic used on browser_ when no - selectionCore LibraryNewRFE
2793Option to change FL_SHORTCUT logicCore LibraryNewRFE
2799Menus can suddenly disappearCore LibraryNewRFE
2822Fl_Input UTF-8 handlingUnicode supportNewRFE
2876Make xft font sorting work (patch supplied)X11NewRFE
2916Remove CMake or Autotools build systemBuild FilesNewRFE
2951DoubleSlider for selecting low and high values within - min/max rangeCore LibraryNewRFE
2982Cannot build outside of source tree.Build FilesNewRFE
3100[patch] Allow printing to be disabledBuild FilesNewRFE
3204Fl_Shared_Image improvementsCore LibraryNewRFE
3211Scrolling Tabs WidgetCore LibraryActiveRFE
3222Make the text box area of Fl_Value_Slider etc. user - settableCore LibraryNewRFE
3224add CMake package registry optionBuild FilesNewRFE
3241Suggesting int Fl_Menu_::value(item) return -1 if item - is in a submenuCore LibraryNewRFE
3264The autotools build system does not build - FLTKConfig.cmakeBuild FilesNewRFE
3277Fl_Text_Display virtual methodCore LibraryNewRFE
3288Consistent configuration macrosConfig FilesNewRFE
3296Improvement of bilinear scaling of imagesImage SupportNewRFE
3297New implementation of Fl_Shared_Image...Image SupportNewRFE
3313Speedup fl_read_image() for X11Image SupportNewRFE
3314Make some private Fl_Tabs methods protectedCore LibraryNewRFE
3336Include some example fluid filesExample ProgramsNewRFE
3339fltk-config: would be nice if one could add extra libs - to --compileConfig FilesNewRFE
3350Some fix to handle dll multi injection and - ejectionDLL/DSOPendingRFE
3351optionally changing Fl_Choice's dropdown - behaviorCore LibraryNewRFE
3355Support generation of UTF-8 file from FLUIDFLUIDNewRFE
3360fltk manpage improvementsDocumentationNewRFE
3364Fl_Text_Display: wrong text width - calculation?Core LibraryNewRFE
3370use freedesktop.org XDG basedir-specCore LibraryNewRFE
3371Wayland Display Server Protocol supportCore LibraryNewRFE
3372Vulkan API supportCore LibraryNewRFE
3379General documentation - improvements/elaborationsDocumentationNewRFE
3380Change FLUID codegeneration behavior for "Widget Clas" - with "relative" option "ON"FLUIDNewRFE
3383Allow alpha image with - Fl_Image_Surface::image()Image SupportNewRFE
3392Fl::set_font() limited to italic and bold - fontsCore LibraryNewRFE
3405Please add more comments to - Fl_Native_File_Chooser_MAC.mmCore LibraryNewRFE
3418Promote current scaling factor to child - processesCore LibraryNewRFE
3442fluid: ^V (paste) should paste new item below current - selectionFLUIDNewRFE
3451Option to disable visibility on LinuxBuild FilesNewRFE
3453Fl_Text_Display: Highlight current line - (Patch)Core LibraryNewRFE
3460Small fluid annoyance bugsFLUIDActiveRFE
3467create Fl_File_Icon from embedded image dataImage SupportNewRFE
3477add oxy schemeCore LibraryPendingRFE
3479loop bar similar to Fl_ProgressCore LibraryNewRFE
3485Cumulative Patch for 1.4 addressing several - STRMultipleNewRFE
3486system tray functionalityOS supportNewRFE
3487Added support for Ctrl-Shift-U to enter unicode chars - to input field and enhance UTF8 support.Unicode supportNewRFE
3495build library without dependencies on X11Build FilesNewRFE
3501Fl_Help_View: copy text selectionCore LibraryNewRFE
3504read Windows icon file (.ico)Image SupportNewRFE
3505Add FLTK as package for the Hunter packaging - systemBuild FilesNewRFE
3509Modernize FLTK: replace Porsche logo with Tesla logo - in"test/Pixmaps"Example ProgramsNewRFE
3510Fl_Native_File_Chooser_GTK not using - dlclose()NewRFE
3513Supporting HaikuNewRFE
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
STR #SummarySubsystemStatusPriority
2862Fl_Table keyboard nav issue: can't use tab to navigate + off the widgetCore LibraryPendingMOD
2895Fl_Tree: SINGLE mode selection issuesCore LibraryActiveMOD
2944Mac OS X Fl_Gl_Window bugs - all FLTK + versionsCore LibraryPendingMOD
29611.3 very slow on X11 with Unicode localeX11NewMOD
3001Flickering while resizingX11NewMOD
3018Selects unclicked cells/rows/cols in the + Fl_Table.Core LibraryPendingMOD
3030resize behavior of widgets in an Fl_TreeCore LibraryPendingMOD
3170Fl_Table_Row callback not calledCore LibraryNewMOD
3235Segmentation fault in Fl_PreferencesCore LibraryNewMOD
3252Fl_Native_File_Chooser and Fl_Gl_Window on MacOS + XMacOSNewMOD
3259Incompatibilty with tmux on OSXMacOSNewMOD
3321[X11/Xft] Overlapping lines (font rendering + problems)X11NewMOD
3337Fl_Text_Display: sometimes selection doesn't + workCore LibraryNewMOD
3346FreeBSD/NetBSD: cannot build with make without running + configure beforeBuild FilesNewMOD
3352Linux: Tiny window problem if child group larger than + windowCore LibraryPendingMOD
3358checkbox labels become bold when OPTIONS_VISIBLE_FOCUS + is offCore LibraryPendingMOD
3377Fl::grab() breaks event handling for some + controlsCore LibraryNewMOD
3378configure.ac script changes for compiling fltk on + SolarisBuild FilesNewMOD
3410Fl_Shared_Image:find() doesn't find some existing + imagesImage SupportActiveMOD
3434Support building with unusual prefixBuild FilesPendingMOD
3441fl_filename_relative returns a wrong pathCore LibraryPendingMOD
3458GLUT compatibility mode segfaults when there's no + current windowGLUT EmulationNewMOD
3462Fullscreen windows not updated when screens are added + or removedCore LibraryNewMOD
3489alpha blending does not work correctly in + Fl_Image.cxxImage SupportNewMOD
3494check box not visible using gtk+ schemeCore LibraryNewMOD
3497fltk-config - support cross compileBuild FilesNewMOD
3536regression: incorrect desktop scaling in TigerVNC + (os/x)NewMOD
2791Minmum size for tiles in an Fl_TileCore LibraryNewLOW
2797X errors occur when XDBE disabled + Fl_Double_Windows + resized to zero on W or HCore LibraryNewLOW
2828Fl_Tree RFE'sCore LibraryNewLOW
2844Fl_Text_Display: needs keyboard nav for caret motion + and keyboard selectionCore LibraryNewLOW
2892Fl_Text_Display::position_to_line(): Consistency check + ptvl failedCore LibraryNewLOW
2908Menu_::find_index(const char*) doesn't handle escape + sequence correctlyCore LibraryPendingLOW
2909Fl_Tile does not pass FL_RELEASE event to + childrenCore LibraryNewLOW
2978FL_DND_LEAVE not passed to handle() functionCore LibraryPendingLOW
2983Documentation isn't built correctly.Build FilesNewLOW
3077fl_normal_measure does not give correct size for + FL_ALIGN_IMAGE_NEXT_TO_TEXTCore LibraryNewLOW
3080Implicit type conversion from int64 to int32 in + fl_drawCore LibraryNewLOW
3134fl_clip_box fails on X11 with large + coordinatesX11NewLOW
3147Assigning Ctrl+Shift+0 to a Fl_Sys_Menu_Bar item does + not work using Visual Studio 2012WIN32NewLOW
3175Fl_Text_Editor overstrike mode doesn't behave as + expectedCore LibraryNewLOW
3186fl_filename_match() inconsistent with case + sensitivityCore LibraryNewLOW
3201unix Fl_Window::show _NET_ACTIVE_WINDOW event needed + to raiseX11NewLOW
3214Fl_Tree::clear() does not delete widgets (only + items)Core LibraryPendingLOW
3220Can select multiple items in Fl_Tree even in + FL_TREE_SELECT_SINGLE modeCore LibraryActiveLOW
3261FLTK and glutChangeToMenuEntryGLUT EmulationNewLOW
3273Fl::screen_dpi() returns generic Xinerama + valuesX11NewLOW
3282Fl_Table::handle() returns 1 on right clicksCore LibraryNewLOW
3290Fl_Help_Dialog does not number ordered listsCore LibraryPendingLOW
3292Fl_Browser: trouble pre-selecting item #1 with type() + HOLD or SELECTCore LibraryNewLOW
3293show_item_top() causes tree redraw position + bugCore LibraryNewLOW
3301Fl_Text_Display::scroll(line) not working with + wrap_mode()Core LibraryNewLOW
3341Fl_File_Chooser has no icons under more recent + distributionsCore LibraryNewLOW
3382wrong DC clean-up on WindowsWIN32NewLOW
3408setting Fl_Scroll inactive doesn't draw the background + inactiveCore LibraryNewLOW
3409libpngMacOSNewLOW
3438using ASCII function when Unicode version is available + (mingw-w64)Unicode supportNewLOW
2676Enhance error reporting on broken Xft installations + (was:fl_alert dialogs etc crashes in XftTextExtents32 on Solaris)X11NewRFE
2728Add test program to test for shadowed variables + (-Wshadow)Test FrameworkNewRFE
2790Patch allow fluid generate constructor without + arguments for Widget_ClassFLUIDNewRFE
2794Fluid hackedFLUIDNewRFE
2815Implementation of Fl_Text_Display backdropCore LibraryNewRFE
2821MouseWheel acceleration patchOS supportNewRFE
2824Adding scroller animation to FLTKCore LibraryNewRFE
2838Add Colors to FL_Text_Display (+ underscore + + strikethru)Core LibraryNewRFE
2842putting new widget on place of user's clickFLUIDNewRFE
2843Fluid: "space evenly" makes the same distance between + pairsFLUIDNewRFE
2867ADding bgcolor to Style_Table_EntryCore LibraryNewRFE
2875More general methods to select fonts with attributes + BOLD/ITALIC (Patch supplied)X11NewRFE
2882a minimum knob-size for Fl_Scrollbar widgetCore LibraryNewRFE
2894problem with pressed_menu_button_Core LibraryNewRFE
2896Better looking menu dividersCore LibraryNewRFE
2902FL_HOLD_BROWSER selection positioningCore LibraryNewRFE
2923New Cursors for fltk-1.3Core LibraryNewRFE
2924New Cursors for fltk-1.3 and fltk-3.0WIN32NewRFE
2926Remove hardcoded extra pixels from menu window + sizeCore LibraryNewRFE
2936fluid: needs mods to allow defining a + 'namespace'FLUIDNewRFE
2941RFE: fl_text_extents(): support multiple + linesCore LibraryNewRFE
2950Menu Item behaviourCore LibraryNewRFE
2952fluid - Adding win32 iconWIN32NewRFE
2980Fl::event_text() returns no meaningful value for + FL_DND_ENTER and FL_DND_DRAG on WindowsWIN32NewRFE
2981Fl::event_text() returns "<unknown>" for + FL_DND_ENTER and FL_DND_DRAG on X11X11NewRFE
2992New widget: Fl_Gl_Window_GroupCore LibraryNewRFE
3003New class Fl_Toggle_Browser for fltk-1.3.x .Core LibraryNewRFE
3007Suggestion for improvement to the standard + file-chooser.Core LibraryNewRFE
3015Allow hiding scrollbars in Fl_Help_ViewCore LibraryNewRFE
3017FLTK & icons for each scheme.Core LibraryNewRFE
3020Function for blending two images with different depth + of color.Image SupportNewRFE
3021Logotip for FLTKNoneNewRFE
3029Build FLTK via Clang compiler and native Windows + toolsBuild FilesNewRFE
3052Fl_Tabs enhancement: tab scrolling when there are too + many tabsCore LibraryNewRFE
3053Fl_Tabs enhancement - being able to move tabs + aroundCore LibraryNewRFE
3074Patch for Browser supporting copy to clipboard of + selected linesCore LibraryNewRFE
3092Fl_Pack: add right-to-left and bottom-to-top + packingCore LibraryNewRFE
3094Fl_Scroll: to control the hscrollbar by wheel of + mouseCore LibraryNewRFE
3112whether we should define these macros in FLTK sourse + files?(strdup stricmp...)MultipleNewRFE
3126Image resizing algorithmImage SupportNewRFE
3136Patch to add an option to the Fl_Native_file_Chooser + and Fl_File_Chooser to allow selection of either a file or a directoryCore LibraryNewRFE
3171Equivalent of names.h for Fl_Table::TableContext + enumCore LibraryNewRFE
3174Scrollbar of deactivated Fl_Text_Editor not + workingCore LibraryNewRFE
3180Linux printer panel, 3 problemsX11NewRFE
31813d pie chartCore LibraryNewRFE
3189Diagonal cursors from themes for Linux + (patch)X11NewRFE
3193Change the Background Color of Checkboxes and Radio + Round Indicators for Deactivated Fl_Check_Buttons and Fl_Radio_Round_ButtonsCore LibraryNewRFE
3210FLTK 1.3.3 indentation fixed fluid versionFLUIDPendingRFE
3218method for deleting child from a Fl_GroupCore LibraryNewRFE
3229X11 dual clipboard controlX11NewRFE
3240Fl_Html_View - more capable replacement for + Fl_Help_ViewCore LibraryNewRFE
3260FLTK's glut and special key combinations on OS + XMacOSNewRFE
3279RFE: option to disable special character handling in + menusCore LibraryNewRFE
3317Fl_Sys_Menu_Bar: needs documentation caveatsCore LibraryNewRFE
3329Support for tablet features (pen pressure, tilt, + etc)Core LibraryNewRFE
3330Fl_Window transparency control in FLTKCore LibraryNewRFE
3393enable DND for Fl_WindowCore LibraryNewRFE
3426Fluid Browser Window: Add status bar at bottom when + "Show Completion Dialogs" are disabledFLUIDNewRFE
3440Drawing bitmap text in Fl_Gl_Window is impossible in + macOS when initialized with FL_OPENGL3OpenGLNewRFE
3456Fl_Input Readonly CursorCore LibraryNewRFE
3466FLTK and 16 imagesImage SupportNewRFE
3492fltk-config shouldn't report its own + dependenciesConfig FilesNewRFE
3533Fl_Counter with fixed arrow widths - preliminary code + sampleCore LibraryPendingRFE
+

FLTK 1.4 (121 Open Features, 68 Open Bugs)

+

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 #SummarySubsystemStatusPriority
1869avoid recursing event handlers (Fl::readqueue, + Fl::check)Core LibraryNewHIGH
1986X-server freezes when a window is opened while the + menu is openX11PendingHIGH
2634fl_help_view bug fixes and new featuresCore LibraryNewHIGH
2639Fl_Pack resizes hidden widgets, which it doesn't touch + when visible.Core LibraryNewHIGH
2678internationalization (fluid)FLUIDNewHIGH
2861Enabling "Extract gettext" on fluid menus + + possibility of static initialization of stringsFLUIDNewHIGH
3231editor.cxx: changed_cb() inducing reading + uninitialized memoryExample ProgramsPendingHIGH
3238Fl_Group::clear method should be virtualCore LibraryNewHIGH
3242Re-enable nested (aka "recursive") common + dialogsCore LibraryActiveHIGH
3271Socket for MS-WINDOWS is UINT_PTRCore LibraryNewHIGH
3284Cairo integration needs redesignCairoNewHIGH
3289Fl_Menu_Items don't have i18n function in them when + spit from fluidFLUIDNewHIGH
3327Public members Fl::awake_ring_*_ should be + privateCore LibraryNewHIGH
3399X11 Drag and drop issue when displaying popup on + recept of payloadX11NewHIGH
3413security advisory: all use of *snprintf()Core LibraryNewHIGH
3436use of isspace(), ispunct(), and others must correctly + test unicode charactersCore LibraryNewHIGH
3514Bundled image libs on Linux are incompatible with + XftBuild FilesNewHIGH
24Fluid should support sub-windowsFLUIDPendingMOD
1650relative widget image path is uncorrect if fl file not + saved where createdFLUIDNewMOD
1859Fluid callbacks in declaration blocks not working + correctlyFLUIDNewMOD
1919Fl_Tile uses resizable() interface for different + functionalityNoneNewMOD
1993No redraw when dragging windowsWIN32NewMOD
2112OSX: changing a window's size() affects size_range() + maxMacOSNewMOD
2131test/help: The 'search window' doesn't work for text + within <PRE>Example ProgramsNewMOD
2284Bad return value handling from "getc" in Fl_BMP_Image + c'torImage SupportNewMOD
2306fltk's use of snprintf() should be hardened -- + recommend alternativesCore LibraryNewMOD
2663OpenGL overlay bug on Windows 7 + Intel + graphicsOpenGLNewMOD
3013Fixes to use of config.h headerCore LibraryNewMOD
3287Potential array overrun in Fl::get_font()Core LibraryNewMOD
3357fltk-1.4.x-r12117 Windows Data Types bugWIN32NewMOD
3364Fl_Text_Display: wrong text width calculationCore LibraryNewMOD
3412Fl_Text_Display scroll bug (style table with font != + textsize() + wrap)Core LibraryPendingMOD
3415CMake: Programs may need some definitions from FLTK to + work correctlyBuild FilesActiveMOD
3416Changes to compile FLTK 1.4 with OpenWatcom + 1.9Build FilesNewMOD
3419examples/OpenGL*.cxx needs Makefile entriesBuild FilesNewMOD
3443cmake/Visual Studio: control /MT vs /MD compiler + flagsBuild FilesNewMOD
3454MinGW build errors (undefined: S_OK and + __FD_ISSET)WIN32PendingMOD
3465scilinux 6.3: Setting FL_SCREEN font falling back to + FL_HELVETICACore LibraryNewMOD
3508fltk2ms() could be public, also does not translate + KP_EnterWIN32NewMOD
469Drawing problem when FL_ROUNDED_BOX and + Fl_Menu_ButtonCore LibraryNewLOW
702Fl_Scrollbar increments incorrectly in specific + situationCore LibraryNewLOW
810Fl_File_Chooser value(const char*) not wholly + functionalCore LibraryNewLOW
1115Windows shown while popup menu was active disappear + when the menu is dismissed.WIN32NewLOW
1373per-window vsync controlOpenGLNewLOW
1597Fl_Help_View: HTML problems with font size + + <UL>Core LibraryNewLOW
1679Borderless windows on WIN32 do not appear on the + taskbarWIN32NewLOW
1742Fl_Browser: Inconsistent behavior of value()Core LibraryNewLOW
1860Would like ability to specify software rendering for + OpenGL contextsOpenGLNewLOW
1925Fl_Text_Display should have a member for secondary + selection colorCore LibraryNewLOW
1997fl_file_chooser(...) has a glitchWIN32NewLOW
2132Fluid's Write Code shortcut does not workFLUIDNewLOW
2145FL_ROUND_UP_BOX+Fl_Button+"gtk+" scheme: focus box + draws outside widgetCore LibraryNewLOW
2251Fl_Pack resize() and draw() behavior should be + improvedCore LibraryNewLOW
2617Inconsistent behavior for Fl_Window on win32Core LibraryNewLOW
2658set_fonts() commentsDocumentationNewLOW
2901Fl_Browser format codesCore LibraryPendingLOW
3179Opening a popup dialog while a menu is open hangs + XX11PendingLOW
3334Minor bug fixes to Fl_Tabs.Core LibraryNewLOW
3354v1.4: Include file discrepancy to v1.3Core LibraryNewLOW
3368Fl_Help_View may leak memory when images are in the + HTMLCore LibraryNewLOW
3396Window manager warning: Buggy client sent a + _NET_ACTIVE_WINDOW message with a timestamp of 0X11NewLOW
3448fl_text_extents() width not correct with Xft+Pango and + internal italic/bold fontsX11NewLOW
3449FL_Window - New SKIP_TASKBAR Flag and PatchCore LibraryActiveLOW
3461Follow up to: [RFE] STR #2927: Please make 'LEADING' + constant in FL_Menu.cxx an alterable API methodCore LibraryNewLOW
3470In fluid code editor, cursor turns into gray box on + typingFLUIDNewLOW
3471CMake improvementsBuild FilesPendingLOW
3476nanosvg: rendering artecfacts under certain conditions + (rounding?)Image SupportNewLOW
3528Fl_Tree: dragging an item over a widget() can cause + FL_RELEASE to be ignoredCore LibraryNewLOW
45Help_View does not handle tables with border properly + (and more)Core LibraryNewRFE
214function objects for callbacks.Core LibraryPendingRFE
298FLUID "commenting out" would be niceFLUIDNewRFE
334technical change : remove statics in fl_askCore LibraryActiveRFE
460Provide save() member function to Fl_Image + subclassesImage SupportNewRFE
470up / down indicator when portion of menu is off + screenCore LibraryNewRFE
749Enable a right-click copy/paste menu for all + Input/Output/Editor/Display widgetsCore LibraryNewRFE
767Removeing titlebar but keeping border.(win32)WIN32NewRFE
829Support for animated GIFs in Fl_GIF_ImageImage SupportPendingRFE
900Fl::add_timeout will also consume all the time of + embedded low speed CPUCore LibraryNewRFE
1029Fl::font(), Fl::size(), etc. for changing + defaultsCore LibraryNewRFE
1903Check for missing functionalities from original UTF8 + patchUnicode supportNewRFE
1923Enhance non-modal windows on Mac OS XMacOSNewRFE
1981[PATCH] Add "stay on top"-feature to + Fl_WindowCore LibraryNewRFE
1984provide a hook to override default event + deliveryCore LibraryNewRFE
1989Support for Multiple Cursor interaction (MPX)Core LibraryNewRFE
2014Digital Mars C++ support for FLTK 1.3MultipleNewRFE
2022Deriving from Fl_ChartCore LibraryNewRFE
2041Addition of a FL_TOOLTIP event (PoC)Core LibraryPendingRFE
2059Support for CDashBuild FilesNewRFE
2060fluid should rewrite files conservatively on "Write + Code"FLUIDNewRFE
2081add opengl 3 support to fltkOpenGLNewRFE
2083Add maximize, minimize caps to FL_WindowCore LibraryNewRFE
2118Multisample support on WindowsOpenGLNewRFE
2148Use iconv() if provided by glibcOS supportNewRFE
2154Support XIM on UTF-8 and GBK locale, update XIM + support on GB2312.Unicode supportNewRFE
2162[PATCH] Wrap CJK characters in Fl_Input_Unicode supportNewRFE
2175why dose not FLTK support framebuffer + directly?Core LibraryNewRFE
2177Fl::add_handler() additional data parameterCore LibraryNewRFE
2178Allow Fl_X::make_xid() to call user defined + functionCore LibraryNewRFE
2179Allow receiving events before FLTK handles + themCore LibraryNewRFE
2180pkg-config supportConfig FilesNewRFE
2188[PATCH] Support win32 accessibility via MSAAWIN32NewRFE
2242Enable usage of FLTK fonts in cairo context (patch + included)CairoNewRFE
2314Width option for the Fl_Menu_ItemCore LibraryNewRFE
2338Propose to add a new method to Fl_Widget + Fl_Widget::parent_root()Core LibraryNewRFE
2340Allow setting both a window icon and a mask pixmap in + the X11 version.X11NewRFE
2402Widget AssociationsCore LibraryNewRFE
2411ICC Colour management policyCore LibraryNewRFE
2445Small modification to Fl_Value_Input to allow precize + steps with left mouse buttonCore LibraryNewRFE
2446Allow easy customization for special purposesCore LibraryNewRFE
2453Enable cups printing on unix platforms (include a + patch)X11NewRFE
2454Fl_Tree: need to fix keyboard nav of *child fltk + widgets* added to treeCore LibraryNewRFE
2482glutKeyboardUpFunc, glutSpecialUpFunc, + glutLeaveMainLoopGLUT EmulationNewRFE
2494Patch that adds some macros to the extra code + linesFLUIDNewRFE
2583transparency for fl_draw_image()Core LibraryNewRFE
2586Consolidate fluid settings into one dialogFLUIDNewRFE
2609shape functions (fl_rectf etc.) support alphaCore LibraryNewRFE
2610Add another method for Fl_Menu_Button to allow popup + at specific positionCore LibraryNewRFE
2624Placement of widgets be Group relativeCore LibraryNewRFE
2633New methods for Fl_JPEG_Image and Fl_PNG_Image to + encode from Fl_ImageImage SupportNewRFE
2642Need examples and docs for how to build apps against + DLL version of FLTKCore LibraryNewRFE
2662Docs for "Drawing Things In FLTK" should cover + coordinate space of widgets vs. windowsDocumentationNewRFE
2675Patch for a new "oxy" theme of FLTK 1.3 (with + gradient).Core LibraryPendingRFE
2692right justify option for scroll windowCore LibraryNewRFE
2751Limit input field characters in fl_ask, fl_input and + friends.Core LibraryActiveRFE
2752Allow down arrow to open input-choice drop down + menuCore LibraryActiveRFE
2753Capture enter as click on button with focusCore LibraryNewRFE
2755Allow color change on Browser selection bar based on + focusCore LibraryNewRFE
2756New browser checkbox widgetCore LibraryNewRFE
2757Allows shortcuts on browser itemsCore LibraryNewRFE
2762Ability to set icon character for fl_choiceCore LibraryNewRFE
2763Full Selection Movement when using Keyboard in + BrowserCore LibraryNewRFE
2766New configurable option to change symbol prefix + characterCore LibraryNewRFE
2767Fix scrollbar visiblity from causing miscalcuation on + select()Core LibraryNewRFE
2785Evalayout with FLTK one attemptCore LibraryNewRFE
2792Change of logic used on browser_ when no + selectionCore LibraryNewRFE
2793Option to change FL_SHORTCUT logicCore LibraryNewRFE
2799Menus can suddenly disappearCore LibraryNewRFE
2822Fl_Input UTF-8 handlingUnicode supportNewRFE
2876Make xft font sorting work (patch supplied)X11NewRFE
2916Remove CMake or Autotools build systemBuild FilesNewRFE
2951DoubleSlider for selecting low and high values within + min/max rangeCore LibraryNewRFE
2982Cannot build outside of source tree.Build FilesNewRFE
3100[patch] Allow printing to be disabledBuild FilesNewRFE
3204Fl_Shared_Image improvementsCore LibraryNewRFE
3211Scrolling Tabs WidgetCore LibraryActiveRFE
3222Make the text box area of Fl_Value_Slider etc. user + settableCore LibraryNewRFE
3224add CMake package registry optionBuild FilesNewRFE
3241Suggesting int Fl_Menu_::value(item) return -1 if item + is in a submenuCore LibraryNewRFE
3264The autotools build system does not build + FLTKConfig.cmakeBuild FilesNewRFE
3277Fl_Text_Display virtual methodCore LibraryNewRFE
3288Consistent configuration macrosConfig FilesNewRFE
3296Improvement of bilinear scaling of imagesImage SupportNewRFE
3297New implementation of Fl_Shared_Image...Image SupportNewRFE
3313Speedup fl_read_image() for X11Image SupportNewRFE
3314Make some private Fl_Tabs methods protectedCore LibraryNewRFE
3336Include some example fluid filesExample ProgramsNewRFE
3339fltk-config: would be nice if one could add extra libs + to --compileConfig FilesNewRFE
3350Some fix to handle dll multi injection and + ejectionDLL/DSOPendingRFE
3351optionally changing Fl_Choice's dropdown + behaviorCore LibraryNewRFE
3355Support generation of UTF-8 file from FLUIDFLUIDNewRFE
3360fltk manpage improvementsDocumentationNewRFE
3370use freedesktop.org XDG basedir-specCore LibraryActiveRFE
3371Wayland Display Server Protocol supportCore LibraryNewRFE
3372Vulkan API supportCore LibraryNewRFE
3379General documentation + improvements/elaborationsDocumentationNewRFE
3380Change FLUID codegeneration behavior for "Widget Clas" + with "relative" option "ON"FLUIDNewRFE
3383Allow alpha image with + Fl_Image_Surface::image()Image SupportNewRFE
3392Fl::set_font() limited to italic and bold + fontsCore LibraryNewRFE
3405Please add more comments to + Fl_Native_File_Chooser_MAC.mmCore LibraryNewRFE
3418Promote current scaling factor to child + processesCore LibraryNewRFE
3442fluid: ^V (paste) should paste new item below current + selectionFLUIDNewRFE
3451Option to disable visibility on LinuxBuild FilesNewRFE
3453Fl_Text_Display: Highlight current line + (Patch)Core LibraryNewRFE
3460Small fluid annoyance bugsFLUIDPendingRFE
3467create Fl_File_Icon from embedded image dataImage SupportNewRFE
3477add oxy schemeCore LibraryPendingRFE
3479loop bar similar to Fl_ProgressCore LibraryNewRFE
3485Cumulative Patch for 1.4 addressing several + STRMultipleNewRFE
3486system tray functionalityOS supportNewRFE
3487Added support for Ctrl-Shift-U to enter unicode chars + to input field and enhance UTF8 support.Unicode supportNewRFE
3495build library without dependencies on X11Build FilesNewRFE
3501Fl_Help_View: copy text selectionCore LibraryNewRFE
3504read Windows icon file (.ico)Image SupportNewRFE
3505Add FLTK as package for the Hunter packaging + systemBuild FilesNewRFE
3509Modernize FLTK: replace Porsche logo with Tesla logo + in"test/Pixmaps"Example ProgramsNewRFE
3510Fl_Native_File_Chooser_GTK not using + dlclose()NewRFE
3513Supporting HaikuNewRFE
3520Fixing a FileChooser featureNewRFE
3521Allow shift+scroll for horizontal scrollingCore LibraryPendingRFE
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 @@