Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · 0.5.0
uillinn
Browse files
Jan 30, 2022
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
feat: add a `FULL` constant used to let things fill the parent area easily
· b2541e6c
Nifou
authored
Jan 26, 2022
b2541e6c
feat: if a path data starts with a move command, the useless `m0,0` added before is removed
· e354113a
Nifou
authored
Jan 26, 2022
e354113a
Jan 25, 2022
fix: use `rgb(0, 0, 0)` (real black) for the `Black` color
· 04fa8f25
Nifou
authored
Jan 25, 2022
04fa8f25
fix(uillinn_render_web): fix the default fill of rectangles on the web
· b4133a77
Nifou
authored
Jan 25, 2022
b4133a77
Jan 23, 2022
fix!: remove the `BorderStyle` enum
· 145372ee
Nifou
authored
Jan 23, 2022
145372ee
fix!: remove `Text.wrap`
· 12a25703
Nifou
authored
Jan 23, 2022
12a25703
fix(clippy): fix Clippy warnings
· dadedade
Nifou
authored
Jan 23, 2022
dadedade
refactor!: separate per-render defaults and global Uillinn defaults + use the...
· 4b988c2b
Nifou
authored
Jan 23, 2022
4b988c2b
refactor!: rename the `border_radius` property of `Rectangle`s to `rounded`
· f8d3c3b2
Nifou
authored
Jan 23, 2022
f8d3c3b2
Jan 22, 2022
feat!: support multiple border radii for rectangles + remove support of...
· b9f69efd
Nifou
authored
Jan 22, 2022
b9f69efd
feat!: use design-tool compatible ellipses
· 09dc68c2
Nifou
authored
Jan 22, 2022
09dc68c2
Jan 21, 2022
fix(uillinn_render_svg): fix bad ScreenBased behavior
· 4521076d
Nifou
authored
Jan 21, 2022
4521076d
Jan 12, 2022
fix!: rename the `Circle` component to `Ellipse`
· 201a1014
Nifou
authored
Jan 12, 2022
201a1014
docs(readme): update the readme
· 59c72532
Nifou
authored
Jan 12, 2022
59c72532
Jan 02, 2022
feat: create a dedicated `FontFamilyList` structure
· 0b03a4f6
Nifou
authored
Jan 02, 2022
0b03a4f6
chore(license): update copyright year
· eb8fa91b
Nifou
authored
Jan 02, 2022
eb8fa91b
Dec 31, 2021
feat!: support setting multiple font families as fallback
· 1a1804f7
Nifou
authored
Jan 01, 2022
1a1804f7
feat(uillinn_render_svg): support paragraphs
· f8c48a52
Nifou
authored
Dec 31, 2021
f8c48a52
feat: add the `line-height` property to `Paragraph`s
· 08d9bc28
Nifou
authored
Dec 31, 2021
08d9bc28
docs(uillinn_render_svg): update the code example of the SVG render
· 2841a77e
Nifou
authored
Dec 31, 2021
2841a77e
docs(readme): update the list of renders
· 5319615b
Nifou
authored
Dec 31, 2021
5319615b
feat: add a render for SVG images
· 937e957c
Nifou
authored
Dec 31, 2021
937e957c
Loading