summaryrefslogtreecommitdiff
path: root/FL/Fl.H
AgeCommit message (Expand)Author
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
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-10-17Documentation updates (formatting)Albrecht Schlosser
2021-08-30Add experimental FL/fl_casts.H (issue #109)Albrecht Schlosser
2021-08-27Remove an extra semicolontetsuhaut
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2021-02-27Remove config_lib.h and runtime configuration infoAlbrecht Schlosser
2020-11-23Documentation: clarify how keypad keys are named.ManoloFLTK
2020-11-03Clarify doc about how FLTK_SCALING_FACTOR operates.ManoloFLTK
2020-09-01Customize corner radius for rounded box/frame (#130)Albrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-30Clarify documentation (STR 3532)Albrecht Schlosser
2020-01-31Update Fl::keyboard_screen_scaling()Albrecht Schlosser
2020-01-31Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/ManoloFLTK
2020-01-28Fix Doxygen formatting problem.ManoloFLTK
2019-09-15X11 platform: use Gnome printer dialog when the GTK library is available at r...ManoloFLTK
2019-05-22Fix Doxygen comment badly processed by Doxygen 1.8.15ManoloFLTK
2018-12-05Better Doxygen explanation of the use of Fl::paste().ManoloFLTK
2018-08-09Improve the documentation of scaling factor-related operations.Manolo Gouy
2018-08-08Support for GUI scaling: add API to get/set the scaling factor value.Manolo Gouy
2018-05-24Add documentation for Fl::reset_marked_text() and Fl::insertion_point_locatio...Manolo Gouy
2018-05-22Add Fl::screen_scale(int) function to get the scaling factor value of a screen.Manolo Gouy
2018-03-31Added Fl::menu_linespacing() to solve STR# 2927.Greg Ercolano
2018-03-18Fix a doxygen warning, update copyright.Albrecht Schlosser
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-10Documentation: separate the doc of the 2 versions of Fl::add_fd() as Doxygen ...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-08Documentation: add \version info to new member functions.Manolo Gouy
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy