Fri, 25 Mar 2011 13:19:48 -0700 |
Sam Lantinga |
Fixed typos in example code
|
changeset |
files
|
Fri, 25 Mar 2011 12:54:21 -0700 |
Sam Lantinga |
Warn people not to run their applications as root!
|
changeset |
files
|
Fri, 25 Mar 2011 12:44:06 -0700 |
Sam Lantinga |
The API sets the priority for the current thread, not an arbitrary thread.
|
changeset |
files
|
Fri, 25 Mar 2011 11:09:57 -0700 |
Sam Lantinga |
Don't be clever, just call it testthread
|
changeset |
files
|
Fri, 25 Mar 2011 10:54:13 -0700 |
Sam Lantinga |
Fixed permissions
|
changeset |
files
|
Fri, 25 Mar 2011 10:47:49 -0700 |
Sam Lantinga |
Implemented SDL_SetThreadPriority()
|
changeset |
files
|
Fri, 25 Mar 2011 10:26:25 -0700 |
Sam Lantinga |
Fixed signed/unsigned warning.
|
changeset |
files
|
Tue, 22 Mar 2011 10:48:33 -0700 |
Sam Lantinga |
Fixed related function documentation
|
changeset |
files
|
Mon, 21 Mar 2011 17:15:49 -0700 |
Sam Lantinga |
The scale mode is per texture, not per texture unit.
|
changeset |
files
|
Mon, 21 Mar 2011 16:36:17 -0700 |
Sam Lantinga |
Fixed bug: No right mouse button events during FullScreen Mac OS
|
changeset |
files
|
Mon, 21 Mar 2011 13:33:53 -0700 |
Sam Lantinga |
Fixed compiler warning
|
changeset |
files
|
Mon, 21 Mar 2011 13:33:29 -0700 |
Sam Lantinga |
Fixed compiler warning
SDL-1.2
|
changeset |
files
|
Sun, 13 Mar 2011 22:38:41 -0500 |
Ken Rogoway |
Split SDL_BlitScaled into SDL_UpperBlitScaled and SDL_LowerBlitScaled.
|
changeset |
files
|
Tue, 15 Mar 2011 23:26:22 -0700 |
Sam Lantinga |
Make it possible to run "make dist" from a separate build directory.
|
changeset |
files
|
Tue, 15 Mar 2011 22:42:26 -0700 |
Sam Lantinga |
Added quotes to the post-build copy commands
|
changeset |
files
|
Tue, 15 Mar 2011 22:41:14 -0700 |
Sam Lantinga |
Fixed dependencies for testcursor
|
changeset |
files
|
Tue, 15 Mar 2011 21:44:56 -0700 |
Sam Lantinga |
Removed obsolete window positioning code.
|
changeset |
files
|
Tue, 15 Mar 2011 21:40:57 -0700 |
Sam Lantinga |
Fixed accidental line deletion.
|
changeset |
files
|
Tue, 15 Mar 2011 21:37:01 -0700 |
Sam Lantinga |
Do not break application's signal handler installed with SA_SIGINFO
|
changeset |
files
|
Tue, 15 Mar 2011 21:36:36 -0700 |
Sam Lantinga |
Do not break application's signal handler installed with SA_SIGINFO
SDL-1.2
|
changeset |
files
|
Tue, 15 Mar 2011 19:37:38 -0700 |
Sam Lantinga |
Fixed error because intrin.h contains C++ code and can't be included in an extern "C" block.
|
changeset |
files
|
Mon, 14 Mar 2011 23:16:05 -0700 |
Sam Lantinga |
There's a function to do that... :)
|
changeset |
files
|
Mon, 14 Mar 2011 23:14:51 -0700 |
Sam Lantinga |
SDL will treat the functionality as unsupported if the functions aren't filled in.
|
changeset |
files
|
Mon, 14 Mar 2011 23:13:33 -0700 |
Sam Lantinga |
DirectFB driver update
|
changeset |
files
|
Mon, 14 Mar 2011 23:04:52 -0700 |
Sam Lantinga |
Delegate should use application: didFinishLaunchingWithOptions:
|
changeset |
files
|
Mon, 14 Mar 2011 10:58:35 -0700 |
Sam Lantinga |
Fixed typo
|
changeset |
files
|
Sun, 13 Mar 2011 19:06:43 -0700 |
Sam Lantinga |
Fixed crash if the update rectangles are not pre-clipped.
|
changeset |
files
|
Sun, 13 Mar 2011 11:18:35 -0700 |
Sam Lantinga |
Added the SDL_HINT_RENDER_SCALE_QUALITY hint, which defaults to nearest pixel sampling.
|
changeset |
files
|
Sun, 13 Mar 2011 11:17:11 -0700 |
Sam Lantinga |
Removed unreferenced variable
|
changeset |
files
|
Sat, 12 Mar 2011 13:28:56 -0800 |
Sam Lantinga |
If we leave the default SDL_config.h in place, it'll override the one generated by configure when building from a different directory. Argh...
|
changeset |
files
|
Sat, 12 Mar 2011 13:21:57 -0800 |
Sam Lantinga |
Fixed so code will compile with SDL_config_minimal.h
|
changeset |
files
|
Fri, 11 Mar 2011 18:38:29 -0800 |
Sam Lantinga |
Fixed operator precedence
|
changeset |
files
|
Fri, 11 Mar 2011 18:16:39 -0800 |
Sam Lantinga |
Fixed bug 1165 (SDL_GetMouseState() returns wrong location after switch to/from fullscreen)
|
changeset |
files
|
Fri, 11 Mar 2011 16:54:43 -0800 |
Sam Lantinga |
Fixed bug 1167 (SDL_WINDOWPOS_CENTERED doesn't work if used right after fullscreen -> windowed switch)
|
changeset |
files
|
Fri, 11 Mar 2011 16:03:23 -0800 |
Sam Lantinga |
Fixed bug 1166 (No mouse motion events while SDL_SetRelativeMouseMode() is active and holding the mouse button)
|
changeset |
files
|
Fri, 11 Mar 2011 14:30:00 -0800 |
Sam Lantinga |
Copy icon.bmp for the testcursor build
|
changeset |
files
|
Fri, 11 Mar 2011 14:24:35 -0800 |
Sam Lantinga |
We don't want to remove SDL_config.h since it's in source control now.
|
changeset |
files
|
Fri, 11 Mar 2011 14:15:25 -0800 |
Sam Lantinga |
Updated configure with newer autoconf
|
changeset |
files
|
Fri, 11 Mar 2011 14:14:38 -0800 |
Sam Lantinga |
Added a function to create color cursors: SDL_CreateColorCursor()
|
changeset |
files
|
Fri, 11 Mar 2011 13:59:52 -0800 |
Sam Lantinga |
We can assume ARGB surface format when creating cursors (enforced by higher level API)
|
changeset |
files
|
Fri, 11 Mar 2011 13:56:53 -0800 |
Sam Lantinga |
Added support for the Xcursor library for color cursors
|
changeset |
files
|
Fri, 11 Mar 2011 13:27:25 -0800 |
Sam Lantinga |
Implemented X11 cursor support.
|
changeset |
files
|
Fri, 11 Mar 2011 13:22:43 -0800 |
Sam Lantinga |
Fixing permissions
|
changeset |
files
|
Fri, 11 Mar 2011 11:53:09 -0800 |
Sam Lantinga |
Fixed permissions for C header files
|
changeset |
files
|
Fri, 11 Mar 2011 11:52:41 -0800 |
Sam Lantinga |
Fixed permissions for C source files
|
changeset |
files
|
Fri, 11 Mar 2011 08:49:20 -0800 |
Sam Lantinga |
Gamma support is back!
|
changeset |
files
|
Thu, 10 Mar 2011 01:03:43 -0800 |
Sam Lantinga |
Fixed bug 1162 (Error calling SDL_RenderReadPixels() with format=0)
|
changeset |
files
|
Thu, 10 Mar 2011 01:00:43 -0800 |
Sam Lantinga |
SDL_RenderReadPixels() is restricted to the viewport area.
|
changeset |
files
|
Thu, 10 Mar 2011 00:58:45 -0800 |
Sam Lantinga |
Added screenshot support for tests using the common framework.
|
changeset |
files
|
Wed, 09 Mar 2011 18:26:35 -0800 |
Sam Lantinga |
Include an updated Version.rc in Visual Studio builds
|
changeset |
files
|
Wed, 09 Mar 2011 17:38:12 -0800 |
Sam Lantinga |
Fixed bug 1163 (SDL_TEXTINPUT not being received on iPhoneOS)
|
changeset |
files
|
Wed, 09 Mar 2011 15:51:51 -0800 |
Sam Lantinga |
Removed newlines from log messages
|
changeset |
files
|
Wed, 09 Mar 2011 15:09:00 -0800 |
Sam Lantinga |
Fixed touches for the !IPHONE_TOUCH_EFFICIENT_DANGEROUS case
|
changeset |
files
|
Wed, 09 Mar 2011 15:08:41 -0800 |
Sam Lantinga |
Use SDL_Log() so the messages show up on iPhone and Android
|
changeset |
files
|
Wed, 09 Mar 2011 14:47:37 -0800 |
Sam Lantinga |
Make the globals static so they're initialized to zero.
|
changeset |
files
|
Wed, 09 Mar 2011 14:46:09 -0800 |
Sam Lantinga |
Fixed testgesture to work on the iPhone
|
changeset |
files
|
Tue, 08 Mar 2011 22:48:21 -0800 |
Sam Lantinga |
Fixed linking x64 with Visual Studio 2010.
|
changeset |
files
|
Tue, 08 Mar 2011 16:58:45 -0800 |
Sam Lantinga |
Removed obsolete test program
|
changeset |
files
|
Tue, 08 Mar 2011 16:58:25 -0800 |
Sam Lantinga |
Added missing test program
|
changeset |
files
|
Mon, 07 Mar 2011 23:27:51 -0800 |
Sam Lantinga |
Fixed 64-bit compiling
|
changeset |
files
|