summaryrefslogtreecommitdiff
path: root/FL/core
AgeCommit message (Collapse)Author
44 hourswipmaxim nikonov
3 dayswipmaxim nikonov
3 dayswipmaxim nikonov
2025-11-20Adjust some pen driver comments.Matthias Melcher
Made global variables private.
2025-11-17Add pen/stylus/tablet API and driver for macOS (#1326)Matthias Melcher
* define the pen/tablet support API * add pen event handler stub as a fallback * add pen device test "penpal". * Add macOS pen/stylus/tablet driver. * Add Oxygen documentation.
2025-11-16Refactor large static class Fl into an expandable namespace Fl (#1325)Matthias Melcher
* Change class Fl into namespace Fl. * Untangle Fl namespace into themed headers. * cut line count of FL/Fl.H in half * FL/core subdirectory now holds short headers grouped by functionality.