mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 21:22:40 +03:00
- Add CSS properties: editable, selection-type, selection-kind, icon-size, sort-icon-size, main-column, row-header-width, table-flags (pipe-separated), indent-width, expander-icon-size, table-model - Create UIModelCreator static factory with 4 built-in models: widgettree, filesystem, diskdrives, cssproperties - Eliminate 17 heap-allocating std::string copies in applyProperty() handlers across 12 files using String::iequals with const refs - Replace table-flags token parsing with allocation-free String::splitCb - Update cssspecification.md with all new property documentation Fixed fall-through bugs in applyProperty. Fixed status terminal button "Terminal" not setting the tooltip text correctly.