index
:
~bnf/sdl-wayland
master
old
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-28
added some detection of wayland
joel@teichroeb.net
1
-0
/
+1
2012-02-20
Add OpenGL 3.X context creation support
Sam Lantinga
1
-1
/
+17
2012-02-07
Check for _STDINT_H in SDL_config_minimal.h
Ryan C. Gordon
1
-2
/
+2
2012-01-22
Added a convenience function SDL_CreateWindowAndRenderer()
Sam Lantinga
1
-0
/
+16
2012-01-22
Re-added SDL_SWSURFACE, because it looks silly to always pass 0 to SDL_Create...
Sam Lantinga
1
-1
/
+4
2012-01-22
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
Sam Lantinga
3
-410
/
+0
2012-01-22
Removing some more references to SDL 1.3
Sam Lantinga
2
-2
/
+2
2012-01-22
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga
1
-2
/
+2
2012-01-22
You need to create the texture with the SDL_TEXTUREACCESS_TARGET flag.
Sam Lantinga
1
-1
/
+1
2012-01-22
Renamed SetTargetTexture() to SetRenderTarget()
Sam Lantinga
1
-24
/
+19
2012-01-19
Added a renderer flag to expose whether a renderer supports render to texture.
Sam Lantinga
1
-1
/
+3
2012-01-19
Switched back to configure generating SDL_config.h
Sam Lantinga
2
-8
/
+7
2012-01-18
Implementation of render targets, by Mason Wheeler and Gabriel Jacobo
Sam Lantinga
1
-1
/
+27
2012-01-16
Fixed configure build
Sam Lantinga
1
-3
/
+3
2012-01-15
Check for sem_timedwait(), which isn't available on some systems (including O...
Sam Lantinga
1
-0
/
+1
2012-01-14
Make sure that we use consistent configuration options on platforms like Wind...
Sam Lantinga
2
-2
/
+6
2012-01-14
Unofficial builds should have a 0 revision number - if this accidentally gets...
Sam Lantinga
1
-2
/
+2
2012-01-14
Fixed inline assembly warning for PPC
Sam Lantinga
1
-2
/
+2
2012-01-09
Fixed structure alignment mismatch between Visual Studio and gcc on 64-bit ar...
Sam Lantinga
1
-0
/
+5
2012-01-08
Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11
Sam Lantinga
1
-0
/
+1
2012-01-05
Updated iOS projects and renamed iPhoneOS to iOS
Sam Lantinga
1
-1
/
+1
2012-01-03
This file keeps getting clobbered... *sigh*
Sam Lantinga
1
-269
/
+18
2011-12-31
Happy New Year!
Sam Lantinga
56
-56
/
+56
2011-12-29
Fixed documentation typo
Sam Lantinga
1
-1
/
+1
2011-12-29
Fixed so the header is consistent with the source
Sam Lantinga
1
-1
/
+1
2011-12-29
Fixes bug 1296 - SDL_SetVideoMode crashes because of unaligned MOVAPS instruc...
Sam Lantinga
1
-18
/
+269
2011-12-29
Fixed bug 1336 - Added a timestamp on all SDL events
Sam Lantinga
1
-0
/
+21
2011-12-05
Backed out most of changeset 4b88086910d3, at Andreas's request.
Ryan C. Gordon
2
-271
/
+20
2011-12-05
Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warnings
Andreas Schiffler
2
-20
/
+271
2011-11-20
First pass at a simple drag and drop API, allowing you to accept files droppe...
Sam Lantinga
1
-2
/
+18
2011-11-09
GIMP wrote bmp files in RGBX format. Huh.
Sam Lantinga
1
-0
/
+6
2011-11-07
Fixed a typo in the header.
Sam Lantinga
1
-2
/
+2
2011-10-31
Lots of fixes importing SDL source wholesale into a new iOS project
Sam Lantinga
2
-1
/
+4
2011-10-31
SDL_ConvertPixels() returns 0 on success
Sam Lantinga
1
-0
/
+2
2011-10-30
The draw color affects RenderClear() as well. (thanks to the feedback form t...
Sam Lantinga
1
-2
/
+2
2011-10-30
Fixed typo - thanks Sheena!
Sam Lantinga
1
-1
/
+1
2011-10-29
Update SDL_HasClipboardText functions to return value based on clipboard cont...
Andreas Schiffler
1
-1
/
+1
2011-10-24
Added SDL_GetScancodeFromName() and SDL_GetKeyFromName()
Sam Lantinga
1
-5
/
+21
2011-10-14
* Android's InputStream::skip is apparently buggy, so instead read into a dum...
Tim Angus
1
-1
/
+0
2011-10-14
Specify joystick (accelerometer) support for iOS in the config header.
Ryan C. Gordon
1
-0
/
+3
2011-10-02
1.3 API CHANGE: Add support for naming threads.
Ryan C. Gordon
2
-4
/
+31
2011-09-18
Fixed compiler warnings on Haiku.
Ryan C. Gordon
1
-0
/
+5
2011-09-17
Fix SDL_RectEquals define
Andreas Schiffler
1
-1
/
+1
2011-09-16
Add NULL handling in SDL_RectEmpty and SDL_RectEquals
Andreas Schiffler
1
-2
/
+3
2011-09-12
Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch.
Ryan C. Gordon
1
-12
/
+0
2011-09-09
Removed legacy Mac OS X dlcompat code.
Ryan C. Gordon
1
-1
/
+0
2011-09-04
Update SDL_REVISION
Andreas Schiffler
1
-2
/
+2
2011-09-02
Fixed another Apple typedef in SDL_opengl.h
Ryan C. Gordon
1
-0
/
+5
2011-08-30
Backed out SDL_config.h overwrite that got committed by accident.
Ryan C. Gordon
1
-265
/
+18
2011-08-29
Automated merge with https://bitbucket.org/Markusk/sdl-gsoc
Ryan C. Gordon
10
-18
/
+62
[next]