index
:
guile-sdl2
master
SDL2 bindings for Guile
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sdl2
Commit message (
Expand
)
Author
Age
Files
Lines
*
keyboard: Respect user keyboard layout in key-pressed? procedure.
David Thompson
2021-10-24
1
-243
/
+239
*
Add SDL_GetScancodeFromKey binding.
David Thompson
2021-10-24
1
-0
/
+3
*
Fix alternative libSDL2_image name.
v0.7.0
David Thompson
2021-09-27
1
-1
/
+1
*
Utilize LD_LIBRARY_PATH when set.
David Thompson
2021-09-27
1
-16
/
+33
*
Fix error reporting when dynamic-link fails.
David Thompson
2021-09-27
1
-2
/
+2
*
Add support for SDL_SetWindowIcon.
Leo Prikler
2021-06-30
2
-0
/
+10
*
Add support for texture blend modes.
Leo Prikler
2021-06-15
2
-0
/
+9
*
input: mouse: Add bindings for showing/hiding/moving the mouse cursor.
David Thompson
2021-05-13
2
-3
/
+39
*
events: Add mouse wheel event.
David Thompson
2021-05-13
1
-0
/
+40
*
bindings: Add SDL_MOUSEWHEEL_* constants.
David Thompson
2021-05-13
1
-0
/
+3
*
Add fallback method for loading shared libraries.
David Thompson
2021-04-30
5
-9
/
+37
*
render: Fix indexing error in build-point-bv.
Unworried Safari
2021-04-25
1
-1
/
+1
*
Add support for hints.
Leo Prikler
2021-01-16
2
-0
/
+156
*
Add SDL_GetPerformanceCounter and SDL_GetPerformanceFrequency bindings.
David Thompson
2020-12-15
1
-0
/
+6
*
render: Add SDL_QueryTexture binding.
Leo Prikler
2020-12-15
2
-1
/
+63
*
Fix return value(s) of renderer-logical-size.
Leo Prikler
2020-12-15
1
-1
/
+2
*
Fixup renderer-scale typo and return value.
Leo Prikler
2020-12-15
1
-3
/
+3
*
render: Rename render-target and set-render-target.
David Thompson
2020-12-05
1
-4
/
+4
*
render: Fix procedure exports.
David Thompson
2020-12-05
1
-19
/
+18
*
render: Make set-renderer-scale! actually set scale.
Leo Prikler
2020-12-05
1
-2
/
+2
*
Export new render and video bindings.
Leo Prikler
2020-12-05
2
-0
/
+15
*
render: Rename get-texture-color-mod to texture-color-mod.
David Thompson
2020-12-05
1
-1
/
+1
*
render: Rename get-texture-alpha-mod to texture-alpha-mode.
David Thompson
2020-12-05
1
-1
/
+1
*
render: Rename get-render-target to render-target.
David Thompson
2020-12-05
1
-1
/
+1
*
render: s/render-draw/draw/
David Thompson
2020-12-05
1
-8
/
+8
*
render: Rename set-render-draw-color to set-renderer-draw-color!
David Thompson
2020-12-05
1
-1
/
+1
*
render: Rename set-render-draw-blend-mode to set-renderer-draw-blend-mode!
David Thompson
2020-12-05
1
-1
/
+1
*
render: Allow for rendering points with minimal allocation.
David Thompson
2020-12-05
1
-24
/
+27
*
render: Allow for rendering rects with minimal allocation.
David Thompson
2020-12-05
1
-26
/
+41
*
rect: Add setters.
David Thompson
2020-12-05
1
-1
/
+17
*
rect: Allow getters to be inlined.
David Thompson
2020-12-05
1
-4
/
+4
*
ttf: Return multiple values instead of a list in font-glyph-metrics.
David Thompson
2020-12-05
1
-3
/
+7
*
ttf: Return multiple values instead of a list in font-size.
David Thompson
2020-12-05
1
-3
/
+3
*
video: Update copyright year.
David Thompson
2020-12-05
1
-1
/
+1
*
video: Change window size/position procedures to return multiple values.
David Thompson
2020-12-05
1
-1
/
+2
*
video: Change set-window-size! argument list.
David Thompson
2020-12-05
1
-6
/
+3
*
video: Change set-window-position! argument list.
David Thompson
2020-12-05
1
-6
/
+3
*
input: keyboard: Remove unnecessary module import.
David Thompson
2020-12-05
1
-1
/
+0
*
input: joystick: Remove unnecessary module import.
David Thompson
2020-12-05
1
-1
/
+0
*
video: Add more bindings.
Leo Prikler
2020-12-02
2
-0
/
+36
*
render: Add more bindings.
Leo Prikler
2020-12-02
2
-0
/
+86
*
ttf: Add more bindings.
Gerry Agbobada
2020-10-09
2
-0
/
+107
*
Add blend mode bindings.
Leo Prikler
2020-09-30
3
-0
/
+181
*
render: Allow rect to be #f in render-draw-rect and render-draw-rects.
Leo Prikler
2020-09-29
1
-2
/
+6
*
ttf: Fix bytevector offsets in font-glyph-metrics.
David Thompson
2020-05-12
1
-2
/
+2
*
ttf: Export font-glyph-metrics.
David Thompson
2020-05-12
1
-0
/
+1
*
ttf: Add TTF_GlyphMetrics binding.
David Thompson
2020-05-12
2
-0
/
+17
*
Fix typo in sdl2/config.scm.in.
David Thompson
2020-04-07
1
-1
/
+1
*
Automagically detect SDL2_image, SDL2_ttf, SDL2_mixer library directories.
David Thompson
2020-04-07
1
-4
/
+4
*
windows: Fix SDL2_mixer DLL name.
David Thompson
2019-07-29
1
-1
/
+1
[next]