2011-01-28 |
Sam Lantinga |
Added API function to get CPU cache line size.
|
2011-01-28 |
Sam Lantinga |
Fixed quotes around Mercurial revision text
|
2011-01-28 |
Sam Lantinga |
0 isn't a valid Mercurial revision
|
2011-01-28 |
krogoway |
Always copy the SDL_config_windows.h to SDL_config.h for VisualC 2005, 2008 and 2010 projects.
|
2011-01-28 |
Sam Lantinga |
Bump up the default cache line size.
|
2011-01-28 |
Sam Lantinga |
Added cache line size info in SDL_cpuinfo.h
|
2011-01-27 |
Sam Lantinga |
Fixed compiling under Visual Studio
|
2011-01-27 |
krogoway |
When the last window is closed and the SDL_WINDOWEVENT_CLOSE event is sent, send the SDL_QUIT event.
|
2011-01-27 |
Sam Lantinga |
This patch fixes the issue of configure generating broken Makefile
|
2011-01-27 |
Sam Lantinga |
Improved timer implementation
|
2011-01-27 |
Sam Lantinga |
Improved condition variable documentation
|
2011-01-27 |
Sam Lantinga |
Scott Smith volunteered to maintain the Pandora port.
|
2011-01-27 |
Sam Lantinga |
Fixed bug #1109
|
2011-01-27 |
Sam Lantinga |
Only document the public API, not the whole source tree.
|
2011-01-27 |
Sam Lantinga |
Colin Leroy 2011-01-26 04:24:20 PST
|
2011-01-27 |
Sam Lantinga |
Colin Leroy 2011-01-26 04:24:20 PST
SDL-1.2
|
2011-01-27 |
Sam Lantinga |
Added a list of platforms, for my own sanity. :)
|
2011-01-27 |
Sam Lantinga |
Nobody is maintaining RISC OS code, so I'm removing it for now.
|
2011-01-27 |
Sam Lantinga |
Since we're directly reading and writing 'active' from different threads, it needs to be flagged volatile.
|
2011-01-26 |
Sam Lantinga |
Ozkan Sezer to slouken
SDL-1.2
|
2011-01-26 |
Sam Lantinga |
Ozkan Sezer to slouken
|
2011-01-26 |
Sam Lantinga |
Added a test to measure the impact of a separate thread periodically locking the queue entirely.
|
2011-01-26 |
Sam Lantinga |
Added a FIFO test to the atomic test suite.
|
2011-01-26 |
Sam Lantinga |
More fixes for compilation on Visual Studio
|
2011-01-26 |
Sam Lantinga |
Fixed compile error on Visual C++
|
2011-01-26 |
Sam Lantinga |
Improvements based on feedback from Anthony Williams
|
2011-01-25 |
krogoway |
Added SDL_window.* to the project.
|
2011-01-25 |
Sam Lantinga |
Fixed cross-compiling for Windows
|
2011-01-25 |
Sam Lantinga |
Fixed Android build
|
2011-01-25 |
Sam Lantinga |
Only include windows.h on Windows. :)
|
2011-01-25 |
Sam Lantinga |
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
|
2011-01-25 |
Sam Lantinga |
Fixed bug #1102
|
2011-01-25 |
Sam Lantinga |
Fixed bug #1100
|
2011-01-25 |
Sam Lantinga |
Fixed bug #1103
|
2011-01-24 |
Sam Lantinga |
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
|
2011-01-24 |
Sam Lantinga |
Fixed compile error
|
2011-01-24 |
Sam Lantinga |
Fixed bug #1080
|
2011-01-24 |
Sam Lantinga |
Missed a small part of the patch
SDL-1.2
|
2011-01-24 |
Sam Lantinga |
Fixed bug #1080
SDL-1.2
|
2011-01-24 |
krogoway |
Renamed SDL_keysym to SDL_KeySym
|
2011-01-24 |
Sam Lantinga |
Fixed bug #1011
|
2011-01-24 |
Sam Lantinga |
Trying to close Andreas' branch again.
|
2011-01-24 |
Sam Lantinga |
Fixed bug #1011
|
2011-01-24 |
Sam Lantinga |
Michael Bicha to Sam
SDL-1.2
|
2011-01-31 |
Eric Wing |
iOS Xcode project template fixes/changes.
|
2011-01-31 |
Eric Wing |
New iOS Xcode target to build libSDL.a and lipo Simulator & Device binaries together.
|
2011-01-22 |
Sam Lantinga |
Fixed size_t warnings on 64-bit build
|
2011-01-22 |
Sam Lantinga |
Closing Andreas' commit. His changes don't apply to the tip code anymore.
|
2011-01-22 |
Sam Lantinga |
Fixed bug in timer when the list of timers changed.
|
2011-01-22 |
Sam Lantinga |
Fixed bug #1097
|
2011-01-22 |
Ryan C. Gordon |
Whitespace change in a README.
|
2011-01-22 |
Sam Lantinga |
HAVE_GCC_ATOMICS covers the test and set
|
2011-01-22 |
Sam Lantinga |
Yeah, go iPhone!
|
2011-01-22 |
Sam Lantinga |
Separated out the minimum functionality that we need from gcc for our spinlock fallback.
|
2011-01-22 |
Sam Lantinga |
Fixed atomic intrinsic test
|
2011-01-21 |
Sam Lantinga |
Fixed bug #859
|
2011-01-21 |
Sam Lantinga |
Fixed bug #945
|
2011-01-21 |
Sam Lantinga |
Fixed compile error on Mac OS X
|
2011-01-21 |
Sam Lantinga |
Fixed bug #929
|
2011-01-21 |
Sam Lantinga |
You can't have an empty union in the structure...
|
2011-01-21 |
Sam Lantinga |
Fixed bug #925
|
2011-01-21 |
Sam Lantinga |
Fixed mouse button index for additional mouse buttons
|
2011-01-21 |
Sam Lantinga |
Fixed mouse button index for additional mouse buttons
|
2011-01-20 |
Jjgod Jiang |
Fix double mouse motion in OS X
|
2011-01-21 |
Sam Lantinga |
Moved function for consistency
|
2011-01-20 |
Jjgod Jiang |
Fix mouse wheel events in fullscreen mode for OS X
|
2011-01-21 |
Sam Lantinga |
Added the ability to get the UIKit window through the SDL API.
|
2011-01-20 |
Ryan C. Gordon |
Disable .hgeol for now...it doesn't work well at the moment.
|
2011-01-20 |
Ryan C. Gordon |
Added .hgeol to handle file EOL conversion.
|
2011-01-20 |
Sam Lantinga |
Fixed bug #1026
|
2011-01-20 |
Sam Lantinga |
Fixed bug #1028
|
2011-01-20 |
Sam Lantinga |
Fixed bug #1027
|
2011-01-20 |
Sam Lantinga |
SDL doesn't depend on GLU, and overwhelming feedback from the mailing list is that people don't want it included in SDL_opengl.h
|
2011-01-20 |
Sam Lantinga |
John Wilson 2010-08-17 17:09:16 PDT
|
2011-01-20 |
Sam Lantinga |
PS3 Linux is no more...
|
2011-01-20 |
Sam Lantinga |
Nobody has stepped up to maintain an svgalib driver. Bye bye! :)
|
2011-01-20 |
Sam Lantinga |
Clearing the API changes for the 1.3.0 release
|
2011-01-20 |
Sam Lantinga |
Nobody has stepped up to maintain a framebuffer console driver. Bye bye! :)
|
2011-01-20 |
Sam Lantinga |
Removed debug print statements
|
2011-01-20 |
Sam Lantinga |
Florian Forster to sdl
|
2011-01-20 |
Sam Lantinga |
Window move events have the same problem as size events on Windows
|
2011-01-19 |
Sam Lantinga |
Fixed using the native iconv library
|
2011-01-19 |
Sam Lantinga |
Fixed test for libiconv
|
2011-01-19 |
Sam Lantinga |
Use the debug C runtime for the debug configuration
|
2011-01-19 |
Sam Lantinga |
Normalized line endings
|
2011-01-19 |
Sam Lantinga |
Raw input is no longer used. Yay!
|
2011-01-19 |
Sam Lantinga |
The clipboard API was missing from the 2010 project
|
2011-01-19 |
Sam Lantinga |
Added post build step to copy SDL and data files into the test projects
|
2011-01-19 |
Sam Lantinga |
Added testshape to the Debug configuration
|
2011-01-19 |
Sam Lantinga |
Added post build step to copy SDL and data files into the test projects
|
2011-01-19 |
Sam Lantinga |
Removed extra space
|
2011-01-19 |
Sam Lantinga |
Added XFlush() so changes happen immediately instead of waiting for the next event loop.
|
2011-01-19 |
Sam Lantinga |
Greg Jandl to SDL
|
2011-01-19 |
Sam Lantinga |
Greg Jandl to SDL
|
2011-01-19 |
Sam Lantinga |
Whoops, good catch from Greg Jandl
|
2011-01-19 |
Sam Lantinga |
Fixed building with the latest iOS SDK (4.2)
|
2011-01-19 |
Sam Lantinga |
Fixed building with the latest iOS SDK (4.2)
|
2011-01-19 |
Sam Lantinga |
Fixed missing source files in static library target
|
2011-01-18 |
Sam Lantinga |
Not all MinGW compilers have intrin.h, so we'll only use this with Visual Studio.
|
2011-01-18 |
Sam Lantinga |
Fixed building with the latest iOS SDK (4.2)
|
2011-01-18 |
Sam Lantinga |
Fixed building with the latest iOS SDK (4.2)
|
2011-01-18 |
Sam Lantinga |
Fixed build against 10.4 SDK
|
2011-01-18 |
Sam Lantinga |
Fixed compiler error with the latest Xcode package
|
2011-01-18 |
Sam Lantinga |
Updated the snapshot script for Mercurial
|
2011-01-18 |
Sam Lantinga |
Michael gave permission to use his test code
|
2011-01-17 |
Sam Lantinga |
SDL_atomic.h is safe to include in the main header now.
|
2011-01-17 |
Sam Lantinga |
Fixed compiler warnings using Windows intrinsics
|
2011-01-17 |
Sam Lantinga |
Use compiler intrinsics on Windows
|
2011-01-17 |
Sam Lantinga |
Fixed compiler error
|
2011-01-17 |
Sam Lantinga |
Fixed compiler errors
|
2011-01-17 |
Sam Lantinga |
Use compiler intrinsics, where available
|
2011-01-17 |
Sam Lantinga |
Use the portable intrinsic
|
2011-01-17 |
Sam Lantinga |
Added testatomic test project
|
2011-01-17 |
Sam Lantinga |
Minor documentation consistency cleanup
|
2011-01-17 |
Sam Lantinga |
Fixed compiler warning
|
2011-01-17 |
Sam Lantinga |
Fixed compiler warning about symbol redefinition
|
2011-01-17 |
Sam Lantinga |
Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
|
2011-01-16 |
Sam Lantinga |
Don't hose code that isn't expecting a windows include
|
2011-01-16 |
Sam Lantinga |
Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
|
2011-01-15 |
Sam Lantinga |
Updated the atomic API for better use cases
|