summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | impl Clone and Copy for all Style types in iced_styleLibravatar Taiki Endo2021-01-294-4/+4
* | | | | | Merge pull request #719 from taiki-e/error-send-syncLibravatar Héctor Ramón2021-01-291-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make iced::Error Send + SyncLibravatar Taiki Endo2021-01-291-1/+12
|/ / / / /
* | | | | update example description at sandbox's documentation (#710)Libravatar GunpowderGuy2021-01-221-3/+3
* | | | | Disable default features of `qrcode` for `iced_graphics`Libravatar Héctor Ramón Jiménez2021-01-211-0/+1
* | | | | Use `smol::Timer::interval` for `time::Every`Libravatar Héctor Ramón Jiménez2021-01-151-9/+1
* | | | | Fix consistency in `CHANGELOG`Libravatar Héctor Ramón Jiménez2021-01-151-0/+1
* | | | | Merge pull request #699 from JayceFayne/smolLibravatar Héctor Ramón2021-01-1510-11/+151
|\ \ \ \ \
| * | | | | Fix `time::Every` implementation for `smol` runtimeLibravatar Héctor Ramón Jiménez2021-01-153-3/+11
| * | | | | Add latest release (`0.2.0`) to `CHANGELOG`Libravatar Héctor Ramón Jiménez2021-01-151-3/+46
| * | | | | Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez2021-01-151-14/+7
| * | | | | Update `CHANGELOG.md`Libravatar Jayce Fayne2021-01-141-0/+3
| * | | | | Add `smol` async runtimeLibravatar Jayce Fayne2021-01-148-10/+103
* | | | | | Merge pull request #701 from cossonfork/focus_eventLibravatar Héctor Ramón Jiménez2021-01-152-1/+12
|\ \ \ \ \ \
| * | | | | | Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez2021-01-152-7/+12
| * | | | | | add focus eventLibravatar cossonleo2021-01-152-0/+6
|/ / / / / /
* | | | | | Fix `Widget::width` implementation for `PickList`Libravatar Héctor Ramón Jiménez2021-01-151-1/+1
* | | | | | Merge pull request #700 from TannerRogalsky/fix_viewport_getterLibravatar Héctor Ramón2021-01-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix `physical_width` getter incorrectly returning the heightLibravatar Tanner Rogalsky2021-01-141-1/+1
|/ / / / /
* | | | | Merge pull request #694 from hecrj/fix/image-viewer-event-capturingLibravatar Héctor Ramón2021-01-121-5/+15
|\ \ \ \ \
| * | | | | Capture relevant events in `image::Viewer`Libravatar Héctor Ramón Jiménez2021-01-111-5/+15
|/ / / / /
* | | | | Use `BTreeMap` for splits and regions in `pane_grid`Libravatar Héctor Ramón Jiménez2021-01-074-12/+12
* | | | | Remove unnecessary `SaveError` variant in `todos` exampleLibravatar Héctor Ramón Jiménez2021-01-041-2/+1
* | | | | Merge pull request #672 from yusdacra/tokio-1.0Libravatar Héctor Ramón2021-01-043-6/+19
|\ \ \ \ \
| * | | | | Use `Instant::into_std` in `futures::time`Libravatar Héctor Ramón Jiménez2021-01-041-1/+1
| * | | | | Update `tokio` to `1.0`Libravatar Yusuf Bera Ertan2021-01-043-6/+19
|/ / / / /
* | | | | Merge pull request #678 from hecrj/feature/pane-grid-split-highlightLibravatar Héctor Ramón2021-01-049-37/+191
|\ \ \ \ \
| * | | | | Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-019-37/+191
|/ / / / /
* | | | | Merge pull request #657 from clarkmoody/feature/pane-grid-title-contentsLibravatar Héctor Ramón2020-12-225-114/+81
|\ \ \ \ \
| * | | | | Remove unnecessary lifetime bound in `TitleBar`Libravatar Héctor Ramón Jiménez2020-12-221-1/+1
| * | | | | Remove unnecessary `text::Renderer` bound for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-12-222-7/+3
| * | | | | Update PaneGrid example with more complex TitleBarLibravatar Clark Moody2020-12-101-6/+28
| * | | | | Replace TitleBar string title with generic ContentLibravatar Clark Moody2020-12-104-102/+51
* | | | | | Merge pull request #669 from hecrj/improvement/update-resvg-and-font-kitLibravatar Héctor Ramón2020-12-203-20/+36
|\ \ \ \ \ \
| * | | | | | Update `font-kit` to `0.10`Libravatar Héctor Ramón Jiménez2020-12-191-1/+1
| * | | | | | Update resvg to `0.12`Libravatar Greg V2020-12-192-19/+35
|/ / / / / /
* | | | | | Merge pull request #668 from hecrj/fix/propagate-button-eventsLibravatar Héctor Ramón2020-12-181-2/+13
|\ \ \ \ \ \
| * | | | | | Propagate `Button` events to contentsLibravatar Héctor Ramón Jiménez2020-12-181-2/+13
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #319 from tarkah/image-paneLibravatar Héctor Ramón2020-12-187-7/+466
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove `max_width` and `max_height` from `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-19/+1
| * | | | | Use intra-doc links in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-37/+4
| * | | | | Simplify `cursor_to_center` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-21/+2
| * | | | | Remove use of `unwrap` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-34/+33
| * | | | | Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-182-12/+11
| * | | | | Negate values instead of multipling by `-1.0` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-10/+4
| * | | | | Remove redundant `f32` conversions in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-12/+10
| * | | | | Build `todos` examples instead of `pokedex` in CILibravatar Héctor Ramón Jiménez2020-12-181-2/+2
| * | | | | Remove unnecessary `Option` in `image::viewer::State`Libravatar Héctor Ramón Jiménez2020-12-181-18/+24
| * | | | | Rename `scale_pct` to `scale_step` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-6/+6
| * | | | | Simplify pattern match in `image::Viewer::on_event`Libravatar Héctor Ramón Jiménez2020-12-181-15/+10