doc(roadmap): RadioButton implementation and re-arrangement
20
Roadmap.md
20
Roadmap.md
@@ -23,6 +23,7 @@ The following list contains goals for certain features the library supports or i
|
|||||||
- [x] sides
|
- [x] sides
|
||||||
- [x] corners
|
- [x] corners
|
||||||
- [x] separators
|
- [x] separators
|
||||||
|
- [ ] title? (**later**)
|
||||||
- [x] Rectangle
|
- [x] Rectangle
|
||||||
- [ ] Sizing options (should be only one option at any given time possible)
|
- [ ] Sizing options (should be only one option at any given time possible)
|
||||||
- [x] fixed sizes (*absolute*)
|
- [x] fixed sizes (*absolute*)
|
||||||
@@ -59,22 +60,23 @@ The following list contains goals for certain features the library supports or i
|
|||||||
- [x] Button
|
- [x] Button
|
||||||
- [x] custom (see example)
|
- [x] custom (see example)
|
||||||
- [x] built-in
|
- [x] built-in
|
||||||
|
- [x] Progressbar
|
||||||
|
- [ ] Form
|
||||||
|
- [ ] basic
|
||||||
- [ ] Text Input field
|
- [ ] Text Input field
|
||||||
- [x] custom (see example)
|
- [x] custom (see example)
|
||||||
- [x] built-in single line
|
- [x] built-in single line
|
||||||
- [ ] built-in multi line (**later**)
|
- [ ] built-in multi line (**later**)
|
||||||
- [x] overflow handling, i.e. where to draw the elipse `..` - left and right
|
- [x] overflow handling, i.e. where to draw the elipse `..` - left and right
|
||||||
- [x] Progressbar
|
- [ ] Drop-down menu (`enum`'s)
|
||||||
- [ ] Slider
|
- [x] Radio Button (`bool`'s)
|
||||||
- [ ] Radio Button
|
- [ ] Slider (range values)
|
||||||
- [ ] Drop-down menu
|
- support all other built-in `Element`s that display values accordingly
|
||||||
|
- [ ] Stackable / Floating `Container`s / `Element`s
|
||||||
- [ ] Popup
|
- [ ] Popup
|
||||||
- [ ] Dialog
|
- [ ] Dialog
|
||||||
- [ ] based upon `Popup`'s implementation to switch the dialog levels that are linked in an ordered list?
|
- [ ] based upon `Popup`'s implementation to switch the dialog pages that are linked in an ordered list?
|
||||||
- [ ] Stackable / Floating `Container`s / `Element`s
|
- [ ] use `Button`'s to make go to the next / previous dialog pages
|
||||||
- [ ] Form
|
|
||||||
- [ ] basic
|
|
||||||
- support all other built-in `Element`s that display values accordingly
|
|
||||||
- [x] Scrollable Content (i.e. show long text of an except of something and other smaller `Container`)
|
- [x] Scrollable Content (i.e. show long text of an except of something and other smaller `Container`)
|
||||||
- [x] min size
|
- [x] min size
|
||||||
- [x] mouse scrolling aware of mouse position (i.e. through multiple different scrollable `Container`)
|
- [x] mouse scrolling aware of mouse position (i.e. through multiple different scrollable `Container`)
|
||||||
|
|||||||
Reference in New Issue
Block a user