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
*
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
*
Add Windows compatibility.
David Thompson
2019-07-29
1
-11
/
+8
*
ttf: Fix incorrect function name in error message.
Hugo Hörnquist
2019-06-12
1
-1
/
+1
*
render: Add texture color/alpha mod bindings.
Hugo Hörnquist
2019-06-09
2
-0
/
+50
*
render: Add SDL_SetRenderTarget bindings.
Hugo Hörnquist
2019-06-06
2
-0
/
+54
*
render: Add SDL_RenderDrawRect and SDL_RenderFillRect bindings.
Hugo Hörnquist
2019-06-04
2
-0
/
+53
*
render: Add SDL_RenderDrawLines binding.
Pierre-Antoine Rouby
2019-05-31
2
-0
/
+19
*
render: Add SDL_RenderDrawPoints binding.
Pierre-Antoine Rouby
2019-05-31
2
-0
/
+19
*
render: Fix delete-texture! exporting.
Pierre-Antoine Rouby
2019-05-31
1
-1
/
+1
*
render: Add SDL_DestroyTexture binding.
Pierre-Antoine Rouby
2019-05-27
2
-0
/
+7
*
render: Add SDL_RenderDrawPoint binding.
Pierre-Antoine Rouby
2019-05-27
2
-0
/
+10
*
render: Add SDL_RenderDrawLine binding.
Pierre-Antoine Rouby
2019-05-23
2
-0
/
+8
*
render: Add SDL_RenderCopyEx binding.
Pierre-Antoine Rouby
2019-05-21
2
-9
/
+23
*
surface: Add SDL_FillRect binding.
David Thompson
2019-01-08
2
-1
/
+15
*
surface: Add SDL_BlitScaled binding.
David Thompson
2019-01-08
2
-1
/
+19
*
surface: Add SDL_BlitSurface binding.
David Thompson
2019-01-07
2
-1
/
+19
*
Add rect module.
David Thompson
2019-01-07
1
-0
/
+58
*
input: game-controller: Fix bug where right-y axis is invalid.
David Thompson
2019-01-05
1
-1
/
+1
*
Add binding for SDL_SetRenderDrawColor.
Eero Leno
2018-08-21
2
-0
/
+9
*
input: mouse: Add mouse-button-released?
David Thompson
2017-11-10
1
-1
/
+6
*
Add mouse input module.
David Thompson
2017-11-10
1
-0
/
+67
*
render: Fix broken render-copy procedure.
David Thompson
2017-11-10
1
-7
/
+7
[next]