update todo
This commit is contained in:
parent
04843fe714
commit
87de68028a
12
TODO
12
TODO
@ -7,9 +7,14 @@
|
|||||||
[ ] Write a README.md
|
[ ] Write a README.md
|
||||||
[ ] Use an arena allocator for cache
|
[ ] Use an arena allocator for cache
|
||||||
[ ] Do not redraw if there was no update (no layout and no draw)
|
[ ] Do not redraw if there was no update (no layout and no draw)
|
||||||
[ ] Better handling of the active and focused widgets, try
|
[x] Better handling of the active and focused widgets, try
|
||||||
to maintain focus until mouse release (fix scroll bars)
|
to maintain focus until mouse release (fix scroll bars)
|
||||||
[x] Clip element bounds to parent div, specifically text
|
[x] Clip element bounds to parent div, specifically text
|
||||||
|
[ ] Keyboard input
|
||||||
|
[ ] Mouse scroll wheel
|
||||||
|
[ ] Touch input
|
||||||
|
[ ] Resizeable divs
|
||||||
|
[ ] Implement a z index
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
@ -17,6 +22,7 @@ to maintain focus until mouse release (fix scroll bars)
|
|||||||
_ border width
|
_ border width
|
||||||
_ border radius
|
_ border radius
|
||||||
[x] add a command to update an atlas
|
[x] add a command to update an atlas
|
||||||
|
[ ] New window command, useful for popups
|
||||||
|
|
||||||
## Atlases
|
## Atlases
|
||||||
|
|
||||||
@ -36,4 +42,6 @@ _ border radius
|
|||||||
## Widgets
|
## Widgets
|
||||||
|
|
||||||
[x] Dynamic text box to implement an fps counter
|
[x] Dynamic text box to implement an fps counter
|
||||||
[ ] Button with label
|
[x] Button with label
|
||||||
|
[ ] Text Input box
|
||||||
|
[ ] Icon Buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user