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
*
Add bindings for game controller input.
David Thompson
2016-12-31
4
-0
/
+680
*
Add bindings for text input event handling.
David Thompson
2016-12-30
3
-2
/
+89
*
surface: Add SDL_CreateRGBSurfaceFrom binding.
David Thompson
2016-12-16
2
-0
/
+24
*
surface: Add SDL_CreateRGBSurface binding.
David Thompson
2016-12-16
2
-1
/
+22
*
image: Add IMG_SavePNG binding.
David Thompson
2016-12-16
2
-1
/
+11
*
video: Add SDL_SetWindowFullscreen binding.
David Thompson
2016-01-09
2
-0
/
+18
*
video: Fix typo in set-gl-attribute!
David Thompson
2016-01-09
1
-1
/
+1
*
video: Add SDL_GL_SetSwapInterval binding.
David Thompson
2016-01-08
2
-1
/
+24
*
video: Add SDL_GL_SetAttribute binding.
David Thompson
2016-01-02
2
-1
/
+83
*
surface: Fix SDL_Surface struct parsing.
David Thompson
2016-01-01
1
-19
/
+22
*
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
2
-4
/
+19
*
surface: Fix convert-surface-format.
David Thompson
2015-12-22
1
-1
/
+1
*
surface: Add binding for SDL_ConvertSurfaceFormat.
David Thompson
2015-12-22
2
-1
/
+134
*
events: window: Change vector from pair to list.
David Thompson
2015-12-21
1
-2
/
+2
*
events: window: Add additional predicates.
David Thompson
2015-12-21
1
-0
/
+84
*
events: Add quit event.
David Thompson
2015-12-21
1
-1
/
+22
*
events: keyboard: Correct exported symbols.
David Thompson
2015-12-21
1
-1
/
+3
*
surface: Add useful selectors.
David Thompson
2015-12-20
1
-1
/
+45
*
Add SDL2_mixer bindings.
David Thompson
2015-12-20
3
-0
/
+470
*
build: Add SDL2_mixer detection.
David Thompson
2015-12-17
1
-1
/
+5
*
Add SDL2_ttf bindings.
David Thompson
2015-12-17
2
-0
/
+169
*
surface: Fix argument name in record type printer.
David Thompson
2015-12-17
1
-2
/
+2
*
Add color type.
David Thompson
2015-12-17
1
-0
/
+3
*
build: Add SDL2_ttf detection.
David Thompson
2015-12-16
1
-1
/
+5
*
Add SDL2_image bindings.
David Thompson
2015-12-16
2
-0
/
+107
*
build: Add SDL2_image detection.
David Thompson
2015-12-16
1
-1
/
+5
*
events: joystick: Add button bindings.
David Thompson
2015-12-16
1
-0
/
+45
*
events: joystick: Add axis motion bindings.
David Thompson
2015-12-16
1
-0
/
+38
*
events: mouse: Add motion event bindings.
David Thompson
2015-12-16
2
-0
/
+69
*
events: window: Fix parse-window-event.
David Thompson
2015-12-16
1
-1
/
+1
*
events: keyboard: Add additional predicates.
David Thompson
2015-12-16
1
-0
/
+12
*
events: Add mouse button event bindings.
David Thompson
2015-12-16
2
-0
/
+81
*
Add event bindings.
David Thompson
2015-12-16
2
-0
/
+1257
*
window: Improve call-with-window.
David Thompson
2015-12-14
1
-9
/
+7
*
Remove "sdl-" prefix from symbols in window module.
David Thompson
2015-12-14
2
-70
/
+70
*
Add a few surface bindings.
David Thompson
2015-12-13
2
-0
/
+85
*
Add renderer bindings.
David Thompson
2015-12-13
2
-1
/
+162
*
Add SDL_GetTicks binding.
David Thompson
2015-12-12
1
-0
/
+8
*
Initial commit.
David Thompson
2015-10-06
3
-0
/
+455