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