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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-27
ui : Element swallows draw() drawDebu() out of dying Assembly
Jérémy Zurcher
2
-12
/
+11
2019-12-27
ui : Element swallows chidren out of Assembly's mouth
Jérémy Zurcher
2
-15
/
+21
2019-12-26
ui : add Sizing, final computeGeometry() calls computeDimensions() and comput...
Jérémy Zurcher
7
-38
/
+147
2019-12-18
Scrollable : fix child touch()
Jérémy Zurcher
1
-1
/
+4
2019-12-18
UI : add Scrollable
Jérémy Zurcher
1
-0
/
+100
2019-12-18
UI : add drag(...) to Touchable, Element and Assembly
Jérémy Zurcher
2
-1
/
+19
2019-12-18
UI : add Scissors
Jérémy Zurcher
1
-0
/
+67
2019-12-18
ui.Label : code factorisation
Jérémy Zurcher
1
-9
/
+8
2019-12-18
update glyph layout with new font, forgot at #11
SimonIT
1
-0
/
+1
2019-12-18
Merge pull request #11 from SimonIT/change-label-fonts
Jérémy Zurcher
1
-0
/
+6
2019-12-18
taint on changing the font
SimonIT
1
-0
/
+1
2019-12-18
ui.List : follow taint() computeGeometry() logic
Jérémy Zurcher
1
-0
/
+7
2019-12-18
UI : add List
Jérémy Zurcher
1
-0
/
+82
2019-12-18
UI : add Bg (TextureRegion)
Jérémy Zurcher
1
-0
/
+22
2019-12-18
possibility to change the font of a label
SimonIT
1
-0
/
+5
2019-12-17
Paddable : add getInnerTop() and getInnerRight()
Jérémy Zurcher
1
-9
/
+11
2019-12-17
Element : add toString()
Jérémy Zurcher
1
-0
/
+22
2019-12-17
Menu : fix top position after bf94e07
Jérémy Zurcher
1
-1
/
+1
2019-12-17
fix computeGeometry used getInnerX instead of getInnerY for relative y
SimonIT
1
-1
/
+1
2019-12-17
UI : add drawDebug(…) to Menu, normalize var names
Jérémy Zurcher
4
-7
/
+17
2019-12-17
Assembly : taint() -> taintChildren()
Jérémy Zurcher
2
-6
/
+6
2019-12-17
Menu : use relative positioning instead of absolute
Jérémy Zurcher
1
-14
/
+12
2019-12-17
Label : add String getText()
Jérémy Zurcher
1
-0
/
+5
2019-12-17
Assembly : taint must taint itself and the children
Jérémy Zurcher
1
-0
/
+1
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
2
-2
/
+7
2019-12-16
ui.Element : taintParent goes public
Jérémy Zurcher
1
-2
/
+7
2019-12-16
Merge pull request #6 from SimonIT/public-computeGeometry
Jérémy Zurcher
2
-2
/
+2
2019-12-16
ui.Element : add taintParent boolean to propagate taint state up the UI tree
Jérémy Zurcher
4
-11
/
+14
2019-12-16
make computeGeometry public
SimonIT
2
-2
/
+2
2019-12-14
protected Assembly children, building on travis
SimonIT
2
-2
/
+2
2018-10-09
ui/Element : adapt to Positionable interface
Jérémy Zurcher
1
-2
/
+7
2018-10-08
Drawable,Paddable,Posisionable,Scalable : split interfaces
Jérémy Zurcher
1
-2
/
+4
2018-10-08
ch.asynk.gdx.boardgame.util -> ch.asynk.gdx.boardgame.utils
Jérémy Zurcher
1
-1
/
+1
2018-10-03
tabletop -> boardgame
Jérémy Zurcher
8
-0
/
+652