Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | | Refactor `quad::Pipeline` to `prepare` and `render` architecture | 2023-02-24 | 3 | -112/+230 | ||
| | | | | | | * | | Fix useless `f32` conversions and please `clippy` | 2023-02-24 | 1 | -6/+1 | ||
| | | | | | | * | | Set `Attrs::monospaced` if `Font::Monospace` is selected | 2023-02-24 | 1 | -10/+13 | ||
| | | | | | | * | | Set a minimum `height` for `Buffer` of `size * 1.2` | 2023-02-24 | 1 | -1/+4 | ||
| | | | | | | * | | Stop truncating the `renderers` in `text::Pipeline` | 2023-02-24 | 1 | -1/+0 | ||
| | | | | | | * | | Avoid allocating `text_areas` in `text::Pipeline` | 2023-02-24 | 2 | -8/+5 | ||
| | | | | | | * | | Stop reusing `SwashCache` in `text::Pipeline` | 2023-02-24 | 1 | -7/+1 | ||
| | | | | | | * | | Introduce `Weight` enum to `font` | 2023-02-24 | 3 | -2/+18 | ||
| | | | | | | * | | Fix `overlay::Menu` line height | 2023-02-24 | 1 | -5/+5 | ||
| | | | | | | * | | Use `Pixels` for `Text::size` | 2023-02-24 | 7 | -25/+19 | ||
| | | | | | | * | | Fix `test` workflow | 2023-02-24 | 1 | -1/+1 | ||
| | | | | | | * | | Update `glyphon` fork (sRGB support) | 2023-02-24 | 1 | -1/+1 | ||
| | | | | | | * | | Disable `std` feature for `twox-hash` to fix Wasm build | 2023-02-24 | 2 | -4/+16 | ||
| | | | | | | * | | Fix `clippy` lints :tada: | 2023-02-24 | 2 | -7/+8 | ||
| | | | | | | * | | Load `Iced-Icons.ttf` font in `text::Pipeline::new` | 2023-02-24 | 3 | -4/+10 | ||
| | | | | | | * | | Use floating coordinates directly in `text::Pipeline` | 2023-02-24 | 2 | -8/+8 | ||
| | | | | | | * | | Implement `font::load` command in `iced_native` | 2023-02-24 | 14 | -215/+358 | ||
| | | | | | | * | | Overhaul `Font` type to allow font family selection | 2023-02-24 | 25 | -254/+145 | ||
| | | | | | | * | | Count `layout_runs` instead of using `visible_lines` in `text::Pipeline::prep... | 2023-02-24 | 1 | -6/+7 | ||
| | | | | | | * | | Implement `hit_test` for `text::Pipeline` in `iced_wgpu` | 2023-02-24 | 1 | -6/+18 | ||
| | | | | | | * | | Use `bounds` directly for `measure` in text pipeline | 2023-02-24 | 1 | -4/+1 | ||
| | | | | | | * | | Avoid unnecessary `Vec` allocation in text pipeline | 2023-02-24 | 1 | -7/+5 | ||
| | | | | | | * | | Trim text `render_cache` after rendering in `iced_wgpu` | 2023-02-24 | 1 | -0/+2 | ||
| | | | | | | * | | Implement basic text caching in `iced_wgpu` | 2023-02-24 | 3 | -60/+159 | ||
| | | | | | | * | | Fix `PickList` line height | 2023-02-24 | 1 | -7/+7 | ||
| | | | | | | * | | Convert sRGB to linear RGB for text in `iced_wgpu` | 2023-02-24 | 1 | -2/+8 | ||
| | | | | | | * | | Fix `TextInput` line height | 2023-02-24 | 1 | -1/+5 | ||
| | | | | | | * | | Implement proper text alignment support in `iced_wgpu` | 2023-02-24 | 1 | -5/+32 | ||
| | | | | | | * | | Implement support for multiple text layers in `iced_wgpu` | 2023-02-24 | 2 | -13/+35 | ||
| | | | | | | * | | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | 2023-02-24 | 8 | -26/+187 | ||
| | | | | | | * | | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 47 | -3846/+30 | ||
| | | | | | |/ / | ||||||
* | | | | | | | | Added per-window theme support. | 2023-03-15 | 4 | -19/+35 | ||
* | | | | | | | | Added simpler MW example | 2023-03-14 | 6 | -560/+742 | ||
* | | | | | | | | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 11 | -104/+60 | ||
* | | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-03-13 | 6 | -7/+25 | ||
|\| | | | | | | | ||||||
| * | | | | | | | Merge pull request #1750 from lupd/checkbox_docs | 2023-03-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | Use correct package name in checkbox example docs | 2023-03-08 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Update `sysinfo` to `0.28` | 2023-03-07 | 2 | -3/+3 | ||
| * | | | | | | Merge pull request #1742 from bungoboingo/fix/fullscreen | 2023-03-03 | 3 | -3/+21 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Expose `window` commands for Wasm builds | 2023-03-03 | 2 | -12/+4 | ||
| | * | | | | | | Added example of toggling fullscreen to TODOs. | 2023-03-02 | 1 | -2/+28 | ||
| | * | | | | | | Fixed fullscreen only being possible on primary monitor. | 2023-03-02 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
* | | | | | | | Removed glutin MW support and reverted glutin changes back to Iced master sin... | 2023-02-28 | 15 | -1375/+129 | ||
* | | | | | | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | 2023-02-28 | 16 | -103/+79 | ||
|\| | | | | | | ||||||
| * | | | | | | Merge pull request #1735 from iced-rs/remove-alignment-fill | 2023-02-28 | 6 | -72/+14 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove `Fill` variant for `Alignment` | 2023-02-27 | 6 | -72/+14 | ||
| |/ / / / / / | ||||||
| * | | | | | | Bump version of `iced_core` :tada: | 2023-02-25 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #1734 from iced-rs/fix/padding-fit | 2023-02-25 | 1 | -4/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix `Padding::fit` on irregular values for an axis | 2023-02-25 | 1 | -4/+6 | ||
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #1733 from iced-rs/update/svg-deps | 2023-02-25 | 2 | -20/+9 | ||
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | |