summaryrefslogtreecommitdiff
path: root/FL/Fl.H
AgeCommit message (Expand)Author
2025-12-01Add background (`bg`) attribute to table of boxtypesAlbrecht Schlosser
2025-11-28Add method to list running timeouts (#1306).Matthias Melcher
2025-11-17Add pen/stylus/tablet API and driver for macOS (#1326)Matthias Melcher
2025-11-17Fix Cairo build and add FLTK_OPTION_CAIRO_WINDOW to CI buildAlbrecht Schlosser
2025-11-16Refactor large static class Fl into an expandable namespace Fl (#1325)Matthias Melcher
2025-11-06Add rule of five for Fl_Widget_Tracker.Matthias Melcher
2025-07-02Remove deprecated methods and functionsAlbrecht Schlosser
2025-06-19Update Fl::await() and friends API and documentationMatthias Melcher
2025-05-13Remove deprecated function Fl::set_idle()Albrecht Schlosser
2025-03-16Remove libfltk_cairo (fltk::cairo)Albrecht Schlosser
2025-01-02Remove duplication and typo in documentation of Fl::copy()ManoloFLTK
2024-11-01Improve and clarify documentationAlbrecht Schlosser
2024-10-07Improve documentation on mouse and keyboard eventsAlbrecht Schlosser
2024-10-06Support mouse buttons 4 + 5 (aka "side buttons") (#1076, #1068)Albrecht Schlosser
2024-08-23More detailed documentation of how Fl::event_state() differs between platformsManoloFLTK
2024-07-07X11: fix extraneous (undefined) event state bitsAlbrecht Schlosser
2024-06-21Remove trailing whitespaceAlbrecht Schlosser
2024-06-21Add Fl::remove_next_timeout(...) to remove only one timeout (#992)Albrecht Schlosser
2024-04-26Box types can now defined and draw their own focus frame, STR 2145, #659Matthias Melcher
2024-04-22 Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899)ManoloFLTK
2024-04-22 Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)ManoloFLTK
2024-04-04Fix compiler warning, part 1 of #946Albrecht Schlosser
2024-03-03Update doc about Ctrl/+/-/0/ zoom shortcutsManoloFLTK
2024-03-02Add OPTION_SIMPLE_ZOOM_SHORTCUT to fine tune zoom-in shortcutManoloFLTK
2024-02-27Improve prioritization of event handlers added at open display timeManoloFLTK
2024-02-07Introduce "Modern CMake" in FLTKAlbrecht Schlosser
2023-11-29Add commandline conversion for Windows (no-op on other platforms)Albrecht Schlosser
2023-11-01Fix: Fl::clipboard_contains() cannot query selection buffer (#690)ManoloFLTK
2023-10-06Change prototype to Fl::now(double offset = 0) - cont'dManoloFLTK
2023-10-06Change prototype to Fl::now(double offset = 0)ManoloFLTK
2023-09-26Add Fl_Timestamp Fl::distant_past()ManoloFLTK
2023-08-26Fixes a bunch of typos in comments.Matthias Melcher
2023-03-14Cairo: introduce Fl::cairo_flush() in FLTK APIAlbrecht Schlosser
2023-02-09Expose elapsed time API (#670)Matthias Melcher
2023-01-20STR 2658: documentation fixes on Fl::set_fontsMatthias Melcher
2023-01-06X11: Optionally copy selection buffer to clipboard (STR 3229)Albrecht Schlosser
2023-01-05Adding Fl::hide_all_windows()Matthias Melcher
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
2023-01-03Clarify and improve Fl::scheme() related documentationAlbrecht Schlosser
2022-12-16Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…ManoloFLTK
2022-12-11Use correct syntax to befriend a classManoloFLTK
2022-12-10"Public members Fl::awake_ring_*_ should be private" (#559) - cont'dManoloFLTK
2022-12-09Fix for "Public members Fl::awake_ring_*_ should be private" (#559)ManoloFLTK
2022-11-05Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.ManoloFLTK
2022-10-20Improve and clarify documentation of timeout functionsAlbrecht Schlosser
2022-08-30Hybrid Wayland/X11 platform: improve control of chosen backend.ManoloFLTK
2022-08-20Add int Fl::system(const char *command) static member function.ManoloFLTK
2022-02-06OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)Matthias Melcher
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK