Go to file
Ryan C. Gordon c61675dc5d threads: Move SDL's own thread creation to a new internal API.
This allows us to set an explicit stack size (overriding the system default
and the global hint an app might have set), and remove all the macro salsa
for dealing with _beginthreadex and such, as internal threads always set those
to NULL anyhow.

I've taken some guesses on reasonable (and tiny!) stack sizes for our
internal threads, but some of these might turn out to be too small in
practice and need an increase. Most of them are simple functions, though.
2016-04-12 16:45:10 -04:00
VisualC
VisualC-WinRT
Xcode
Xcode-iOS iOS: Fixed compiling demos on C89 compilers. 2016-04-01 21:14:49 +02:00
acinclude
android-project
build-scripts
cmake
debian
docs Updated info about required Ubuntu version for Mir support in README. 2016-04-01 21:10:43 +02:00
include Add a new hint SDL_HINT_MAC_MOUSE_FOCUS_CLICKTHROUGH, which allows mouse click events to occur when clicking to focus a window in Mac OS X. 2016-04-02 11:54:05 -03:00
premake
src threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
test Removed not needed SDL_WINDOW_SHOWN from chessboard test program. 2016-03-28 21:02:30 +02:00
visualtest
.hgignore A simple test program for SDL_qsort(). 2016-03-10 01:50:43 -05:00
Android.mk
BUGS.txt
CMakeLists.txt Windows CMake: don't try to link dxguid, it's unavailable when using Visual Studio's XP-compatible toolset. 2016-03-18 22:15:53 -03:00
COPYING.txt
CREDITS.txt
INSTALL.txt
Makefile.in
Makefile.minimal
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt Another commit to test revision control. 2016-03-08 20:26:26 -05:00
README.txt
SDL2.spec.in
TODO.txt
VisualC.html
WhatsNew.txt
autogen.sh
cmake_uninstall.cmake.in
configure
configure.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in

README.txt

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

---
http://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed
to provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting
with README.md

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)