index
:
gdx-boardgame
master
a framework to build libgdx based boardgames
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
ch
/
asynk
/
gdx
/
boardgame
/
ui
/
Button.java
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
UI/Container : knows basic layering
Jérémy Zurcher
1
-1
/
+4
2020-05-17
UI : computeGeometry is called from Root before drawing if dirty or resized
Jérémy Zurcher
1
-6
/
+5
2020-05-15
UI : computeDimensons()+computePosition() -> computeGeometry(rect)
Jérémy Zurcher
1
-7
/
+5
2020-05-14
UI : introduce abstract Element.drawReal(batch)
Jérémy Zurcher
1
-5
/
+3
2020-05-14
UI : tainted -> dirty + audit clean up all
Jérémy Zurcher
1
-1
/
+1
2020-05-13
ui/Button : is always sized according to it's Label
Jérémy Zurcher
1
-12
/
+5
2019-12-26
ui : add Sizing, final computeGeometry() calls computeDimensions() and comput...
Jérémy Zurcher
1
-11
/
+23
2019-12-17
UI : add drawDebug(…) to Menu, normalize var names
Jérémy Zurcher
1
-3
/
+3
2019-12-17
Button : change attribute access from private to protected
Jérémy Zurcher
1
-2
/
+2
2019-12-17
ui.Element : add optional Alignment parameter to setParent(…)
Jérémy Zurcher
1
-2
/
+1
2019-12-16
ui.Element : add taintParent boolean to propagate taint state up the UI tree
Jérémy Zurcher
1
-1
/
+1
2018-10-03
tabletop -> boardgame
Jérémy Zurcher
1
-0
/
+67