Files
eepp/TODO.md
Martín Lucas Golini 0a70817ed1 Added UIDataBind: simple two way data binding between data and widgets.
UIDocFindReplace: first working version completed.
TextDocument: Fixed findTextLast when using case-insensitive search.
StyleSheet: Added StyleSheet::markerExists.
ecode: DocSearchController minor refactor.
2022-09-04 04:06:38 -03:00

799 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 VertexBuffer class 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 (WIP).

CSS

  • Add cubic-bezier timing function support.

  • Add support for calc.

UICodeEditor

  • Add better support for double-width characters.

  • Add new CSS properties related to the widget.

StyleSheetParser

  • Detect errors and log them.