Updated TODO
This commit is contained in:
parent
cda204aec9
commit
32ed5099f1
1 changed files with 4 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ FIX: Refreshing scroll when content extent changes
|
||||||
Add Dark Mode Default theme
|
Add Dark Mode Default theme
|
||||||
FIX: Float values in stylesheet needing to have decimal point to be read as float
|
FIX: Float values in stylesheet needing to have decimal point to be read as float
|
||||||
Make parsing of vec2 and rect in stylesheet, consistent with other value functions like gradients and animations
|
Make parsing of vec2 and rect in stylesheet, consistent with other value functions like gradients and animations
|
||||||
|
Add buttons to scroll tabs in TabPanel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -37,6 +38,7 @@ Implement following widgets:
|
||||||
***Title Label
|
***Title Label
|
||||||
***ScrollView
|
***ScrollView
|
||||||
***Image / Icon
|
***Image / Icon
|
||||||
|
***Tab Panel
|
||||||
***Button
|
***Button
|
||||||
Image/Icon
|
Image/Icon
|
||||||
Radio Button
|
Radio Button
|
||||||
|
|
@ -48,8 +50,9 @@ Implement following widgets:
|
||||||
ComboBox
|
ComboBox
|
||||||
TreeView
|
TreeView
|
||||||
Progressbar
|
Progressbar
|
||||||
|
Context Menu
|
||||||
|
Menu Bar
|
||||||
Save/Open File Dialogs (and folder dialogs)
|
Save/Open File Dialogs (and folder dialogs)
|
||||||
Tab Panel
|
|
||||||
Hex Editor
|
Hex Editor
|
||||||
Layouts
|
Layouts
|
||||||
Vertical
|
Vertical
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue