summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-02-10Deprecated warnings wording adaptedMatthias Melcher
2023-02-10Fixes FL_DEPRECATED for Fl_Text_Buffer.hMatthias Melcher
2023-02-10Fix typos in documentation and commentsAlbrecht Schlosser
2023-02-09Expose elapsed time API (#670)Matthias Melcher
2023-02-06Document MSVC macro _MSVC_LANG for future use in fl_attr.hAlbrecht Schlosser
2023-02-06Fix "\todo Description of box types is incomplete" from Enumerations.HManoloFLTK
2023-02-06Fix "\todo Add a flag to ignore case" from Fl_Browser_.cxxManoloFLTK
2023-02-06Fix "\todo provide user documentation for fl_set_status function"ManoloFLTK
2023-02-06Fix "\todo Complete documentation of class Fl_String"ManoloFLTK
2023-02-06Fix "\todo FL_Button and FL_key... constants could be structured better"ManoloFLTK
2023-02-06Use correct Doxygen syntax for "member groups"ManoloFLTK
2023-02-05Remove a bunch of \todo items from documentationManoloFLTK
2023-02-05Better document Fl_Window::show(int, char**)ManoloFLTK
2023-02-05Doxygen fix for FL_DEPRECATEDMatthias Melcher
2023-02-04Improve documentation of the Fl_Cursor enumerationManoloFLTK
2023-02-02Missing include for FL_DEPRECATEDMatthias Melcher
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
2023-02-02Fix documentation of FL/Fl_Box.HAlbrecht Schlosser
2023-02-02Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__ManoloFLTK
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
2023-02-02Minimize and fix include statements of Fl_Int_VectorAlbrecht Schlosser
2023-01-24Remove warnings when building doc with DoxygenManoloFLTK
2023-01-23STR 2639 Fixes Fl_Pack resize behaviourMatthias Melcher
2023-01-21Animated GIF support (Fl_Anim_GIF_Image class) (#375)wcout
2023-01-20No default values in plain CMatthias Melcher
2023-01-20STR 2822: function to count bytes in a UTF-8 stringMatthias Melcher
2023-01-20STR 2894: pressed_menubutton_ now protected in Fl_Menu_ButtonMatthias Melcher
2023-01-20STR 2658: documentation fixes on Fl::set_fontsMatthias Melcher
2023-01-15Improve deriving from Fl_Chart (STR 2022)Albrecht Schlosser
2023-01-15Have files fl_attr.h and names.h visible by DoxygenManoloFLTK
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
2023-01-12Add Fl_Scheme_Choice widget and use it in test programsAlbrecht Schlosser
2023-01-12Add the initial version of class Fl_SchemeAlbrecht Schlosser
2023-01-11Fix "Compilation warning: 'NSOpenGLContext' on macOS 11" !#646)ManoloFLTK
2023-01-08Add new Fl_Rect::inset(lt,top,rt,bot) methodGreg Ercolano
2023-01-08 Fix "Xrender blurs adjacent images with bilinear scaling" (#633)ManoloFLTK
2023-01-08Fix missing parameter documentationMatthias 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-05Refactor drawing small circles: add fl_draw_circle()Albrecht Schlosser
2023-01-03Clarify and improve Fl::scheme() related documentationAlbrecht Schlosser
2023-01-02Fix a doxygen warning and improve "file list" contentsAlbrecht Schlosser
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-28Improve and extend fl_contrast() (#370)Albrecht Schlosser
2022-12-22Fix compilation on old gcc (#606)Matthias Melcher
2022-12-20Clean up class Fl_String (part of issue #601)Albrecht Schlosser
2022-12-19Update dependencies, remove trailing whitespaceAlbrecht Schlosser
2022-12-18Added ansi_show_unknown(bool) (default off)Greg Ercolano