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
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
2014-04-09
Add typespecs to the sdl_events module
Loïc Hoguin
2014-04-08
Add typespecs to the sdl_cpu_info module
Loïc Hoguin
2014-04-08
Add typespecs to the sdl_clipboard module
Loïc Hoguin
2014-04-08
Add typespecs to the sdl module
Loïc Hoguin
2014-04-08
Make sdl_surface:img_load/1 run in the main thread
Loïc Hoguin
2014-04-08
Make the sdl module C code use the main thread
Loïc Hoguin
2014-04-07
Add sdl_texture:set_color_mod/4
Loïc Hoguin
2014-04-07
Add sdl_texture:set_blend_mode/2
Loïc Hoguin
2014-04-07
Too many bullets were shot in the first part
Loïc Hoguin
2014-04-07
Add sdl_texture:set_alpha_mod/2
Loïc Hoguin
2014-04-07
Add sdl_texture:get_color_mod/1
Loïc Hoguin
2014-04-07
Add sdl_texture:get_blend_mode/1
Loïc Hoguin
2014-04-07
Add sdl_texture:get_alpha_mod/1
Loïc Hoguin
2014-04-07
Add sdl_renderer:set_draw_blend_mode/2
Loïc Hoguin
2014-04-07
Add sdl_renderer:is_target_supported/1
Loïc Hoguin
2014-04-07
Add sdl_renderer:set_viewport/{2,5}
Loïc Hoguin
2014-04-07
Add sdl_renderer:set_scale/3
Loïc Hoguin
2014-04-07
Alphabetical order for the public interface modules
Loïc Hoguin
2014-04-07
Add sdl_renderer:set_clip_rect/{2,5}
Loïc Hoguin
2014-04-07
Add sdl_renderer:get_viewport/1
Loïc Hoguin
2014-04-07
Add sdl_renderer:get_scale/1
Loïc Hoguin
2014-04-07
Add sdl_renderer:get_logical_size/1
Loïc Hoguin
2014-04-07
Add sdl_renderer:get_clip_rect/1
Loïc Hoguin
2014-04-05
Add sdl_renderer:fill_rects/2
Loïc Hoguin
2014-04-05
Add sdl_renderer:fill_rect/{2,5}
Loïc Hoguin
2014-04-05
Add sdl_renderer:draw_rects/2
Loïc Hoguin
2014-04-05
Add sdl_renderer:draw_rect/{2,5}
Loïc Hoguin
[prev]
[next]