Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: run `cargo fmt` | 2024-03-18 | 1 | -3/+1 | |
* | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -2/+1 | |
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -57/+46 | |
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -2/+3 | |
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -23/+16 | |
* | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -5/+4 | |
|\ | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+6 | |
* | | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -0/+112 | |
|/ | |||||
* | Rename `integration` examples | 2021-08-13 | 1 | -110/+0 | |
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -3/+8 | |
* | Add `step` member to slider widgets | 2020-06-11 | 1 | -15/+24 | |
* | Add on_release message to Slider (#378) | 2020-06-08 | 1 | -1/+1 | |
* | Simplify `integration` example with `Program` | 2020-05-21 | 1 | -40/+37 | |
* | remove explicit lifetimes in integration example | 2020-03-27 | 1 | -4/+1 | |
* | Add `integration` example | 2020-02-09 | 1 | -0/+102 |