Revīziju vēsture

Autors SHA1 Ziņojums Datums
  therealbluepandabear 4dd268c2bc Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`. 2 gadi atpakaļ
  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 gadi atpakaļ
  therealbluepandabear 51fccbabee Add `Tree` control; some constructor updates. 2 gadi atpakaļ
  therealbluepandabear 57fd5e38d2 Update constructors for `Label` (2). 2 gadi atpakaļ
  therealbluepandabear c5c740bb7a Update constructors for `Label`. 2 gadi atpakaļ
  therealbluepandabear f30ab9b69d Some code adjustments to `Label`. 2 gadi atpakaļ
  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 gadi atpakaļ
  therealbluepandabear df5abae33e `Label` now accepts a `Rect` parameter. 2 gadi atpakaļ
  therealbluepandabear 37ea531099 Add `Color.fromHex()` method; minor bug fix. 2 gadi atpakaļ
  therealbluepandabear 1681262afe Change some defaults. 2 gadi atpakaļ
  therealbluepandabear fba6fa8b49 More constructors for `Label`. 2 gadi atpakaļ
  therealbluepandabear 41e170fe49 Add vertical text alignment. 2 gadi atpakaļ
  therealbluepandabear c1e0546aff `TextAlignment.center` works. 2 gadi atpakaļ
  therealbluepandabear 426b3395c1 Shortened code a bit. 2 gadi atpakaļ
  therealbluepandabear 5a28a4f78b Add option to align text left/right for `Label`. 2 gadi atpakaļ
  therealbluepandabear 17978366d2 Remove redundant getters/setters (not needed because of uniform function call syntax). 2 gadi atpakaļ
  therealbluepandabear 6be86e054b `const` is redundant -- codebase style has been changed to only use `const` when absolutely needed. 2 gadi atpakaļ
  therealbluepandabear b9b0fe9120 Make some fields/variables `const` (3). 2 gadi atpakaļ
  therealbluepandabear eaf98392ab Make things a bit more clear in `cast(int)`. 2 gadi atpakaļ
  therealbluepandabear d650093253 Length should be subtracted by 1 for `Label` (oops). 2 gadi atpakaļ
  therealbluepandabear 593a162aaf Remove redundant `0 +`. 2 gadi atpakaļ
  therealbluepandabear bb6fcc533b Code improvements++. 2 gadi atpakaļ
  therealbluepandabear 527b455393 Some code improvements. 2 gadi atpakaļ
  therealbluepandabear 4f036fea44 Provide `getDimensions` for `Label` to fix bug in `StackLayout`. 2 gadi atpakaļ
  therealbluepandabear e02f377c6c Some more structural updates, but still WIP. 2 gadi atpakaļ
  therealbluepandabear ae8983b245 Some major class design updates. 2 gadi atpakaļ
  therealbluepandabear d039cbb1f5 WIP stuff. 2 gadi atpakaļ