aboutsummaryrefslogtreecommitdiff
path: root/go/ui
Commit message (Expand)AuthorAgeFilesLines
* brighten the second player color to better see the symbolsFlorian Fischer2025-07-281-1/+1
* remove debug printFlorian Fischer2025-07-281-1/+0
* add doc comment for NewRoundSimpleButtonFlorian Fischer2025-07-241-0/+3
* remove debug printFlorian Fischer2025-07-241-3/+0
* present reset button on top of promptFlorian Fischer2025-07-241-0/+10
* use canonical file names to retrieve card symbolsFlorian Fischer2025-07-221-1/+1
* add comment about broken big card gridsFlorian Fischer2025-07-221-0/+2
* fix handling of straight streetsFlorian Fischer2025-07-191-3/+5
* remove player color from game codeFlorian Fischer2025-07-191-1/+2
* add minimal number choice widthFlorian Fischer2025-07-061-1/+2
* add more ways to interact with a buffer's linesFlorian Fischer2025-07-061-0/+16
* do not use 0 as timer bar widthFlorian Fischer2025-07-061-0/+3
* add simple spinnerFlorian Fischer2025-07-061-0/+77
* prevent crash when not all number choice buttons are usedFlorian Fischer2025-07-061-1/+1
* scale pan distance for ScrollFlorian Fischer2025-07-061-1/+1
* switch focus on tap or clickFlorian Fischer2025-07-061-1/+3
* allow to update a TextBox's textFlorian Fischer2025-07-061-0/+6
* use constants instead of hardcoded valuesFlorian Fischer2025-07-061-1/+1
* ui: include touch inputs in the input queueFlorian Fischer2025-07-063-97/+94
* support js/wasm for openUrlFlorian Fischer2025-07-062-1/+16
* add simple timer bar widgetFlorian Fischer2025-07-031-0/+61
* improve prompt cancellationFlorian Fischer2025-07-031-2/+8
* make input events consumableFlorian Fischer2025-07-033-37/+140
* minor whitespace fixesFlorian Fischer2025-07-031-6/+6
* initialize event handler map and hanlde neutralized tilesFlorian Fischer2025-07-031-0/+3
* fix ToggleCardView blocking other widgetsFlorian Fischer2025-07-031-5/+8
* add toggable card viewFlorian Fischer2025-07-031-0/+54
* refactor client activitiesFlorian Fischer2025-07-031-0/+25
* improve the sealed activityFlorian Fischer2025-05-011-0/+1
* overhaul uiFlorian Fischer2025-05-0116-190/+509
* add a singleton to handle touch inputsFlorian Fischer2025-05-011-0/+220
* define global player colorsFlorian Fischer2025-04-131-0/+4
* migrate to ebiten/v2/text/v2Florian Fischer2025-01-275-51/+52
* introduce game.State interface abstractionFlorian Fischer2025-01-272-27/+28
* ui: add new number choiceFlorian Fischer2025-01-272-11/+101
* update dependencies and revert AppendInputChars changeFlorian Fischer2025-01-271-2/+3
* support special wall, gate and tower tile selectionFlorian Fischer2025-01-271-15/+122
* ui: allow multiple highlights of thesame game pieceFlorian Fischer2025-01-271-16/+28
* ui: add simple hamburger style pile hintFlorian Fischer2025-01-271-0/+59
* bump ebiten version to 2.5.1 and new APIsFlorian Fischer2025-01-274-9/+8
* ui: separate selection and options via their highlight colorFlorian Fischer2025-01-273-43/+66
* intermediate commitFlorian Fischer2025-01-271-2/+4
* intermediate commitFlorian Fischer2025-01-271-2/+4
* fixup! intermeditae commitFlorian Fischer2025-01-271-1/+1
* intermeditae commitFlorian Fischer2025-01-271-0/+4
* use prompt for target selection of all actionsFlorian Fischer2025-01-273-9/+13
* export less methodsFlorian Fischer2025-01-271-2/+0
* implement unit and artifact switch actionFlorian Fischer2025-01-272-40/+27
* move more ui logic into CollectionFlorian Fischer2025-01-2710-30/+277
* replace Fatalf with PanicfFlorian Fischer2025-01-272-5/+5