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.3.0
uillinn
Browse files
Nov 24, 2021
chore(version): 0.3.0
· f9371b41
Nifou
authored
Nov 24, 2021
View commits for tag 0.3.0
0.3.0
f9371b41
Nov 23, 2021
docs(uillinn_core): add a note about layers in the documentation of the `Component::child` method
· c85d21a2
Nifou
authored
Nov 23, 2021
c85d21a2
Nov 21, 2021
feat(uillinn_core): add `M0,0` to the start of each `Path` data (+ add some...
· b8ac5cbe
Nifou
authored
Nov 21, 2021
b8ac5cbe
docs(uillinn_core)!: rename the `move_to`, `line_to`, `x_line`, `y_line`,...
· ddcc2a00
Nifou
authored
Nov 21, 2021
ddcc2a00
feat(uillinn_core)!: rename `ComponentBehavior` to `CustomComponent` and make...
· 70932465
Nifou
authored
Nov 21, 2021
70932465
feat(uillinn_core): add an alias `CENTER` to `Pos::CenterPx(0)`
· cc533316
Nifou
authored
Nov 21, 2021
cc533316
fix(clippy): fix Clippy warnings
· aea4937c
Nifou
authored
Nov 21, 2021
aea4937c
fix(uillinn_core): fix rgb to hsl conversion when the color is near black
· 0489ca38
Nifou
authored
Nov 21, 2021
0489ca38
feat: add a `rotation` property to each component
· f71557f2
Nifou
authored
Nov 21, 2021
f71557f2
Nov 14, 2021
feat(uillinn_core): add own color manipulation functions (+ drop `css-colors` dependency)
· caff2c96
Nifou
authored
Nov 14, 2021
caff2c96
Nov 13, 2021
fix(clippy): fix Clippy warnings
· 812e86a4
Nifou
authored
Nov 13, 2021
812e86a4
feat: make the `break_word` property optional
· 58ebd8f8
Nifou
authored
Nov 13, 2021
58ebd8f8
fix(uillinn_core): fix white color rgb code
· c161854b
Nifou
authored
Nov 13, 2021
c161854b
feat!: implement `darken` and `lighten` for colors (+ drop support for hexadecimal colors)
· 63d119c7
Nifou
authored
Nov 13, 2021
63d119c7
feat(uillinn_core): add a method to prevent implicit closing of a `Path`
· ae65091d
Nifou
authored
Nov 13, 2021
ae65091d
Nov 10, 2021
Merge branch 'small-fixes' into 'main'
· 78d2b75f
nifou
authored
Nov 10, 2021
78d2b75f
chore(version): 0.2.0
· ee168370
Nifou
authored
Nov 10, 2021
View commits for tag 0.2.0
0.2.0
ee168370
style(rustfmt): run `cargo fmt`
· 19066b0e
Nifou
authored
Nov 10, 2021
19066b0e
fix(uillinn_core): directly use integers as pixels in `ScreenBased::new` (using `From` trait)
· 3702e783
Nifou
authored
Nov 10, 2021
3702e783
docs: add a note about the order of `ScreenBased` rules
· 220d110a
Nifou
authored
Nov 10, 2021
220d110a
feat: break words in paragraphs
· dc43c21d
Nifou
authored
Nov 10, 2021
dc43c21d
feat: control alignment in `Text`s and `Paragraph`s
· 224687c6
Nifou
authored
Nov 10, 2021
224687c6
refactor: implement `Debug` for `Component` and `App`
· 1501ba0f
Nifou
authored
Nov 10, 2021
1501ba0f
build: switch crates to Rust 2021 edition
· ea78cc13
Nifou
authored
Nov 10, 2021
ea78cc13
Nov 07, 2021
Merge branch 'add-docs' into 'main'
· 867c0c1f
nifou
authored
Nov 07, 2021
867c0c1f
style: run `cargo fmt`
· e6b81f59
Nifou
authored
Nov 07, 2021
e6b81f59
chore(version): 0.1.0
· 13af30fa
Nifou
authored
Nov 07, 2021
View commits for tag 0.1.0
0.1.0
13af30fa
fix(uillinn_render_web): prevent HTML tags injection in `Text` and `Paragraph`
· e6a3983e
Nifou
authored
Nov 07, 2021
e6a3983e
style(rustfmt): run `cargo fmt`
· 223900e1
Nifou
authored
Nov 07, 2021
223900e1
refactor!: pass the area to `Render::render_to_string`
· 4787e355
Nifou
authored
Nov 07, 2021
4787e355
docs: document all items (+ add documentation tests)
· ff9b7a04
Nifou
authored
Nov 07, 2021
ff9b7a04
Nov 05, 2021
ci: run tests during merge requests and generate coverage report on the `main` branch
· af7588b6
Nifou
authored
Nov 05, 2021
af7588b6
docs(readme): fix links of badges
· 67149437
Nifou
authored
Nov 05, 2021
67149437
docs(readme): better lists, format rust code correctly
· d0db0fca
Nifou
authored
Nov 05, 2021
d0db0fca
docs(readme): add line break after each sentence
· 5efeb253
Nifou
authored
Nov 05, 2021
5efeb253
docs(readme): add space between elements of the heading (+ add languages in code blocks)
· c0919c4d
Nifou
authored
Nov 05, 2021
c0919c4d
docs(readme): cleanup the readme
· 0a788abe
Nifou
authored
Nov 05, 2021
0a788abe
ci: run tests on `main` to be able to get the coverage of the whole project
· 9d6ea522
Nifou
authored
Nov 05, 2021
9d6ea522
docs(readme): add a readme
· e2b13c4f
Nifou
authored
Nov 05, 2021
e2b13c4f
chore: add cocogitto configuration file
· 859c2e21
Nifou
authored
Nov 05, 2021
859c2e21
Loading