summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/ui/Widget.java
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Widget: add update() called by setParent(Widget)Jérémy Zurcher1-1/+6
2016-05-17Widget: setPosition(Rectangle) calls setPosition(float, float, float, float)Jérémy Zurcher1-1/+1
2016-02-21Widget: remove update(), fix setPosition(float, float)Jérémy Zurcher1-3/+1
2016-02-19Widget: add setTop/BottomRight/Left()Jérémy Zurcher1-0/+20
2016-02-16Widget: add update, does nothing, to be overriden if neededJérémy Zurcher1-0/+2
2016-02-15Widget: add getTop()Jérémy Zurcher1-0/+1
2016-02-12Widget: simple rewriteJérémy Zurcher1-6/+6
2016-02-12Widget: all positioning calls go through setPosition(int, int, int, int)Jérémy Zurcher1-6/+5
2015-07-19welcome RustAndDustJérémy Zurcher1-0/+93