summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/ui
AgeCommit message (Expand)AuthorFilesLines
2016-02-22use type and enter soundsJérémy Zurcher1-1/+7
2016-02-22List: add unselect()Jérémy Zurcher1-1/+2
2016-02-22List: correctly select, add Integer getIdx()Jérémy Zurcher1-2/+7
2016-02-21List: unselect on setItems()Jérémy Zurcher1-0/+1
2016-02-21Widget: remove update(), fix setPosition(float, float)Jérémy Zurcher1-3/+1
2016-02-21Label: add String text to constructorsJérémy Zurcher1-0/+12
2016-02-20add ui/ButtonJérémy Zurcher1-0/+49
2016-02-19Widget: add setTop/BottomRight/Left()Jérémy Zurcher3-12/+22
2016-02-16ui/List: remove useless import statementsJérémy Zurcher1-3/+0
2016-02-16add ui/ScrollableJérémy Zurcher1-0/+87
2016-02-16Widget: add update, does nothing, to be overriden if neededJérémy Zurcher1-0/+2
2016-02-16add ui/ListJérémy Zurcher1-0/+90
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
2016-02-09ui/typewriter.9.png -> assets/ui/bg.9.pngJérémy Zurcher1-2/+2
2016-02-08ui/Menu: implement boolean hit(int, int)Jérémy Zurcher1-0/+12
2016-02-08ui/Menu: improve enum API, so that it can write Labels itselfJérémy Zurcher1-1/+5
2015-12-18cleanup tree using fix_javaJérémy Zurcher1-1/+0
2015-12-18UI: merge menu and ui assets, AtlasRegion are known and provided by RustAndDustJérémy Zurcher2-9/+10
2015-11-10UI: use setBtnRight and setBtnLeftJérémy Zurcher1-2/+2
2015-11-10Patch: add setBtnLeft(Bg) and setBtnRight(Bg)Jérémy Zurcher1-0/+10
2015-11-09Label: must update width and height before calling setPosition(Position)Jérémy Zurcher1-0/+8
2015-11-09Bg: add setScale(float)Jérémy Zurcher1-1/+7
2015-11-09ui: center ok/cancel buttons on box cornersJérémy Zurcher1-2/+2
2015-07-19welcome RustAndDustJérémy Zurcher10-0/+891