summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-08#146: Add access to scrollbars widget in Fl_Help_ViewMatthias Melcher
2025-07-08Improve GitLab CI buildsAlbrecht Schlosser
2025-07-07#1276: New code to generate include guardMatthias Melcher
2025-07-07Fl_Help_View: Subclassing minor comment chagesMatthias Melcher
2025-07-07Fl_Table_Row: replace private class CharVector with std::vectorAlbrecht Schlosser
2025-07-07Add missing and remove unnecessary #include statementsAlbrecht Schlosser
2025-07-05Fl_Help_View: Restoring bad includes for back compatibilityMatthias Melcher
2025-07-05Fl_Help_View: Revert some changesMatthias Melcher
2025-07-05Fl_Help_View: Thin out header fileMatthias Melcher
2025-07-05Fl_Help_View: Refactor to use PIMPLMatthias Melcher
2025-07-05Fl_Help_View: Fix writing into empty std::stringMatthias Melcher
2025-07-05Fl_Help_View: Improve commentMatthias Melcher
2025-07-05Fl_Help_View: C++ formatting fix.Matthias Melcher
2025-07-05Fl_Help_View: Finl formatting and documentationMatthias Melcher
2025-07-05Fl_Help_View: Improve selectionMatthias Melcher
2025-07-04Fl_Help_View: Changes some more formattingMatthias Melcher
2025-07-03Remove private class Fl_Int_VectorAlbrecht Schlosser
2025-07-03Fl_Help_View: Refactoring static sizesMatthias Melcher
2025-07-03Fl_Help_View: Improve formatting and Doxygen commentsMatthias Melcher
2025-07-03Fl_Help_View: Refactor more strings and dynamic lists.Matthias Melcher
2025-07-02Fl_Help_View: Reformat and commentsMatthias Melcher
2025-07-02Fl_Help_View: Refactor Fl_Help_Link to C++11Matthias Melcher
2025-07-02Help_View: Improve target line managementMatthias Melcher
2025-07-02Remove deprecated methods and functionsAlbrecht Schlosser
2025-07-02Enable building "extra tests" with a newer C++ standardAlbrecht Schlosser
2025-07-02Set Fl_Menu_Item::setonly() to deprecatedMatthias Melcher
2025-07-02FLUID: Multiple fixesMatthias Melcher
2025-07-01Better handling of special case when scaling imageMatthias Melcher
2025-07-01Remove FLTK 1.4 ABI guardsAlbrecht Schlosser
2025-07-01Add wrap mode to clipboard viewerAlbrecht Schlosser
2025-06-30Improve bilinear image scaling below 50%Matthias Melcher
2025-06-27FLUID: Move i18n settings into its own classMatthias Melcher
2025-06-22Improve threads demo test/threads.cxx (#1263)Albrecht Schlosser
2025-06-19Fix Windows compile error from previous commit.MatthiasWM
2025-06-19Ensure that the 'awake' pipe does not overflow (#1263)Matthias Melcher
2025-06-19Update Fl::await() and friends API and documentationMatthias Melcher
2025-06-11Fix in window titlebar capture to support macOS 26 TahoeManoloFLTK
2025-06-10Fix "Selecting menus from the menubar under Wayland when in fullscreen" (#1264)ManoloFLTK
2025-06-06Fix usage of 'volatile' in src/Fl_JPEG_Image.cxx (#1207)Albrecht Schlosser
2025-06-05Restore building for Linux w/o cairo and w/o xftManoloFLTK
2025-06-05Fix several compiler warnings [-Wextra-semi]Albrecht Schlosser
2025-06-05Fix compiler warning warning [-Wundef]Albrecht Schlosser
2025-06-03macOS: protect uses of __block by #if defined(__BLOCKS__) conditionManoloFLTK
2025-06-03Add build option FLTK_USE_DBUS to allow build w/o dbus (PR #1252)ManoloFLTK
2025-06-03Restore use of build option FLTK_USE_POLLManoloFLTK
2025-05-30Fix for #1260 - part 4: fix when menu button is in subwindow under WaylandManoloFLTK
2025-05-30Fix for #1260 - part3: fix exploration of menu button window under WaylandManoloFLTK
2025-05-30Fix for #1260 - part2: improve position of menu button window under WaylandManoloFLTK
2025-05-29Wayland: fix "A flag to set how menus should show up" (#1260)ManoloFLTK
2025-05-28Fix usage of FLTK_BACKEND_WAYLAND and FLTK_USE_WAYLANDAlbrecht Schlosser