index
:
esdl2.git
master
SDL2 Erlang NIF.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
We are in 2015
Loïc Hoguin
2015-10-20
Add sdl_gl:create_context/1 and sdl_gl:swap_window/1
Loïc Hoguin
2015-10-18
Remove access to the SDL_INIT_NOPARACHUTE option
Loïc Hoguin
2014-06-10
Use erlang.mk with newly added NIF support!
Loïc Hoguin
2014-04-10
Add clicks value to mouse button events (SDL >= 2.0.2)
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
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
2014-04-05
Add sdl_renderer:draw_points/2
Loïc Hoguin
2014-04-05
Add sdl_renderer:draw_point/{2,3}
Loïc Hoguin
2014-04-04
Add sdl_renderer:draw_lines/2
Loïc Hoguin
2014-04-04
Add sdl_renderer:draw_line/{3,5}
Loïc Hoguin
2014-04-04
Add sdl_renderer:copy/7
Loïc Hoguin
2014-04-04
Add sdl_renderer:get_output_size/1
Loïc Hoguin
[next]