summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* render: Change fill-rect to render-fill-rect.David Thompson2023-01-041-2/+2
* doc: mouse: Fix misnamed mouse cursor procedure.David Thompson2022-07-261-1/+1
* mouse: Add cursor manipulation bindings.Ekaitz Zarraga2022-07-251-0/+41
* Add SDL_UpdateTexture binding.Ekaitz Zarraga2022-07-061-0/+8
* Add support for SDL_SetWindowIcon.Leo Prikler2021-06-301-0/+4
* Add support for texture blend modes.Leo Prikler2021-06-151-0/+5
* Replace references to Freenode with Libera.chat.David Thompson2021-05-271-1/+1
* Add support for hints.Leo Prikler2021-01-161-0/+24
* Add SDL_GetPerformanceCounter and SDL_GetPerformanceFrequency bindings.David Thompson2020-12-151-0/+8
* render: Add SDL_QueryTexture binding.Leo Prikler2020-12-151-0/+4
* render: Rename render-target and set-render-target.David Thompson2020-12-051-12/+12
* render: Rename get-texture-color-mod to texture-color-mod.David Thompson2020-12-051-1/+1
* render: Rename get-texture-alpha-mod to texture-alpha-mode.David Thompson2020-12-051-1/+1
* render: Rename get-render-target to render-target.David Thompson2020-12-051-1/+1
* render: s/render-draw/draw/David Thompson2020-12-051-8/+8
* render: Rename set-render-draw-color to set-renderer-draw-color!David Thompson2020-12-051-1/+1
* render: Rename set-render-draw-blend-mode to set-renderer-draw-blend-mode!David Thompson2020-12-051-1/+1
* render: Allow for rendering points with minimal allocation.David Thompson2020-12-051-2/+6
* render: Allow for rendering rects with minimal allocation.David Thompson2020-12-051-4/+9
* rect: Add setters.David Thompson2020-12-051-4/+20
* ttf: Return multiple values instead of a list in font-glyph-metrics.David Thompson2020-12-051-3/+2
* ttf: Return multiple values instead of a list in font-size.David Thompson2020-12-051-3/+2
* video: Change window size/position procedures to return multiple values.David Thompson2020-12-051-10/+7
* video: Change set-window-size! argument list.David Thompson2020-12-051-3/+3
* video: Change set-window-position! argument list.David Thompson2020-12-051-3/+2
* video: Add more bindings.Leo Prikler2020-12-021-0/+29
* render: Add more bindings.Leo Prikler2020-12-021-0/+39
* ttf: Add more bindings.Gerry Agbobada2020-10-091-0/+56
* Add blend mode bindings.Leo Prikler2020-09-301-0/+100
* doc: Add documentation for font-glyph-metrics.David Thompson2020-05-121-0/+6
* render: Add texture color/alpha mod bindings.Hugo Hörnquist2019-06-091-0/+16
* doc: Add missing argument to make-texture procedure.Hugo Hörnquist2019-06-091-1/+1
* render: Add SDL_SetRenderTarget bindings.Hugo Hörnquist2019-06-061-0/+23
* render: Add SDL_RenderDrawRect and SDL_RenderFillRect bindings.Hugo Hörnquist2019-06-041-0/+17
* Document set-render-draw-color procedure.Hugo Hörnquist2019-06-041-1/+7
* doc: Add direntry info.David Thompson2019-06-041-0/+5
* doc: Update copyright years.David Thompson2019-06-041-1/+2
* doc: Use pretty CSS for HTML version.David Thompson2019-06-021-0/+21
* render: Add SDL_RenderDrawLines binding.Pierre-Antoine Rouby2019-05-311-0/+5
* render: Add SDL_RenderDrawPoints binding.Pierre-Antoine Rouby2019-05-311-0/+5
* render: Add SDL_DestroyTexture binding.Pierre-Antoine Rouby2019-05-271-0/+4
* render: Add SDL_RenderDrawPoint binding.Pierre-Antoine Rouby2019-05-271-0/+5
* render: Add SDL_RenderDrawLine binding.Pierre-Antoine Rouby2019-05-231-0/+5
* render: Add SDL_RenderCopyEx binding.Pierre-Antoine Rouby2019-05-211-2/+4
* surface: Add SDL_FillRect binding.David Thompson2019-01-081-0/+4
* surface: Add SDL_BlitScaled binding.David Thompson2019-01-081-0/+7
* doc: Replace 'Scheme Procedure' with just 'Procedure'.David Thompson2019-01-081-238/+238
* doc: Document (sdl2 rect) module.David Thompson2019-01-081-0/+29
* doc: Document blit-surface.David Thompson2019-01-081-0/+5
* doc: Fill out some of the API documentation.Kei Kebreau2018-08-011-5/+1128