| Age | Commit message (Expand) | Author |
| 2024-02-20 | Improve implementation of the macOS Window menu | ManoloFLTK |
| 2024-02-16 | Added attribute checks to test/terminal for recent changes. | Greg Ercolano |
| 2024-02-09 | Fix Cairo related build issues (missing Cairo lib) | Albrecht Schlosser |
| 2024-02-09 | Fix cairo_test-shared build as well (#902) | Albrecht Schlosser |
| 2024-02-09 | Move FLTK_USE_SVG from config.h to FL/fl_config.h | ManoloFLTK |
| 2024-02-09 | Fix "cairo_test fails to link due to undefined's" (#902) | Albrecht Schlosser |
| 2024-02-07 | Introduce "Modern CMake" in FLTK | Albrecht Schlosser |
| 2024-02-06 | Fix typo in function name in editor. | Matthias Melcher |
| 2024-02-06 | Add dynamic title to test/editor | Matthias Melcher |
| 2024-02-06 | Restore 3-way close window dialog (#900) | ManoloFLTK |
| 2024-01-29 | RFC: Different approach to Editor tutorial (see #189) (#883) | Matthias Melcher |
| 2024-01-17 | Synchronize mouse and keyboard callbacks for Fl_Button (#877) | Matthias Melcher |
| 2024-01-15 | Restore correct copyright window for checkers demo | ManoloFLTK |
| 2024-01-10 | Add Fl_String not-equal test | Greg Ercolano |
| 2024-01-06 | Remove Fl_Simple_Terminal (replaced by Fl_Terminal) | Albrecht Schlosser |
| 2024-01-03 | Limit test/terminal window size | Greg Ercolano |
| 2023-12-28 | Adds Fl_Input RMB menu translation to test/preferences | Matthias Melcher |
| 2023-12-21 | Fix a typo, trailing whitespace, and dependencies | Albrecht Schlosser |
| 2023-12-20 | Make the 'Forms' compatibility library 'fltk_forms' optional | Albrecht Schlosser |
| 2023-12-19 | Fix typos, formatting, and text alignment in test/forms.cxx | Albrecht Schlosser |
| 2023-12-17 | Fix MSVC compiler warning | Albrecht Schlosser |
| 2023-12-16 | #842: Enables command line color arguments on macOS | Matthias Melcher |
| 2023-12-15 | #840: Generously adds Fl::args_to_utf8() for MinGW support. | Matthias Melcher |
| 2023-12-14 | FLUID: option to show terminal, clear terminal, and clear history | Matthias Melcher |
| 2023-12-04 | New member function Fl_Image_Surface::mask(Fl_RGB_Image*) | ManoloFLTK |
| 2023-11-29 | Add commandline conversion for Windows (no-op on other platforms) | Albrecht Schlosser |
| 2023-11-29 | Minor fixes and window size_range in new test/tile.cxx | Albrecht Schlosser |
| 2023-11-27 | Fix compiler warning, dependencies, and trailing whitespace | Albrecht Schlosser |
| 2023-11-25 | Adds `linespacing()` to `Fl_Browser_` and all derived widgets | Matthias Melcher |
| 2023-11-23 | Stabilizes Fl_Tile size_range mode. | Matthias Melcher |
| 2023-11-22 | Adding size range settings to Fl_Tile, initial commit. | Matthias Melcher |
| 2023-11-21 | Added output_translate(): controls lf -> crlf translation | Greg Ercolano |
| 2023-11-19 | Fix compiler warning | Albrecht Schlosser |
| 2023-11-18 | Small improvements of test/grid_dialog.cxx | Albrecht Schlosser |
| 2023-11-18 | Add Fl_Grid based dialog demo program - part 2 | Albrecht Schlosser |
| 2023-11-18 | Add Fl_Grid based dialog demo program | Albrecht Schlosser |
| 2023-11-17 | Apply two patches provided by user 'Andre' via mail | Albrecht Schlosser |
| 2023-11-16 | Added clear(), some methods protected->public | Greg Ercolano |
| 2023-11-15 | Fixes test/terminal box type | Matthias Melcher |
| 2023-11-15 | Uses the correct Fl_Terminal type in terminal.fl as well | Matthias Melcher |
| 2023-11-15 | FLUID: fixing test/valuator.fl and test/tree.fl | Matthias Melcher |
| 2023-11-14 | Added textcolor() and color(), doc fixes. | Greg Ercolano |
| 2023-11-14 | Fix compiler warning (suggest-override) | Albrecht Schlosser |
| 2023-11-14 | Fix dependencies and whitespace issues | Albrecht Schlosser |
| 2023-11-14 | Fl_Terminal widget (#800) | erco77 |
| 2023-11-05 | Add Fl_Window::maximize() and Fl_Window::un_maximize() | ManoloFLTK |
| 2023-11-03 | CMake: Refactor building OpenGL and "shared" demo programs | Albrecht Schlosser |
| 2023-11-03 | Fix compiler warning when fullscreen demo is built w/o OpenGL | Albrecht Schlosser |
| 2023-10-22 | Make Fl_String and Fl_Int_Vector private (#789) | Albrecht Schlosser |
| 2023-10-21 | Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...) | Matthias Melcher |