| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 45 hours | wip | maxim nikonov | |
| 3 days | wip | maxim nikonov | |
| 2025-06-03 | Restore use of build option FLTK_USE_POLL | ManoloFLTK | |
| 2025-05-13 | Remove deprecated function Fl::set_idle() | Albrecht Schlosser | |
| This turned out to be more complicated than just to delete a function because it was used internally, and the callback signatures were a bit flaky. I also added a lot of documentation to clarify matters. FL/Fl.H: document idle callback signatures, make some internal functions of class Fl private, add public Fl::idle() accessor (read- only), add Fl::add_idle(Fl_Old_Idle_Handler cb) to enable using old-style idle callbacks w/o 'data' argument. FL/forms.H: replace Fl::set_idle() with Fl::add_idle(). src/Fl.cxx: rename private Fl::idle_ with trailing underscore. src/Fl_System_Driver.cxx: use new public accessor Fl::idle() to access Fl::idle_ which is now private. src/Fl_add_idle.cxx: improve documentation, clarify idle callback matching, add example code in docs, rename methods, add overloaded Fl::add_idle(Fl_Old_Idle_Handler cb). src/Fl_win32.cxx: use public Fl::idle() rather than private member. src/drivers/Unix/Fl_Unix_System_Driver.cxx: same as above. src/Fl_cocoa.mm: same as above. | |||
| 2025-03-07 | Fixing error where std::string could be assigned NULL' | Matthias Melcher | |
| 2025-03-07 | Removes the remaining references to Fl_String. | Matthias Melcher | |
| Still to do: rename fl_filename... to fl_filename..._str and introduce into core library. | |||
| 2025-03-07 | Fixing a couple of warnings. | Matthias Melcher | |
| 2025-03-07 | One more FL_String::apend fix, | Matthias Melcher | |
| 2025-03-07 | Replce Fl_String in Fluid with std::string. | Matthias Melcher | |
| Also fix for Linux. | |||
| 2024-08-27 | Restore building with option FLTK_USE_POLL | ManoloFLTK | |
| 2024-04-02 | Improve support for NetBSD (#944) | Albrecht Schlosser | |
| - fix gcc version check for FL_DEPRECATED macro - fix #include for select() on NetBSD < 3.0 (#944) For more info please see GitHub Issue #944 | |||
| 2024-04-02 | Remove dead code/comment: HP-UX 9.x not supported | Albrecht Schlosser | |
| README.Unix.txt documents that HP-UX 11.11 is required | |||
| 2024-03-25 | Fix "Support for AIX" - part 2 (#942) | Albrecht Schlosser | |
| Add missing file counter increment, thanks to @michaelbauerle. | |||
| 2024-03-22 | Fix "Support for AIX" (#942) | Albrecht Schlosser | |
| Slightly modified patch from @michaelbaeuerle (issue #942). | |||
| 2024-03-20 | Add missing include file (#939) | Albrecht Schlosser | |
| 2024-03-18 | Fix "Support for HP-UX" (#937) | Albrecht Schlosser | |
| Fix usage of vsscanf in Fl_Unix_System_Driver::clocale_vsscanf(). Final commit of all patches provided by the OP of issue #937 - if everything works now. | |||
| 2024-01-22 | Fl_Preferences: fix missing '/' (#891) | Albrecht Schlosser | |
| Without the '/' FLTK 1.4 wouldn't fall back to the 1.3 prefs folder even if it existed. | |||
| 2024-01-22 | Fix warning. | Matthias Melcher | |
| 2024-01-22 | Fix wrong path var and typos | Matthias Melcher | |
| 2024-01-22 | Fix User Preferences file search order for Unix (#891) | Matthias Melcher | |
| 2023-04-04 | Remove superfluous #include directives | ManoloFLTK | |
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher | |
| FL_OVERRIDE is defined as `override` for C++11 and higher FL_OVERRIDE is defined as `override` for VisualC 2015 and newer Don't interfere with Fl_Widget::override() | |||
| 2022-11-07 | Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms | ManoloFLTK | |
| 2022-09-26 | Replace all calls to sprintf() by calls to snprintf(). | ManoloFLTK | |
| 2022-08-20 | Remove FL_EXPORT qualifier from platform-specific class declarations. | ManoloFLTK | |
| 2022-03-23 | Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and ↵ | ian.macarthur | |
| unsupported by the MS tools) and rename several clocale specific methods from "name" to "vname" since they take a va_list not a variable list of arguments. | |||
| 2022-03-21 | Fix for issue #418 : some warnings about unused functions. | ManoloFLTK | |
| 2022-03-21 | Remove unnecessary constructors. | ManoloFLTK | |
| 2022-03-20 | Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS. | ManoloFLTK | |
| 2022-03-04 | Add the Wayland platform to FLTK 1.4 | ManoloFLTK | |
