Sun, 02 Aug 2009 13:46:34 +0000 |
Sam Lantinga |
Added SDL_atomic.h, SDL_power.h, and SDL_revision.h to public API headers
|
Sun, 02 Aug 2009 13:08:19 +0000 |
Sam Lantinga |
Added SDL_atomic.h and SDL_power.h to public API headers
|
Sun, 02 Aug 2009 12:54:59 +0000 |
Sam Lantinga |
Better check which includes #define used in stdint.h
|
Sun, 02 Aug 2009 12:45:20 +0000 |
Sam Lantinga |
Don't redefine types if HAVE_STDINT_H is defined
|
Thu, 30 Jul 2009 14:53:57 +0000 |
Sam Lantinga |
Patch from David Carre:
|
Sun, 19 Jul 2009 08:04:59 +0000 |
Mike Gorchak |
Support for native and emulated atomic operations has been added.
|
Thu, 09 Jul 2009 21:31:27 +0000 |
Bob Pendleton |
volitile... duh, yeah the variable need to be labeled volitile
|
Tue, 07 Jul 2009 14:02:57 +0000 |
Sam Lantinga |
Documentation fix fix
|
Mon, 06 Jul 2009 21:56:38 +0000 |
Bob Pendleton |
Applied patch from bug id=762 provided by Pierre Phaneuf
|
Mon, 06 Jul 2009 21:48:52 +0000 |
Bob Pendleton |
Documentation fix.
|
Thu, 02 Jul 2009 21:47:02 +0000 |
Bob Pendleton |
This is a cosmetic fix, I found a stupid typo
|
Thu, 02 Jul 2009 16:53:56 +0000 |
Bob Pendleton |
Another documentation fix, Thanks to Mason Wheeler for finding these.
|
Thu, 02 Jul 2009 16:15:55 +0000 |
Bob Pendleton |
Documentation fix.
|
Tue, 30 Jun 2009 22:19:10 +0000 |
Bob Pendleton |
Corrected documentation error for SDL_RenderFill.
|
Tue, 30 Jun 2009 06:53:17 +0000 |
Ryan C. Gordon |
Added testpower to svn:ignore
|
Tue, 30 Jun 2009 06:27:08 +0000 |
Ryan C. Gordon |
Moved hardcoding of "/proc/apm" elsewhere.
|
Tue, 30 Jun 2009 06:26:02 +0000 |
Ryan C. Gordon |
Linux /proc/apm: handle hex and decimal (and octal!) values.
|
Tue, 30 Jun 2009 05:44:00 +0000 |
Ryan C. Gordon |
Linux /proc/acpi: check for ac_adapter states, other cleanup.
|
Tue, 30 Jun 2009 05:27:11 +0000 |
Ryan C. Gordon |
Removed stub for Linux /sys/power processing.
|
Tue, 30 Jun 2009 03:50:30 +0000 |
Ryan C. Gordon |
Power: First shot at Linux /proc/acpi/battery support.
|
Mon, 29 Jun 2009 19:54:43 +0000 |
Bob Pendleton |
I've made so many changes I don't dare continue until I check the current stuff in.
|
Wed, 24 Jun 2009 22:24:23 +0000 |
Bob Pendleton |
Disabling 64 bit atomics operations until I figure out why they do not link.
|
Wed, 24 Jun 2009 20:20:57 +0000 |
Bob Pendleton |
First draft of atomic operations code for GCC and linux.
|
Wed, 24 Jun 2009 20:04:08 +0000 |
Bob Pendleton |
This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
|
Wed, 17 Jun 2009 04:26:19 +0000 |
Ryan C. Gordon |
Added power API and test program to Visual C++ project files.
|
Tue, 16 Jun 2009 14:34:15 +0000 |
Sam Lantinga |
Alexei Tereschenko
|
Fri, 12 Jun 2009 08:41:48 +0000 |
Sam Lantinga |
Fixed some compile errors and warnings under Visual C++
|
Thu, 11 Jun 2009 20:08:33 +0000 |
Bob Pendleton |
Mouse events now report the correct window id and window enter/leave events are now reported.
|
Thu, 11 Jun 2009 06:03:05 +0000 |
Mike Gorchak |
Proper window resize handling in GLES test application.
|
Thu, 11 Jun 2009 05:57:32 +0000 |
Mike Gorchak |
Fixed problems with OpenGL ES window resizing.
|
Wed, 10 Jun 2009 18:32:42 +0000 |
Mike Gorchak |
Note about hardware mouse cursor has been added.
|
Wed, 10 Jun 2009 14:00:21 +0000 |
Sam Lantinga |
Fixed bug #750
|
Wed, 10 Jun 2009 13:54:13 +0000 |
Sam Lantinga |
Added missing files for OpenGL ES support
|
Wed, 10 Jun 2009 13:53:53 +0000 |
Sam Lantinga |
Added missing header file for Pandora support
|
Wed, 10 Jun 2009 13:46:54 +0000 |
Sam Lantinga |
Whoops, didn't mean to commit unfinished patch
|
Wed, 10 Jun 2009 13:38:19 +0000 |
Sam Lantinga |
indent is really bad at handling assembly
|
Wed, 10 Jun 2009 13:34:20 +0000 |
Sam Lantinga |
indent
|
Wed, 10 Jun 2009 08:09:04 +0000 |
Mike Gorchak |
Continue working on QNX GF and Photon support.
|
Wed, 10 Jun 2009 05:56:36 +0000 |
Mike Gorchak |
SDL pixel format string is printed near mode number in form of SDL_PIXELFORMAT_XXXXX, when --info option is passed. It is usefull for debugging.
|
Wed, 10 Jun 2009 05:54:19 +0000 |
Mike Gorchak |
Support for 15/16/24/32 bpps of icon.bmp has been added, in case if not an original icon.bmp (8bpp with palette) is used for tests.
|
Wed, 10 Jun 2009 05:51:44 +0000 |
Mike Gorchak |
Support for 24 bpp pixel formats has been added.
|
Tue, 09 Jun 2009 19:39:23 +0000 |
Bob Pendleton |
OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs.
|
Tue, 09 Jun 2009 17:33:44 +0000 |
Bob Pendleton |
First commit for SDL atomic operations.
|
Tue, 09 Jun 2009 15:45:33 +0000 |
Bob Pendleton |
zeroing out the rest of the unititialize fields in mouse motion events.
|
Tue, 09 Jun 2009 08:56:43 +0000 |
Mike Gorchak |
1. SDL_CreateTextureFromSurface() now tries to find surface's pixel format.
|
Tue, 09 Jun 2009 04:34:50 +0000 |
Sam Lantinga |
Fixed 4 bit-per-pixel definition. Thanks Mike!
|
Tue, 09 Jun 2009 03:27:48 +0000 |
Bob Pendleton |
make sure that mouse.z == 0 until it is used.
|
Mon, 08 Jun 2009 21:00:52 +0000 |
Mike Gorchak |
Fixed support for 4bpp video modes enumeration, otherwise mode with zero bpp appears in the list.
|
Mon, 08 Jun 2009 19:24:38 +0000 |
Bob Pendleton |
Fixed some typos and added a couple of includes. All were need to get SDL_power to compile on Linux.
|
Sun, 07 Jun 2009 22:44:59 +0000 |
Ryan C. Gordon |
BeOS support for power subsystem.
|
Sun, 07 Jun 2009 06:49:01 +0000 |
Ryan C. Gordon |
Reverted bogus change to SDLTest xcode project.
|
Sun, 07 Jun 2009 06:42:15 +0000 |
Ryan C. Gordon |
Added power subsystem to Xcode project.
|
Sun, 07 Jun 2009 06:06:35 +0000 |
Ryan C. Gordon |
Initial work on power subsystem for SDL 1.3.
|
Sun, 07 Jun 2009 02:45:55 +0000 |
Sam Lantinga |
indent
|
Sun, 07 Jun 2009 02:44:46 +0000 |
Sam Lantinga |
Hi,
|
Fri, 05 Jun 2009 23:36:00 +0000 |
Bob Pendleton |
Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so that code
|
Fri, 05 Jun 2009 07:35:06 +0000 |
Mike Gorchak |
Best pixel formats with alpha search code has been added to function which converts surface to texture with enabled color keys. Now "testsprite2 --renderer opengl_es" works fine with all pixel formats with alpha. This affects other renderers too.
|
Fri, 05 Jun 2009 07:30:51 +0000 |
Mike Gorchak |
QNX quirk has been added, QNX OpenGL ES implementation is broken regarding support of textures with packed pixel formats.
|
Thu, 04 Jun 2009 21:00:45 +0000 |
Bob Pendleton |
Added an ifdef so that if you
|
Wed, 03 Jun 2009 10:40:44 +0000 |
Mike Gorchak |
Support for BGR565 pixel format has been added, mainly for OpenGL ES renderer. OpenGL ES renderer now have new texture formats.
|
Wed, 03 Jun 2009 04:37:27 +0000 |
Sam Lantinga |
Von: Thomas Zimmermann
|
Sun, 31 May 2009 11:53:12 +0000 |
Sam Lantinga |
OpenPandora support added by David Carré
|
Thu, 28 May 2009 09:39:14 +0000 |
Sam Lantinga |
error message typo fix
|
Thu, 12 Nov 2009 21:44:14 +0000 |
Martin Lowinski |
Added framebuffer mapping.
gsoc2009_ps3
|
Sat, 07 Nov 2009 11:35:19 +0000 |
Martin Lowinski |
created env (fbcon-1.3) and added basic files
gsoc2009_ps3
|
Thu, 27 Aug 2009 11:33:56 +0000 |
Martin Lowinski |
Added comments, clean up.
gsoc2009_ps3
|
Fri, 14 Aug 2009 15:49:44 +0000 |
Martin Lowinski |
Rewritten Makefile (fixed bug) and cleanup for yuv2rgb.
gsoc2009_ps3
|
Tue, 11 Aug 2009 14:37:19 +0000 |
Martin Lowinski |
Checking for spu-progs and libs.
gsoc2009_ps3
|
Mon, 10 Aug 2009 18:05:33 +0000 |
Martin Lowinski |
Added Makefile rule for spu programs. Added Readme.
gsoc2009_ps3
|
Mon, 10 Aug 2009 13:28:58 +0000 |
Martin Lowinski |
Fixed bug in texture format.
gsoc2009_ps3
|
Thu, 06 Aug 2009 12:24:47 +0000 |
Martin Lowinski |
Working 1080p, 720p, 480p videomodes and double buffering.
gsoc2009_ps3
|
Tue, 21 Jul 2009 05:33:11 +0000 |
Martin Lowinski |
Moved mode functions to SDL_ps3modes and fixed minor stuff.
gsoc2009_ps3
|
Sun, 19 Jul 2009 11:31:47 +0000 |
Martin Lowinski |
Code reviewed and added SPE API documentation.
gsoc2009_ps3
|
Sun, 21 Jun 2009 03:55:21 +0000 |
Martin Lowinski |
configure.in changes missing in last commit.
gsoc2009_ps3
|
Fri, 19 Jun 2009 05:22:00 +0000 |
Martin Lowinski |
Scaling (bilinear) of YUV-Textures working.
gsoc2009_ps3
|
Thu, 18 Jun 2009 03:27:12 +0000 |
Martin Lowinski |
Support all YUV texture formats using SW_Textures.
gsoc2009_ps3
|
Mon, 15 Jun 2009 16:33:03 +0000 |
Martin Lowinski |
YUV-Textures with SPU-support working.
gsoc2009_ps3
|
Sat, 13 Jun 2009 05:20:57 +0000 |
Martin Lowinski |
Initialise 720p and 1080p display modes in VideoInit().
gsoc2009_ps3
|
Wed, 10 Jun 2009 09:15:33 +0000 |
Martin Lowinski |
Moved SPE-functions to SDL_ps3spe.c.
gsoc2009_ps3
|
Sat, 06 Jun 2009 06:40:23 +0000 |
Martin Lowinski |
Fixed centering. Added debug msgs for RenderCopy().
gsoc2009_ps3
|
Thu, 04 Jun 2009 07:02:15 +0000 |
Martin Lowinski |
Roughly working framebuffer.
gsoc2009_ps3
|
Fri, 29 May 2009 09:50:21 +0000 |
Martin Lowinski |
Added ps3 video driver based on the dummy driver.
gsoc2009_ps3
|
Sat, 23 May 2009 22:49:46 +0000 |
Sam Lantinga |
Creating GSoC 2009 code branch
gsoc2009_ps3
|
Sat, 23 May 2009 22:41:08 +0000 |
Sam Lantinga |
indent
|
Thu, 20 Aug 2009 04:54:24 +0000 |
Jiang Jiang |
Disable a debug message.
gsoc2009_IME
|
Thu, 06 Aug 2009 09:01:03 +0000 |
Jiang Jiang |
Update testime program to accept font parameter.
gsoc2009_IME
|
Thu, 06 Aug 2009 08:59:53 +0000 |
Jiang Jiang |
Further polish API, fix crash in test program.
gsoc2009_IME
|
Thu, 06 Aug 2009 08:56:48 +0000 |
Jiang Jiang |
Update API, first step: make it build
gsoc2009_IME
|
Thu, 06 Aug 2009 08:53:00 +0000 |
Jiang Jiang |
Polish test code
gsoc2009_IME
|
Wed, 01 Jul 2009 16:12:00 +0000 |
Jiang Jiang |
Draw cursor, underline marked text
gsoc2009_IME
|
Wed, 01 Jul 2009 07:33:58 +0000 |
Jiang Jiang |
Add SDL_TEXTEDTING event to inform application about marked text.
gsoc2009_IME
|
Wed, 01 Jul 2009 05:52:17 +0000 |
Jiang Jiang |
Add IME test program
gsoc2009_IME
|
Fri, 26 Jun 2009 10:37:57 +0000 |
Jiang Jiang |
Basic text input API
gsoc2009_IME
|
Sun, 31 May 2009 16:57:29 +0000 |
Jiang Jiang |
Basic marked text handling
gsoc2009_IME
|
Mon, 25 May 2009 11:09:29 +0000 |
Jiang Jiang |
Support system-wide keyboard shortcuts on Mac
gsoc2009_IME
|
Mon, 25 May 2009 02:42:45 +0000 |
Jiang Jiang |
Get basic text input support working for Cocoa
gsoc2009_IME
|
Sat, 23 May 2009 22:48:40 +0000 |
Sam Lantinga |
Creating GSoC 2009 code branch
gsoc2009_IME
|
Fri, 15 May 2009 15:47:37 +0000 |
Mike Gorchak |
Few new video modes have been added.
|
Thu, 14 May 2009 11:51:42 +0000 |
Mike Gorchak |
More checks for current GF state were added.
|
Thu, 14 May 2009 11:50:05 +0000 |
Mike Gorchak |
Set audio device handle to NULL in case of open was not successful.
|
Thu, 14 May 2009 10:54:34 +0000 |
Mike Gorchak |
OpenGL ES renderer state fixes. Now GL_TEXTURE_2D is not enabled by default.
|
Thu, 07 May 2009 12:50:55 +0000 |
Sam Lantinga |
Reminder to implement landscape mode for iPhone
|
Thu, 07 May 2009 12:27:42 +0000 |
Sam Lantinga |
Temporary workaround for building on 64-bit Mac OS X
|
Thu, 07 May 2009 12:04:53 +0000 |
Sam Lantinga |
Fixed dynamic loading on Windows CE
|
Wed, 06 May 2009 09:46:55 +0000 |
Mike Gorchak |
Added few OpenGL ES 1.0 defines, which are not present in OpenGL ES 1.1 and 2.0.
|
Wed, 06 May 2009 07:00:32 +0000 |
Mike Gorchak |
Added _OES suffix for GL_OES_vertex_buffer_object extension for OpenGL ES.
|
Tue, 05 May 2009 17:50:34 +0000 |
Mike Gorchak |
Added support for single buffering, if double buffering is not available.
|
Tue, 05 May 2009 17:47:41 +0000 |
Mike Gorchak |
Added handler for all window events.
|
Tue, 28 Apr 2009 06:04:21 +0000 |
Mike Gorchak |
GF header must be included before Photon header for QNX.
|
Tue, 28 Apr 2009 04:46:05 +0000 |
Mike Gorchak |
Added hiddi library linkage when GF target is available for QNX
|
Tue, 28 Apr 2009 04:43:21 +0000 |
Mike Gorchak |
New last cursor position must rely on the clamped coordinates.
|
Tue, 28 Apr 2009 04:41:25 +0000 |
Mike Gorchak |
Default video mode has been changed from 320x200 to 640x480, since fullscreen 320x200 is often unavailable.
|