aboutsummaryrefslogtreecommitdiffstats
path: root/c_src
AgeCommit message (Expand)Author
2018-01-07Add a bunch of sdl_renderer functionsLoïc Hoguin
2018-01-05Implement SDL_GetPlatform to get one more header doneLoïc Hoguin
2018-01-05Add the remaining keyboard functionsLoïc Hoguin
2018-01-03Add many sdl_keyboard functionsLoïc Hoguin
2018-01-02Welcome to 2018Loïc Hoguin
2018-01-02Add many events and event functionsLoïc Hoguin
2017-12-25Add the new sdl_cpuinfo.h functionsLoïc Hoguin
2017-12-25Add everything from sdl_blend_mode.hLoïc Hoguin
2017-12-24Add the direction in the mouse wheel eventsLoïc Hoguin
2017-12-24Rewrite the README and check missing features as of 2.0.7Loïc Hoguin
2017-12-21Add sdl_cursor along with all its related functionsLoïc Hoguin
2017-12-20Add the sdl_mouse module implementing half of sdl_mouse.hLoïc Hoguin
2017-05-02Move nif_helpers into their own projectLoïc Hoguin
2017-04-19Update commentLoïc Hoguin
2017-04-19Improve C++ compatibilityLoïc Hoguin
2017-04-19Fix warnings in preparation for splitting nif_helpers outLoïc Hoguin
2017-03-20Remove two unused variables found by cppcheckLoïc Hoguin
2016-11-25Fix an uninitialized value found by Clang analyzerLoïc Hoguin
2015-12-14Include the sys/queue.h header for WindowsLoïc Hoguin
2015-10-21Add sdl_hints:add_callback/3 functionLoïc Hoguin
2015-10-20Add sdl_keyboard with 3 text input related functionsLoïc Hoguin
2015-10-20Implement sdl:which_subsystems/0Loïc Hoguin
2015-10-20Don't crash on code reloadingLoïc Hoguin
2015-10-20We are in 2015Loïc Hoguin
2015-10-20Replace a few ;; with ;Loïc Hoguin
2015-10-20Add sdl_gl:create_context/1 and sdl_gl:swap_window/1Loïc Hoguin
2015-10-18Remove access to the SDL_INIT_NOPARACHUTE optionLoïc Hoguin
2015-10-17Fix various warnings from recent GCCLoïc Hoguin
2015-10-17Fix conditionals for detecting OSXLoïc Hoguin
2015-10-16Steal the main thread on OSXLoïc Hoguin
2014-06-10Use erlang.mk with newly added NIF support!Loïc Hoguin
2014-05-01Make sure the window is never released before the rendererLoïc Hoguin
2014-04-10Add clicks value to mouse button events (SDL >= 2.0.2)Loïc Hoguin
2014-04-09Remove an arg check in sdl_renderer, use dialyzer instead!Loïc Hoguin
2014-04-09Add typespecs to the sdl_filesystem moduleLoïc Hoguin
2014-04-08Add typespecs to the sdl_clipboard moduleLoïc Hoguin
2014-04-08Make sdl_surface:img_load/1 run in the main threadLoïc Hoguin
2014-04-08Make the sdl module C code use the main threadLoïc Hoguin
2014-04-07Add sdl_texture:set_color_mod/4Loïc Hoguin
2014-04-07Add sdl_texture:set_blend_mode/2Loïc Hoguin
2014-04-07Add sdl_texture:set_alpha_mod/2Loïc Hoguin
2014-04-07Add sdl_texture:get_color_mod/1Loïc Hoguin
2014-04-07Add sdl_texture:get_blend_mode/1Loïc Hoguin
2014-04-07Add sdl_texture:get_alpha_mod/1Loïc Hoguin
2014-04-07Add sdl_renderer:set_draw_blend_mode/2Loïc Hoguin
2014-04-07Add sdl_renderer:is_target_supported/1Loïc Hoguin
2014-04-07Add sdl_renderer:set_viewport/{2,5}Loïc Hoguin
2014-04-07Add sdl_renderer:set_scale/3Loïc Hoguin
2014-04-07Add sdl_renderer:set_clip_rect/{2,5}Loïc Hoguin
2014-04-07Add sdl_renderer:get_viewport/1Loïc Hoguin