summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/ui/Container.java
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Getter for directionSimonIT1-0/+5
2020-05-19ui/Container : check children visibilityJérémy Zurcher1-2/+6
2020-05-18ui : support Container.Pack.BEGIN/ENDJérémy Zurcher1-7/+16
2020-05-18UI/Container : knows basic layeringJérémy Zurcher1-2/+68
2020-05-17UI : add damaged flag, a child is dirtJérémy Zurcher1-2/+4
2020-05-17UI : computeGeometry is called from Root before drawing if dirty or resizedJérémy Zurcher1-14/+6
2020-05-15UI : computeDimensons()+computePosition() -> computeGeometry(rect)Jérémy Zurcher1-1/+12
2020-05-14 UI : introduce abstract Element.drawReal(batch)Jérémy Zurcher1-3/+1
2020-05-14UI : tainted -> dirty + audit clean up allJérémy Zurcher1-3/+6
2020-05-13UI : taint() does mark up, to mark down use Container.taintChildren()Jérémy Zurcher1-2/+1
2020-05-13add ui/ContainerJérémy Zurcher1-0/+75