aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-17Fix the cppcheck commandHEADmasterLoïc Hoguin
2020-04-17Update Erlang.mk and tweak the MakefileLoïc Hoguin
2018-05-25Update supported versions in the READMELoïc Hoguin
2018-05-25Compatibility with SDL2 2.0.5Loïc Hoguin
2018-05-24Update Erlang.mk to remove a warning on OSXLoïc Hoguin
This doesn't solve the real issues but small steps.
2018-05-24Fix compilation with SDL2 2.0.6Loïc Hoguin
2018-05-24Update Erlang.mk for OSX againLoïc Hoguin
2018-05-24Update Erlang.mk again this time for OSXLoïc Hoguin
2018-05-24Use sdl2-config to give SDL2 includes to cppcheckLoïc Hoguin
2018-05-24Update Erlang.mk to fix an annoying warning on FreeBSDLoïc Hoguin
2018-05-24Fix cppcheck warningsLoïc Hoguin
2018-05-24Improve the cppcheck and scan-build targetsLoïc Hoguin
2018-05-24Fix wrong type specLoïc Hoguin
2018-05-24Update to an experimental Erlang.mkLoïc Hoguin
2018-05-24Always distclean before CI buildsLoïc Hoguin
2018-05-24Add ci.erlang.mk to the test depsLoïc Hoguin
2018-05-24Update Erlang.mkLoïc Hoguin
2018-05-24Configure for CILoïc Hoguin
2018-02-17Fix examplesLoïc Hoguin
2018-02-15Add the glyph rendering functionsLoïc Hoguin
2018-02-13Add functions for obtaining glyph informationsLoïc Hoguin
2018-02-07Add most remaining sdl_ttf functionsLoïc Hoguin
The only functions left are glyphs and functions I'm not sure should be implemented.
2018-02-06Initial work on the SDL_ttf functionsLoïc Hoguin
2018-02-02Add the get_num_allocations functionLoïc Hoguin
No corresponding Erlang module, only callable via esdl2. Don't really need much more than that.
2018-02-02Add utf-8 support for the window titleLoïc Hoguin
2018-01-31Replace malloc/free with enif_alloc/enif_freeLoïc Hoguin
2018-01-31Add utf-8 support to the sdl_clipboard functionsLoïc Hoguin
2018-01-31Add all SDL_rect functionsLoïc Hoguin
2018-01-18Cleanup the todo list in the READMELoïc Hoguin
2018-01-18Add screensaver functionsLoïc Hoguin
2018-01-17Add the SDL_SetWindowHitTest callbackLoïc Hoguin
2018-01-12Add thoughts on callbacks to the READMELoïc Hoguin
2018-01-10Add most remaining window functionsLoïc Hoguin
2018-01-07Add more window functionsLoïc Hoguin
2018-01-07Add missing SDL_WindowFlags valuesLoïc Hoguin
2018-01-07Add the display mode query functionsLoïc Hoguin
2018-01-07Add many sdl_video functionsLoïc Hoguin
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
Also adds defines for all the keycode and scancode in SDL 2.0.7.
2018-01-03Add the 2.0.7 SDL include filesLoïc Hoguin
This will be helpful to determine exactly what we implement, to provide some sort of documentation and help figure out what's new in more recent SDL versions.
2018-01-03Add many sdl_keyboard functionsLoïc Hoguin
2018-01-02Removed a todo from the READMELoïc Hoguin
2018-01-02Welcome to 2018Loïc Hoguin
2018-01-02Update the READMELoï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