summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2026-01-11Don't pretend Wayland supports Fl::add_system_handler().ManoloFLTK
2025-12-23Fix typos in documentation of FL_APP_ACTIVATEManoloFLTK
2025-12-01Fix more box drawing stuff - using Fl::box_bg(box())Albrecht Schlosser
2025-11-28Add method to list running timeouts (#1306).Matthias Melcher
2025-11-16Refactor large static class Fl into an expandable namespace Fl (#1325)Matthias Melcher
2025-11-09Complete documentation of function fl_open_callback().ManoloFLTK
2025-07-02Remove deprecated methods and functionsAlbrecht Schlosser
2025-05-13Remove deprecated function Fl::set_idle()Albrecht Schlosser
2024-11-17Finish release 1.4.0Albrecht Schlosser
2024-11-01Improve and clarify documentationAlbrecht Schlosser
2024-08-26Implement and document Fl::add_system_handler() for WaylandManoloFLTK
2024-08-25Document that Fl::add_system_handler() is not implemented under WaylandManoloFLTK
2024-07-19Fix warnings during 'make html'Greg Ercolano
2024-06-21Add Fl::remove_next_timeout(...) to remove only one timeout (#992)Albrecht Schlosser
2024-06-15Improve Fl::option documentation.Matthias Melcher
2024-04-22 Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)ManoloFLTK
2024-03-19Document fl_close_display()ManoloFLTK
2024-03-04Fix Scaling window up/down also scales X/Y position on secondary displays onl...ManoloFLTK
2024-03-02Add OPTION_SIMPLE_ZOOM_SHORTCUT to fine tune zoom-in shortcutManoloFLTK
2024-03-01Windows: make Ctrl/+/-/0/ scaling system-wide if all screens have same DPIManoloFLTK
2024-02-27Improve prioritization of event handlers added at open display timeManoloFLTK
2023-11-29Add commandline conversion for Windows (no-op on other platforms)Albrecht Schlosser
2023-11-20Fl::check() docs fix: example indentedGreg Ercolano
2023-11-14Fix dependencies and whitespace issuesAlbrecht Schlosser
2023-10-21 Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)ManoloFLTK
2023-09-03Adds compact buttons feature to create keypads.Matthias Melcher
2023-08-10Improve docs of Fl::hide_all_windows()Albrecht Schlosser
2023-07-14Keep sending FL_DRAG until all mouse buttons are releasedAlbrecht Schlosser
2023-04-11Add public accessor methods Fl_Widget::needs_keyboard()Albrecht Schlosser
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
2023-01-30Document that Fl::add_fd() opens display under macOSManoloFLTK
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
2023-01-09 Doc only: fix for "Fl::awake() and Fl::add_timeout()" (#524)ManoloFLTK
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
2022-12-16Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…ManoloFLTK
2022-11-28Doc: repeat that screens are numbered starting from 0 in the APIManoloFLTK
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
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-30Attempt to improve fl_disable_wayland().ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-20Add int Fl::system(const char *command) static member function.ManoloFLTK
2022-03-20 Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.ManoloFLTK
2022-02-03Reorganize classes Fl_System_Driver and Fl_Screen_DriverManoloFLTK
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2021-12-17Fix a tiny documentation bugAlbrecht Schlosser