index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tiny_skia
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-05
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
2
-1
/
+58
2023-12-02
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
1
-20
/
+8
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
2
-7
/
+10
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2
-16
/
+16
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
2
-4
/
+15
2023-11-11
Fix clippy + fmt
Remmirad
1
-3
/
+7
2023-11-11
Implement texture filtering options
Remmirad
1
-1
/
+6
2023-11-11
Call `convert_text` on `svg` node before rendering
Héctor Ramón Jiménez
1
-2
/
+12
2023-11-11
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
dtzxporter
1
-5
/
+1
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-11
/
+1
2023-09-20
Fix `clippy::unreadable_literal`
Héctor Ramón Jiménez
1
-3
/
+3
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-19
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+13
2023-09-19
Draw colored glyphs in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+7
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
1
-1
/
+1
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-4
/
+2
2023-09-14
Remove `Editor::min_bounds` and use `bounds` instead
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2
-0
/
+57
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2
-15
/
+11
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
6
-10
/
+24
2023-09-09
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-2
/
+6
2023-09-07
Implement `scale` in terms of `scale_nonuniform`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-05
Use the correct text size and height in tiny_skia
Josh Megnauth
1
-2
/
+2
2023-09-05
added a Frame::scale_nonuniform method
ripytide
1
-0
/
+4
2023-09-04
Check LineHeight > 0.0 before allocating text
Josh Megnauth
1
-8
/
+5
2023-09-04
Ensure LineHeight is always > 0.0 for tiny skia.
Josh Megnauth
1
-4
/
+10
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-30
/
+24
2023-09-03
Remove unnecessary mutable reference in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-03
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
2
-56
/
+104
2023-08-30
Use `min_bounds` for cached text
Héctor Ramón Jiménez
1
-4
/
+4
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
5
-345
/
+86
2023-08-26
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
1
-3
/
+9
2023-08-18
Make the style attribute available on Font
lufte
1
-1
/
+10
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+8
2023-07-21
refactored window storage;
Bingus
1
-0
/
+6
2023-07-20
Update `cosmic-text` and `glyphon`
Héctor Ramón Jiménez
1
-4
/
+1
2023-07-12
Update `resvg` dependency to `0.35`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-12
Improve code style in `vector` modules
Héctor Ramón Jiménez
1
-11
/
+12
2023-07-12
Fix import consistency for `bytemuck`
Héctor Ramón Jiménez
3
-8
/
+6
2023-07-12
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
5
-40
/
+63
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-8
/
+0
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
6
-37
/
+101
2023-06-28
Retain text measurements as long as original entries
Héctor Ramón Jiménez
1
-16
/
+18
2023-06-28
Retain measurements for text entries even if not directly used
Héctor Ramón Jiménez
1
-2
/
+4
2023-06-28
Fix needless borrow in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-28
Reuse entries in `text::Cache` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-38
/
+64
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
2
-3
/
+3
2023-06-27
Fix import consistency in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-5
/
+3
2023-06-27
Draw border path for `quad` only if it has a border in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-105
/
+109
[next]