Update README.md

Clarifying C++
Added item in todo list
This commit is contained in:
ocornut
2014-08-11 12:45:47 +01:00
parent 678f6d3a3d
commit 900dd3bd0f
3 changed files with 2 additions and 1 deletions

View File

@@ -144,6 +144,7 @@
- filters: handle wildcards (with implicit leading/trailing *), regexps
- shortcuts: add a shortcut api, e.g. parse "&Save" and/or "Save (CTRL+S)", pass in to widgets or provide simple ways to use (button=activate, input=focus)
- keyboard: full keyboard navigation and focus
- clipboard: add a default "local" implementation of clipboard functions (user will only need to override them to connect to OS clipboard)
- misc: not thread-safe
- optimisation/render: use indexed rendering
- optimisation/render: move clip-rect to vertex data? would allow merging all commands