Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conversion traits for palette::Srgb | 2020-04-24 | 1 | -1/+23 | |
* | Derive Default for Color | 2020-04-24 | 1 | -1/+1 | |
* | Simplify range declaration | 2020-04-24 | 1 | -4/+4 | |
* | Remove redundant from_srgba and into_srgba methods | 2020-04-24 | 1 | -20/+2 | |
* | Add palette test for Color <-> Srgba & manipulation | 2020-04-24 | 1 | -0/+41 | |
* | Feature name colors -> palette | 2020-04-24 | 2 | -8/+5 | |
* | Add const from_rgba, for RGBA initialization | 2020-04-24 | 1 | -1/+8 | |
* | Use debug assertions instead of clamp | 2020-04-24 | 1 | -15/+22 | |
* | Fix docstring typo | 2020-04-24 | 1 | -1/+1 | |
* | Revert from_rgb to const | 2020-04-24 | 1 | -2/+2 | |
* | Remove HSLColor | 2020-04-24 | 1 | -90/+0 | |
* | Conversion to palette's Srgba type | 2020-04-24 | 1 | -0/+43 | |
* | Add `palette` dependency behind "colors" feature flag | 2020-04-24 | 1 | -0/+7 | |
* | HSLColor struct, with conversions to/from RGB | 2020-04-24 | 1 | -16/+106 | |
* | Add inversion functions, rename check_rgba -> new | 2020-04-24 | 1 | -4/+14 | |
* | Add check_rgba fn to clamp float values to [0,1] | 2020-04-24 | 1 | -3/+23 | |
* | Implement `Default` for `Font` | 2020-04-23 | 1 | -0/+6 | |
* | Bump versions :tada: | 2020-04-15 | 1 | -1/+1 | |
* | Align text in `iced_wgpu` on a case-by-case basis | 2020-04-10 | 1 | -0/+26 | |
* | Bump all versions :tada: | 2020-04-02 | 2 | -2/+2 | |
* | Remove subcrates `CHANGELOG` | 2020-04-02 | 1 | -19/+0 | |
* | Fix `Size::new` documentation | 2020-04-02 | 1 | -1/+1 | |
* | Improve `Point::ORIGIN` documentation | 2020-04-02 | 1 | -1/+1 | |
* | Remove redundant check in `ModifiersState::matches` | 2020-03-20 | 1 | -4/+4 | |
* | Use `f32::hypot` in `Point::distance` | 2020-03-20 | 1 | -1/+1 | |
* | Check only for partial match of modifier keys | 2020-03-18 | 1 | -1/+16 | |
* | Move common keyboard types to `iced_core` | 2020-03-17 | 4 | -0/+220 | |
* | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 1 | -0/+10 | |
* | Implement `Primitive::Cached` | 2020-03-07 | 2 | -0/+22 | |
* | Merge pull request #91 from nvzqz/const-all-the-things | 2020-03-06 | 1 | -1/+1 | |
|\ | |||||
| * | Make many functions `const` | 2019-11-29 | 2 | -2/+2 | |
* | | Fix `Clip` primitive intersection in `iced_wgpu` | 2020-02-22 | 1 | -0/+50 | |
* | | Move `Size` to `iced_core` | 2020-02-14 | 2 | -0/+53 | |
* | | Add transform stack to `canvas::Frame` | 2020-02-14 | 2 | -2/+14 | |
* | | Forbid unsafe code and Rust 2018 idioms | 2020-01-20 | 1 | -2/+2 | |
* | | Write documentation for `iced_futures` | 2020-01-20 | 1 | -1/+1 | |
* | | Create `iced_futures` and wire everything up | 2020-01-19 | 7 | -513/+0 | |
* | | Implement `Runtime` and `Executor` in `iced_core` | 2020-01-19 | 5 | -4/+97 | |
* | | Implement `subscription::Tracker` in `iced_core` | 2020-01-19 | 4 | -5/+123 | |
* | | Take `IntoIterator` instead of `Iterator` | 2020-01-16 | 2 | -3/+7 | |
* | | Remove `Mul` implementation for `Vector` | 2020-01-07 | 1 | -11/+0 | |
* | | Use constants for colors in `styling` example | 2020-01-07 | 1 | -7/+7 | |
* | | Draft `styling` example | 2020-01-06 | 1 | -0/+11 | |
* | | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 1 | -1/+1 | |
|\ \ | |||||
| * | | add(widget): primitive progressbar widget | 2020-01-02 | 1 | -1/+1 | |
* | | | Add border and shadow styling to `Button` | 2020-01-05 | 1 | -0/+12 | |
* | | | Add `border_width` and `border_color` to `Quad` | 2019-12-31 | 1 | -0/+8 | |
|/ / | |||||
* | | Add `Length::FillPortion` variant | 2019-12-30 | 1 | -0/+10 | |
* | | Fix `Command::batch` documentation | 2019-12-28 | 1 | -1/+1 | |
* | | Implement `Command::map` | 2019-12-19 | 1 | -0/+25 |