Mon, 28 Mar 2011 20:56:28 -0700 |
Sam Lantinga |
Make sure the resize event gets through
|
changeset |
files
|
Mon, 28 Mar 2011 20:33:41 -0700 |
Sam Lantinga |
Backed out changeset ef550bdb8c1b
|
changeset |
files
|
Mon, 28 Mar 2011 23:20:54 -0400 |
Ryan C. Gordon |
If a test program window resizes, resize its viewport, too.
|
changeset |
files
|
Mon, 28 Mar 2011 23:21:22 -0400 |
Ryan C. Gordon |
Added orientation rotation for iOS.
|
changeset |
files
|
Mon, 28 Mar 2011 15:18:01 -0400 |
Ryan C. Gordon |
Make the iOS test projects target iPhone and iPad instead of just the phone.
|
changeset |
files
|
Sun, 27 Mar 2011 01:35:19 -0400 |
Ryan C. Gordon |
iOS: Report both landscape and portrait orientation as display modes.
|
changeset |
files
|
Sat, 26 Mar 2011 21:28:17 -0700 |
Sam Lantinga |
NDS update
|
changeset |
files
|
Sat, 26 Mar 2011 21:27:23 -0700 |
Sam Lantinga |
Temporarily removing sprite and sprite2 at Frank's request
|
changeset |
files
|
Sat, 26 Mar 2011 21:26:05 -0700 |
Sam Lantinga |
NDS update
|
changeset |
files
|
Fri, 25 Mar 2011 14:45:04 -0700 |
Sam Lantinga |
Added high resolution timing API: SDL_GetPerformanceCounter(), SDL_GetPerformanceFrequency()
|
changeset |
files
|
Fri, 25 Mar 2011 13:48:48 -0700 |
Sam Lantinga |
Android defines linux, but doesn't have the gettid system call.
|
changeset |
files
|
Fri, 25 Mar 2011 13:47:49 -0700 |
Sam Lantinga |
SDL 1.3 requires a 64-bit type for the platform.
|
changeset |
files
|
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
|