aboutsummaryrefslogtreecommitdiff
path: root/go/ui/buffer.go
Commit message (Collapse)AuthorAgeFilesLines
* add more ways to interact with a buffer's linesFlorian Fischer2025-07-061-0/+16
|
* overhaul uiFlorian Fischer2025-05-011-4/+6
| | | | | | | | | | | * implement events instead of interfaces Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others. * add text input support for WASM on mobile A hidden html input is required to open the keyboard and receive the input. * improve the number choice * fix using the default number * add submit button only if a onclick method was provided
* migrate to ebiten/v2/text/v2Florian Fischer2025-01-271-7/+14
|
* add sealed activity to select a starting deckFlorian Fischer2025-01-271-1/+1
|
* add text input and properly center textFlorian Fischer2025-01-271-0/+13
|
* intermeditae commitFlorian Fischer2025-01-271-2/+2
|
* intermediate commitFlorian Fischer2025-01-271-27/+12
|
* intermediate commitFlorian Fischer2025-01-271-0/+81
Implement actions and multiple ui widgets