Releases: talesm/boto-ui
scRollers
- sliderBox();
- Renamed slider() to sliderField()
- Vertical sliderBox (sliderBoxV());
- offsetGroup() element;
- scrollable() element;
- scrollablePanel() element;
- window() element;
- scrollableWindow() element;
- Group element spacing now is customizable through styles;
- Improvements on documentation
- Groups now call end() on destruction, if needed;
- Fix Bug on Wrapper move operations;
- It was accessing invalid memory
- Organize source files into include;
Freestyle
This version contains an overhaul of the styling mechanism and the creation of a simple theming capability. It also features improvements over textBoxes, numberBoxes and the addition of a slider element.
This also contains a draft version of an alternative black theme. To be improved on future versions.
This is a bugfix
This fixes the behavior of slider returning non false on change.
This also make numberField to accept floats and sliders to accept any number
Freestyle
This version contains an overhaul of the styling mechanism and the creation of a simple theming capability. It also features improvements over textBoxes, numberBoxes and the addition of a slider element.
This also contains a draft version of an alternative black theme. To be improved on future versions.
This is a bugfix
This fixes the behavior of slider returning non false on change.
Freestyle
This version contains an overhaul of the styling mechanism and the creation of a simple theming capability. It also features improvements over textBoxes, numberBoxes and the addition of a slider element.
This also contains a draft version of an alternative black theme. To be improved on future versions.
Minimum Viable Release
MVP version. This has the core fundamentals and solves the basic problem of a quick UI ready to use on SDL2 targets. The basic elements available allows inputs for boolean, string, integers and doubles. It also includes grouping, some basic layouts and rudimentary styling capabilities.
Future versions should add a more comprehensive set of elements and maybe improve styling.