Age | Commit message (Collapse) | Author |
|
Chrome and FF seem to be able to handle the extra empty lines, but no
harm making things more accurate. One thing less to worry about when
debugging.
|
|
Fix SDL color encoding
|
|
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset
|
|
|
|
|
|
|
|
Little-endian + RGBA means that red is located at the lowest-order bits,
not the highest.
The hello_world_sdl test is now portable, because we no longer write to
individual bytes.
We also add a test for a completely blank screen, which should be black, not
red.
Closes #1287, #761, #765.
|
|
|
|
Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give a...
|
|
|
|
Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typed...
|
|
Add no-op SDL_WM_SetIcon.
|
|
|
|
|
|
uninitialized surface.
|
|
Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp)
- Added modifiers to test_sdl_key
|
|
|
|
|
|
|
|
safeRequestAnimationFrame,safeSetTimeout,safeSetInterval
|
|
|
|
|
|
|
|
|
|
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.
|
|
Missed closing parenthesis.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed Issue #1241: _scanString not supporting upper case format specifie...
|
|
|
|
|
|
|
|
synced library.js errno codes with sys/errno.h
|
|
|
|
|
|
|
|
A, E, F, G, X.
|
|
|