summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace references to Freenode with Libera.chat.David Thompson2021-05-272-2/+2
* input: mouse: Add bindings for showing/hiding/moving the mouse cursor.David Thompson2021-05-132-3/+39
* events: Add mouse wheel event.David Thompson2021-05-131-0/+40
* bindings: Add SDL_MOUSEWHEEL_* constants.David Thompson2021-05-131-0/+3
* configure: Improve search for Guile executables.David Thompson2021-05-051-0/+1
* Add run-example script.David Thompson2021-05-052-0/+5
* Ignore some doc build artifacts.David Thompson2021-05-051-0/+2
* guix: Simplify local source in package.David Thompson2021-05-041-20/+5
* Add fallback method for loading shared libraries.David Thompson2021-04-305-9/+37
* make: Update publish task.David Thompson2021-04-251-1/+1
* render: Fix indexing error in build-point-bv.Unworried Safari2021-04-251-1/+1
* Bump version to 0.6.0.v0.6.0David Thompson2021-04-131-1/+1
* Add support for hints.Leo Prikler2021-01-164-0/+181
* Add SDL_GetPerformanceCounter and SDL_GetPerformanceFrequency bindings.David Thompson2020-12-153-0/+24
* render: Add SDL_QueryTexture binding.Leo Prikler2020-12-153-1/+67
* Fix return value(s) of renderer-logical-size.Leo Prikler2020-12-151-1/+2
* Fixup renderer-scale typo and return value.Leo Prikler2020-12-151-3/+3
* render: Rename render-target and set-render-target.David Thompson2020-12-052-16/+16
* render: Fix procedure exports.David Thompson2020-12-051-19/+18
* render: Make set-renderer-scale! actually set scale.Leo Prikler2020-12-051-2/+2
* Export new render and video bindings.Leo Prikler2020-12-052-0/+15
* render: Rename get-texture-color-mod to texture-color-mod.David Thompson2020-12-052-2/+2
* render: Rename get-texture-alpha-mod to texture-alpha-mode.David Thompson2020-12-052-2/+2
* render: Rename get-render-target to render-target.David Thompson2020-12-052-2/+2
* render: s/render-draw/draw/David Thompson2020-12-052-16/+16
* render: Rename set-render-draw-color to set-renderer-draw-color!David Thompson2020-12-052-2/+2
* render: Rename set-render-draw-blend-mode to set-renderer-draw-blend-mode!David Thompson2020-12-052-2/+2
* render: Allow for rendering points with minimal allocation.David Thompson2020-12-052-26/+33
* render: Allow for rendering rects with minimal allocation.David Thompson2020-12-052-30/+50
* rect: Add setters.David Thompson2020-12-052-5/+37
* rect: Allow getters to be inlined.David Thompson2020-12-051-4/+4
* ttf: Return multiple values instead of a list in font-glyph-metrics.David Thompson2020-12-052-6/+9
* ttf: Return multiple values instead of a list in font-size.David Thompson2020-12-052-6/+5
* video: Update copyright year.David Thompson2020-12-051-1/+1
* video: Change window size/position procedures to return multiple values.David Thompson2020-12-052-11/+9
* video: Change set-window-size! argument list.David Thompson2020-12-052-9/+6
* video: Change set-window-position! argument list.David Thompson2020-12-052-9/+5
* input: keyboard: Remove unnecessary module import.David Thompson2020-12-051-1/+0
* input: joystick: Remove unnecessary module import.David Thompson2020-12-051-1/+0
* video: Add more bindings.Leo Prikler2020-12-023-0/+65
* render: Add more bindings.Leo Prikler2020-12-023-0/+125
* ttf: Add more bindings.Gerry Agbobada2020-10-093-0/+163
* Add blend mode bindings.Leo Prikler2020-09-305-0/+282
* render: Allow rect to be #f in render-draw-rect and render-draw-rects.Leo Prikler2020-09-291-2/+6
* ttf: Fix bytevector offsets in font-glyph-metrics.David Thompson2020-05-121-2/+2
* ttf: Export font-glyph-metrics.David Thompson2020-05-121-0/+1
* doc: Add documentation for font-glyph-metrics.David Thompson2020-05-121-0/+6
* ttf: Add TTF_GlyphMetrics binding.David Thompson2020-05-122-0/+17
* Bump to version 0.5.0.v0.5.0David Thompson2020-04-071-2/+2
* Fix typo in sdl2/config.scm.in.David Thompson2020-04-071-1/+1