summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move native events subscription to `iced_native`Libravatar Héctor Ramón Jiménez2019-12-142-35/+32
|
* Remove unnecessary clone in `subscription::Map`Libravatar Héctor Ramón Jiménez2019-12-141-1/+1
|
* Hash `Duration` of `time::Every` in `stopwatch`Libravatar Héctor Ramón Jiménez2019-12-141-0/+1
|
* Use generic `Hasher` in `stopwatch`Libravatar Héctor Ramón Jiménez2019-12-141-3/+4
|
* Remove unnecessary event loop proxy `Mutex`Libravatar Héctor Ramón Jiménez2019-12-141-6/+1
| | | | I am not sure why I had to use it in the first place...
* Consume `Recipe` when building a `Stream`Libravatar Héctor Ramón Jiménez2019-12-144-4/+5
|
* Rename `timer` example to `stopwatch`Libravatar Héctor Ramón Jiménez2019-12-141-6/+6
|
* Use `surf` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2019-12-143-16/+11
|
* Add `timer` exampleLibravatar Héctor Ramón Jiménez2019-12-133-6/+184
|
* Simplify `events` exampleLibravatar Héctor Ramón Jiménez2019-12-101-6/+6
|
* Implement `Subscription::map` and `from_recipe`Libravatar Héctor Ramón Jiménez2019-12-104-58/+123
|
* Rename `clock` example to `events`Libravatar Héctor Ramón Jiménez2019-12-091-43/+37
|
* Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez2019-12-087-40/+89
|
* Merge branch 'master' into feature/event-subscriptionsLibravatar Héctor Ramón Jiménez2019-12-0813-62/+510
|\
| * Merge pull request #113 from hecrj/feature/password-inputLibravatar Héctor Ramón2019-12-083-22/+100
| |\ | | | | | | Password input
| | * Update native `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-082-1/+2
| | |
| | * Change `TextInput` word-jump modifier key on macOSLibravatar Héctor Ramón Jiménez2019-12-071-2/+14
| | |
| | * Showcase new `TextInput::password` in `tour`Libravatar Héctor Ramón Jiménez2019-12-071-11/+33
| | |
| | * Implement `TextInput::password` for secure dataLibravatar Héctor Ramón Jiménez2019-12-071-11/+54
| | |
| * | Simplify `custom_widget` exampleLibravatar Héctor Ramón Jiménez2019-12-071-10/+6
| |/
| * Add `custom_widget` exampleLibravatar Héctor Ramón Jiménez2019-12-072-0/+151
| | | | | | | | | | It showcases how to build a simple native custom widget that draws a circle.
| * Merge pull request #108 from hecrj/feature/text-input-behaviorLibravatar Héctor Ramón2019-12-0610-42/+265
| |\ | | | | | | Improve text input behavior
| | * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-061-0/+5
| | |
| | * 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-062-18/+34
| | |
| | * 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-066-3/+44
| | |
| | * Update native `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-051-0/+4
| | |
| | * 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-053-19/+100
| |/
* | Use `oneshot` and `future::select` to cancel streamsLibravatar Héctor Ramón Jiménez2019-12-073-88/+48
| |
* | Add `clock` exampleLibravatar Héctor Ramón Jiménez2019-12-051-0/+166
| |
* | Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez2019-12-0511-12/+182
|/
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-057-20/+21
|
* Merge pull request #107 from Maldela/backgroundLibravatar Héctor Ramón2019-12-056-20/+26
|\ | | | | Implemented `From<Color` for `Background`
| * Implemented `From<Color` for `Background`Libravatar Malte Veerman2019-12-046-20/+26
|/
* Merge pull request #106 from Gohla/no_cfg_attrLibravatar Héctor Ramón2019-12-043-6/+15
|\ | | | | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support
| * Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat2019-12-043-6/+15
|/
* Merge pull request #90 from hecrj/feature/image-from-bytesLibravatar Héctor Ramón2019-12-0411-51/+479
|\ | | | | Load images from memory and image viewer example
| * Update changelogsLibravatar Héctor Ramón Jiménez2019-12-042-0/+16
| |
| * 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-0424-168/+456
| |\ | |/ |/|
* | Merge pull request #95 from Friz64/scrolling-behaviourLibravatar Héctor Ramón2019-12-043-111/+193
|\ \ | | | | | | 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-033-171/+169
| | |
| * | Reset tour start to 0Libravatar Friz642019-12-021-1/+1
| | |
| * | Address suggestionsLibravatar Friz642019-12-025-132/+105
| | |
| * | Support null rendererLibravatar Friz642019-12-021-1/+11
| | |
| * | Move scrolling percentage logic to separate functionLibravatar Friz642019-12-021-10/+23
| | |