summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-213-27/+95
* | Implement `Command::map`Libravatar Héctor Ramón Jiménez2019-12-191-0/+25
* | Merge pull request #132 from hecrj/feature/read-clipboardLibravatar Héctor Ramón2019-12-1920-60/+172
|\ \
| * | Stop using Travis CILibravatar Héctor Ramón Jiménez2019-12-192-16/+1
| * | Use latest `window_clipboard` changesLibravatar Héctor Ramón Jiménez2019-12-193-6/+1
| * | Implement clipboard pasting in `TextInput`Libravatar Héctor Ramón Jiménez2019-12-181-19/+88
| * | Add xcb libraries to Travis CILibravatar Héctor Ramón Jiménez2019-12-181-1/+1
| * | Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez2019-12-1820-26/+89
* | | Merge pull request #131 from hecrj/fix/web-subscription-missingLibravatar Héctor Ramón2019-12-196-4/+59
|\ \ \
| * | | Fix `web::Hasher` doc commentLibravatar Héctor Ramón Jiménez2019-12-191-1/+1
| * | | Check `iced` builds when targetting Wasm in CILibravatar Héctor Ramón Jiménez2019-12-181-1/+12
| * | | Fix missing `Subscription` type in `iced_web`Libravatar Héctor Ramón Jiménez2019-12-185-3/+47
| |/ /
* | | Merge pull request #130 from hecrj/fix/resize-measure-cacheLibravatar Héctor Ramón2019-12-191-5/+17
|\ \ \
| * | | Resize text measure cache to avoid panicLibravatar Héctor Ramón Jiménez2019-12-181-5/+17
| |/ /
* | | Merge pull request #128 from Gohla/fix_unnecessary_boundLibravatar Héctor Ramón2019-12-181-1/+1
|\ \ \
| * | | 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.Libravatar Gabriel Konat2019-12-185-7/+26
|/ /
* | Merge pull request #122 from hecrj/feature/event-subscriptionsLibravatar Héctor Ramón2019-12-1620-39/+726
|\ \
| * | 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
| * | 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
|\ \ \ \
| * | | | Cache `Svg` load result properlyLibravatar Héctor Ramón Jiménez2019-12-152-20/+22
| * | | | Put `svg` rendering behind a feature gateLibravatar Héctor Ramón Jiménez2019-12-155-17/+50
| * | | | 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