therealbluepandabear
|
4dd268c2bc
Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`.
|
2 年之前 |
therealbluepandabear
|
5501214ac4
Fix wrong dimension for `StackLayout`. Rename `Coordinates` to `Coordinate` and `Dimensions` to `Dimension`. Make `StackLayout`'s `children` field public as it may be useful for those who wish to use this library.
|
2 年之前 |
therealbluepandabear
|
51fccbabee
Add `Tree` control; some constructor updates.
|
2 年之前 |
therealbluepandabear
|
57fd5e38d2
Update constructors for `Label` (2).
|
2 年之前 |
therealbluepandabear
|
c5c740bb7a
Update constructors for `Label`.
|
2 年之前 |
therealbluepandabear
|
f30ab9b69d
Some code adjustments to `Label`.
|
2 年之前 |
therealbluepandabear
|
ffbed0be50
Major `Rect` updates: there are now only two ways that you can make a `Rect`, using the `withFill` or `withFrame` static functions. Furthermore, the user can now create filled rectangles!
|
2 年之前 |
therealbluepandabear
|
df5abae33e
`Label` now accepts a `Rect` parameter.
|
2 年之前 |
therealbluepandabear
|
37ea531099
Add `Color.fromHex()` method; minor bug fix.
|
2 年之前 |
therealbluepandabear
|
1681262afe
Change some defaults.
|
2 年之前 |
therealbluepandabear
|
fba6fa8b49
More constructors for `Label`.
|
2 年之前 |
therealbluepandabear
|
41e170fe49
Add vertical text alignment.
|
2 年之前 |
therealbluepandabear
|
c1e0546aff
`TextAlignment.center` works.
|
2 年之前 |
therealbluepandabear
|
426b3395c1
Shortened code a bit.
|
2 年之前 |
therealbluepandabear
|
5a28a4f78b
Add option to align text left/right for `Label`.
|
2 年之前 |
therealbluepandabear
|
17978366d2
Remove redundant getters/setters (not needed because of uniform function call syntax).
|
2 年之前 |
therealbluepandabear
|
6be86e054b
`const` is redundant -- codebase style has been changed to only use `const` when absolutely needed.
|
2 年之前 |
therealbluepandabear
|
b9b0fe9120
Make some fields/variables `const` (3).
|
2 年之前 |
therealbluepandabear
|
eaf98392ab
Make things a bit more clear in `cast(int)`.
|
2 年之前 |
therealbluepandabear
|
d650093253
Length should be subtracted by 1 for `Label` (oops).
|
2 年之前 |
therealbluepandabear
|
593a162aaf
Remove redundant `0 +`.
|
2 年之前 |
therealbluepandabear
|
bb6fcc533b
Code improvements++.
|
2 年之前 |
therealbluepandabear
|
527b455393
Some code improvements.
|
2 年之前 |
therealbluepandabear
|
4f036fea44
Provide `getDimensions` for `Label` to fix bug in `StackLayout`.
|
2 年之前 |
therealbluepandabear
|
e02f377c6c
Some more structural updates, but still WIP.
|
2 年之前 |
therealbluepandabear
|
ae8983b245
Some major class design updates.
|
2 年之前 |
therealbluepandabear
|
d039cbb1f5
WIP stuff.
|
2 年之前 |