summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-15Wayland: add support of Fl_Window::default_cursor(Fl_Cursor)ManoloFLTK
2023-02-15Wayland doc: detail how to be compatible with macOS+XQuartzManoloFLTK
2023-02-14Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_DriverManoloFLTK
2023-02-14Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file()ManoloFLTK
2023-02-14Update doc of Fl_Image::copy() after new Fl_Anim_GIF_Image classManoloFLTK
2023-02-13Remove unneeded list of wayland seatsManoloFLTK
2023-02-13Windows: minor change to support build with mingw64 4.9ManoloFLTK
2023-02-13Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int)ManoloFLTK
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