therealbluepandabear
|
5efc1498cd
Add some `enforce` blocks for safety reasons.
|
1 year ago |
therealbluepandabear
|
dc3174963b
Add `toString` for `Vector`.
|
1 year ago |
therealbluepandabear
|
4dd268c2bc
Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`.
|
1 year ago |
therealbluepandabear
|
5bec566923
Remove some useless comments.
|
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
|
3660ab485d
Fix dimensions for `Tree`.
|
2 years ago |
therealbluepandabear
|
51fccbabee
Add `Tree` control; some constructor updates.
|
2 years ago |
therealbluepandabear
|
e79b0205cd
Minor bugfix for `Canvas`.
|
2 years ago |
therealbluepandabear
|
63b8c316b3
Add option of using wider block units.
|
2 years ago |
therealbluepandabear
|
c3c950716e
Allow setting `tableColor` for `Table`.
|
2 years ago |
therealbluepandabear
|
6b701f9fd3
Major feat: add `Table` TUI element.
|
2 years ago |
therealbluepandabear
|
dbde23ade2
Add `Color.toHex()` method ([notabug.org] fix #1).
|
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
|
ed6a3da58f
Add option for setting `backgroundColor` for `Canvas`.
|
2 years ago |
therealbluepandabear
|
ca9c4f9770
Minor `Chart` code cleanup.
|
2 years ago |
therealbluepandabear
|
194d105ce2
`Chart` update: user can now create bar charts. Now, there are two chart types you can create given with the `ChartType` enum: `ChartType.bar` or `ChartType.column`.
|
2 years ago |
therealbluepandabear
|
a754a9d17c
Add `spacing` for `StackLayout`.
|
2 years ago |
therealbluepandabear
|
c5c740bb7a
Update constructors for `Label`.
|
2 years ago |
therealbluepandabear
|
1de83f1c8c
Add ability to set background color for `Chart`.
|
2 years ago |
therealbluepandabear
|
0d9485e39f
Add default color (`Color.White`) for `Chart`.
|
2 years ago |
therealbluepandabear
|
2d6892b343
Fix code not running because of nonexistent modules.
|
2 years ago |
therealbluepandabear
|
f30ab9b69d
Some code adjustments to `Label`.
|
2 years ago |
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 years ago |
therealbluepandabear
|
f4f73e3d3c
Add column width for `Chart` (may contain bugs).
|
2 years ago |
therealbluepandabear
|
6761ba6095
Add column spacing for `Chart` (may contain bugs).
|
2 years ago |
therealbluepandabear
|
1ec6e3f67b
Add `Chart` control.
|
2 years ago |
therealbluepandabear
|
df5abae33e
`Label` now accepts a `Rect` parameter.
|
2 years ago |
therealbluepandabear
|
8fe9dec2da
Some `Rect` updates, you can now specify a background and whether you want a border for the rectangle.
|
2 years ago |
therealbluepandabear
|
8d9c5f0f7c
Rename `addChild()` to `add()`.
|
2 years ago |