SDL/src/video
2013-10-04 08:23:37 -03:00
..
android Fixes bug #2074 - Thanks Sylvain! 2013-08-29 14:03:44 -03:00
bwindow Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 2013-08-29 08:30:21 -07:00
cocoa Fixed bug 2121 - GCC throws error on SDL_FORCE_INLINE when compiling with -ansi 2013-09-30 22:35:32 -07:00
directfb Corrected name of SDL_Color field from unused to a. 2013-09-28 12:48:26 +02:00
dummy Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 2013-08-29 08:29:51 -07:00
pandora Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
psp OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
raspberry Raspberry Pi support (also unified UDEV and EVDEV support) 2013-09-28 13:28:19 -03:00
uikit SDLK_DELETE should probably be SDLK_BACKSPACE on iOS. 2013-10-02 22:18:04 -04:00
windows Fixed bug 2130 - Two members of Windows WindowData not initialized 2013-10-03 00:54:58 -07:00
x11 Fixed bug 2101 - CWBackPixel causes weird window flickering on window resize 2013-09-27 23:47:57 -07:00
SDL_blit.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_0.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_1.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_A.c OCD fixes: Adds a space before */ 2013-08-21 09:43:09 -03:00
SDL_blit_auto.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_auto.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_copy.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_copy.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_N.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_slow.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_blit_slow.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_bmp.c Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 2013-08-29 08:29:51 -07:00
SDL_clipboard.c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 2013-08-29 08:30:21 -07:00
SDL_egl.c Fix EGL/OpenGL ES paths 2013-10-04 08:23:37 -03:00
SDL_egl.h Fixes bug #2037, common EGL code for Android and X11 2013-08-19 16:29:46 -03:00
SDL_fillrect.c Fix a couple of warnings 2013-08-21 10:34:32 -03:00
SDL_pixels.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
SDL_pixels_c.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_rect.c Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_rect_c.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_RLEaccel.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
SDL_RLEaccel_c.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_shape.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
SDL_shape_internals.h Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00
SDL_stretch.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
SDL_surface.c The SDL_PixelFormat* passed to SDL_ConvertSurface() should be const. 2013-09-04 23:40:11 -04:00
SDL_sysvideo.h Removes unused property use_egl from internal structure gl_config 2013-09-28 19:23:59 -03:00
SDL_video.c Raspberry Pi support (also unified UDEV and EVDEV support) 2013-09-28 13:28:19 -03:00
sdlgenblit.pl Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 2013-08-11 19:56:43 -07:00