Skip to content

Releases: talesm/boto-ui

scRollers

10 Jan 16:13
Compare
Choose a tag to compare
  • 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

04 Jan 18:44
Compare
Choose a tag to compare

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

03 Jan 18:24
Compare
Choose a tag to compare

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

03 Jan 15:32
Compare
Choose a tag to compare

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

04 Dec 23:58
Compare
Choose a tag to compare

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.