..
shapes
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
acinclude.m4
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
aclocal.m4
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
autogen.sh
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
checkkeys.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
configure
Fixed bug 2149 - Don't search for libusbhid except on BSD
2013-10-13 19:49:45 -07:00
configure.in
Fixes testgles and testgl
2013-10-09 11:30:01 -03:00
COPYING
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
gcc-fat.sh
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
icon.bmp
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
loopwave.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
Makefile.in
added simple Drag & drop test
2013-10-12 11:21:40 -04:00
moose.dat
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
picture.xbm
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
README
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
relative_mode.markdown
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
sample.bmp
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
sample.wav
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testatomic.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testaudioinfo.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testautomation.c
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
2013-08-29 08:29:21 -07:00
testautomation_audio.c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
2013-08-29 08:30:21 -07:00
testautomation_clipboard.c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
2013-08-29 08:30:21 -07:00
testautomation_events.c
OCD fixes: Adds a space before */
2013-08-21 09:43:09 -03:00
testautomation_keyboard.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testautomation_main.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testautomation_mouse.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testautomation_pixels.c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
2013-08-29 08:30:21 -07:00
testautomation_platform.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testautomation_rect.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testautomation_render.c
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
2013-08-29 08:29:51 -07:00
testautomation_rwops.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testautomation_sdltest.c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
2013-08-29 08:30:21 -07:00
testautomation_stdlib.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testautomation_suites.h
More non C89 compliant comments
2013-08-20 20:34:40 -03:00
testautomation_surface.c
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
2013-08-29 08:29:51 -07:00
testautomation_syswm.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testautomation_timer.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testautomation_video.c
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
2013-08-29 08:29:21 -07:00
testdraw2.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testdrawchessboard.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testdropfile.c
added simple Drag & drop test
2013-10-12 11:21:40 -04:00
testerror.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testfile.c
More non C89 compliant comments
2013-08-20 20:34:40 -03:00
testfilesystem.c
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
2013-08-20 19:57:11 -04:00
testgamecontroller.c
Fixed testgamecontroller output to make sense.
2013-08-28 00:07:02 -04:00
testgesture.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testgl2.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testgles.c
Adds gl_profile_mask to test framework, uses it in testgles
2013-10-10 00:49:57 -03:00
testhaptic.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testiconv.c
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
2013-08-29 08:29:21 -07:00
testime.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testintersections.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testjoystick.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testkeys.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testloadso.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testlock.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testmessage.c
OCD fixes: Adds a space before */
2013-08-21 09:43:09 -03:00
testmultiaudio.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testnative.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testnative.h
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testnativecocoa.m
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testnativew32.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testnativex11.c
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00
testoverlay2.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testplatform.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testpower.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testrelative.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testrendercopyex.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testrendertarget.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testresample.c
More non C89 compliant comments
2013-08-20 20:34:40 -03:00
testrumble.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testscale.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testsem.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testshader.c
More non C89 compliant comments
2013-08-20 20:34:40 -03:00
testshape.c
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
2013-08-29 08:29:51 -07:00
testsprite2.c
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05 19:09:03 -07:00
testspriteminimal.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
teststreaming.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testthread.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testtimer.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testver.c
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
testwm2.c
More non C89 compliant comments
2013-08-20 20:34:40 -03:00
torturethread.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
utf8.txt
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
2013-08-11 19:56:43 -07:00