summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/ui/Scrollable.java
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Scrollable : fix tyJérémy Zurcher1-5/+4
2020-05-17UI/Scrollable : use innerRect instead of clipJérémy Zurcher1-14/+12
2020-05-17UI : computeGeometry is called from Root before drawing if dirty or resizedJérémy Zurcher1-5/+15
2020-05-15UI : computeDimensons()+computePosition() -> computeGeometry(rect)Jérémy Zurcher1-9/+4
2020-05-14 UI : introduce abstract Element.drawReal(batch)Jérémy Zurcher1-2/+1
2020-05-14UI : tainted -> dirty + audit clean up allJérémy Zurcher1-1/+1
2019-12-27ui : Assembly is dead, Element swallows touch() that now returns ElementJérémy Zurcher1-4/+7
2019-12-26ui : add Sizing, final computeGeometry() calls computeDimensions() and comput...Jérémy Zurcher1-2/+7
2019-12-18Scrollable : fix child touch()Jérémy Zurcher1-1/+4
2019-12-18UI : add ScrollableJérémy Zurcher1-0/+100