.. |
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
|
Don't incorrectly report success for negative swap intervals on Mac OS X.
|
2013-09-14 01:30:57 -04:00 |
directfb
|
Fixed syntax error in C style block comment.
|
2013-09-14 11:25:52 -07:00 |
dummy
|
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
2013-08-29 08:29:51 -07:00 |
pandora
|
Made PND_setwindowgrab() a no-op. It was a cut/paste of PND_destroywindow().
|
2013-07-15 20:30:04 -04:00 |
psp
|
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
2013-08-21 09:47:10 -03:00 |
uikit
|
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
2013-08-29 08:29:21 -07:00 |
windows
|
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
2013-08-29 08:30:21 -07:00 |
x11
|
Fix X11_RestoreWindow() and X11_RaiseWindow() to properly do window activation.
|
2013-09-13 17:42:38 -07:00 |
SDL_blit.c
|
Check for negative source rectangle in SDL_SoftBlit() (thanks John!)
|
2013-07-30 20:57:26 -07:00 |
SDL_blit.h
|
Fixed bug 1638 - Blit Alpha surface bug
|
2013-08-01 01:29:07 -07:00 |
SDL_blit_0.c
|
Updated blend semantics so blending uses the following formula:
|
2013-07-23 08:06:49 -07:00 |
SDL_blit_1.c
|
Updated blend semantics so blending uses the following formula:
|
2013-07-23 08:06:49 -07:00 |
SDL_blit_A.c
|
OCD fixes: Adds a space before */
|
2013-08-21 09:43:09 -03:00 |
SDL_blit_auto.c
|
Updated blend semantics so blending uses the following formula:
|
2013-07-23 08:06:49 -07:00 |
SDL_blit_auto.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_blit_copy.c
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_blit_copy.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_blit_N.c
|
Added surface conversion support for ARGB2101010 formats
|
2013-07-07 12:34:21 -07:00 |
SDL_blit_slow.c
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_blit_slow.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08: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
|
Fixes typo in EGL code (thanks jmcfarlane!)
|
2013-08-26 14:23:18 -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
|
The palette unused value is treated as alpha and updated when setting the colorkey.
|
2013-03-24 09:51:01 -07:00 |
SDL_rect.c
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
SDL_rect_c.h
|
Fixed bug 1763 - Constify SDL_UpdateWindowSurfaceRects()
|
2013-03-19 21:53:33 -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
|
Happy New Year!
|
2013-02-15 08:47:44 -08: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
|
Happy New Year!
|
2013-02-15 08:47:44 -08: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
|
Added SDL_Direct3D9GetAdapterIndex(), which returns the adapter index you would pass into CreateDevice to get your device on the right monitor in full screen mode. This fixes the default adapter in SDL_render_d3d.c, which means that tests will work fullscreen off the main monitor now.
|
2013-09-13 17:42:46 -07:00 |
SDL_video.c
|
Default to OpenGL ES 2.0 instead of 1.0 when it's available.
|
2013-09-27 22:09:51 -07:00 |
sdlgenblit.pl
|
Updated blend semantics so blending uses the following formula:
|
2013-07-23 08:06:49 -07:00 |