therealbluepandabear
|
4dd268c2bc
Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`.
|
2 years ago |
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 years ago |
therealbluepandabear
|
96f6adf3f7
(Forgot to mention in last commit...) Add another `add` function to `StackLayout` which accepts a single `Renderable` as well as an `int` indicating how many times the `Renderable` should be added to the `StackLayout`.
|
2 years ago |
therealbluepandabear
|
6754e4c794
Fix minor bug in `Tree`.
|
2 years ago |
therealbluepandabear
|
c6e6c90fbc
Add another `add` function to `StackLayout` which accepts an array of `Renderable` instead of an individual `Renderable`.
|
2 years ago |
therealbluepandabear
|
51fccbabee
Add `Tree` control; some constructor updates.
|
2 years ago |
therealbluepandabear
|
269ee2a5cb
Delete useless `Orientation` enum.
|
2 years ago |
therealbluepandabear
|
1ea369cbad
Add option for setting `backgroundColor` for `StackLayout`.
|
2 years ago |
therealbluepandabear
|
a754a9d17c
Add `spacing` for `StackLayout`.
|
2 years ago |
therealbluepandabear
|
6761ba6095
Add column spacing for `Chart` (may contain bugs).
|
2 years ago |
therealbluepandabear
|
2f9e2b809f
Remove `dup()`.
|
2 years ago |
therealbluepandabear
|
8d9c5f0f7c
Rename `addChild()` to `add()`.
|
2 years ago |
therealbluepandabear
|
55a10d0c9a
Major `StackLayout` nesting update (you can now nest stack layouts inside other stack layouts), still in semi-testing phase. Change `Orientation` to `StackLayoutType`.
|
2 years ago |
therealbluepandabear
|
17978366d2
Remove redundant getters/setters (not needed because of uniform function call syntax).
|
2 years ago |
therealbluepandabear
|
6be86e054b
`const` is redundant -- codebase style has been changed to only use `const` when absolutely needed.
|
2 years ago |
therealbluepandabear
|
b9b0fe9120
Make some fields/variables `const` (3).
|
2 years ago |
therealbluepandabear
|
c51f03600f
Make some fields/variables `const`.
|
2 years ago |
therealbluepandabear
|
3f231c16fa
Remove useless comments.
|
2 years ago |
therealbluepandabear
|
f0da92b093
Add `StackLayout` (deprecate `Row` and `Column` concepts), fix some dumb bugs (didn't calculate some things properly).
|
2 years ago |