Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-08 | 2 | -12/+16 | |
|\ | |||||
| * | 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 pull request #2379 from Zaubentrucker/bugfix/nix-shell-pkgconfig | 2024-04-07 | 1 | -1/+1 | |
| |\ | | | | | | | Use `pkg-config` instead `pkgconfig` | ||||
| | * | Use `pkg-config` instead `pkgconfig` | 2024-04-07 | 1 | -1/+1 | |
| |/ | |||||
* | | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 4 | -69/+112 | |
| | | |||||
* | | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 41 | -267/+318 | |
|\| | |||||
| * | Install missing dependencies in `lint` workflow | 2024-04-07 | 1 | -0/+5 | |
| | | |||||
| * | Run `lint` workflow in `ubuntu-latest` | 2024-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | `macOS-latest` seems to abort the build randomly for some reason. | ||||
| * | Merge pull request #2377 from iced-rs/cargo-lints | 2024-04-07 | 32 | -244/+274 | |
| |\ | | | | | | | Use built-in `[lints]` table in `Cargo.toml` | ||||
| | * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 32 | -244/+274 | |
| |/ | |||||
| * | Add a simple `wgpu` benchmark using `criterion` | 2024-04-07 | 2 | -0/+194 | |
| | | |||||
| * | Merge pull request #2376 from Davidster/fix_palette_readable_color_contrast | 2024-04-07 | 1 | -2/+10 | |
| |\ | | | | | | | Add stronger guarantee of readability/contrast for palette background/text color pairs | ||||
| | * | add stronger guarantee of readability/contrast for palette background/text ↵ | 2024-04-07 | 1 | -2/+10 | |
| |/ | | | | | | | color pairs | ||||
| * | Check is_secure before a copy/cut from TextInput (#2366) | 2024-04-02 | 1 | -2/+4 | |
| | | | | | | | | | | * Check is_secure before copy/cut on text_input * run cargo fmt | ||||
| * | Merge pull request #2358 from bungoboingo/text-editor-font-size | 2024-04-02 | 1 | -0/+15 | |
| |\ | | | | | | | Some text_editor QoL | ||||
| | * | Expose line_height & text_size fields for the text_editor widget | 2024-03-29 | 1 | -0/+15 | |
| | | | |||||
* | | | Check benchmarks only instead of testing them in CI | 2024-04-07 | 2 | -5/+13 | |
| | | | |||||
* | | | Fix lint in `wgpu` benchmark | 2024-04-07 | 1 | -2/+2 | |
| | | | |||||
* | | | Test benchmarks in GitHub CI | 2024-04-07 | 2 | -4/+4 | |
| | | | |||||
* | | | Wait for submission in `wgpu` benchmark | 2024-04-07 | 1 | -1/+3 | |
| | | | |||||
* | | | Add a simple `wgpu` benchmark using `criterion` | 2024-04-07 | 2 | -0/+191 | |
| | | | |||||
* | | | Reenable proper `present_mode` in `iced_wgpu` | 2024-04-06 | 1 | -2/+2 | |
| | | | |||||
* | | | Avoid generating empty caches in `iced_wgpu` | 2024-04-06 | 4 | -22/+66 | |
| | | | |||||
* | | | Avoid generating empty `Frame` geometry in `iced_wgpu` | 2024-04-06 | 1 | -18/+25 | |
| | | | |||||
* | | | Decouple caching from layering and simplify everything | 2024-04-05 | 15 | -1191/+888 | |
| | | | |||||
* | | | Enable clipping and disable v-sync for now | 2024-04-05 | 3 | -20/+20 | |
| | | | |||||
* | | | Fix layer transformations | 2024-04-05 | 6 | -167/+209 | |
| | | | |||||
* | | | Fix broken doc links in `iced_wgpu` and `iced_graphics` | 2024-04-03 | 3 | -13/+14 | |
| | | | |||||
* | | | Use default tolerance for dashed paths in `iced_wgpu` | 2024-04-03 | 1 | -1/+3 | |
| | | | |||||
* | | | Set proper `present_mode` in `iced_wgpu` | 2024-04-03 | 1 | -2/+2 | |
| | | | |||||
* | | | Fix `geometry::Cache` not reusing previous geometry | 2024-04-03 | 2 | -16/+24 | |
| | | | |||||
* | | | Reintroduce debug overlay in `iced_wgpu` | 2024-04-03 | 1 | -3/+45 | |
| | | | |||||
* | | | Implement preliminary cache grouping for mesh primitives | 2024-04-03 | 2 | -52/+106 | |
| | | | | | | | | | | | | | | | Due to AA, it's very expensive to render every cached layer independently. | ||||
* | | | Remove unused `layer` module in `iced_graphics` | 2024-04-03 | 1 | -47/+0 | |
| | | | |||||
* | | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 36 | -1931/+2664 | |
|/ / | |||||
* | | Implement `IntoFragment` for `Fragment` | 2024-04-02 | 1 | -0/+12 | |
| | | |||||
* | | Merge pull request #2364 from blazra/combobox-menu-fix | 2024-04-02 | 1 | -28/+37 | |
|\ \ | | | | | | | combo_box: Do not draw empty menu overlay | ||||
| * | | combo_box: Do not draw empty menu overlay | 2024-04-01 | 1 | -28/+37 | |
| | | | | | | | | | | | | Fixes #2311 | ||||
* | | | Merge pull request #2363 from iced-rs/specialize-text-helper | 2024-04-02 | 6 | -21/+107 | |
|\ \ \ | |/ / |/| | | Specialize `widget::text` helper | ||||
| * | | Avoid extra text allocations in `websocket` example | 2024-04-02 | 2 | -9/+18 | |
| | | | |||||
| * | | Implement `IntoFragment` for `usize` and `isize` | 2024-04-02 | 1 | -0/+2 | |
| | | | |||||
| * | | Rename `text::IntoContent` to `IntoFragment` | 2024-04-01 | 2 | -41/+41 | |
| | | | |||||
| * | | Reintroduce old `text` helper as `value` helper | 2024-04-01 | 2 | -9/+16 | |
| | | | |||||
| * | | Specialize `widget::text` helper with custom `IntoContent` trait | 2024-04-01 | 5 | -10/+78 | |
|/ / | |||||
* | | Merge pull request #2362 from iced-rs/size-hint-for-row-columns | 2024-04-01 | 3 | -8/+56 | |
|\ \ | | | | | | | Use `Iterator::size_hint` to initialize `Column` and `Row` capacity | ||||
| * | | Use `Iterator::size_hint` to initialize `Column` and `Row` capacity | 2024-04-01 | 3 | -8/+56 | |
|/ / | |||||
* | | Fix `wasm_bindgen` backend in `iced_futures` | 2024-04-01 | 1 | -2/+1 | |
| | | |||||
* | | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 19 | -49/+60 | |
| | |