Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Android: Replaced spaces with tab in Android.mk file.
2015-05-06, by Philipp Wiesemann
Emscripten: Fixed touch coordinates not being normalized.
2015-05-06, by Philipp Wiesemann
Fixed implicit function declaration in test program.
2015-05-06, by Philipp Wiesemann
Fixed SDL_GL_GetAttribute queries for framebuffer component sizes in Core Profile OpenGL contexts.
2015-05-06, by Alex Szpakowski
Fixed building the iOS Demo files in debug mode
2015-05-06, by Alex Szpakowski
Replaced all remaining uses of NSAutoreleasePool with @autoreleasepool blocks (bugzilla #2680.)
2015-05-05, by Alex Szpakowski
Fixed a warning when SDL_syswm.h is included in code compiled for iOS with clang.
2015-05-05, by Alex Szpakowski
Fixed the window offset on iOS when resuming an app with a borderless or fullscreen window that has the on-screen keyboard visible.
2015-05-05, by Alex Szpakowski
Fixed a crash on iOS when none of the orientations in Info.plist match the SDL window's actual orientation.
2015-05-05, by Alex Szpakowski
Fixed bug 2976 - Fix RGBA<->RGBA blit that was broken with the optimization from Bug 11
2015-05-04, by Sam Lantinga
X11: send keypress events before textinput events.
2015-05-01, by Ryan C. Gordon
checkkeys: report SDL_TEXTEDITING events.
2015-05-01, by Ryan C. Gordon
checkkeys: Readded the KEYUP event test.
2015-05-01, by Ryan C. Gordon
Android: Deactivated debug log messages on joystick device events.
2015-04-30, by Philipp Wiesemann
X11: Use our own cut-buffer for intermediate clipboard storage.
2015-04-26, by Dimitris Zenios
Moved code signature step to after the framework build step is complete, and don't hardcode the codesign identity
2015-04-26, by Sam Lantinga
Turn off code signing by default
2015-04-26, by Sam Lantinga
Updated project and added code signing for release builds
2015-04-26, by Sam Lantinga
Only check for Linux-specific input APIs on Linux targets (thanks, Marcus!).
2015-04-25, by Ryan C. Gordon
Remove trailing spaces in Android source code.
2015-04-08, by Reto Schneider
Add an entry for X11 "/" key for Brazilian keyboard.
2014-06-05, by Wander Lairson Costa
CMake: Slightly better fix for installation target (thanks, Anthony!).
2015-04-22, by Ryan C. Gordon
Fixed typos in header file documentation comments.
2015-04-22, by Philipp Wiesemann
Fixed SDL_GameControllerOpen() and SDL_JoystickOpen() documentation in header.
2015-04-20, by Philipp Wiesemann
Fixed unsupported doxygen tag in header file.
2015-04-20, by Philipp Wiesemann
Cleaned up the macro salsa in the Windows timer code.
2015-04-20, by Ryan C. Gordon
Windows: Always set the system timer resolution to 1ms by default.
2015-04-20, by Ryan C. Gordon
Allocate audio buffer for application mixing in FastRAM if available. Contributed by Daniel Illgen.
SDL-1.2
2015-04-17, by Patrice Mandin
Do not allocate in STRAM if TTRAM allocation is mandatory
SDL-1.2
2015-04-17, by Patrice Mandin
Fixed return value of SDL_SaveBMP_RW() depending on set errors after NULL input.
2015-04-16, by Philipp Wiesemann
Linux: Removed not needed platform info from two entries of controller database.
2015-04-16, by Philipp Wiesemann
Fixed typo in internal joystick documentation comments.
2015-04-15, by Philipp Wiesemann
Emscripten: Simplified implementation of joystick update function.
2015-04-15, by Philipp Wiesemann
Emscripten: Fixed memory leak if SDL_GetPrefPath() failed.
2015-04-15, by Philipp Wiesemann
Android: Fixed lint warning about order of elements in AndroidManifest.xml.
2015-04-13, by Philipp Wiesemann
WinRT: Fixed format string for error message.
2015-04-13, by Philipp Wiesemann
Patched to compile on C89 compilers.
2015-04-12, by Ryan C. Gordon
Make X11 and Wayland ProcessHitTest() code less verbose.
2015-04-12, by Ryan C. Gordon
Implemented SetWindowHitTest() for Wayland (thanks, x414e54!).
2015-04-12, by Ryan C. Gordon
Merged.
2015-04-12, by Ryan C. Gordon
Fixed orientation issues in the iOS extended launch screen.
2015-04-12, by Alex Szpakowski
Fixed an iOS view orientation issue when SDL_GL_CreateContext or SDL_CreateRenderer is called.
2015-04-10, by Alex Szpakowski
Ignore some more test binaries.
2015-04-10, by Rohit Nirmal
Windows: Fixed format string for error message.
2015-04-11, by Philipp Wiesemann
Mac: Fixed typo in two error messages.
2015-04-11, by Philipp Wiesemann
Some Raspberry Pi build fixes (including Raspberry Pi 2 support).
2015-04-11, by Ryan C. Gordon
Placate static analysis with an assertion.
2015-04-10, by Ryan C. Gordon
Fixed memory leak in failure case that static analysis found.
2015-04-10, by Ryan C. Gordon
PSP: Removed empty statement.
2015-04-10, by Philipp Wiesemann
Wayland: Removed empty statement.
2015-04-10, by Philipp Wiesemann
Closing the iOS-improvements branch.
iOS-improvements
2015-04-09, by Ryan C. Gordon
Merged Alex Szpakowski's iOS-improvement branch to default.
2015-04-09, by Ryan C. Gordon
Added framebuffer and colorbuffer members to the uikit portion of the SDL_SysWMinfo struct, removed SDL_iOSGetViewRenderbuffer and SDL_iOSGetViewFramebuffer.
iOS-improvements
2015-04-09, by Alex Szpakowski
Renamed SDL_iPhoneGetViewFramebuffer/Renderbuffer to SDL_iOSGetViewFramebuffer/Renderbuffer. Added #defines for SDL_iOSSetAnimationCallback and SDL_iOSSetEventPump, which point to SDL_iPhoneSetAnimationCallback and SDL_iPhoneSetEventPump.
iOS-improvements
2015-04-08, by Alex Szpakowski
Generated dynapi prototypes for the new iPhone functions.
iOS-improvements
2015-04-08, by Alex Szpakowski
Merged default into iOS-improvements
iOS-improvements
2015-04-08, by Alex Szpakowski
Merged default into iOS-improvements
iOS-improvements
2015-04-06, by Alex Szpakowski
Merged default into iOS-improvements
iOS-improvements
2015-01-24, by Alex Szpakowski
Fixed the extended launch screen causing minor visual issues when rotating the screen in some circumstances.
iOS-improvements
2015-01-24, by Alex Szpakowski
Merged default into iOS-improvements
iOS-improvements
2015-01-15, by Alex Szpakowski
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
tip