summaryrefslogtreecommitdiff
path: root/2d/window.scm
Commit message (Collapse)AuthorAgeFilesLines
* Change window module API.David Thompson2013-09-061-19/+10
| | | | | Users will no longer have to interface directly with this module. They will simply specify window parameters when creating game objects.
* Make the origin the top-left corner of the window again.David Thompson2013-08-261-1/+1
|
* Change origin to bottom-left corner of window.David Thompson2013-08-171-1/+1
|
* Init SDL when window module is loaded instead of needing an explicit init call.David Thompson2013-08-151-8/+4
|
* Add optional resizable paramter to open-window.David Thompson2013-07-211-16/+18
|
* Update to guile-sdl 0.5.0 API.David Thompson2013-07-211-2/+2
|
* Add window-title and set-window-title! procedures.David Thompson2013-07-171-1/+11
|
* Move initialization to it's own procedure.David Thompson2013-07-171-6/+12
|
* Enable unicode characters in SDL.David Thompson2013-06-251-1/+3
|
* Add close-window procedure.David Thompson2013-06-161-1/+7
|
* Add window module.David Thompson2013-06-161-0/+46