log

age author description
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.