therealbluepandabear
|
5a28a4f78b
Add option to align text left/right for `Label`.
|
vor 2 Jahren |
therealbluepandabear
|
17978366d2
Remove redundant getters/setters (not needed because of uniform function call syntax).
|
vor 2 Jahren |
therealbluepandabear
|
6be86e054b
`const` is redundant -- codebase style has been changed to only use `const` when absolutely needed.
|
vor 2 Jahren |
therealbluepandabear
|
b9b0fe9120
Make some fields/variables `const` (3).
|
vor 2 Jahren |
therealbluepandabear
|
8e2b6eafae
Make some fields/variables `const` (2).
|
vor 2 Jahren |
therealbluepandabear
|
c51f03600f
Make some fields/variables `const`.
|
vor 2 Jahren |
therealbluepandabear
|
eaf98392ab
Make things a bit more clear in `cast(int)`.
|
vor 2 Jahren |
therealbluepandabear
|
d650093253
Length should be subtracted by 1 for `Label` (oops).
|
vor 2 Jahren |
therealbluepandabear
|
593a162aaf
Remove redundant `0 +`.
|
vor 2 Jahren |
therealbluepandabear
|
bb6fcc533b
Code improvements++.
|
vor 2 Jahren |
therealbluepandabear
|
527b455393
Some code improvements.
|
vor 2 Jahren |
therealbluepandabear
|
4f036fea44
Provide `getDimensions` for `Label` to fix bug in `StackLayout`.
|
vor 2 Jahren |
therealbluepandabear
|
3f231c16fa
Remove useless comments.
|
vor 2 Jahren |
therealbluepandabear
|
f0da92b093
Add `StackLayout` (deprecate `Row` and `Column` concepts), fix some dumb bugs (didn't calculate some things properly).
|
vor 2 Jahren |
therealbluepandabear
|
45c1452509
Some code cleanup.
|
vor 2 Jahren |
therealbluepandabear
|
dd20394705
Bugfix with row.
|
vor 2 Jahren |
therealbluepandabear
|
e02f377c6c
Some more structural updates, but still WIP.
|
vor 2 Jahren |
therealbluepandabear
|
ae8983b245
Some major class design updates.
|
vor 2 Jahren |
therealbluepandabear
|
d039cbb1f5
WIP stuff.
|
vor 2 Jahren |
therealbluepandabear
|
9ad5fac260
Move around some stuff.
|
vor 2 Jahren |
therealbluepandabear
|
3fc33cd7e0
No longer return `this` from `cacheCells()`.
|
vor 2 Jahren |
therealbluepandabear
|
5d8d6bcf19
Row experiments.
|
vor 2 Jahren |
therealbluepandabear
|
af0ebe0fd2
Column experiments.
|
vor 2 Jahren |
therealbluepandabear
|
726f95f856
Rename `draw` to `drawCache`.
|
vor 2 Jahren |
therealbluepandabear
|
2d52303491
Color customization for `Rect` objects.
|
vor 2 Jahren |
therealbluepandabear
|
f459cba815
Color customization.
|
vor 2 Jahren |
therealbluepandabear
|
339faa2d62
Another bugfix, didn't calculate things properly.
|
vor 2 Jahren |
therealbluepandabear
|
4e78c6e5e4
Minor bugfix with `toCells` function in `Label` struct.
|
vor 2 Jahren |
therealbluepandabear
|
2444f80bfd
Add ability to draw text on canvas.
|
vor 2 Jahren |
therealbluepandabear
|
e958aa9631
Class design change to `Canvas`, add ability to draw rectangles, etc.
|
vor 2 Jahren |