index
:
guile-sdl2
master
SDL2 bindings for Guile
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sdl2
/
bindings.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
render: Add texture color/alpha mod bindings.
Hugo Hörnquist
2019-06-09
1
-0
/
+12
*
render: Add SDL_SetRenderTarget bindings.
Hugo Hörnquist
2019-06-06
1
-0
/
+13
*
render: Add SDL_RenderDrawRect and SDL_RenderFillRect bindings.
Hugo Hörnquist
2019-06-04
1
-0
/
+12
*
render: Add SDL_RenderDrawLines binding.
Pierre-Antoine Rouby
2019-05-31
1
-0
/
+3
*
render: Add SDL_RenderDrawPoints binding.
Pierre-Antoine Rouby
2019-05-31
1
-0
/
+3
*
render: Add SDL_DestroyTexture binding.
Pierre-Antoine Rouby
2019-05-27
1
-0
/
+3
*
render: Add SDL_RenderDrawPoint binding.
Pierre-Antoine Rouby
2019-05-27
1
-0
/
+4
*
render: Add SDL_RenderDrawLine binding.
Pierre-Antoine Rouby
2019-05-23
1
-0
/
+3
*
render: Add SDL_RenderCopyEx binding.
Pierre-Antoine Rouby
2019-05-21
1
-0
/
+6
*
surface: Add SDL_FillRect binding.
David Thompson
2019-01-08
1
-0
/
+3
*
surface: Add SDL_BlitScaled binding.
David Thompson
2019-01-08
1
-0
/
+3
*
surface: Add SDL_BlitSurface binding.
David Thompson
2019-01-07
1
-0
/
+3
*
Add binding for SDL_SetRenderDrawColor.
Eero Leno
2018-08-21
1
-0
/
+4
*
Add binding for SDL_GetMouseState.
David Thompson
2017-11-10
1
-0
/
+2
*
Add clipboard bindings.
David Thompson
2017-11-10
1
-0
/
+14
*
Add SDL_GameControllerAddMappingsFromRW binding.
David Thompson
2017-11-10
1
-0
/
+3
*
render: Add srcrect and dstrect arguments to render-copy.
Jona
2017-06-06
1
-0
/
+3
*
input: Add keyboard module.
David Thompson
2017-04-01
1
-0
/
+3
*
Add bindings for game controller input.
David Thompson
2016-12-31
1
-0
/
+172
*
Add bindings for text input event handling.
David Thompson
2016-12-30
1
-1
/
+15
*
surface: Add SDL_CreateRGBSurfaceFrom binding.
David Thompson
2016-12-16
1
-0
/
+4
*
surface: Add SDL_CreateRGBSurface binding.
David Thompson
2016-12-16
1
-0
/
+4
*
video: Add SDL_SetWindowFullscreen binding.
David Thompson
2016-01-09
1
-0
/
+3
*
video: Add SDL_GL_SetSwapInterval binding.
David Thompson
2016-01-08
1
-0
/
+3
*
video: Add SDL_GL_SetAttribute binding.
David Thompson
2016-01-02
1
-0
/
+28
*
bindings: Use define-public instead of #:export.
David Thompson
2015-12-22
1
-57
/
+27
*
window: Allow unspecified and centered window positions.
David Thompson
2015-12-22
1
-0
/
+3
*
surface: Add binding for SDL_ConvertSurfaceFormat.
David Thompson
2015-12-22
1
-0
/
+45
*
Add SDL2_mixer bindings.
David Thompson
2015-12-20
1
-0
/
+20
*
Add color type.
David Thompson
2015-12-17
1
-0
/
+3
*
events: mouse: Add motion event bindings.
David Thompson
2015-12-16
1
-0
/
+10
*
events: Add mouse button event bindings.
David Thompson
2015-12-16
1
-0
/
+11
*
Add event bindings.
David Thompson
2015-12-16
1
-0
/
+584
*
Add a few surface bindings.
David Thompson
2015-12-13
1
-0
/
+19
*
Add renderer bindings.
David Thompson
2015-12-13
1
-1
/
+29
*
Add SDL_GetTicks binding.
David Thompson
2015-12-12
1
-0
/
+8
*
Initial commit.
David Thompson
2015-10-06
1
-0
/
+194