summaryrefslogtreecommitdiffstats
path: root/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ios-support-wip' into feature/touch-supportLibravatar Héctor Ramón Jiménez2020-12-151-5/+4
|\
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-262-2/+2
| |
* | Update `README`s of subcratesLibravatar Héctor Ramón Jiménez2020-11-261-1/+3
| |
* | Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-2/+2
| |
* | Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-265-52/+0
| | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* | Rename `keyboard::ModifiersState` to `Modifiers`Libravatar Héctor Ramón Jiménez2020-11-263-17/+12
| |
* | Fix broken links in API documentationLibravatar Héctor Ramón Jiménez2020-11-261-25/+0
| |
* | Introduce `is_command_pressed` to `ModifiersState`Libravatar Héctor Ramón Jiménez2020-11-101-0/+20
| |
* | Apply suggestionsLibravatar Jakub Hlusička2020-10-292-9/+7
| |
* | Add conversion functions to Size and VectorLibravatar Jakub Hlusička2020-10-282-0/+33
| |
* | add From<Point> and From<Size> for [f32; 2]Libravatar Azorlogh2020-10-082-0/+12
| |
* | Keep `KeyCode` names synchronized with `winit`Libravatar Héctor Ramón Jiménez2020-10-081-18/+22
| |
* | update to winit 0.23 apiLibravatar aentity2020-10-031-1/+2
| |
* | Update styling exampleLibravatar Kaiden422020-08-251-1/+1
| | | | | | | | Also run `cargo fmt`
* | Implement From<Color> for Option<Background>Libravatar Kaiden422020-08-251-0/+6
| |
* | Add `ModifiersChanged` to `keyboard::Event`Libravatar Héctor Ramón Jiménez2020-06-301-0/+3
| |
* | Rename `Rectangle::round` to `snap`Libravatar Héctor Ramón Jiménez2020-06-021-4/+4
| | | | | | | | | | Also use `ceil` instead of `round`. Closes #380.
* | Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-202-26/+29
| |
* | Merge branch 'master' into feature/canvas-interactionLibravatar Héctor Ramón Jiménez2020-05-042-5/+147
|\ \
| * | Improve minor documentation details in `Color`Libravatar Héctor Ramón Jiménez2020-05-041-10/+16
| | |
| * | Do not re-export Palette from iced_coreLibravatar Clark Moody2020-04-241-3/+0
| | |
| * | Conditional re-export of palette from iced_coreLibravatar Clark Moody2020-04-241-0/+3
| | |
| * | Conversion traits for palette::SrgbLibravatar Clark Moody2020-04-241-1/+23
| | |
| * | Derive Default for ColorLibravatar Clark Moody2020-04-241-1/+1
| | |
| * | Simplify range declarationLibravatar Clark Moody2020-04-241-4/+4
| | |
| * | Remove redundant from_srgba and into_srgba methodsLibravatar Clark Moody2020-04-241-20/+2
| | |
| * | Add palette test for Color <-> Srgba & manipulationLibravatar Clark Moody2020-04-241-0/+41
| | |
| * | Feature name colors -> paletteLibravatar Clark Moody2020-04-242-8/+5
| | |
| * | Add const from_rgba, for RGBA initializationLibravatar Clark Moody2020-04-241-1/+8
| | |
| * | Use debug assertions instead of clampLibravatar Clark Moody2020-04-241-15/+22
| | |
| * | Fix docstring typoLibravatar Clark Moody2020-04-241-1/+1
| | |
| * | Revert from_rgb to constLibravatar Clark Moody2020-04-241-2/+2
| | |
| * | Remove HSLColorLibravatar Clark Moody2020-04-241-90/+0
| | |
| * | Conversion to palette's Srgba typeLibravatar Clark Moody2020-04-241-0/+43
| | |
| * | Add `palette` dependency behind "colors" feature flagLibravatar Clark Moody2020-04-241-0/+7
| | |
| * | HSLColor struct, with conversions to/from RGBLibravatar Clark Moody2020-04-241-16/+106
| | |
| * | Add inversion functions, rename check_rgba -> newLibravatar Clark Moody2020-04-241-4/+14
| | |
| * | Add check_rgba fn to clamp float values to [0,1]Libravatar Clark Moody2020-04-241-3/+23
| | |
* | | Implement scalar multiplication for `Vector`Libravatar Héctor Ramón Jiménez2020-05-011-0/+11
| | |
* | | Add `UNIT` constant to `Size`Libravatar Héctor Ramón Jiménez2020-05-011-0/+5
| | |
* | | Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-304-38/+22
| | |
* | | Move `keyboard::Event` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-302-0/+33
| | |
* | | Remove `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-302-11/+0
| | |
* | | Split `Input` mouse event by `ButtonState`Libravatar Héctor Ramón Jiménez2020-04-301-8/+4
| | |
* | | Implement `Rectangle::position`Libravatar Héctor Ramón Jiménez2020-04-291-0/+7
| | |
* | | Merge branch 'master' into feature/canvas-interactionLibravatar Héctor Ramón Jiménez2020-04-291-0/+6
|\| |
| * | Implement `Default` for `Font`Libravatar Héctor Ramón Jiménez2020-04-231-0/+6
| | |
* | | Implement `Rectangle::with_size`Libravatar Héctor Ramón Jiménez2020-04-291-0/+14
| | |
* | | Move `MouseCursor` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-292-0/+38
| | |
* | | Remove `Drawable` and rename `State` to `Program`Libravatar Héctor Ramón Jiménez2020-04-281-2/+2
| | |