summaryrefslogtreecommitdiffstats
path: root/native/src/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2020-01-052-1/+176
|\
| * Hash `height` of `ProgressBar` in `hash_layout`Libravatar Héctor Ramón Jiménez2020-01-031-0/+1
| |
| * Move `DEFAULT_HEIGHT` constant to `Renderer`Libravatar Héctor Ramón Jiménez2020-01-031-19/+20
| | | | | | | | Also fixes some minor documentation issues.
| * change(widget): make height adjustable at widget levelLibravatar Songtronix2020-01-021-43/+48
| | | | | | | | addtionally rename Progressbar to ProgressBar
| * change(widget): custom coloring for progressbarLibravatar Songtronix2020-01-021-5/+36
| |
| * add(widget): primitive progressbar widgetLibravatar Songtronix2020-01-022-1/+137
| |
* | Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-012-9/+26
| |
* | Fix `Widget::draw` for `Space` widgetLibravatar Héctor Ramón Jiménez2019-12-311-0/+1
| |
* | Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2019-12-311-0/+104
|\|
| * Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-301-29/+30
| |
| * Implement `Empty` widgetLibravatar Héctor Ramón Jiménez2019-12-301-0/+103
| | | | | | | | It can be useful if you want to fill some space with nothing.
* | Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez2019-12-311-9/+39
| |
* | Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-3012-12/+36
| |
* | Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-291-29/+18
|/
* Fix scroll percentage calculation in `Scrollable`Libravatar Héctor Ramón Jiménez2019-12-211-1/+2
|
* Fix sneaky overflow in `TextInput` when pastingLibravatar Héctor Ramón Jiménez2019-12-211-3/+16
|
* Move cursor position to start on left boundary clickLibravatar Héctor Ramón Jiménez2019-12-211-0/+2
|
* Fix cursor positioning in `TextInput` on overflowLibravatar Héctor Ramón Jiménez2019-12-211-17/+38
|
* Implement clipboard pasting in `TextInput`Libravatar Héctor Ramón Jiménez2019-12-181-19/+88
|
* Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez2019-12-189-13/+29
|
* Merge pull request #122 from hecrj/feature/event-subscriptionsLibravatar Héctor Ramón2019-12-161-2/+13
|\ | | | | Event subscriptions
| * Fix `Widget::width` for `Checkbox`Libravatar Héctor Ramón Jiménez2019-12-141-1/+1
| |
| * Merge branch 'master' into feature/event-subscriptionsLibravatar Héctor Ramón Jiménez2019-12-081-32/+251
| |\
| * | Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez2019-12-051-2/+13
| | |
* | | Update `Svg` documentationLibravatar Héctor Ramón Jiménez2019-12-151-2/+9
| | |
* | | Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2019-12-151-12/+89
| | |
* | | Renamed `Icon` widget to `Svg` and gave it separate width and height.Libravatar Malte Veerman2019-12-122-83/+103
| | | | | | | | | | | | The aspect ratio is now preserved like in the `Image` widget.
* | | Merged svg pipeline into imageLibravatar Malte Veerman2019-12-121-23/+6
| | |
* | | Ran cargo_fmt over changed files.Libravatar Malte Veerman2019-12-111-12/+9
| | |
* | | Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-111-0/+103
| | |
* | | Add `Button::height` and `Button::min_height`Libravatar Héctor Ramón Jiménez2019-12-091-2/+23
| |/ |/|
* | Change `TextInput` word-jump modifier key on macOSLibravatar Héctor Ramón Jiménez2019-12-071-2/+14
| |
* | Implement `TextInput::password` for secure dataLibravatar Héctor Ramón Jiménez2019-12-071-11/+54
| |
* | Consider word bounds in `TextInput` cursor jumpsLibravatar Héctor Ramón Jiménez2019-12-061-42/+43
| |
* | Use `unicode-segmentation` for `text_input::Value`Libravatar Héctor Ramón Jiménez2019-12-061-18/+33
| |
* | Implement word movement in `TextInput`Libravatar Héctor Ramón Jiménez2019-12-061-7/+76
| |
* | Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2019-12-061-0/+1
| |
* | Support `Home` and `End` keys for `TextInput`Libravatar Héctor Ramón Jiménez2019-12-051-0/+6
| |
* | Remove unnecessary use of `abs`Libravatar Héctor Ramón Jiménez2019-12-051-1/+1
| |
* | Place `TextInput` cursor position on clickLibravatar Héctor Ramón Jiménez2019-12-051-3/+75
|/
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-051-2/+2
|
* Update `Image::hash_layout` to hash new `Handle`Libravatar Héctor Ramón Jiménez2019-12-041-1/+7
|
* Merge branch 'master' into feature/image-from-bytesLibravatar Héctor Ramón Jiménez2019-12-042-51/+125
|\
| * Merge pull request #95 from Friz64/scrolling-behaviourLibravatar Héctor Ramón2019-12-041-51/+124
| |\ | | | | | | Make scrolling behave like you'd expect it to
| | * Correct documentation oversightLibravatar Friz642019-12-031-2/+5
| | |
| | * Unify logic by introducing `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez2019-12-031-112/+103
| | |
| | * Address suggestionsLibravatar Friz642019-12-021-43/+65
| | |
| | * Move scrolling percentage logic to separate functionLibravatar Friz642019-12-021-10/+23
| | |
| | * Finalize workLibravatar Friz642019-12-021-28/+41
| | |
| | * First implementationLibravatar Friz642019-12-021-21/+52
| | |