| Commit message (Expand) | Author | Files | Lines |
2020-11-26 | Update `README`s of subcrates | Héctor Ramón Jiménez | 1 | -1/+3 |
2020-11-26 | Update graphs in crate docs | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-11-26 | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 5 | -52/+0 |
2020-11-26 | Rename `keyboard::ModifiersState` to `Modifiers` | Héctor Ramón Jiménez | 3 | -17/+12 |
2020-11-26 | Fix broken links in API documentation | Héctor Ramón Jiménez | 1 | -25/+0 |
2020-11-10 | Introduce `is_command_pressed` to `ModifiersState` | Héctor Ramón Jiménez | 1 | -0/+20 |
2020-10-29 | Apply suggestions | Jakub Hlusička | 2 | -9/+7 |
2020-10-28 | Add conversion functions to Size and Vector | Jakub Hlusička | 2 | -0/+33 |
2020-10-08 | add From<Point> and From<Size> for [f32; 2] | Azorlogh | 2 | -0/+12 |
2020-10-08 | Keep `KeyCode` names synchronized with `winit` | Héctor Ramón Jiménez | 1 | -18/+22 |
2020-10-03 | update to winit 0.23 api | aentity | 1 | -1/+2 |
2020-08-25 | Update styling example | Kaiden42 | 1 | -1/+1 |
2020-08-25 | Implement From<Color> for Option<Background> | Kaiden42 | 1 | -0/+6 |
2020-06-30 | Add `ModifiersChanged` to `keyboard::Event` | Héctor Ramón Jiménez | 1 | -0/+3 |
2020-06-02 | Rename `Rectangle::round` to `snap` | Héctor Ramón Jiménez | 1 | -4/+4 |
2020-05-20 | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2 | -26/+29 |
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 |