summaryrefslogtreecommitdiff
path: root/sdl2/video.scm
Commit message (Expand)AuthorAgeFilesLines
* video: Add SDL_GL_MakeCurrent binding.David Thompson2023-09-301-0/+7
* Add support for SDL_SetWindowIcon.Leo Prikler2021-06-301-0/+7
* Export new render and video bindings.Leo Prikler2020-12-051-0/+5
* video: Update copyright year.David Thompson2020-12-051-1/+1
* video: Change window size/position procedures to return multiple values.David Thompson2020-12-051-1/+2
* video: Change set-window-size! argument list.David Thompson2020-12-051-6/+3
* video: Change set-window-position! argument list.David Thompson2020-12-051-6/+3
* video: Add more bindings.Leo Prikler2020-12-021-0/+21
* video: Add SDL_SetWindowFullscreen binding.David Thompson2016-01-091-0/+15
* video: Fix typo in set-gl-attribute!David Thompson2016-01-091-1/+1
* video: Add SDL_GL_SetSwapInterval binding.David Thompson2016-01-081-1/+21
* video: Add SDL_GL_SetAttribute binding.David Thompson2016-01-021-1/+55
* window: Allow unspecified and centered window positions.David Thompson2015-12-221-4/+16
* window: Improve call-with-window.David Thompson2015-12-141-9/+7
* Remove "sdl-" prefix from symbols in window module.David Thompson2015-12-141-69/+69
* Initial commit.David Thompson2015-10-061-0/+256