summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-12Wayland: add necessary check to support OWLManoloFLTK
2023-02-11Very controlled GDIplus startup and shutdown #635 (#679)Matthias Melcher
2023-02-11Wayland: improve support for FL_CURSOR_{NONE, HELP}ManoloFLTK
2023-02-10Infinite undo: fix compiler warningMatthias Melcher
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-02-10Don't for a box type for pulldowns (#675)Matthias Melcher
2023-02-10Deprecated warnings wording adaptedMatthias Melcher
2023-02-10Fixes FL_DEPRECATED for Fl_Text_Buffer.hMatthias Melcher
2023-02-10Remove dead code and comments (Windows only)Albrecht Schlosser
2023-02-10Fix typos in documentation and commentsAlbrecht Schlosser
2023-02-09FLUID: another memory leakMatthias Melcher
2023-02-09FLUID: Fix memory leak (#672)Matthias Melcher
2023-02-09Expose elapsed time API (#670)Matthias Melcher
2023-02-07Fix clang compiler warningAlbrecht Schlosser
2023-02-07Remove XOR-based code that was unused and incomplete (#673)ManoloFLTK
2023-02-07Fix "\todo TextDPosToLineAndCol does not exist"ManoloFLTK
2023-02-07Fix "\todo TextDEndOfLine and BufEndOfLine functions don't exist"ManoloFLTK
2023-02-07macOS+XQuartz: support new homebrew name for GTK2 shared libManoloFLTK
2023-02-07Avoid "#undef __APPLE__" preprocessor directiveManoloFLTK
2023-02-06Document MSVC macro _MSVC_LANG for future use in fl_attr.hAlbrecht Schlosser
2023-02-06Remove usage of __APPLE_QUARTZ__ (#673)ManoloFLTK
2023-02-06Use fl_utf_strcasecmp() for Unicode-aware case-insensitive comparisonsManoloFLTK
2023-02-06Use fl_tolower() for case-insensitive Unicode-aware comparisonsManoloFLTK
2023-02-06Don't assume strcasecmp() is a function because of Visual studio CManoloFLTK
2023-02-06Fix "\todo Description of box types is incomplete" from Enumerations.HManoloFLTK
2023-02-06Add necessary #include "flstring.h"ManoloFLTK
2023-02-06Fix "\todo Add a flag to ignore case" from Fl_Browser_.cxxManoloFLTK
2023-02-06Fix "\todo Make comparison UTF-8 aware" in numericsort.cManoloFLTK
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-05Fix examples/.gitignore (add missing files)Albrecht Schlosser
2023-02-05Give fluid and fltk-options their own .gitignore filesAlbrecht Schlosser
2023-02-05Remove a bunch of \todo items from documentationManoloFLTK
2023-02-05Improve doc of Fl_Widget::test_shortcut() methodsManoloFLTK
2023-02-05Better document Fl_Window::show(int, char**)ManoloFLTK
2023-02-05FLUID: resizable Command dialogsMatthias Melcher
2023-02-05Doxygen fix for FL_DEPRECATEDMatthias Melcher
2023-02-04Fix deprecated warnings in examples/table* demo programsAlbrecht Schlosser
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-02FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453)Matthias Melcher
2023-02-02Fix documentation of FL/Fl_Box.HAlbrecht Schlosser
2023-02-02Documentation: clarify header inclusion requirementsAlbrecht 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-02-02 Fix "Native file chooser on Linux fails with BROWSE_MULTI_FILE" (#669)ManoloFLTK