Sun, 12 May 2013 13:40:02 +0200 |
Philipp Wiesemann |
Fixed bug 1844 - glScissor calls are wrong - Patch attached
|
changeset |
files
|
Sun, 12 May 2013 13:25:34 +0200 |
Philipp Wiesemann |
Fixed bug 1843 - SDL_RenderClear prototype doxygen missing
|
changeset |
files
|
Sun, 12 May 2013 13:02:07 +0200 |
Philipp Wiesemann |
Corrected spelling in internal include file.
|
changeset |
files
|
Sun, 12 May 2013 12:59:17 +0200 |
Philipp Wiesemann |
Updated README.android.
|
changeset |
files
|
Fri, 10 May 2013 21:19:40 +0200 |
Philipp Wiesemann |
Fixed Android Lint warning in AndroidManifest.xml.
|
changeset |
files
|
Fri, 10 May 2013 21:14:13 +0200 |
Philipp Wiesemann |
Added missing vi lines.
|
changeset |
files
|
Fri, 10 May 2013 21:08:37 +0200 |
Philipp Wiesemann |
Fixed implicit function declaration warnings.
|
changeset |
files
|
Fri, 10 May 2013 21:04:51 +0200 |
Philipp Wiesemann |
Fixed precedence warning in test suite for pixels.
|
changeset |
files
|
Fri, 10 May 2013 10:33:15 -0300 |
Gabriel Jacobo |
Fixed typo in GL_UpdateClipRect
|
changeset |
files
|
Fri, 10 May 2013 10:31:01 -0300 |
Gabriel Jacobo |
Fixes OpenGL* Clip Rect functions (by Emmanuel Gil Peyrot)
|
changeset |
files
|
Thu, 09 May 2013 16:30:44 -0700 |
Sam Lantinga |
Updated version to 2.0.0
|
changeset |
files
|
Tue, 07 May 2013 16:52:39 -0700 |
Jørgen P. Tjernø |
Mac: Use cursor rects instead of NSCursor hide/unhide.
|
changeset |
files
|
Mon, 06 May 2013 23:02:37 +0200 |
Philipp Wiesemann |
Fixed test suite for mouse using Uint8 instead of Uint32 for buttons.
|
changeset |
files
|
Mon, 06 May 2013 23:01:14 +0200 |
Philipp Wiesemann |
Removed unreachable return statement from test suite for timer.
|
changeset |
files
|
Mon, 06 May 2013 23:00:30 +0200 |
Philipp Wiesemann |
Removed wrong documentation from test suite for render.
|
changeset |
files
|
Mon, 06 May 2013 13:39:17 -0700 |
Sam Lantinga |
Disable C++ exceptions, use debug format that includes debug information in the static libraries, and standardize on Program Database / Program Database with edit and continue for the DLL debug format.
|
changeset |
files
|
Mon, 06 May 2013 08:13:44 -0700 |
Andreas Schiffler |
Add test for SDL_GetPixelFormatName to Pixels suite; minor improvements to Pixels suite
|
changeset |
files
|
Sun, 05 May 2013 21:01:20 -0400 |
Ethan Lee |
Implemented SDL_GL_SHARE_WITH_CURRENT_CONTEXT for Mac OS X.
|
changeset |
files
|
Sun, 05 May 2013 11:17:40 -0700 |
Andreas Schiffler |
Add input validation to SDL_CalculateGammaRamp; add test coverage to Pixels suite; update test cases in Pixels suite
|
changeset |
files
|
Sun, 05 May 2013 16:01:19 +0200 |
Philipp Wiesemann |
Removed not needed block from Java file.
|
changeset |
files
|
Sun, 05 May 2013 15:54:56 +0200 |
Philipp Wiesemann |
Changed signatures of methods in Java file to return boolean, adapted C++ file.
|
changeset |
files
|
Sun, 05 May 2013 15:50:21 +0200 |
Philipp Wiesemann |
Changed signature of method recently added in Java file.
|
changeset |
files
|
Sun, 05 May 2013 15:39:37 +0200 |
Philipp Wiesemann |
Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.
|
changeset |
files
|
Sun, 05 May 2013 12:53:57 +0200 |
Philipp Wiesemann |
Added a method in Java file which may be overridden for custom messages.
|
changeset |
files
|
Sun, 05 May 2013 12:50:34 +0200 |
Philipp Wiesemann |
Fixed possible leak and its Android Lint warning in Java file.
|
changeset |
files
|
Sun, 05 May 2013 12:47:44 +0200 |
Philipp Wiesemann |
Corrected spelling in C source files of test suites.
|
changeset |
files
|
Sat, 04 May 2013 22:44:03 +0200 |
Philipp Wiesemann |
Fixed SDL_RenderSetClipRect() returning undefined instead of -1 on error.
|
changeset |
files
|
Sat, 04 May 2013 09:11:18 -0700 |
Andreas Schiffler |
Added additional input validation to SDL_AllocPalette; added error codes; added test case to Pixels suite for coverage
|
changeset |
files
|
Sat, 04 May 2013 04:46:00 -0700 |
Sam Lantinga |
First pass on SDL render clip rect functionality
|
changeset |
files
|
Fri, 03 May 2013 14:11:41 +0930 |
Kevin Shanahan |
Fix compile on Xcode 3.1 PPC + Altivec
|
changeset |
files
|
Thu, 02 May 2013 21:40:59 -0400 |
Edward Rudd |
move Ticks initialization tracking to separate function and ensure it's called with SDL_VideoInit is called to init SDL instead of SDL_Init
|
changeset |
files
|
Thu, 02 May 2013 21:23:38 -0400 |
Edward Rudd |
default clock_gettime use to enabled as there is now proper fallback code for systems that don't have it.
|
changeset |
files
|
Thu, 02 May 2013 21:17:59 -0400 |
Edward Rudd |
add in OS X Monotonic clock as well as handling fall-back incase the OSX/Linux system doesn't have a monotonic clock.
|
changeset |
files
|
Thu, 02 May 2013 16:54:03 -0700 |
Sam Lantinga |
QueryPerformanceCounter() is reliable these days, and setting the timer frequency higher can have adverse power consequences.
|
changeset |
files
|
Thu, 02 May 2013 23:12:03 +0200 |
Philipp Wiesemann |
Removed SDL prefix from internal function pointers for screen keyboard access.
|
changeset |
files
|
Wed, 01 May 2013 22:14:29 -0700 |
Andreas Schiffler |
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
|
changeset |
files
|
Wed, 01 May 2013 11:59:54 +0200 |
Philipp Wiesemann |
Corrected spelling in C source files.
|
changeset |
files
|
Wed, 01 May 2013 11:42:29 +0200 |
Philipp Wiesemann |
Corrected spelling in C source files.
|
changeset |
files
|
Wed, 01 May 2013 11:32:05 +0200 |
Philipp Wiesemann |
Fixed SDL_HapticQuery() returning -1 as unsigned int if device is not valid.
|
changeset |
files
|
Mon, 29 Apr 2013 23:54:22 +0200 |
Philipp Wiesemann |
Removed unused variables from C source files.
|
changeset |
files
|
Mon, 29 Apr 2013 23:50:27 +0200 |
Philipp Wiesemann |
Corrected confusing indentation in C source file.
|
changeset |
files
|
Mon, 29 Apr 2013 23:45:40 +0200 |
Philipp Wiesemann |
Corrected spelling in C source file.
|
changeset |
files
|
Mon, 29 Apr 2013 23:41:49 +0200 |
Philipp Wiesemann |
Corrected names in README file.
|
changeset |
files
|
Sun, 28 Apr 2013 09:54:56 +0200 |
Philipp Wiesemann |
Added missing return statements in test suite for audio.
|
changeset |
files
|
Sat, 27 Apr 2013 17:52:58 +0200 |
Philipp Wiesemann |
Corrected spelling in header files.
|
changeset |
files
|
Sat, 27 Apr 2013 17:23:20 +0200 |
Philipp Wiesemann |
Removed not needed casts from Java file.
|
changeset |
files
|
Sat, 27 Apr 2013 17:17:37 +0200 |
Philipp Wiesemann |
Removed not needed import statements from Java file.
|
changeset |
files
|
Sat, 27 Apr 2013 17:15:40 +0200 |
Philipp Wiesemann |
Removed dead store from Java file because value never used.
|
changeset |
files
|
Sat, 27 Apr 2013 17:10:14 +0200 |
Philipp Wiesemann |
Renamed inner class in Java file to avoid confusion with an unrelated class.
|
changeset |
files
|
Sat, 27 Apr 2013 14:33:27 +0200 |
Philipp Wiesemann |
Corrected spelling header file comments.
|
changeset |
files
|
Sat, 27 Apr 2013 14:26:15 +0200 |
Philipp Wiesemann |
Changed Java source file to use constant from API instead of just a String.
|
changeset |
files
|
Sat, 27 Apr 2013 14:13:30 +0200 |
Philipp Wiesemann |
Added missing @Override annotations in Java source file to reduce warnings.
|
changeset |
files
|
Sat, 27 Apr 2013 13:55:47 +0200 |
Philipp Wiesemann |
Replaces tabs with four spaces in C source file.
|
changeset |
files
|
Sat, 27 Apr 2013 13:42:56 +0200 |
Philipp Wiesemann |
Corrected comment in header file.
|
changeset |
files
|
Sat, 27 Apr 2013 13:33:05 +0200 |
Philipp Wiesemann |
Corrected a comment in Java source file.
|
changeset |
files
|
Thu, 25 Apr 2013 18:40:29 -0700 |
Jørgen P. Tjernø |
Mac: Fix relative mode message after gaining focus.
|
changeset |
files
|
Thu, 25 Apr 2013 18:40:22 -0700 |
Jørgen P. Tjernø |
Mac: Don't supress mousemoves after warp.
|
changeset |
files
|
Thu, 25 Apr 2013 18:40:31 -0700 |
Jørgen P. Tjernø |
Don't warp mouse on focus lost.
|
changeset |
files
|
Thu, 25 Apr 2013 18:05:08 -0400 |
Edward Rudd |
Allow disabling SDL_IPHONE_KEYBOARD in iOS builds
|
changeset |
files
|
Thu, 25 Apr 2013 00:26:17 -0700 |
Sam Lantinga |
Fixed bug 1582 - Allow disabling SDL_VIDEO_DRIVER_WINDOWS
|
changeset |
files
|