mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
UIMarkdownView now uses the HTMLFormatter::HTMLtoXML. Removed formatting hack to force strict XML from HTML, now we should always use HTMLFormatter::HTMLtoXML.
23 lines
484 B
Markdown
23 lines
484 B
Markdown
|
|
# TODO
|
|
|
|
## Graphics Module
|
|
|
|
* Implement shared pointers for resource management in eepp
|
|
|
|
## UI Module
|
|
|
|
* Implement TableView and TreeView properties.
|
|
|
|
* 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 smooth-scrolling for macOS
|
|
|
|
* Implement UITabWidgetSplitter
|
|
|
|
### CSS
|
|
|
|
* Add support for [calc](https://developer.mozilla.org/en-US/docs/Web/CSS/calc).
|