summaryrefslogtreecommitdiff
path: root/starling/minibuffer.scm
Commit message (Expand)AuthorAgeFilesLines
* Rename <canvas> to <display-2d> and <path> to <canvas>.David Thompson2021-10-151-1/+1
* minibuffer: Add define-minibuffer-command macro.David Thompson2021-01-021-0/+4
* Update to new chickadee and guile-sdl2.David Thompson2020-12-111-5/+7
* kernel: Create minibuffer node only once.David Thompson2020-10-061-14/+5
* Update some colors.David Thompson2020-10-061-1/+1
* scene: Remove scancode arg from key press/release methods.David Thompson2020-10-061-1/+1
* node-2d: Stop using framebuffers with canvases.David Thompson2020-10-061-2/+2
* minibuffer: Store commands in a hash table.David Thompson2020-10-041-9/+9
* Add very simple minibuffer a la Emacs.David Thompson2020-10-041-0/+133