| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-08 | Remove deprecation warning of graphicsContextWithWindow used with macOS ≤ ↵ | ManoloFLTK | |
| 10.13 | |||
| 2025-09-07 | Update bundled libpng to version 1.6.50 dated 2025-07-01 | ManoloFLTK | |
| 2025-09-05 | Make Fl_Table::get_selection() 'const' (#1305) | Albrecht Schlosser | |
| See also branch-1.4 with FLTK_ABI_VERSION >= 10405: commit 9b9426bf6e1140b3f220c8868a1d97bdc5e7f544 | |||
| 2025-09-05 | Remove use of deprecated member function Fl_Menu_Item::setonly() | ManoloFLTK | |
| 2025-09-03 | Fix "Focus event lost if opening window on macOS" (#1300) | ManoloFLTK | |
| 2025-08-31 | Restore use of menubar at top of fullscreen window under X11 | ManoloFLTK | |
| 2025-08-29 | Wayland: account for new Wayfire compositor - cont'd | ManoloFLTK | |
| And allow for vertical display taskbar. | |||
| 2025-08-25 | Fix "Wayland libdecor crashes with built-in one." (#1299) | ManoloFLTK | |
| 2025-08-22 | Fix typo in documentation | Albrecht Schlosser | |
| 2025-08-20 | Wayland: stop calling non-public libdecor_frame_get_content_{width,height} ↵ | ManoloFLTK | |
| (#1296) | |||
| 2025-08-19 | Fix for Wayland only part of #1295 related to "mangled" events | ManoloFLTK | |
| 2025-08-19 | Fix part of #1295 related to Wayland and hiding/showing subwindow | ManoloFLTK | |
| 2025-08-18 | Fix: Unexpected FL_ENTER after FL_LEAVE when a subwindow is hidden (#1295) | ManoloFLTK | |
| 2025-08-13 | Fluid: Fix relative project paths in GUI mode #1293 | Matthias Melcher | |
| Also fixes native "Save as... project file chooser to start with current project path. | |||
| 2025-08-12 | Restore building for OpenBSD | ManoloFLTK | |
| 2025-08-12 | Remove last use of non-portable strdup() function | ManoloFLTK | |
| 2025-08-09 | Wayland: Some shortcut keys not delivered when input widget has focus - ↵ | ManoloFLTK | |
| cont'd (#1290) | |||
| 2025-08-08 | Wayland: Some shortcut keys not delivered when input widget has focus (#1290) | ManoloFLTK | |
| 2025-08-07 | Wayland: avoid NULL-pointer error after call to wl_display_get_protocol_error() | ManoloFLTK | |
| 2025-08-06 | Fix "Fl_Double_Window::make_current() issues with Cairo" - cont'd (#1285) | ManoloFLTK | |
| 2025-08-05 | Fix "Fl_Double_Window::make_current() issues with Cairo drawing" (#1285) | ManoloFLTK | |
| 2025-08-05 | Fix issue under Wayland when erasing overlay rectangle (#1285) | ManoloFLTK | |
| 2025-08-04 | Fix "Callback or event on minimize of the main window " for Wayland (#1288) | ManoloFLTK | |
| 2025-08-03 | Add detail to the documentation of the FL_HIDE event. | ManoloFLTK | |
| 2025-08-03 | Document that the Wayland platform doesn't send FL_HIDE to minimized windows. | ManoloFLTK | |
| 2025-08-03 | Fix "Callback or event on minimize of the main window" for X11 platform (#1288) | ManoloFLTK | |
| 2025-07-26 | Update documentation (typos and minor corrections) | Albrecht Schlosser | |
| 2025-07-24 | Fix documentation of fl_overlay_clear and fl_overlay_rect | Albrecht Schlosser | |
| The code example in fl_overlay_clear() wouldn't work. | |||
| 2025-07-16 | Generate better FL_LEAVE coordinates on Windows (#87) | MatthiasWM | |
| Use the current mouse position to estimate the position where the mouse left the window. Not perfect, but much better than repeating the last move coordinates. | |||
| 2025-07-16 | Remove warnings triggered by -Wredundant-decls (#1277) | ManoloFLTK | |
| 2025-07-15 | Fix: Redundant redeclaration of Fl_Shortcut fl_old_shortcut(const char*) (#1277) | ManoloFLTK | |
| 2025-07-14 | Improve test/threads demo program | Albrecht Schlosser | |
| - format "Max Prime" output as integer number - use a fixed font for better readability - close all windows when the user closes one of them - use standard background and text colors | |||
| 2025-07-10 | Wayland: account for new Wayfire compositor - cont'd | ManoloFLTK | |
| 2025-07-09 | Wayland: account for new Wayfire compositor | ManoloFLTK | |
| 2025-07-09 | Improve Fl_Button event handling documentation (#1267) | Matthias Melcher | |
| 2025-07-08 | Fluid: Fix include guard between 0 and 127 | Matthias Melcher | |
| if the UCS is not a number or letter | |||
| 2025-07-08 | Fix trailing whitespace and convert a few tabs to spaces | Albrecht Schlosser | |
| ... according to CMP | |||
| 2025-07-08 | Replace 'FL_OVERRIDE' with 'override' in public headers | Albrecht Schlosser | |
| ... except FL/fl_attr.h where FL_OVERRIDE is #define'd | |||
| 2025-07-08 | #1114: Ensure minimum height of last block in Fl_Help_View | Matthias Melcher | |
| 2025-07-08 | #146: Add access to scrollbars widget in Fl_Help_View | Matthias Melcher | |
| - new methods are Fl_Help_View::scrollbar() and Fl_Help_View::hscrollbar(), taking inspiration from Fl_Browser. | |||
| 2025-07-08 | Improve GitLab CI builds | Albrecht Schlosser | |
| - use Debian Trixie which has Doxygen 1.9.8 rather than 1.9.4 - install required packages to build with Wayland support - log latest git commit - keep artifacts for up to three weeks, i.e. three weekly builds | |||
| 2025-07-07 | #1276: New code to generate include guard | Matthias Melcher | |
| - generating macro identifier with unicode encoding if the filename has international character - optional user defined include guard | |||
| 2025-07-07 | Fl_Help_View: Subclassing minor comment chages | Matthias Melcher | |
| 2025-07-07 | Fl_Table_Row: replace private class CharVector with std::vector | Albrecht Schlosser | |
| FL/Fl_Table_Row.H: use `std::vector<uint8_t> _rowselect;`, remove declaration of class `CharVector` src/Fl_Table_Row.cxx: remove implementation of class `CharVector`, simplify loops (use range based for loops), use resize() to change vector size. Unify copyright year of Fl_Table* headers and implementation. | |||
| 2025-07-07 | Add missing and remove unnecessary #include statements | Albrecht Schlosser | |
| Note: if user code requires a header, then user code must #include it. | |||
| 2025-07-05 | Fl_Help_View: Restoring bad includes for back compatibility | Matthias Melcher | |
| 2025-07-05 | Fl_Help_View: Revert some changes | Matthias Melcher | |
| 2025-07-05 | Fl_Help_View: Thin out header file | Matthias Melcher | |
| - remove unnecessary include. | |||
| 2025-07-05 | Fl_Help_View: Refactor to use PIMPL | Matthias Melcher | |
| - using a Pointer to Implementation instead of having a huge Fl_Help_View class. This improves build speed (smaller header fiel) and allows us to fix the implementation while keeping the ABI unchanged. | |||
| 2025-07-05 | Fl_Help_View: Fix writing into empty std::string | Matthias Melcher | |
