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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
2
-28
/
+29
*
WIP raw-window-handle 0.6
Ian Douglas Scott
2024-01-16
1
-27
/
+29
*
Update to `softbuffer` 0.3, tracking up to `age` sets of primitives
Ian Douglas Scott
2024-01-17
1
-44
/
+77
*
Fix `paint` not being transformed in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-6
/
+15
*
Fix paths with negative coordinates in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
3
-18
/
+21
*
Implement vectorial text support for `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-44
/
+55
*
Apply scaling during `Frame::fill_text` in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-8
/
+24
*
Update `glyphon` to `0.4`
Héctor Ramón Jiménez
2024-01-15
1
-13
/
+1
*
Merge pull request #2158 from iced-rs/feature/raw-text-primitive
Héctor Ramón
2024-01-12
2
-1
/
+58
|
\
|
*
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
2023-12-05
2
-1
/
+58
*
|
Fix `expect` message in `iced_tiny_skia::vector`
Héctor Ramón Jiménez
2023-12-11
1
-1
/
+1
|
/
*
Merge pull request #1964 from bungoboingo/feat/multi-window-support
Héctor Ramón
2023-12-05
1
-17
/
+15
|
\
|
*
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
2023-12-02
1
-20
/
+8
|
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
10
-438
/
+348
|
|
\
|
*
|
refactored window storage;
Bingus
2023-07-21
1
-0
/
+6
*
|
|
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
2023-12-02
2
-7
/
+10
*
|
|
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
2
-16
/
+16
|
|
/
|
/
|
*
|
Refactor texture image filtering
Héctor Ramón Jiménez
2023-11-11
2
-4
/
+15
*
|
Fix clippy + fmt
Remmirad
2023-11-11
1
-3
/
+7
*
|
Implement texture filtering options
Remmirad
2023-11-11
1
-1
/
+6
*
|
Merge pull request #1908 from alec-deason/bug/convert_text
Héctor Ramón
2023-11-11
1
-2
/
+12
|
\
\
|
*
|
Call `convert_text` on `svg` node before rendering
Héctor Ramón Jiménez
2023-11-11
1
-2
/
+12
*
|
|
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
dtzxporter
2023-11-11
1
-5
/
+1
|
/
/
*
|
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
4
-20
/
+8
|
\
\
|
*
|
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-11
/
+1
|
*
|
Fix `clippy::unreadable_literal`
Héctor Ramón Jiménez
2023-09-20
1
-3
/
+3
|
*
|
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
|
*
|
Merge pull request #2092 from nyurik/clippy
Héctor Ramón
2023-09-19
1
-1
/
+1
|
|
\
\
|
|
*
|
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2023-09-19
1
-1
/
+1
|
*
|
|
Chore: Inline format args for ease of reading
Yuri Astrakhan
2023-09-19
1
-4
/
+2
|
|
/
/
*
|
|
Fix gamma correction for colored glyphs in `iced_wgpu`
Héctor Ramón Jiménez
2023-09-19
1
-1
/
+13
*
|
|
Draw colored glyphs in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-09-19
1
-1
/
+7
*
|
|
Remove `Editor::min_bounds` and use `bounds` instead
Héctor Ramón Jiménez
2023-09-14
1
-1
/
+1
*
|
|
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
2
-0
/
+57
*
|
|
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
2
-15
/
+11
|
/
/
*
|
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
7
-41
/
+57
|
\
\
|
*
|
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
6
-10
/
+24
|
*
|
Merge pull request #2070 from ripytide/master
Héctor Ramón
2023-09-07
1
-2
/
+10
|
|
\
\
|
|
*
|
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
2023-09-07
1
-2
/
+6
|
|
*
|
Implement `scale` in terms of `scale_nonuniform`
Héctor Ramón Jiménez
2023-09-07
1
-1
/
+1
|
|
*
|
added a Frame::scale_nonuniform method
ripytide
2023-09-05
1
-0
/
+4
|
*
|
|
Merge pull request #2059 from joshuamegnauth54/ensure_nonzero_text_lineheight
Héctor Ramón
2023-09-07
1
-1
/
+4
|
|
\
\
\
|
|
*
|
|
Use the correct text size and height in tiny_skia
Josh Megnauth
2023-09-05
1
-2
/
+2
|
|
*
|
|
Check LineHeight > 0.0 before allocating text
Josh Megnauth
2023-09-04
1
-8
/
+5
|
|
*
|
|
Ensure LineHeight is always > 0.0 for tiny skia.
Josh Megnauth
2023-09-04
1
-4
/
+10
|
|
|
/
/
|
*
/
/
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-30
/
+24
|
|
/
/
*
|
|
Invalidate existing paragraphs when new fonts are loaded
Héctor Ramón Jiménez
2023-09-09
1
-4
/
+1
*
|
|
Remove unnecessary mutable reference in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-09-03
1
-1
/
+1
*
|
|
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-09-03
2
-56
/
+104
*
|
|
Use `min_bounds` for cached text
Héctor Ramón Jiménez
2023-08-30
1
-4
/
+4
[next]