summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/ui/Menu.java
AgeCommit message (Expand)AuthorFilesLines
2020-05-17UI : computeGeometry is called from Root before drawing if dirty or resizedJérémy Zurcher1-8/+6
2020-05-15UI : computeDimensons()+computePosition() -> computeGeometry(rect)Jérémy Zurcher1-9/+7
2020-05-14 UI : introduce abstract Element.drawReal(batch)Jérémy Zurcher1-6/+4
2020-05-14UI : tainted -> dirty + audit clean up allJérémy Zurcher1-3/+4
2019-12-27ui : Assembly is dead, Element swallows touch() that now returns ElementJérémy Zurcher1-9/+10
2019-12-26ui : add Sizing, final computeGeometry() calls computeDimensions() and comput...Jérémy Zurcher1-6/+8
2019-12-17Menu : fix top position after bf94e07Jérémy Zurcher1-1/+1
2019-12-17UI : add drawDebug(…) to Menu, normalize var namesJérémy Zurcher1-0/+10
2019-12-17Menu : use relative positioning instead of absoluteJérémy Zurcher1-14/+12
2019-12-16ui.Element : add taintParent boolean to propagate taint state up the UI treeJérémy Zurcher1-5/+5
2018-10-03tabletop -> boardgameJérémy Zurcher1-0/+126