Commit History

Author SHA1 Message Date
  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 dda176583b Fix bug where `Rect.empty` had a black fill color instead of the default terminal fill color. 2 years ago
  therealbluepandabear a7eacaff2d Minor cleanup. 2 years ago
  therealbluepandabear 2d6892b343 Fix code not running because of nonexistent modules. 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 faae463d70 Rename. 2 years ago
  therealbluepandabear 7ef4e91a97 Code cleanup for `Rect`. 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 89a7270bf6 Fix major bug in `Rect`. 2 years ago
  therealbluepandabear 5a28a4f78b Add option to align text left/right for `Label`. 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 527b455393 Some code improvements. 2 years ago
  therealbluepandabear e02f377c6c Some more structural updates, but still WIP. 2 years ago
  therealbluepandabear ae8983b245 Some major class design updates. 2 years ago
  therealbluepandabear d039cbb1f5 WIP stuff. 2 years ago