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.4.0
uillinn
Browse files
Dec 18, 2021
chore(version): 0.4.0
· 612dad60
Nifou
authored
Dec 18, 2021
View commits for tag 0.4.0
0.4.0
612dad60
feat(uillinn_parser): add a parser for a custom simple syntax
· ea5436c5
Nifou
authored
Dec 18, 2021
ea5436c5
test(uillinn_render_web): fix failing tests
· 72d24e71
Nifou
authored
Dec 18, 2021
72d24e71
feat(uillinn_core): implement the `FromStr` trait for several structures
· 67a60954
Nifou
authored
Dec 18, 2021
67a60954
Nov 25, 2021
refactor(uillinn_core): implement `Clone` for all components
· 8d3c5a0d
Nifou
authored
Nov 25, 2021
8d3c5a0d
docs(readme): add git branch name in cargo configuration file
· 9f4012c2
Nifou
authored
Nov 25, 2021
9f4012c2
Nov 24, 2021
feat(uillinn_core): add a name field to each component
· 556884cb
Nifou
authored
Nov 24, 2021
556884cb
refactor(uillinn_core): store `name`, `description` and `lang` using `String`...
· ecd13818
Nifou
authored
Nov 24, 2021
ecd13818
refactor(uillinn_core): implement `PartialEq` for all components and the `App` structure
· 2ea5c1ea
Nifou
authored
Nov 24, 2021
2ea5c1ea
Merge branch 'more-utils' into 'main'
· 49e21317
nifou
authored
Nov 24, 2021
49e21317
style(rustfmt): run `cargo fmt`
· b38924f7
Nifou
authored
Nov 24, 2021
b38924f7
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
Loading