Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · 0.5.1
uillinn
Browse files
Feb 04, 2022
chore(version): 0.5.1
· 794679ab
Nifou
authored
Feb 04, 2022
View commits for tag 0.5.1
0.5.1
794679ab
ci: fix escape characters
· 3a82f70c
Nifou
authored
Feb 04, 2022
3a82f70c
docs(readme): add a note stating that the project is experimental
· 25b6b5cf
Nifou
authored
Feb 04, 2022
25b6b5cf
style(fmt): run `cargo fmt`
· 94a95ec7
Nifou
authored
Feb 04, 2022
94a95ec7
test: add some `should_panic` tests
· 4d11bee6
Nifou
authored
Feb 04, 2022
4d11bee6
refactor(clippy): fix Clippy warnings
· 4b6da163
Nifou
authored
Feb 04, 2022
4b6da163
style(fmt): run `cargo fmt`
· ab979acb
Nifou
authored
Feb 04, 2022
ab979acb
test(uillinn_core): add more tests for colors
· 87498670
Nifou
authored
Feb 04, 2022
87498670
refactor(uillinn_color): add checks in the `Color::lighten` and...
· 7fbe850c
Nifou
authored
Feb 04, 2022
7fbe850c
test(uillinn_render_web): add a test for `line_height`s of `Paragraph`s
· 3814cc0c
Nifou
authored
Feb 04, 2022
3814cc0c
ci(coverage): don't count `todo!()` and `unreachable!()` lines as uncovered
· be15e440
Nifou
authored
Feb 04, 2022
be15e440
Feb 03, 2022
test: improve coverage
· 78912103
Nifou
authored
Feb 03, 2022
78912103
test: improve coverage results by adding a marker in grcov for ignoring lines
· 5986142b
Nifou
authored
Feb 03, 2022
5986142b
test(uillinn_render_svg): add more tests
· 28271e12
Nifou
authored
Feb 03, 2022
28271e12
test(uillinn_render_web): add more tests
· 027b32da
Nifou
authored
Feb 03, 2022
027b32da
test(uillinn_parser): add more tests
· 406021d8
Nifou
authored
Feb 03, 2022
406021d8
test(uillinn_core): add more tests
· 5f03cbb6
Nifou
authored
Feb 03, 2022
5f03cbb6
fix(uillinn_parser): trim input when parsing numbers in the `pairs_to_component` function
· b1b9085d
Nifou
authored
Feb 03, 2022
b1b9085d
refactor(uillinn_parser): use better and more precise panic messages in the...
· daa9be7d
Nifou
authored
Feb 03, 2022
daa9be7d
docs(uillinn_core): add more documentation about `Pos::from_str`
· 4a563156
Nifou
authored
Feb 03, 2022
4a563156
fix(uillinn_core): fix useless `m0,0` added to `Path` data when data.len() == 2
· a99d196b
Nifou
authored
Feb 03, 2022
a99d196b
Jan 30, 2022
Merge branch 'svg-render' into 'main'
· 00ea43a0
nifou
authored
Jan 30, 2022
00ea43a0
chore(version): 0.5.0
· e380adcf
Nifou
authored
Jan 30, 2022
View commits for tag 0.5.0
0.5.0
e380adcf
test: fix tests
· d97cdd34
Nifou
authored
Jan 30, 2022
d97cdd34
fix: fix Clippy warnings
· c94ea48d
Nifou
authored
Jan 30, 2022
c94ea48d
style(uillinn_render_svg): run `cargo fmt`
· 8247b25f
Nifou
authored
Jan 30, 2022
8247b25f
fix(uillinn_render_svg): fix border radii with big values using the `corner...
· 3e1649b9
Nifou
authored
Jan 30, 2022
3e1649b9
perf(uillinn_render_svg): use a font cache and prevent `.clone()`ing when...
· ee0c86e2
Nifou
authored
Jan 30, 2022
ee0c86e2
refactor(uillinn_core): implement `Eq` for `FontFamilyList`
· bf094c44
Nifou
authored
Jan 30, 2022
bf094c44
fix!: remove the `rotate` property for the `Path` component (+ fix bad...
· dde1c4d8
Nifou
authored
Jan 30, 2022
dde1c4d8
fix(uillinn_render_web): fix blurry borders on rotated `Path`s
· a7ad7d49
Nifou
authored
Jan 30, 2022
a7ad7d49
Jan 29, 2022
refactor: run `cargo fmt` and fix Clippy warnings
· 2f904f91
Nifou
authored
Jan 29, 2022
2f904f91
refactor(uillinn_render_web): using the `ScreenBased` or `Percent` units for...
· 80ec47b2
Nifou
authored
Jan 29, 2022
80ec47b2
Jan 27, 2022
feat(uillinn_core): implement `From<&str>` for `Color`
· be30511e
Nifou
authored
Jan 27, 2022
be30511e
feat!: add a REQUIRED field `bounding_box` to the `Path` structure
· 3ab8f58d
Nifou
authored
Jan 27, 2022
3ab8f58d
Jan 26, 2022
refactor(uillinn_render_web): create a `format_id` function to format IDs
· 127fe89a
Nifou
authored
Jan 26, 2022
127fe89a
feat(uillinn_core): support hexadecimal colors
· 8dbfb128
Nifou
authored
Jan 26, 2022
8dbfb128
fix(uillinn_core): prevent indexing from triggering an `index out of bound`...
· 9f6c5c3c
Nifou
authored
Jan 26, 2022
9f6c5c3c
feat(uillinn_core): add a function `Path::from_svg_path` to convert an SVG...
· 1fcc2003
Nifou
authored
Jan 26, 2022
1fcc2003
feat(uillinn_parser): support the `start_angle`, `end_angle` and `ratio`...
· d9b5f50f
Nifou
authored
Jan 26, 2022
d9b5f50f
Loading