Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Bytes` as the `Container` of `ImageBuffer` | 2024-05-01 | 1 | -53/+38 | |
| | | | | | Since we don't need to mutate images once loaded, we avoid unnecessary extra allocations. | ||||
* | Utilize bytes::Bytes for images | 2024-05-01 | 2 | -56/+7 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 3 | -2/+3 | |
| | |||||
* | Implement `Stack` widget | 2024-04-25 | 1 | -1/+1 | |
| | | | | It can be used to stack elements on top of each other! | ||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 3 | -14/+6 | |
| | |||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -5/+12 | |
| | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-08 | 1 | -11/+15 | |
|\ | |||||
| * | Pick best contrast between black/white in `theme::palette` | 2024-04-07 | 1 | -8/+16 | |
| | | |||||
| * | Use `Lch` to choose white text when not readable in `theme::palette` | 2024-04-07 | 1 | -2/+6 | |
| | | |||||
| * | Revert "Merge pull request #2376 from ↵ | 2024-04-07 | 1 | -10/+2 | |
| | | | | | | | | | | | | | | Davidster/fix_palette_readable_color_contrast" This reverts commit 63042354fc51884098f88e240f73e689295df31c, reversing changes made to 31d1d5fecbef50fa319cabd5d4194f1e4aaefa21. | ||||
* | | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 3 | -9/+13 | |
|\| | |||||
| * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 2 | -7/+3 | |
| | | |||||
| * | add stronger guarantee of readability/contrast for palette background/text ↵ | 2024-04-07 | 1 | -2/+10 | |
| | | | | | | | | color pairs | ||||
* | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -1/+4 | |
| | | |||||
* | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 5 | -17/+42 | |
|/ | |||||
* | Implement `IntoFragment` for `Fragment` | 2024-04-02 | 1 | -0/+12 | |
| | |||||
* | Implement `IntoFragment` for `usize` and `isize` | 2024-04-02 | 1 | -0/+2 | |
| | |||||
* | Rename `text::IntoContent` to `IntoFragment` | 2024-04-01 | 1 | -40/+40 | |
| | |||||
* | Specialize `widget::text` helper with custom `IntoContent` trait | 2024-04-01 | 1 | -3/+67 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 3 | -6/+6 | |
| | |||||
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | 2024-04-01 | 3 | -9/+9 | |
| | |||||
* | Replace `xxhash-rust` with `rustc-hash` | 2024-03-30 | 2 | -2/+2 | |
| | |||||
* | Propagate `advanced` feature to `iced_core` | 2024-03-26 | 1 | -0/+1 | |
| | |||||
* | Merge pull request #2350 from iced-rs/theming-revolutions | 2024-03-25 | 1 | -46/+71 | |
|\ | | | | | Theming Revolutions | ||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -46/+71 | |
| | | |||||
| * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 2024-03-24 | 2 | -34/+0 | |
| | | |||||
| * | Try catalog theming approach with `Button` | 2024-03-23 | 2 | -0/+34 | |
| | | |||||
* | | Fix standalone compilation of `iced_widget` crate | 2024-03-22 | 2 | -0/+16 | |
| | | |||||
* | | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 4 | -22/+22 | |
| | | |||||
* | | Implement composable, type-safe renderer fallback | 2024-03-21 | 2 | -9/+32 | |
| | | |||||
* | | Draft support for dynamic custom renderer injection | 2024-03-21 | 3 | -5/+10 | |
|/ | |||||
* | Introduce `auto-detect-theme` feature | 2024-03-20 | 2 | -2/+29 | |
| | |||||
* | Try to find an `#iced` element by default on Wasm | 2024-03-19 | 1 | -1/+11 | |
| | |||||
* | Fix redundant import in `window::redraw_request` | 2024-03-19 | 1 | -1/+1 | |
| | |||||
* | Use `Program` API in `todos` example | 2024-03-17 | 1 | -13/+16 | |
| | |||||
* | Merge pull request #2329 from casperstorm/feat/ferra | 2024-03-16 | 2 | -0/+21 | |
|\ | | | | | feat: added Ferra theme | ||||
| * | feat: added ferra | 2024-03-15 | 2 | -0/+21 | |
| | | |||||
* | | Show name of current `Theme` in `clock` example | 2024-03-16 | 1 | -0/+24 | |
|/ | |||||
* | Use closures for `Text::style` | 2024-03-12 | 1 | -53/+30 | |
| | |||||
* | Simplify documentation of `Element::map` | 2024-03-09 | 1 | -46/+25 | |
| | |||||
* | fix some comments | 2024-03-09 | 2 | -2/+2 | |
| | | | | Signed-off-by: rustrover <seekseat@126.com> | ||||
* | Clarify docs of `Text::color_maybe` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Rename `transparentize` to `scale_alpha` | 2024-03-08 | 3 | -15/+21 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 1 | -4/+31 | |
| | |||||
* | Sort `iced_core` dependencies | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 5 | -8/+849 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -24/+15 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 3 | -2/+23 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -17/+48 | |
| | |||||
* | Remove complex cross-axis layout logic from `Column` and `Row` | 2024-03-03 | 1 | -45/+22 | |
| |