summaryrefslogtreecommitdiff
path: root/sdl2
Commit message (Expand)AuthorAgeFilesLines
* input: mouse: Add mouse-button-released?David Thompson2017-11-101-1/+6
* Add mouse input module.David Thompson2017-11-101-0/+67
* render: Fix broken render-copy procedure.David Thompson2017-11-101-7/+7
* Add binding for SDL_GetMouseState.David Thompson2017-11-101-0/+2
* Add clipboard bindings.David Thompson2017-11-102-0/+62
* Add SDL_GameControllerAddMappingsFromRW binding.David Thompson2017-11-102-1/+22
* render: Add srcrect and dstrect arguments to render-copy.Jona2017-06-062-4/+10
* input: Add keyboard module.David Thompson2017-04-012-0/+292
* surface: Export pixel-format-name.David Thompson2017-03-291-0/+1
* surface: Parse SDL_PixelFormat, SDL_Palette, and SDL_Color structs.David Thompson2017-03-281-2/+199
* events: Parse the "repeat" field of a keyboard event as a boolean.David Thompson2017-01-011-4/+4
* events: Add predicates for different controller device events.David Thompson2017-01-011-0/+21
* events: Reduce allocation in poll-event.David Thompson2016-12-311-42/+47
* Add bindings for game controller input.David Thompson2016-12-314-0/+680
* Add bindings for text input event handling.David Thompson2016-12-303-2/+89
* surface: Add SDL_CreateRGBSurfaceFrom binding.David Thompson2016-12-162-0/+24
* surface: Add SDL_CreateRGBSurface binding.David Thompson2016-12-162-1/+22
* image: Add IMG_SavePNG binding.David Thompson2016-12-162-1/+11
* video: Add SDL_SetWindowFullscreen binding.David Thompson2016-01-092-0/+18
* video: Fix typo in set-gl-attribute!David Thompson2016-01-091-1/+1
* video: Add SDL_GL_SetSwapInterval binding.David Thompson2016-01-082-1/+24
* video: Add SDL_GL_SetAttribute binding.David Thompson2016-01-022-1/+83
* surface: Fix SDL_Surface struct parsing.David Thompson2016-01-011-19/+22
* bindings: Use define-public instead of #:export.David Thompson2015-12-221-57/+27
* window: Allow unspecified and centered window positions.David Thompson2015-12-222-4/+19
* surface: Fix convert-surface-format.David Thompson2015-12-221-1/+1
* surface: Add binding for SDL_ConvertSurfaceFormat.David Thompson2015-12-222-1/+134
* events: window: Change vector from pair to list.David Thompson2015-12-211-2/+2
* events: window: Add additional predicates.David Thompson2015-12-211-0/+84
* events: Add quit event.David Thompson2015-12-211-1/+22
* events: keyboard: Correct exported symbols.David Thompson2015-12-211-1/+3
* surface: Add useful selectors.David Thompson2015-12-201-1/+45
* Add SDL2_mixer bindings.David Thompson2015-12-203-0/+470
* build: Add SDL2_mixer detection.David Thompson2015-12-171-1/+5
* Add SDL2_ttf bindings.David Thompson2015-12-172-0/+169
* surface: Fix argument name in record type printer.David Thompson2015-12-171-2/+2
* Add color type.David Thompson2015-12-171-0/+3
* build: Add SDL2_ttf detection.David Thompson2015-12-161-1/+5
* Add SDL2_image bindings.David Thompson2015-12-162-0/+107
* build: Add SDL2_image detection.David Thompson2015-12-161-1/+5
* events: joystick: Add button bindings.David Thompson2015-12-161-0/+45
* events: joystick: Add axis motion bindings.David Thompson2015-12-161-0/+38
* events: mouse: Add motion event bindings.David Thompson2015-12-162-0/+69
* events: window: Fix parse-window-event.David Thompson2015-12-161-1/+1
* events: keyboard: Add additional predicates.David Thompson2015-12-161-0/+12
* events: Add mouse button event bindings.David Thompson2015-12-162-0/+81
* Add event bindings.David Thompson2015-12-162-0/+1257
* window: Improve call-with-window.David Thompson2015-12-141-9/+7
* Remove "sdl-" prefix from symbols in window module.David Thompson2015-12-142-70/+70
* Add a few surface bindings.David Thompson2015-12-132-0/+85