SDL-mirror/src/video
2015-03-25 10:59:10 -04:00
..
android Add a hint watch callback for SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH. 2015-03-25 10:59:10 -04:00
cocoa Cocoa: Handle more cases of lost focus when Key window closes (thanks, Alex!). 2015-03-22 01:25:12 -04:00
directfb Replaced free() with SDL_free() because related allocation also uses wrapper. 2014-12-04 21:41:30 +01:00
dummy Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
emscripten Emscripten: Fixed ignoring return value of internal function. 2015-03-06 21:29:25 +01:00
haiku Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
mir add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event 2014-12-03 11:00:56 -05:00
nacl Added missing guards. 2015-02-03 21:22:25 +01:00
pandora Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
psp Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
raspberry Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal() 2014-06-04 10:55:26 -07:00
uikit iOS: Added support for iOS 8 LaunchScreen NIBs. 2014-11-02 20:55:13 -08:00
vivante Added a platform cleanup function for the Vivante video driver 2014-10-16 09:54:13 -07:00
wayland Fix build on Linux when wayland is enabled 2015-01-10 13:47:37 +01:00
windows Windows: Report window HDC in SDL_SysWMinfo. 2015-03-23 19:47:08 -04:00
winrt WinRT: made OpenGL window-init work with latest round of ANGLE/WinRT updates 2015-03-17 19:45:47 -04:00
x11 X11: Reenabled setlocale() and fork() for message boxes. 2015-03-23 19:54:33 -04:00
SDL_blit.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit.h Fixed bug 2556 - add compilation flag -Wshadow 2014-06-25 00:43:10 -07:00
SDL_blit_0.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_1.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_A.c Fix compiler warnings in Native Client and Linux builds. 2014-06-20 11:10:16 -03:00
SDL_blit_auto.c Static analysis fix: more cleanups of unused variables, etc, in blitters. 2014-03-21 10:40:15 -04:00
SDL_blit_auto.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_copy.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_copy.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_N.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_slow.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_blit_slow.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_bmp.c Fixed two inconsistencies on failed allocation. 2015-02-08 22:50:16 +01:00
SDL_clipboard.c Fixed crash if using clipboard functions without having initialized video. 2015-02-15 11:35:07 +01:00
SDL_egl.c Expanded the iMX6 video driver into a general Vivante video driver that works across multiple SoCs 2014-10-15 09:18:17 -07:00
SDL_egl_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_fillrect.c Fixed bug 2868 - SDL_FillRect can crash if surface's clip-rect is out-of-bounds 2015-02-22 20:34:08 -05:00
SDL_pixels.c Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers 2014-08-06 11:34:54 -07:00
SDL_pixels_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_rect.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_rect_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_RLEaccel.c Made the RLE code (semi) readable again 2014-06-25 01:35:17 -07:00
SDL_RLEaccel_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_shape.c Fix non-power-of-two shaped windows. 2014-09-02 14:14:23 -07:00
SDL_shape_internals.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_stretch.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_surface.c Fixed warnings about possible loss of data in conversion. 2014-12-06 00:17:52 +01:00
SDL_sysvideo.h Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available. 2015-03-06 16:03:40 +00:00
SDL_video.c Patched to compile on OpenGL ES-based platforms. 2015-03-21 00:09:22 -04:00
sdlgenblit.pl Static analysis fix: more cleanups of unused variables, etc, in blitters. 2014-03-21 10:40:15 -04:00