summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/ui/Element.java
AgeCommit message (Expand)AuthorFilesLines
2020-05-18UI/Container : knows basic layeringJérémy Zurcher1-0/+11
2020-05-17ui : fix SizingJérémy Zurcher1-3/+3
2020-05-17UI : add damaged flag, a child is dirtJérémy Zurcher1-1/+17
2020-05-17UI : computeGeometry is called from Root before drawing if dirty or resizedJérémy Zurcher1-32/+15
2020-05-15UI : computeDimensons()+computePosition() -> computeGeometry(rect)Jérémy Zurcher1-24/+26
2020-05-14 UI : introduce abstract Element.drawReal(batch)Jérémy Zurcher1-6/+13
2020-05-14UI : tainted -> dirty + audit clean up allJérémy Zurcher1-7/+39
2020-05-13UI : taint() does mark up, to mark down use Container.taintChildren()Jérémy Zurcher1-9/+2
2020-05-13add ui/ContainerJérémy Zurcher1-46/+1
2019-12-28ui : code reordering, Elemnt is abstract againJérémy Zurcher1-42/+44
2019-12-27Merge pull request #14 from SimonIT/fix-fiillHeight-calculationJérémy Zurcher1-1/+1
2019-12-27ui : Assembly is dead, Element swallows touch() that now returns ElementJérémy Zurcher1-4/+13
2019-12-27ui : one more step closer to Assembly's sudden deathJérémy Zurcher1-0/+5
2019-12-27ui : Element swallows draw() drawDebu() out of dying AssemblyJérémy Zurcher1-1/+11
2019-12-27ui : Element swallows chidren out of Assembly's mouthJérémy Zurcher1-0/+21
2019-12-26width was set in height calculationSimonIT1-1/+1
2019-12-26ui : add Sizing, final computeGeometry() calls computeDimensions() and comput...Jérémy Zurcher1-6/+39
2019-12-18UI : add drag(...) to Touchable, Element and AssemblyJérémy Zurcher1-0/+6
2019-12-17Paddable : add getInnerTop() and getInnerRight()Jérémy Zurcher1-9/+11
2019-12-17Element : add toString()Jérémy Zurcher1-0/+22
2019-12-17fix computeGeometry used getInnerX instead of getInnerY for relative ySimonIT1-1/+1
2019-12-17UI : add drawDebug(…) to Menu, normalize var namesJérémy Zurcher1-2/+2
2019-12-17ui.Element : add optional Alignment parameter to setParent(…)Jérémy Zurcher1-0/+6
2019-12-16ui.Element : taintParent goes publicJérémy Zurcher1-2/+7
2019-12-16Merge pull request #6 from SimonIT/public-computeGeometryJérémy Zurcher1-1/+1
2019-12-16ui.Element : add taintParent boolean to propagate taint state up the UI treeJérémy Zurcher1-4/+7
2019-12-16make computeGeometry publicSimonIT1-1/+1
2019-12-14protected Assembly children, building on travisSimonIT1-1/+1
2018-10-09ui/Element : adapt to Positionable interfaceJérémy Zurcher1-2/+7
2018-10-08Drawable,Paddable,Posisionable,Scalable : split interfacesJérémy Zurcher1-2/+4
2018-10-03tabletop -> boardgameJérémy Zurcher1-0/+116