Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 2 | -1/+58 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | 2023-12-05 | 1 | -17/+15 | |
|\ | | | | | [Feature] 🪟 Multi Window 🪟 .. redux! | ||||
| * | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 1 | -20/+8 | |
| | | |||||
| * | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 10 | -438/+348 | |
| |\ | |||||
| * | | refactored window storage; | 2023-07-21 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | | | Rename `viewport` to `clip_bounds` | 2023-12-02 | 2 | -7/+10 | |
| | | | |||||
* | | | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 2 | -16/+16 | |
| |/ |/| | |||||
* | | Refactor texture image filtering | 2023-11-11 | 2 | -4/+15 | |
| | | | | | | | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | | Fix clippy + fmt | 2023-11-11 | 1 | -3/+7 | |
| | | |||||
* | | Implement texture filtering options | 2023-11-11 | 1 | -1/+6 | |
| | | |||||
* | | Merge pull request #1908 from alec-deason/bug/convert_text | 2023-11-11 | 1 | -2/+12 | |
|\ \ | | | | | | | Run convert_text on svg trees so text renders correctly | ||||
| * | | Call `convert_text` on `svg` node before rendering | 2023-11-11 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | `tiny-skia` does not support text rendering, so we convert the text nodes to path nodes prior to that. | ||||
* | | | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance. | 2023-11-11 | 1 | -5/+1 | |
|/ / | | | | | | | xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers. | ||||
* | | Merge branch 'master' into text-editor | 2023-10-27 | 4 | -20/+8 | |
|\ \ | |||||
| * | | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -11/+1 | |
| | | | |||||
| * | | Fix `clippy::unreadable_literal` | 2023-09-20 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #2092 from nyurik/clippy | 2023-09-19 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Chore: Apply some minor clippy fixes | ||||
| | * | | Chore: Apply some minor clippy fixes | 2023-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared | ||||
| * | | | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -4/+2 | |
| |/ / | | | | | | | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | ||||
* | | | Fix gamma correction for colored glyphs in `iced_wgpu` | 2023-09-19 | 1 | -1/+13 | |
| | | | |||||
* | | | Draw colored glyphs in `iced_tiny_skia` | 2023-09-19 | 1 | -1/+7 | |
| | | | |||||
* | | | Remove `Editor::min_bounds` and use `bounds` instead | 2023-09-14 | 1 | -1/+1 | |
| | | | |||||
* | | | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 2 | -0/+57 | |
| | | | |||||
* | | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 2 | -15/+11 | |
|/ / | |||||
* | | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 7 | -41/+57 | |
|\ \ | |||||
| * | | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 6 | -10/+24 | |
| | | | |||||
| * | | Merge pull request #2070 from ripytide/master | 2023-09-07 | 1 | -2/+10 | |
| |\ \ | | | | | | | | | Added a Frame::scale_nonuniform method | ||||
| | * | | Make `scale` methods in `Frame` generic over `f32` and `Vector` | 2023-09-07 | 1 | -2/+6 | |
| | | | | |||||
| | * | | Implement `scale` in terms of `scale_nonuniform` | 2023-09-07 | 1 | -1/+1 | |
| | | | | |||||
| | * | | added a Frame::scale_nonuniform method | 2023-09-05 | 1 | -0/+4 | |
| | | | | |||||
| * | | | Merge pull request #2059 from joshuamegnauth54/ensure_nonzero_text_lineheight | 2023-09-07 | 1 | -1/+4 | |
| |\ \ \ | | | | | | | | | | | [issue #2002] Ensure that absolute `LineHeight` is always > 0.0 | ||||
| | * | | | Use the correct text size and height in tiny_skia | 2023-09-05 | 1 | -2/+2 | |
| | | | | | |||||
| | * | | | Check LineHeight > 0.0 before allocating text | 2023-09-04 | 1 | -8/+5 | |
| | | | | | |||||
| | * | | | Ensure LineHeight is always > 0.0 for tiny skia. | 2023-09-04 | 1 | -4/+10 | |
| | |/ / | |||||
| * / / | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -30/+24 | |
| |/ / | | | | | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | | | Invalidate existing paragraphs when new fonts are loaded | 2023-09-09 | 1 | -4/+1 | |
| | | | |||||
* | | | Remove unnecessary mutable reference in `iced_tiny_skia` | 2023-09-03 | 1 | -1/+1 | |
| | | | |||||
* | | | Implement `draw_paragraph` in `iced_tiny_skia` | 2023-09-03 | 2 | -56/+104 | |
| | | | |||||
* | | | Use `min_bounds` for cached text | 2023-08-30 | 1 | -4/+4 | |
| | | | |||||
* | | | Implement explicit text caching in the widget state tree | 2023-08-30 | 5 | -345/+86 | |
|/ / | |||||
* | | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 1 | -3/+9 | |
| | | |||||
* | | Make the style attribute available on Font | 2023-08-18 | 1 | -1/+10 | |
| | | |||||
* | | Bump versions :tada: | 2023-07-28 | 1 | -1/+8 | |
| | | |||||
* | | Update `cosmic-text` and `glyphon` | 2023-07-20 | 1 | -4/+1 | |
|/ | |||||
* | Update `resvg` dependency to `0.35` | 2023-07-12 | 1 | -1/+1 | |
| | |||||
* | Improve code style in `vector` modules | 2023-07-12 | 1 | -11/+12 | |
| | |||||
* | Fix import consistency for `bytemuck` | 2023-07-12 | 3 | -8/+6 | |
| | |||||
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 2023-07-12 | 5 | -40/+63 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -8/+0 | |
| |