summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* guix: Fix build.v0.1.2David Thompson2016-08-101-2/+27
* guix: Use local-file for source field.David Thompson2016-08-091-43/+36
* README: Add more Guix-specific instructions.David Thompson2016-06-011-0/+9
* guix: Update development snapshot.David Thompson2016-06-011-41/+42
* Bump version to 0.1.2.David Thompson2016-06-011-1/+1
* Install modules to correct directory based on Guile version.David Thompson2016-02-101-2/+2
* Allow building with Guile 2.2.David Thompson2016-02-101-1/+2
* video: Add SDL_SetWindowFullscreen binding.David Thompson2016-01-092-0/+18
* video: Fix typo in set-gl-attribute!David Thompson2016-01-091-1/+1
* video: Add SDL_GL_SetSwapInterval binding.David Thompson2016-01-082-1/+24
* video: Add SDL_GL_SetAttribute binding.David Thompson2016-01-022-1/+83
* build: Add 'publish' make target.David Thompson2016-01-011-0/+7
* Bump to v0.1.1.v0.1.1David Thompson2016-01-011-1/+1
* surface: Fix SDL_Surface struct parsing.David Thompson2016-01-012-20/+24
* Update Guix package recipe.v0.1.0David Thompson2015-12-221-2/+2
* build: Distribute example files.David Thompson2015-12-221-1/+3
* bindings: Use define-public instead of #:export.David Thompson2015-12-221-57/+27
* window: Allow unspecified and centered window positions.David Thompson2015-12-222-4/+19
* Change version to 0.1.0.David Thompson2015-12-222-2/+2
* Add blank TODO file.David Thompson2015-12-221-0/+0
* Update README.David Thompson2015-12-221-16/+50
* Update Guix package recipe.David Thompson2015-12-221-2/+2
* surface: Fix convert-surface-format.David Thompson2015-12-221-1/+1
* surface: Add binding for SDL_ConvertSurfaceFormat.David Thompson2015-12-222-1/+134
* Update Guix package recipe.David Thompson2015-12-211-2/+2
* events: window: Change vector from pair to list.David Thompson2015-12-211-2/+2
* events: window: Add additional predicates.David Thompson2015-12-211-0/+84
* events: Add quit event.David Thompson2015-12-211-1/+22
* events: keyboard: Correct exported symbols.David Thompson2015-12-211-1/+3
* Update README.David Thompson2015-12-201-2/+21
* surface: Add useful selectors.David Thompson2015-12-201-1/+45
* Update Guix package.David Thompson2015-12-201-4/+13
* Add SDL2_mixer bindings.David Thompson2015-12-204-0/+478
* build: Add SDL2_mixer detection.David Thompson2015-12-172-1/+43
* Add SDL2_ttf bindings.David Thompson2015-12-173-0/+177
* surface: Fix argument name in record type printer.David Thompson2015-12-171-2/+2
* Add color type.David Thompson2015-12-172-1/+28
* build: Add SDL2_ttf detection.David Thompson2015-12-162-1/+43
* Add SDL2_image bindings.David Thompson2015-12-163-0/+115
* build: Add SDL2_image detection.David Thompson2015-12-162-1/+46
* events: joystick: Add button bindings.David Thompson2015-12-161-0/+45
* events: joystick: Add axis motion bindings.David Thompson2015-12-161-0/+38
* events: mouse: Add motion event bindings.David Thompson2015-12-162-0/+69
* events: window: Fix parse-window-event.David Thompson2015-12-161-1/+1
* events: keyboard: Add additional predicates.David Thompson2015-12-161-0/+12
* events: Add mouse button event bindings.David Thompson2015-12-162-0/+81
* Add event bindings.David Thompson2015-12-163-1/+1259
* Add Emacs directory local configuration.David Thompson2015-12-141-0/+4
* example: Use the "call-with-*" procedures to manage resources.David Thompson2015-12-141-10/+11
* window: Improve call-with-window.David Thompson2015-12-141-9/+7