Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | Update to an experimental Erlang.mk | Loïc Hoguin | |
2018-05-24 | Always distclean before CI builds | Loïc Hoguin | |
2018-05-24 | Add ci.erlang.mk to the test deps | Loïc Hoguin | |
2018-05-24 | Update Erlang.mk | Loïc Hoguin | |
2018-05-24 | Configure for CI | Loïc Hoguin | |
2018-02-17 | Fix examples | Loïc Hoguin | |
2018-02-15 | Add the glyph rendering functions | Loïc Hoguin | |
2018-02-13 | Add functions for obtaining glyph informations | Loïc Hoguin | |
2018-02-07 | Add most remaining sdl_ttf functions | Loïc Hoguin | |
The only functions left are glyphs and functions I'm not sure should be implemented. | |||
2018-02-06 | Initial work on the SDL_ttf functions | Loïc Hoguin | |
2018-02-02 | Add the get_num_allocations function | Loïc Hoguin | |
No corresponding Erlang module, only callable via esdl2. Don't really need much more than that. | |||
2018-02-02 | Add utf-8 support for the window title | Loïc Hoguin | |
2018-01-31 | Replace malloc/free with enif_alloc/enif_free | Loïc Hoguin | |
2018-01-31 | Add utf-8 support to the sdl_clipboard functions | Loïc Hoguin | |
2018-01-31 | Add all SDL_rect functions | Loïc Hoguin | |
2018-01-18 | Cleanup the todo list in the README | Loïc Hoguin | |
2018-01-18 | Add screensaver functions | Loïc Hoguin | |
2018-01-17 | Add the SDL_SetWindowHitTest callback | Loïc Hoguin | |
2018-01-12 | Add thoughts on callbacks to the README | Loïc Hoguin | |
2018-01-10 | Add most remaining window functions | Loïc Hoguin | |
2018-01-07 | Add more window functions | Loïc Hoguin | |
2018-01-07 | Add missing SDL_WindowFlags values | Loïc Hoguin | |
2018-01-07 | Add the display mode query functions | Loïc Hoguin | |
2018-01-07 | Add many sdl_video functions | Loïc Hoguin | |
2018-01-07 | Add a bunch of sdl_renderer functions | Loïc Hoguin | |
2018-01-05 | Implement SDL_GetPlatform to get one more header done | Loïc Hoguin | |
2018-01-05 | Add the remaining keyboard functions | Loïc Hoguin | |
Also adds defines for all the keycode and scancode in SDL 2.0.7. | |||
2018-01-03 | Add the 2.0.7 SDL include files | Loï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-03 | Add many sdl_keyboard functions | Loïc Hoguin | |
2018-01-02 | Removed a todo from the README | Loïc Hoguin | |
2018-01-02 | Welcome to 2018 | Loïc Hoguin | |
2018-01-02 | Update the README | Loïc Hoguin | |
2018-01-02 | Add many events and event functions | Loïc Hoguin | |
2017-12-25 | Add the new sdl_cpuinfo.h functions | Loïc Hoguin | |
2017-12-25 | Add everything from sdl_blend_mode.h | Loïc Hoguin | |
2017-12-24 | Add the direction in the mouse wheel events | Loïc Hoguin | |
2017-12-24 | Rewrite the README and check missing features as of 2.0.7 | Loïc Hoguin | |
2017-12-21 | Add sdl_cursor along with all its related functions | Loïc Hoguin | |
2017-12-20 | Add the sdl_mouse module implementing half of sdl_mouse.h | Loïc Hoguin | |
The latter half will be part of sdl_cursor. This depends on some changes to nif_helper. The sdl_gl part of the code is probably slithly broken now, the dependency on the window is gone. This will be resolved later on. | |||
2017-05-02 | Move nif_helpers into their own project | Loïc Hoguin | |
2017-04-19 | Update comment | Loïc Hoguin | |
2017-04-19 | Improve C++ compatibility | Loïc Hoguin | |
Changes imported from a customer project. | |||
2017-04-19 | Fix warnings in preparation for splitting nif_helpers out | Loïc Hoguin | |
2017-03-20 | Add cppcheck and scan-build to the Makefile | Loïc Hoguin | |
2017-03-20 | Remove two unused variables found by cppcheck | Loïc Hoguin | |
2017-03-20 | Add .gitignore | Loïc Hoguin | |
2017-03-20 | Add esdl2.app for rebar3 compatibility | zsoci | |
2016-11-25 | Fix an uninitialized value found by Clang analyzer | Loïc Hoguin | |
2016-11-22 | Update list of unimplemented features | Loïc Hoguin | |
2015-12-14 | Update erlang.mk | Loïc Hoguin | |
Fixes Linux/OSX that I just broke. |