index
:
~bnf/sdl-wayland
master
old
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-05
Merged changes from default
Sam Lantinga
1
-2
/
+2
2010-07-05
Removed obsolete test program. Ryan may resurrect it when the new multi-mous...
Sam Lantinga
2
-71
/
+1
2010-07-05
Fixed usage message - it shouldn't have a printf format specifier
Sam Lantinga
1
-1
/
+1
2010-07-05
Fixed revision type for SDL 1.3
Sam Lantinga
1
-2
/
+2
2010-05-09
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...
Sam Lantinga
3
-33
/
+27
2010-05-09
Refactored automated rwops tests so read and write directories can be more ea...
Eric Wing
6
-44
/
+89
2010-05-08
Exempted writable modes from bundle check on OS X since bundle areas are typi...
Eric Wing
2
-2
/
+6
2010-05-08
Added automated test to Xcode project plus needed changes to SDL_RWFromFile t...
Eric Wing
4
-2
/
+91
2010-03-25
General improvements for user custom event registration
Sam Lantinga
1
-9
/
+3
2010-02-28
Changed revision details to be a string (an hg changeset) instead of an int.
Ryan C. Gordon
1
-2
/
+2
2010-01-21
Fixed compile warning on 64-bit Mac OS X
Sam Lantinga
1
-4
/
+8
2010-01-21
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...
Sam Lantinga
8
-43
/
+43
2010-01-21
Fixed compiler warnings on 32-bit Linux
Sam Lantinga
1
-4
/
+4
2010-01-13
Moved the assertion tests to testplatform
Sam Lantinga
1
-0
/
+23
2010-01-13
Quiet tests shouldn't prompt during assertions
Sam Lantinga
1
-0
/
+1
2010-01-11
Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
Ryan C. Gordon
1
-4
/
+0
2010-01-10
Call SDL_Init() before SDL_GetNumAudioDrivers().
Ryan C. Gordon
1
-6
/
+6
2010-01-10
Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
Ryan C. Gordon
1
-3
/
+73
2010-01-10
Reverted r5460 ... this was merged from 1.2, but was later reverted there.
Ryan C. Gordon
1
-1
/
+1
2010-01-10
Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
Ryan C. Gordon
1
-1
/
+1
2009-12-24
Added missing include for stdio
Sam Lantinga
1
-0
/
+2
2009-12-23
Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...
Sam Lantinga
9
-91
/
+89
2009-12-17
Fixed bug #841
Sam Lantinga
1
-5
/
+0
2009-12-16
Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
Ryan C. Gordon
2
-2
/
+2
2009-12-16
Implemented SDL_setenv(), moved SDL_putenv() to compat.
Ryan C. Gordon
1
-1
/
+1
2009-12-16
Added SDL_GetCPUCount() to see how many cores are available.
Sam Lantinga
2
-0
/
+2
2009-12-16
Fixed bug #741
Sam Lantinga
3
-11
/
+11
2009-12-16
Added testfill to test raw fill performance
Sam Lantinga
2
-1
/
+111
2009-12-15
Default to allow either accelerated or not
Sam Lantinga
3
-25
/
+37
2009-12-15
OpenGL hardware acceleration defaults on
Sam Lantinga
2
-29
/
+22
2009-12-14
The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility c...
Sam Lantinga
2
-7
/
+6
2009-12-14
Added a test to check the read/write pixels API
Sam Lantinga
2
-1
/
+29
2009-12-12
Allow points to be outside the window bounds, stress testing the clipping code.
Sam Lantinga
1
-6
/
+6
2009-12-12
Added mouse position for button handling
Sam Lantinga
1
-2
/
+3
2009-12-11
Added an automated test for rectangle routines, currently only testing line c...
Sam Lantinga
5
-184
/
+235
2009-12-09
Added interfaces for batch drawing of points, lines and rects:
Sam Lantinga
6
-32
/
+32
2009-12-07
On Windows the minimum window size may be larger than 80, so explicitly reque...
Sam Lantinga
1
-1
/
+7
2009-12-06
Added an API function to query geometry of multiple monitors:
Sam Lantinga
1
-1
/
+6
2009-12-02
Added Ctrl-Z common key binding
Sam Lantinga
2
-0
/
+15
2009-12-01
Work in progress on multi-display support:
Sam Lantinga
1
-8
/
+9
2009-11-22
More fixes to compile under Visual C++
Sam Lantinga
6
-14
/
+52
2009-11-22
Fixed include paths for Visual C++
Sam Lantinga
8
-19
/
+19
2009-11-21
Added support for QNX default font. Backspace and Return keys now handled.
Mike Gorchak
1
-7
/
+58
2009-11-21
We want to be strict on software renderer tests and opaque tests, but give a ...
Sam Lantinga
4
-30
/
+32
2009-11-21
Increased tolerance a little bit more for multiple blending passes accumulati...
Sam Lantinga
1
-1
/
+1
2009-11-21
Use 45 degree lines for the diagonal test to avoid aliasing errors in line dr...
Sam Lantinga
3
-298
/
+320
2009-11-21
pixels don't need to be dynamically allocated
Sam Lantinga
1
-7
/
+32
2009-11-21
SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.
Sam Lantinga
1
-24
/
+0
2009-11-20
1. SDL_RenderPresent() call has been added after each test to be sure, that a...
Mike Gorchak
1
-4
/
+34
2009-11-20
Output last SDL error in case of test was failed.
Mike Gorchak
1
-3
/
+2
[next]