summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alastair Bridgewater [Tue, 11 May 2010 15:06:46 +0000]
Add a .gitignore file.
* Just ignore emacs backup files and fasls for now.
Alastair Bridgewater [Mon, 10 May 2010 18:34:07 +0000]
Parameterized text-widget location.
* Added parameters to control the location and size of the
text-widget.
* Based the number of lines to display in the text widget on the size
of the widget.
Alastair Bridgewater [Sun, 9 May 2010 23:22:18 +0000]
Move text-message-widget to its own file.
* Rename it to text-widget.
* Add sbcl-specific Gray stream support for writing to the
text-widget.
Alastair Bridgewater [Sun, 11 Apr 2010 15:21:56 +0000]
Make text-message-widget transparent.
Alastair Bridgewater [Sun, 11 Apr 2010 14:16:45 +0000]
Fix startup sequence from clean compile.
* The renderer for at least one of the widgets depends on the
input-context having been set up. Set up the input context before
doing anything that might render to the display.
Alastair Bridgewater [Sat, 27 Mar 2010 13:02:09 +0000]
Move menu-widget to its own file.
* Extract menu-widget and its test code and move them to a new file.
* Elaborate on the menu-widget test code in the direction of usable
menu input control.
Alastair Bridgewater [Sat, 27 Mar 2010 00:42:05 +0000]
Game stuff, mostly random hacking.