log

age author description
2009-09-05 Sam Lantinga From: Jjgod Jiang <gzjjgod@gmail.com>
2009-09-05 Sam Lantinga Updated fatbuild.sh to build for 10.4u SDK
2009-09-05 Sam Lantinga Removed references to CD-ROM support from the README files
2009-09-05 Sam Lantinga CD-ROM support is so passé :)
2009-09-05 Sam Lantinga Bye bye SoundManager, you are officially obsolete...
2009-09-05 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
2009-09-05 Sam Lantinga Updated glext.h
2009-08-20 Sam Lantinga Fix suggested by Bob
2009-08-18 Sam Lantinga David Carre to Sam
2009-08-11 Bob Pendleton Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
2009-08-11 Bob Pendleton I forgot to copy the dummy version to macosx.
2009-08-11 Sam Lantinga David Carre to Sam
2009-08-07 Sam Lantinga Fixed bug #746
2009-08-07 Sam Lantinga Added request for SDL handling the desktop background window
2009-08-05 Edgar Simo Patch by Janosch Gräf <janosch.graef@gmx.net>
2009-08-05 Sam Lantinga Add clipboard support to TODO list
2009-08-03 Couriersud Fixed compiling SDL_fsaudio.c against fusionsound 1.0.0
2009-08-02 Sam Lantinga Fixed type size for test_bit()
2009-08-02 Sam Lantinga Added SDL_revision.h
2009-08-02 Sam Lantinga Clarified API documentation
2009-08-02 Sam Lantinga Added TODO for automated testing
2009-08-02 Sam Lantinga Removed arbitrary window size limitation
2009-08-02 Sam Lantinga Whoops, still need the iPhoneOS config file. :)
2009-08-02 Sam Lantinga Added missing SDL_revision.h
2009-08-02 Sam Lantinga Added SDL_atomic.h, SDL_power.h, and SDL_revision.h to public API headers
2009-08-02 Sam Lantinga Added SDL_atomic.h and SDL_power.h to public API headers
2009-08-02 Sam Lantinga Better check which includes #define used in stdint.h
2009-08-02 Sam Lantinga Don't redefine types if HAVE_STDINT_H is defined
2009-07-30 Sam Lantinga Patch from David Carre:
2009-07-19 Mike Gorchak Support for native and emulated atomic operations has been added.
2009-07-09 Bob Pendleton volitile... duh, yeah the variable need to be labeled volitile
2009-07-07 Sam Lantinga Documentation fix fix
2009-07-06 Bob Pendleton Applied patch from bug id=762 provided by Pierre Phaneuf
2009-07-06 Bob Pendleton Documentation fix.
2009-07-02 Bob Pendleton This is a cosmetic fix, I found a stupid typo
2009-07-02 Bob Pendleton Another documentation fix, Thanks to Mason Wheeler for finding these.
2009-07-02 Bob Pendleton Documentation fix.
2009-06-30 Bob Pendleton Corrected documentation error for SDL_RenderFill.
2009-06-30 Ryan C. Gordon Added testpower to svn:ignore
2009-06-30 Ryan C. Gordon Moved hardcoding of "/proc/apm" elsewhere.
2009-06-30 Ryan C. Gordon Linux /proc/apm: handle hex and decimal (and octal!) values.
2009-06-30 Ryan C. Gordon Linux /proc/acpi: check for ac_adapter states, other cleanup.
2009-06-30 Ryan C. Gordon Removed stub for Linux /sys/power processing.
2009-06-30 Ryan C. Gordon Power: First shot at Linux /proc/acpi/battery support.
2009-06-29 Bob Pendleton I've made so many changes I don't dare continue until I check the current stuff in.
2009-06-24 Bob Pendleton Disabling 64 bit atomics operations until I figure out why they do not link.
2009-06-24 Bob Pendleton First draft of atomic operations code for GCC and linux.
2009-06-24 Bob Pendleton This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
2009-06-17 Ryan C. Gordon Added power API and test program to Visual C++ project files.
2009-06-16 Sam Lantinga Alexei Tereschenko
2009-06-12 Sam Lantinga Fixed some compile errors and warnings under Visual C++
2009-06-11 Bob Pendleton Mouse events now report the correct window id and window enter/leave events are now reported.
2009-06-11 Mike Gorchak Proper window resize handling in GLES test application.
2009-06-11 Mike Gorchak Fixed problems with OpenGL ES window resizing.
2009-06-10 Mike Gorchak Note about hardware mouse cursor has been added.
2009-06-10 Sam Lantinga Fixed bug #750
2009-06-10 Sam Lantinga Added missing files for OpenGL ES support
2009-06-10 Sam Lantinga Added missing header file for Pandora support
2009-06-10 Sam Lantinga Whoops, didn't mean to commit unfinished patch
2009-06-10 Sam Lantinga indent is really bad at handling assembly
2009-06-10 Sam Lantinga indent
2009-06-10 Mike Gorchak Continue working on QNX GF and Photon support.
2009-06-10 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.
2009-06-10 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.
2009-06-10 Mike Gorchak Support for 24 bpp pixel formats has been added.
2009-06-09 Bob Pendleton OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs.
2009-06-09 Bob Pendleton First commit for SDL atomic operations.
2009-06-09 Bob Pendleton zeroing out the rest of the unititialize fields in mouse motion events.
2009-06-09 Mike Gorchak 1. SDL_CreateTextureFromSurface() now tries to find surface's pixel format.
2009-06-09 Sam Lantinga Fixed 4 bit-per-pixel definition. Thanks Mike!
2009-06-09 Bob Pendleton make sure that mouse.z == 0 until it is used.
2009-06-08 Mike Gorchak Fixed support for 4bpp video modes enumeration, otherwise mode with zero bpp appears in the list.
2009-06-08 Bob Pendleton Fixed some typos and added a couple of includes. All were need to get SDL_power to compile on Linux.
2009-06-07 Ryan C. Gordon BeOS support for power subsystem.
2009-06-07 Ryan C. Gordon Reverted bogus change to SDLTest xcode project.
2009-06-07 Ryan C. Gordon Added power subsystem to Xcode project.
2009-06-07 Ryan C. Gordon Initial work on power subsystem for SDL 1.3.
2009-06-07 Sam Lantinga indent
2009-06-07 Sam Lantinga Hi,
2009-06-05 Bob Pendleton Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so that code
2009-06-05 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.
2009-06-05 Mike Gorchak QNX quirk has been added, QNX OpenGL ES implementation is broken regarding support of textures with packed pixel formats.
2009-06-04 Bob Pendleton Added an ifdef so that if you
2009-06-03 Mike Gorchak Support for BGR565 pixel format has been added, mainly for OpenGL ES renderer. OpenGL ES renderer now have new texture formats.
2009-06-03 Sam Lantinga Von: Thomas Zimmermann
2009-05-31 Sam Lantinga OpenPandora support added by David Carré
2009-05-28 Sam Lantinga error message typo fix
2009-11-12 Martin Lowinski Added framebuffer mapping. gsoc2009_ps3
2009-11-07 Martin Lowinski created env (fbcon-1.3) and added basic files gsoc2009_ps3
2009-08-27 Martin Lowinski Added comments, clean up. gsoc2009_ps3
2009-08-14 Martin Lowinski Rewritten Makefile (fixed bug) and cleanup for yuv2rgb. gsoc2009_ps3
2009-08-11 Martin Lowinski Checking for spu-progs and libs. gsoc2009_ps3
2009-08-10 Martin Lowinski Added Makefile rule for spu programs. Added Readme. gsoc2009_ps3
2009-08-10 Martin Lowinski Fixed bug in texture format. gsoc2009_ps3
2009-08-06 Martin Lowinski Working 1080p, 720p, 480p videomodes and double buffering. gsoc2009_ps3
2009-07-21 Martin Lowinski Moved mode functions to SDL_ps3modes and fixed minor stuff. gsoc2009_ps3
2009-07-19 Martin Lowinski Code reviewed and added SPE API documentation. gsoc2009_ps3
2009-06-21 Martin Lowinski configure.in changes missing in last commit. gsoc2009_ps3
2009-06-19 Martin Lowinski Scaling (bilinear) of YUV-Textures working. gsoc2009_ps3
2009-06-18 Martin Lowinski Support all YUV texture formats using SW_Textures. gsoc2009_ps3
2009-06-15 Martin Lowinski YUV-Textures with SPU-support working. gsoc2009_ps3
2009-06-13 Martin Lowinski Initialise 720p and 1080p display modes in VideoInit(). gsoc2009_ps3
2009-06-10 Martin Lowinski Moved SPE-functions to SDL_ps3spe.c. gsoc2009_ps3
2009-06-06 Martin Lowinski Fixed centering. Added debug msgs for RenderCopy(). gsoc2009_ps3
2009-06-04 Martin Lowinski Roughly working framebuffer. gsoc2009_ps3
2009-05-29 Martin Lowinski Added ps3 video driver based on the dummy driver. gsoc2009_ps3
2009-05-23 Sam Lantinga Creating GSoC 2009 code branch gsoc2009_ps3
2009-05-23 Sam Lantinga indent
2009-08-20 Jiang Jiang Disable a debug message. gsoc2009_IME
2009-08-06 Jiang Jiang Update testime program to accept font parameter. gsoc2009_IME
2009-08-06 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
2009-08-06 Jiang Jiang Update API, first step: make it build gsoc2009_IME
2009-08-06 Jiang Jiang Polish test code gsoc2009_IME
2009-07-01 Jiang Jiang Draw cursor, underline marked text gsoc2009_IME
2009-07-01 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
2009-07-01 Jiang Jiang Add IME test program gsoc2009_IME
2009-06-26 Jiang Jiang Basic text input API gsoc2009_IME
2009-05-31 Jiang Jiang Basic marked text handling gsoc2009_IME
2009-05-25 Jiang Jiang Support system-wide keyboard shortcuts on Mac gsoc2009_IME
2009-05-25 Jiang Jiang Get basic text input support working for Cocoa gsoc2009_IME