Dániel Buga

Results 141 issues of Dániel Buga

Attributes names could be improved

enhancement

Automatic wheel sizing does not work in RelativeLayouts

bug

This PR reimplements DefaultTheme in a bit more flexible way, and allows extending the theme with additional color schemes. Closes #55 and maybe others Remaining: - [x] CheckBox - [x]...

Currently based on (and blocked by) #58 Before continuing, I should consider supporting more color types, like `Bgr888`. This also means I need to simplify how color types are added.

- [x] Scroll[Listener?] (#17) Reacts to pointer and scroll events, translates child widgets along the set axis. Sets clipping rectangle. Scroll offset should be r/w Optional over-scroll handlers? - [x]...

If the wrapper type can have an associated Data type, a single wrapper might be able to handle all current data binding scenarios. Implementations of wrapper+widget can have setters for...

Can we maybe do something like `Label::::new()`?

Expose (styled and generic) widgets through the particular themes' modules. What this means: Create: - [ ] `DefaultTheme::label()` - [ ] `DefaultTheme::header()` - [ ] `DefaultTheme::text_box()` - [ ] `DefaultTheme::text_block()`...

- [ ] Document basic widget building blocks - [ ] Explain how to create custom widgets - [ ] Explain how to create custom themes - [ ] Explain...

documentation