Mon, 20 May 2013 12:01:31 -0700 |
Sam Lantinga |
It turns out that GL_ARB_debug_output is really only useful on debug contexts, so for consistency and performance we'll only check and report errors on debug contexts.
|
changeset |
files
|
Sun, 19 May 2013 22:57:01 -0700 |
Sam Lantinga |
Fixed declaration of GL_HandleDebugMessage
|
changeset |
files
|
Sun, 19 May 2013 22:45:52 -0700 |
Sam Lantinga |
Fixed windows build
|
changeset |
files
|
Sun, 19 May 2013 22:36:54 -0700 |
Sam Lantinga |
Fixed bug 1842 - [patch] SDL_SetWindowPosition sets bad position values when given SDL_WINDOWPOS_CENTERED args
|
changeset |
files
|
Sun, 19 May 2013 22:28:10 -0700 |
Sam Lantinga |
Fixed bug 1837 - Use error extension instead of glGetError()
|
changeset |
files
|
Sat, 18 May 2013 23:32:53 -0700 |
Andreas Schiffler |
Deprecate test/automated and test/test-automation (replaced by test/testautomation*.*)
|
changeset |
files
|
Sat, 18 May 2013 14:51:29 -0700 |
Sam Lantinga |
Fixed black screen on iOS
|
changeset |
files
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
changeset |
files
|
Sat, 18 May 2013 12:48:50 -0700 |
Sam Lantinga |
Added mobile application events, with implementations for iOS and Android
|
changeset |
files
|
Sat, 18 May 2013 09:35:09 -0700 |
Andreas Schiffler |
Update test harness to handle test return codes; fix comment format in harness; update Main test suite to handle globally disabled features
|
changeset |
files
|
Sat, 18 May 2013 14:48:19 +0200 |
Philipp Wiesemann |
Fixed Doxygen warnings.
|
changeset |
files
|
Sat, 18 May 2013 14:04:37 +0200 |
Philipp Wiesemann |
Corrected comment in Java file.
|
changeset |
files
|
Sat, 18 May 2013 14:03:45 +0200 |
Philipp Wiesemann |
Changed import statements in Java file.
|
changeset |
files
|
Thu, 16 May 2013 12:16:12 -0400 |
Ryan C. Gordon |
Made SDL_RectEmpty and SDL_RectEquals macros into SDL_FORCE_INLINE functions.
|
changeset |
files
|
Thu, 16 May 2013 01:03:28 -0700 |
Sam Lantinga |
Fixed bug 1829 - sdl2-config is not executable
|
changeset |
files
|
Thu, 16 May 2013 00:56:19 -0700 |
Sam Lantinga |
Fixed bug 1838 - [Patch] Direct3D resource leak on SDL_DestroyRenderer()
|
changeset |
files
|
Thu, 16 May 2013 00:52:33 -0700 |
Sam Lantinga |
Fixed bug 1839 - SDL2 Cmake: VIDEO_COCOA check fails on OS X; VIDEO_COCOA sources aren't compiled.
|
changeset |
files
|
Thu, 16 May 2013 00:48:20 -0700 |
Sam Lantinga |
Martin Gerhardy added support for the Jess Technology USB Game Controller
|
changeset |
files
|
Thu, 16 May 2013 00:43:22 -0700 |
Sam Lantinga |
Fixed bug 1846 - _allmul implementation in SDL_stdlib.c doesn't clean up the stack
|
changeset |
files
|
Wed, 15 May 2013 23:18:29 -0700 |
Sam Lantinga |
There's no need to keep these private. If you extend SDLActivity, you should know what you're doing.
|
changeset |
files
|
Wed, 15 May 2013 22:25:00 +0200 |
Philipp Wiesemann |
Corrected internal function prototype.
|
changeset |
files
|
Wed, 15 May 2013 22:24:23 +0200 |
Philipp Wiesemann |
Corrected internal function prototype.
|
changeset |
files
|
Wed, 15 May 2013 22:10:06 +0200 |
Philipp Wiesemann |
Changed spelling for consistency.
|
changeset |
files
|
Wed, 15 May 2013 22:00:28 +0200 |
Philipp Wiesemann |
Fixed Doxygen warnings.
|
changeset |
files
|
Mon, 13 May 2013 23:00:50 +0200 |
Philipp Wiesemann |
Corrected spelling in header file.
|
changeset |
files
|
Mon, 13 May 2013 22:45:06 +0200 |
Philipp Wiesemann |
Inlined expression for consistency in render source.
|
changeset |
files
|
Sun, 12 May 2013 15:00:00 -0700 |
Andreas Schiffler |
Fix fuzzer/fuzzer tests on 64bit Linux; remove invalid negative SDL_Scancode test; disable failing surface/render test cases
|
changeset |
files
|
Sun, 12 May 2013 14:25:38 +0200 |
Philipp Wiesemann |
Fixed building on Visual Studio.
|
changeset |
files
|
Sun, 12 May 2013 13:42:20 +0200 |
Philipp Wiesemann |
Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototype
|
changeset |
files
|
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
|