| Commit message (Expand) | Author | Age | Files | Lines |
* | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -6/+0 |
* | Revert "Chore: Apply clippy map transformations" | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+3 |
* | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 10 | -23/+23 |
* | Merge pull request #2092 from nyurik/clippy | Héctor Ramón | 2023-09-19 | 2 | -2/+2 |
|\ |
|
| * | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 2023-09-19 | 2 | -2/+2 |
* | | Merge pull request #2091 from nyurik/docs | Héctor Ramón | 2023-09-19 | 2 | -2/+2 |
|\ \ |
|
| * | | Chore: Apply clippy docs keyword quoting | Yuri Astrakhan | 2023-09-19 | 2 | -2/+2 |
| |/ |
|
* / | Chore: Apply clippy map transformations | Yuri Astrakhan | 2023-09-19 | 1 | -3/+1 |
|/ |
|
* | Fix (more) broken intradoc links | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 7 | -34/+76 |
|\ |
|
| * | Fix outstanding broken intradoc links | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+0 |
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 4 | -5/+5 |
| * | Fine-tune `Radians::to_distance` | Héctor Ramón Jiménez | 2023-09-08 | 1 | -7/+8 |
| * | Use `Radians` as a number directly in `gradient` example | Héctor Ramón Jiménez | 2023-09-08 | 2 | -3/+43 |
| * | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -14/+16 |
| * | Fix `iced_wgpu` device selection on Wasm | Héctor Ramón Jiménez | 2023-09-03 | 1 | -1/+1 |
* | | Invalidate existing paragraphs when new fonts are loaded | Héctor Ramón Jiménez | 2023-09-09 | 1 | -12/+56 |
* | | Introduce `keyed::Column` widget | Héctor Ramón Jiménez | 2023-09-04 | 1 | -0/+82 |
* | | Fix unnecessary dereference in `widget::text` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 7 | -20/+19 |
* | | Fix vertical alignment in `layout::next_to_each_other` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -2/+9 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 8 | -152/+305 |
|/ |
|
* | Merge pull request #2041 from lufte/issue-2040 | Héctor Ramón | 2023-08-20 | 1 | -0/+13 |
|\ |
|
| * | Make the style attribute available on Font | lufte | 2023-08-18 | 1 | -0/+13 |
* | | Bounds Contains update. (#2017) | Andrew Wheeler(Genusis) | 2023-08-15 | 1 | -2/+2 |
|/ |
|
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 3 | -10/+7 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 8 | -14/+83 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 2 | -3/+7 |
* | Revert "Remove `layout` method from `core::Renderer` trait" | Héctor Ramón Jiménez | 2023-06-29 | 1 | -1/+14 |
* | Remove `layout` method from `core::Renderer` trait | Héctor Ramón Jiménez | 2023-06-29 | 1 | -14/+1 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 3 | -11/+9 |
* | Add nested overlay method to group & map | Cory Forsstrom | 2023-06-14 | 2 | -0/+25 |
* | Introduce internal `overlay::Nested` for `UserInterface` | Cory Forsstrom | 2023-06-14 | 3 | -7/+47 |
* | Extend cursor availability to the shell level | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+2 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -3/+3 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 8 | -104/+105 |
* | Use approx for testing color operations | Héctor Ramón Jiménez | 2023-05-26 | 2 | -11/+11 |
* | Use `Srgb` and `Srgba` from `palette` directly | Héctor Ramón Jiménez | 2023-05-26 | 1 | -15/+16 |
* | Upgrade `palette` dependency | Clark Moody | 2023-05-25 | 2 | -22/+22 |
* | Merge pull request #1738 from nicoburns/update-winit-0.28 | Héctor Ramón | 2023-05-25 | 2 | -0/+21 |
|\ |
|
| * | Introduce `window::Level` enum | Héctor Ramón Jiménez | 2023-05-25 | 2 | -0/+21 |
* | | Extend border radius on relevant widgets | Casper Storm | 2023-05-23 | 3 | -24/+25 |
* | | Merge pull request #1797 from bbb651/master | Héctor Ramón | 2023-05-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Make mouse::Button::Other take u16 instead of u8 | bbb651 | 2023-05-23 | 1 | -1/+1 |
* | | | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 2023-05-19 | 2 | -90/+63 |
* | | | Added support for gradients as background variants + other optimizations. | Bingus | 2023-05-11 | 7 | -196/+144 |
| |/
|/| |
|
* | | Increase default `LineHeight` to `Relative(1.3)` | Héctor Ramón Jiménez | 2023-05-10 | 1 | -1/+1 |
* | | Export `Shaping` and `LineHeight` in `widget::text` | Héctor Ramón Jiménez | 2023-05-08 | 1 | -12/+11 |