index
:
esdl2.git
master
SDL2 Erlang NIF.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
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
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
2015-12-14
Include the sys/queue.h header for Windows
Loïc Hoguin
2015-12-14
Update Erlang.mk to bleeding edge version
Loïc Hoguin
2015-10-21
Add sdl_hints:add_callback/3 function
Loïc Hoguin
2015-10-20
Add sdl_keyboard with 3 text input related functions
Loïc Hoguin
2015-10-20
Implement sdl:which_subsystems/0
Loïc Hoguin
2015-10-20
Remove the .app.src file
Loïc Hoguin
2015-10-20
Don't crash on code reloading
Loïc Hoguin
2015-10-20
We are in 2015
Loïc Hoguin
2015-10-20
Replace a few ;; with ;
Loïc Hoguin
2015-10-20
Add esdl2.d to .gitignore
Loïc Hoguin
2015-10-20
Add sdl_gl:create_context/1 and sdl_gl:swap_window/1
Loïc Hoguin
2015-10-18
Add details about what remains to be done to the README
Loïc Hoguin
2015-10-18
Remove access to the SDL_INIT_NOPARACHUTE option
Loïc Hoguin
2015-10-17
Always enable SMP in the examples
Loïc Hoguin
2015-10-17
Fix various warnings from recent GCC
Loïc Hoguin
2015-10-17
Fix conditionals for detecting OSX
Loïc Hoguin
2015-10-16
Steal the main thread on OSX
Loïc Hoguin
2015-10-16
LDFLAGS should be LDLIBS
Loïc Hoguin
2015-10-16
Update gitignore
Loïc Hoguin
2015-10-16
Update Erlang.mk
Loïc Hoguin
2014-06-10
Use erlang.mk with newly added NIF support!
Loïc Hoguin
2014-05-01
Make sure the window is never released before the renderer
Loïc Hoguin
2014-04-10
Add clicks value to mouse button events (SDL >= 2.0.2)
Loïc Hoguin
2014-04-09
Add ideas to the README
Loïc Hoguin
2014-04-09
Remove an arg check in sdl_renderer, use dialyzer instead!
Loïc Hoguin
2014-04-09
Use a "better" type for the resources
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_window module
Loïc Hoguin
2014-04-09
Fix flag type in sdl_renderer
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_version module
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_texture module
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_surface module
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_renderer module
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_power module
Loïc Hoguin
2014-04-09
Add typespecs to the sdl_filesystem module
Loïc Hoguin
[prev]
[next]