summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/ui/Root.java
AgeCommit message (Expand)AuthorFilesLines
2020-05-17UI : add damaged flag, a child is dirtJérémy Zurcher1-1/+1
2020-05-17UI : computeGeometry is called from Root before drawing if dirty or resizedJérémy Zurcher1-3/+13
2020-05-15UI : computeDimensons()+computePosition() -> computeGeometry(rect)Jérémy Zurcher1-0/+8
2020-05-14UI : tainted -> dirty + audit clean up allJérémy Zurcher1-1/+1
2020-05-13UI : taint() does mark up, to mark down use Container.taintChildren()Jérémy Zurcher1-1/+1
2020-05-13add ui/ContainerJérémy Zurcher1-9/+1
2019-12-28ui : draw() code cleanupJérémy Zurcher1-0/+1
2019-12-28ui : code reordering, Elemnt is abstract againJérémy Zurcher1-14/+21
2019-12-27ui : Assembly is dead, Element swallows touch() that now returns ElementJérémy Zurcher1-2/+27
2019-12-17Assembly : taint() -> taintChildren()Jérémy Zurcher1-0/+1
2018-10-03tabletop -> boardgameJérémy Zurcher1-0/+28