Sat, 14 Jul 2007 00:07:37 +0000 |
Patrice Mandin |
Use correct function
|
Sat, 14 Jul 2007 00:03:04 +0000 |
Patrice Mandin |
Missing variable declarations
|
Fri, 13 Jul 2007 23:58:22 +0000 |
Patrice Mandin |
Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
|
Fri, 13 Jul 2007 22:55:54 +0000 |
Patrice Mandin |
Delete old files
|
Fri, 13 Jul 2007 22:55:15 +0000 |
Patrice Mandin |
Update GEM driver to new API, will have to fill the void later :)
|
Fri, 13 Jul 2007 22:52:53 +0000 |
Patrice Mandin |
Disable video extensions atm
|
Fri, 13 Jul 2007 22:51:42 +0000 |
Patrice Mandin |
Missing include file
|
Fri, 13 Jul 2007 16:11:58 +0000 |
Patrice Mandin |
Simplify setting window title
|
Thu, 12 Jul 2007 20:00:50 +0000 |
Bob Pendleton |
This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
|
Thu, 12 Jul 2007 08:07:30 +0000 |
Sam Lantinga |
Merged Ryan's patch from revision 3238 in SDL 1.2
|
Thu, 12 Jul 2007 07:55:18 +0000 |
Sam Lantinga |
Whoops, needed to remove the other version of getlocale()
|
Thu, 12 Jul 2007 07:52:50 +0000 |
Sam Lantinga |
Fixed bug #455
|
Thu, 12 Jul 2007 07:02:44 +0000 |
Sam Lantinga |
Updated version to 1.3, added testgl2 test program
|
Thu, 12 Jul 2007 06:59:43 +0000 |
Sam Lantinga |
Yes, you need to set the pixel format before creating a context.
|
Thu, 12 Jul 2007 06:53:20 +0000 |
Sam Lantinga |
Visual C++ compiler warning fixes
|
Thu, 12 Jul 2007 06:31:36 +0000 |
Sam Lantinga |
Creating a context makes it current, per the documentation.
|
Thu, 12 Jul 2007 05:32:07 +0000 |
Sam Lantinga |
Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch
|
Thu, 12 Jul 2007 05:31:08 +0000 |
Sam Lantinga |
Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch
|
Thu, 12 Jul 2007 03:14:49 +0000 |
Sam Lantinga |
Warn Visual C++ users if they have a stale configure generated SDL_config.h
|
Wed, 11 Jul 2007 14:52:13 +0000 |
Sam Lantinga |
indent
|
Wed, 11 Jul 2007 14:51:49 +0000 |
Sam Lantinga |
indent
|
Wed, 11 Jul 2007 14:50:21 +0000 |
Sam Lantinga |
Fixed compiling YUV code
|
Wed, 11 Jul 2007 14:49:44 +0000 |
Sam Lantinga |
Fixed compiling the x11 driver
|
Wed, 11 Jul 2007 14:44:28 +0000 |
Sam Lantinga |
Needed an autorelease pool around the NSText allocation
|
Wed, 11 Jul 2007 08:09:20 +0000 |
Sam Lantinga |
Added key composition support, courtesy of Kuon
|
Wed, 11 Jul 2007 07:39:01 +0000 |
Ryan C. Gordon |
Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC.
|
Wed, 11 Jul 2007 04:47:25 +0000 |
Sam Lantinga |
indent doesn't know how to handle inline asm
|
Tue, 10 Jul 2007 20:16:35 +0000 |
Sam Lantinga |
Updated SVN checkout instructions
|
Tue, 10 Jul 2007 19:06:02 +0000 |
Ryan C. Gordon |
Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.
|
Tue, 10 Jul 2007 16:05:50 +0000 |
Sam Lantinga |
Merged memory leak fix from SDL 1.2
|
Tue, 10 Jul 2007 15:51:17 +0000 |
Sam Lantinga |
NAS dynamic loading is going to be have to looked at... *sigh*
|
Tue, 10 Jul 2007 14:44:20 +0000 |
Bob Pendleton |
Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
|
Tue, 10 Jul 2007 05:29:56 +0000 |
Sam Lantinga |
Oh yeah, they're boolean values...
|
Tue, 10 Jul 2007 05:25:19 +0000 |
Sam Lantinga |
Updated to use size_t instead of int for amounts of data.
|
Tue, 10 Jul 2007 05:01:22 +0000 |
Sam Lantinga |
Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183
|
Tue, 10 Jul 2007 04:45:50 +0000 |
Sam Lantinga |
Merged part of NetBSD pkgsrc patch-aj:
|
Sun, 08 Jul 2007 14:24:55 +0000 |
Sam Lantinga |
Fixed bug #451
|
Sun, 08 Jul 2007 05:58:51 +0000 |
Sam Lantinga |
Fixed configure warning about datarootdir
|
Sun, 08 Jul 2007 01:37:48 +0000 |
Ryan C. Gordon |
Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
|
Fri, 06 Jul 2007 15:45:28 +0000 |
Bob Pendleton |
fixed code for printing mousewheel events to match the new format of mousewheel events.
|
Fri, 06 Jul 2007 13:45:10 +0000 |
Sam Lantinga |
Reverted mousewheel support in 1.2, since it breaks binary compatibility.
|
Fri, 06 Jul 2007 09:22:18 +0000 |
Sam Lantinga |
Fixed bug #382
|
Thu, 05 Jul 2007 06:35:40 +0000 |
Sam Lantinga |
Fixed bug #436
|
Thu, 05 Jul 2007 06:14:26 +0000 |
Sam Lantinga |
Fixed bug #77
|
Thu, 05 Jul 2007 05:57:31 +0000 |
Sam Lantinga |
Fixed mode code under VMware running Windows 98
|
Thu, 05 Jul 2007 05:28:08 +0000 |
Sam Lantinga |
I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.
|
Thu, 05 Jul 2007 04:34:48 +0000 |
Sam Lantinga |
Removed campatibility behavior for 1.3
|
Thu, 05 Jul 2007 02:47:54 +0000 |
Ryan C. Gordon |
Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.
|