summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #128 from Gohla/fix_unnecessary_boundLibravatar Héctor Ramón2019-12-181-1/+1
|\ | | | | Remove unnecessary bound in iced_web Container
| * Fix unnecessary bound in web.Libravatar Gabriel Konat2019-12-181-1/+1
| |
* | Merge pull request #127 from Gohla/web_stylingLibravatar Héctor Ramón2019-12-185-7/+26
|\ \ | |/ |/| Add several missing style attributes in iced_web
| * Add several missing style attributes in iced_web.Libravatar Gabriel Konat2019-12-185-7/+26
|/
* Merge pull request #122 from hecrj/feature/event-subscriptionsLibravatar Héctor Ramón2019-12-1620-39/+726
|\ | | | | Event subscriptions
| * Port `todos` to `async_std`Libravatar Héctor Ramón Jiménez2019-12-141-11/+16
| |
| * Fix `Widget::width` for `Checkbox`Libravatar Héctor Ramón Jiménez2019-12-141-1/+1
| |
| * Log broadcast error as an error instead of a warningLibravatar Héctor Ramón Jiménez2019-12-141-1/+1
| |
| * Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez2019-12-1412-123/+225
| |
| * Make `iced_native` subscription input opaqueLibravatar Héctor Ramón Jiménez2019-12-144-28/+36
| |
| * 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
| |\
| * | 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
| | |
* | | Merge pull request #111 from Maldela/svgLibravatar Héctor Ramón2019-12-1615-200/+1456
|\ \ \ | | | | | | | | Svg and icon support
| * | | Cache `Svg` load result properlyLibravatar Héctor Ramón Jiménez2019-12-152-20/+22
| | | | | | | | | | | | | | | | This avoids trying to reload the file constantly on every frame.
| * | | Put `svg` rendering behind a feature gateLibravatar Héctor Ramón Jiménez2019-12-155-17/+50
| | | | | | | | | | | | | | | | This reduces binary size when SVG supoprt is not needed.
| * | | Add `svg` exampleLibravatar Héctor Ramón Jiménez2019-12-153-1/+766
| | | |
| * | | Update `Svg` documentationLibravatar Héctor Ramón Jiménez2019-12-152-6/+13
| | | |
| * | | Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2019-12-158-274/+544
| | | |
| * | | Renamed `Icon` widget to `Svg` and gave it separate width and height.Libravatar Malte Veerman2019-12-124-90/+110
| | | | | | | | | | | | | | | | The aspect ratio is now preserved like in the `Image` widget.
| * | | Merged svg pipeline into imageLibravatar Malte Veerman2019-12-128-657/+93
| | | |
| * | | Improved dpi handlingLibravatar Malte Veerman2019-12-122-54/+8
| | | |
| * | | Ran cargo_fmt over changed files.Libravatar Malte Veerman2019-12-116-55/+53
| | | |
| * | | Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-117-6/+138
| | | |
| * | | Implemented SVG support in iced_wgpu.Libravatar Malte Veerman2019-12-115-1/+640
|/ / /
* | / Add `Button::height` and `Button::min_height`Libravatar Héctor Ramón Jiménez2019-12-092-2/+24
| |/ |/|
* | 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
| |