Files
eepp/TODO.md
Martín Lucas Golini 1b1782bb2d I'll need this later.
Updated TODO.
2026-02-13 20:38:44 -03:00

31 lines
649 B
Markdown

# TODO
## Graphics Module
* Implement shared pointers for resource management in eepp
## UI Module
* Implement a better DropDownList (model/view approach)
* Implement a Rich Text View.
* Implement TableView and TreeView properties.
* Add automatic font-fallback for lang scripts
* Implement support for setting and creating a model from the XML.
* Implement support for very simple state-changes from the XML file (ex: onclick="toggleclass(x)").
* Implement a Markdown View
* Implement smooth-scrolling for macOS
* Implement UITabWidgetSplitter
### CSS
* Add support for [calc](https://developer.mozilla.org/en-US/docs/Web/CSS/calc).