| Commit message (Expand) | Author | Files | Lines |
2020-05-04 | Improve minor documentation details in `Color` | Héctor Ramón Jiménez | 1 | -10/+16 |
2020-05-01 | Implement scalar multiplication for `Vector` | Héctor Ramón Jiménez | 1 | -0/+11 |
2020-05-01 | Add `UNIT` constant to `Size` | Héctor Ramón Jiménez | 1 | -0/+5 |
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 4 | -38/+22 |
2020-04-30 | Move `keyboard::Event` to `iced_core` | Héctor Ramón Jiménez | 2 | -0/+33 |
2020-04-30 | Remove `ButtonState` | Héctor Ramón Jiménez | 2 | -11/+0 |
2020-04-30 | Split `Input` mouse event by `ButtonState` | Héctor Ramón Jiménez | 1 | -8/+4 |
2020-04-29 | Implement `Rectangle::position` | Héctor Ramón Jiménez | 1 | -0/+7 |
2020-04-29 | Implement `Rectangle::with_size` | Héctor Ramón Jiménez | 1 | -0/+14 |
2020-04-29 | Move `MouseCursor` to `iced_core` | Héctor Ramón Jiménez | 2 | -0/+38 |
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-04-28 | Implement `std::ops::Add<Vector>` for `Rectangle` | Héctor Ramón Jiménez | 1 | -1/+16 |
2020-04-28 | Implement `Rectangle::new` | Héctor Ramón Jiménez | 1 | -0/+15 |
2020-04-28 | Move reusable `mouse` types to `iced_core` | Héctor Ramón Jiménez | 5 | -0/+94 |
2020-04-28 | Implement `Default` for `Point` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-28 | Implement `std::ops::Sub<Point>` for `Point` | Héctor Ramón Jiménez | 1 | -0/+8 |
2020-04-24 | Do not re-export Palette from iced_core | Clark Moody | 1 | -3/+0 |
2020-04-24 | Conditional re-export of palette from iced_core | Clark Moody | 1 | -0/+3 |
2020-04-24 | Conversion traits for palette::Srgb | Clark Moody | 1 | -1/+23 |
2020-04-24 | Derive Default for Color | Clark Moody | 1 | -1/+1 |
2020-04-24 | Simplify range declaration | Clark Moody | 1 | -4/+4 |
2020-04-24 | Remove redundant from_srgba and into_srgba methods | Clark Moody | 1 | -20/+2 |
2020-04-24 | Add palette test for Color <-> Srgba & manipulation | Clark Moody | 1 | -0/+41 |
2020-04-24 | Feature name colors -> palette | Clark Moody | 2 | -8/+5 |
2020-04-24 | Add const from_rgba, for RGBA initialization | Clark Moody | 1 | -1/+8 |
2020-04-24 | Use debug assertions instead of clamp | Clark Moody | 1 | -15/+22 |
2020-04-24 | Fix docstring typo | Clark Moody | 1 | -1/+1 |
2020-04-24 | Revert from_rgb to const | Clark Moody | 1 | -2/+2 |
2020-04-24 | Remove HSLColor | Clark Moody | 1 | -90/+0 |
2020-04-24 | Conversion to palette's Srgba type | Clark Moody | 1 | -0/+43 |
2020-04-24 | Add `palette` dependency behind "colors" feature flag | Clark Moody | 1 | -0/+7 |
2020-04-24 | HSLColor struct, with conversions to/from RGB | Clark Moody | 1 | -16/+106 |
2020-04-24 | Add inversion functions, rename check_rgba -> new | Clark Moody | 1 | -4/+14 |
2020-04-24 | Add check_rgba fn to clamp float values to [0,1] | Clark Moody | 1 | -3/+23 |
2020-04-23 | Implement `Default` for `Font` | Héctor Ramón Jiménez | 1 | -0/+6 |
2020-04-19 | Draft `Program` interactivity for `Canvas` | Héctor Ramón Jiménez | 1 | -1/+9 |
2020-04-15 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-10 | Align text in `iced_wgpu` on a case-by-case basis | Héctor Ramón Jiménez | 1 | -0/+26 |
2020-04-02 | Bump all versions :tada: | Héctor Ramón Jiménez | 2 | -2/+2 |
2020-04-02 | Remove subcrates `CHANGELOG` | Héctor Ramón Jiménez | 1 | -19/+0 |
2020-04-02 | Fix `Size::new` documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-04-02 | Improve `Point::ORIGIN` documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-03-20 | Remove redundant check in `ModifiersState::matches` | Héctor Ramón Jiménez | 1 | -4/+4 |
2020-03-20 | Use `f32::hypot` in `Point::distance` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-03-18 | Check only for partial match of modifier keys | Héctor Ramón Jiménez | 1 | -1/+16 |
2020-03-17 | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 4 | -0/+220 |
2020-03-14 | Implement mouse-based pane resizing for `PaneGrid` | Héctor Ramón Jiménez | 1 | -0/+10 |
2020-03-07 | Implement `Primitive::Cached` | Héctor Ramón Jiménez | 2 | -0/+22 |
2020-02-22 | Fix `Clip` primitive intersection in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -0/+50 |
2020-02-14 | Move `Size` to `iced_core` | Héctor Ramón Jiménez | 2 | -0/+53 |