SDL/src/video
Philipp Wiesemann 6ec5e64056 Fixed freeing strings created by strdup() with SDL_free().
This only worked on platforms where SDL_free() wraps free().
2016-06-28 21:08:23 +02:00
..
android Android: Added mouse initialization to reset state. 2016-01-12 22:23:00 +01:00
cocoa Mac: Fixed crash if SDL_GetDisplayDPI() got NULL pointers for output parameters. 2016-06-26 21:08:57 +02:00
directfb Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity(). 2016-01-05 02:46:10 -05:00
dummy Updated copyright to 2016 2016-01-02 10:10:34 -08:00
emscripten Emscripten: Deactivated custom cursor support because it created system cursors. 2016-03-11 22:10:35 +01:00
haiku Updated copyright to 2016 2016-01-02 10:10:34 -08:00
mir MIR: Add better error handling for a failed connection 2016-06-08 08:01:21 -07:00
nacl Updated copyright to 2016 2016-01-02 10:10:34 -08:00
pandora Updated copyright to 2016 2016-01-02 10:10:34 -08:00
psp Patched to compile on various platforms. 2016-04-12 18:11:36 -04:00
raspberry Raspberry: Fixed crash if memory allocation for cursor failed. 2016-03-03 20:12:51 +01:00
uikit iOS: Fixed SDL_GL_CreateContext crashing instead of returning null when a GLES3 context is requested on iOS 6 and older. 2016-04-10 22:07:10 -03:00
vivante Expose the EGL display and window for Vivante SDL windows 2016-01-16 21:58:49 -08:00
wayland Fixed freeing strings created by strdup() with SDL_free(). 2016-06-28 21:08:23 +02:00
windows Windows: Fix other window positions/sizes being changed when exiting exclusive fullscreen (bug #3315, thanks Simon Hug!) 2016-05-23 15:29:25 -03:00
winrt WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events 2016-05-14 23:29:49 -04:00
x11 X11: Fixed typos in error messages and source comments. 2016-05-20 22:15:28 +02:00
SDL_blit.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_0.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_1.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_A.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_auto.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_auto.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_copy.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_copy.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_N.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_slow.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_blit_slow.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_bmp.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_clipboard.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_egl.c EGL: Fixed SDL_GL_GetSwapInterval() returning -1 on error. 2016-05-11 21:10:41 +02:00
SDL_egl_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_fillrect.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_pixels.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_pixels_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_rect.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_rect_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_RLEaccel.c Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
SDL_RLEaccel_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_shape.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_shape_internals.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_stretch.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_surface.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_sysvideo.h Added SDL_SetWindowInputFocus(). 2016-01-05 02:28:56 -05:00
SDL_video.c Fixed missing error message if SDL_GetDisplayDPI() is unsupported. 2016-05-10 21:14:36 +02:00
sdlgenblit.pl Updated copyright to 2016 2016-01-02 10:10:34 -08:00