2006-02-03 |
Sam Lantinga |
From: Hayashi Naoyuki
|
2006-02-03 |
Sam Lantinga |
Resolve bug #120
|
2006-02-03 |
Sam Lantinga |
Favor using pthread_mutexattr_settype() on Linux.
|
2006-02-03 |
Sam Lantinga |
Fixed compile warning
|
2006-02-02 |
Patrice Mandin |
Update for mintlib 0.57.6 (m68k-atari-mint libc)
|
2006-02-02 |
Sam Lantinga |
Date: Wed, 1 Feb 2006 18:20:33 -0800
|
2006-02-02 |
Ryan C. Gordon |
AAlib driver was using C runtime string functions without including string.h.
|
2006-02-01 |
Ryan C. Gordon |
Logic bug in X11 Unicode input shutdown...was checking for == NULL
|
2006-02-01 |
Sam Lantinga |
Eliminate duplicate modes with different refresh rates
|
2006-02-01 |
Sam Lantinga |
Updated exports
|
2006-02-01 |
Sam Lantinga |
*** empty log message ***
|
2006-02-01 |
Sam Lantinga |
Merged useful fixes from 1.3 branch
|
2006-02-01 |
Ryan C. Gordon |
Fixed dynamic X11 for now, I think.
|
2006-02-01 |
Sam Lantinga |
*** empty log message ***
|
2006-02-01 |
Sam Lantinga |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
2006-02-01 |
Sam Lantinga |
*** empty log message ***
|
2006-01-31 |
Patrice Mandin |
Add flag to post mouse button events or not, and use defined function to post them
|
2006-01-31 |
Sam Lantinga |
Bah, I don't know what I'm doing.
|
2006-01-31 |
Sam Lantinga |
Quit building the frigging F77 libtool configuration!
|
2006-01-31 |
Sam Lantinga |
We're no longer doing compile checks on the X11 extensions which we include.
|
2006-01-31 |
Ryan C. Gordon |
Changed references to XFree86 to Xext to match change in directory structure.
|
2006-01-31 |
Sam Lantinga |
Reverted in favor of this one:
|
2006-01-31 |
Sam Lantinga |
XFree86 directory renamed to Xext
|
2006-01-31 |
Sam Lantinga |
Date: Tue, 05 Jul 2005 21:43:26 +1000
|
2006-01-31 |
Sam Lantinga |
Date: Sat, 14 Jan 2006 15:16:01 -0500
|
2006-01-31 |
Sam Lantinga |
Oops
|
2006-01-30 |
Ryan C. Gordon |
Removed some old Mac OS X cruft.
|
2006-01-30 |
Ryan C. Gordon |
Corrects dynamic X11 code on Tru64 systems.
|
2006-01-30 |
Sam Lantinga |
This library is now available under the LGPL 2.1, the major change of which
|
2006-01-30 |
Sam Lantinga |
*** empty log message ***
|
2006-01-30 |
Sam Lantinga |
Fixed crash:
|
2006-01-30 |
Sam Lantinga |
Date: Sun, 6 Mar 2005 17:06:20 +0100
|
2006-01-29 |
Sam Lantinga |
Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET)
|
2006-01-29 |
Sam Lantinga |
Added some useful command line arguments for testing
|
2006-01-29 |
Sam Lantinga |
Fixed palette bug on non-WinCE
|
2006-01-29 |
Sam Lantinga |
Only save the window position if we're in windowed mode
|
2006-01-29 |
Sam Lantinga |
The event code was fine, and calculated the SDL_windowX/Y correctly.
|
2006-01-29 |
Sam Lantinga |
Date: Fri, 18 Feb 2005 07:58:00 +0200
|
2006-01-29 |
Sam Lantinga |
Cleaned up the app registration stuff a bit
|
2006-01-29 |
Sam Lantinga |
Date: Tue, 15 Feb 2005 21:28:48 +0900 (JST)
|
2006-01-29 |
Sam Lantinga |
Use the executable directory, not the current directory, for stdio output files
|
2006-01-29 |
Sam Lantinga |
*** empty log message ***
|
2006-01-29 |
Sam Lantinga |
Report both absolute and relative motion
|
2006-01-29 |
Sam Lantinga |
Date: Fri, 14 Jan 2005 21:52:46 +0100
|
2006-01-29 |
Sam Lantinga |
Date: Sat, 15 Jan 2005 02:01:51 +0000 (UTC)
|
2006-01-29 |
Sam Lantinga |
*** empty log message ***
|
2006-01-29 |
Sam Lantinga |
Re-query the SDL_WINDOWID each time we initialize the video
|
2006-01-28 |
Sam Lantinga |
*** empty log message ***
|
2006-01-27 |
Sam Lantinga |
Avoid warnings in Visual C++ 2005
|
2006-01-27 |
Sam Lantinga |
*** empty log message ***
|
2006-01-27 |
Sam Lantinga |
Wacky! :)
|
2006-01-27 |
Sam Lantinga |
Fixed to match the docs
|
2006-01-27 |
Sam Lantinga |
Date: Mon, 23 Feb 2004 23:29:20 -0500
|
2006-01-26 |
Sam Lantinga |
Who'd have thought that Windows CE wouldn't have the environment APIs?
|
2006-01-26 |
Sam Lantinga |
Compile fix for Window CE
|
2006-01-26 |
Sam Lantinga |
Whoops! (hope this compiles...)
|
2006-01-26 |
Sam Lantinga |
Updated config* from CVS
|
2006-01-26 |
Sam Lantinga |
Some explanation on why SDL_RWFromFP doesn't always work on Win32
|
2006-01-26 |
Sam Lantinga |
Use Win32 API for putenv/getenv to avoid C runtime conflicts
|
2006-01-25 |
Patrice Mandin |
Correctly manage mouse relative motion
|