mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
865 B
865 B
TODO - Short and mid term plans.
Graphics Module
-
Add support for font packs/families (separate fonts for regular/bold/italics).
-
Add support for fallback fonts.
-
Improve
VertexBufferclass with facilities for easy update of trigs and quads.
UI Module
-
Implement a "float" layout.
-
Expose properties implemented by each widget.
-
Implement a model to view each widget property.
-
Implement a rich text view.
-
Provide some facilities for basic data-binding.
CSS
-
Add
cubic-beziertiming function support. -
Add support for calc.
UICodeEditor
-
Implement and embed a default find-replace widget inside the editor.
-
Add better support for double-width characters.
-
Add new CSS properties related to the widget.
StyleSheetParser
- Detect errors and log them.