| Id |
Priority |
Status |
Scope |
Summary |
Version |
Last Updated |
Assigned To |
| 3377 | MOD | New | ALL | Fl::grab() breaks event handling for some controls | 1.3.4 | Apr 23, 2017 | Unassigned |
| dstarke | I have attached my proposed patch for this issue (grab2.patch).This fixes controls like Fl_Input if grab() is enabled for their ... |
| 1859 | MOD | New | ALL | Fluid callbacks in declaration blocks not working correctly | 1.4-feature | Sep 01, 2016 | Unassigned |
| AlbrechtS | Changed "Subsystem" to FLUID. |
| 2634 | MOD | New | ALL | fl_help_view bug fixes and new features | 1.4-feature | Jan 20, 2023 | Unassigned |
| AlbrechtS | No matter what the large provided code changes may fix (even bug fixes?), this would all need to be evaluated thoroughly. Hence ... |
| 2131 | MOD | New | ALL | test/help: The 'search window' doesn't work for text within | 1.4-feature | Feb 01, 2019 | Unassigned |
| greg.ercolano | This will probably be painful to fix, since getting the proper position involves calculating line heights.The way I can think of... |
| 3013 | MOD | New | ALL | Fixes to use of config.h header | 1.4-feature | Feb 23, 2016 | Unassigned |
| skunk | Argh, starting discussion threads is a little much for me at present. But if there's a thread going, I may be able to chime in.T... |
| 3287 | MOD | New | ALL | Potential array overrun in Fl::get_font() | 1.4-feature | Feb 01, 2019 | Unassigned |
| AlbrechtS | Thanks for posting this - moved to 1.4-feature.[Note: 1.4-feature is available in the "Software Version" pull-down menu, at leas... |
| 2284 | MOD | New | ALL | Bad return value handling from "getc" in Fl_BMP_Image c'tor | 1.4-feature | Jan 14, 2023 | Unassigned |
| matt | As of 1.4, we no longer use getc to read BMP images, but have our own reader class. The code still doesn't;t check for all possi... |
| 2306 | MOD | New | OS | fltk's use of snprintf() should be hardened -- recommend alternatives | 1.4-feature | May 15, 2024 | Unassigned |
| manolo | Since VS 2015, function snprintf works correctly under Windows.Here's what the doc says:"Beginning with the UCRT in Visual Studi... |
| 3416 | MOD | New | OS | Changes to compile FLTK 1.4 with OpenWatcom 1.9 | 1.4.0 | Oct 16, 2017 | Unassigned |
| AlbrechtS | Thanks for the patch.I managed to install OpenWatcom 1.9 and I can confirm that it works with lots of warnings (as expected). Af... |
| 3170 | MOD | New | OS | Fl_Table_Row callback not called | 1.3.3 | Dec 28, 2014 | greg.ercolano |
| greg.ercolano | Assigning to me, changing "Software Version" 1.3.2 -> 1.3.3since the issue can be replicated in the more recent release. |
| 2663 | MOD | New | OS | OpenGL overlay bug on Windows 7 + Intel graphics | 1.4-feature | Jul 21, 2012 | Unassigned |
| rokan2 | OK, I think i might be closer to the problem: It relay seems like a bug of Intel drivers with this old 9xx graphics. Unfortunat... |
| 3465 | MOD | New | OS | scilinux 6.3: Setting FL_SCREEN font falling back to FL_HELVETICA | 1.4-current | Apr 21, 2018 | Unassigned |
| AlbrechtS | Confirmed on Ubuntu 16.04.Search for built_in_table[] to see which font names are used to build the default font list. Source fi... |
| 3497 | MOD | New | OS | fltk-config - support cross compile | 1.3-current | Oct 10, 2018 | Unassigned |
| AlbrechtS | No, thanks, I don't think that I need more information currently. I'm busy with other things though, so please don't hold your b... |
| 3252 | MOD | New | OS | Fl_Native_File_Chooser and Fl_Gl_Window on MacOS X | 1.3-current | Jan 20, 2023 | Unassigned |
| matt | Current version of macOS no longer offer gallery mode. I tried the example in all other available modes, and everything seems fi... |
| 3508 | MOD | New | OS | fltk2ms() could be public, also does not translate KP_Enter | 1.4-current | Feb 02, 2019 | Unassigned |
| AlbrechtS | Just a note: I believe that some VK_* constants have been commented out because the *named* constants didn't exist in earlier Wi... |
| 2828 | LOW | New | ALL | Fl_Tree RFE's | 1.3-current | Dec 06, 2017 | greg.ercolano |
| greg.ercolano | Adding new RFE: (G) "tooltips" for Fl_Tree_Item'sRemaining items: A) Show leaves + Show branches -> selectable independently ... |
| 2844 | LOW | New | ALL | Fl_Text_Display: needs keyboard nav for caret motion and keyboard selection | 1.3-current | Sep 05, 2014 | Unassigned |
| ianmacarthur | For what it's worth, I think this behaviour is "by design", in so far as Fl_Text_Display supports all the cursor and carte stuff... |
| 3368 | LOW | New | ALL | Fl_Help_View may leak memory when images are in the HTML | 1.4-feature | Feb 01, 2019 | Unassigned |
| chris | Posting a possible simple solution: Memorize how far parsing in format() already came before re-parsing and load images only 'in... |
| 1597 | LOW | New | ALL | Fl_Help_View: HTML problems with font size + | 1.4-feature | Mar 31, 2009 | Unassigned |
| matt | OK, I finally figured out what needs to be done. However, this is pretty involved and requires some code reorg and changes in a ... |
| 2892 | LOW | New | ALL | Fl_Text_Display::position_to_line(): Consistency check ptvl failed | 1.3-current | Feb 01, 2019 | Unassigned |
| corvid | Oh, also at one point I tried "#define DEBUG 1" in Fl_Text_Display.cxx, and then I was getting "*** display_insert/position_to_x... |