Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
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.
Still trying to get this to compile...
2015-05-28, by Ryan C. Gordon
More patching to compile...
2015-05-28, by Ryan C. Gordon
Another attempt to get this to compile.
2015-05-28, by Ryan C. Gordon
Patched to compile on MingW.
2015-05-28, by Ryan C. Gordon
Move tests from SDL_config higher up in Windows joystick/haptic code.
2015-05-28, by Ryan C. Gordon
X11: Add Xdbe support to message boxes (thanks, Melker!).
2015-05-28, by Ryan C. Gordon
Patched to compile on C89 compilers.
2015-05-27, by Ryan C. Gordon
Wayland: Avoid NULL dereference after window destruction (thanks, "x414e54"!).
2015-05-27, by Ryan C. Gordon
Fixed detecting PS4 wired controller on Windows
2015-05-27, by Sam Lantinga
Back out changeset 12d477422f47.
2015-05-26, by Ryan C. Gordon
X11: generate clipboard update events (thanks, "chw"!).
2015-05-26, by Ryan C. Gordon
Uh, yeah, it helps to press "Save" before committing...
2015-05-26, by Ryan C. Gordon
X11: use XA_STRING for text SDL puts on the clipboard (thanks, "chw"!).
2015-05-26, by Ryan C. Gordon
Stack hint should look for 0, not -1, and not care about environment variables.
2015-05-26, by Ryan C. Gordon
Added a hint to specify new thread stack size (thanks, Gabriel!).
2015-05-26, by Ryan C. Gordon
Properly report DX headers in the CMake project files (thanks, "MailMr_S"!).
2015-05-26, by Ryan C. Gordon
[IBus] Only register interest in messages sent to our input context.
2015-02-27, by Alex Baines
[ibus] Send an empty TextEditing event when the text is cleared by pressing backspace.
2015-02-01, by Alex Baines
Added some unknown keys from Japanese 106/109 keyboards (thanks, "ver0hiro"!).
2015-05-26, by Ryan C. Gordon
Mac: Send a window resize event when the window's backing scale factor changes.
2015-05-26, by Alex Szpakowski
Reset the keyboard state when launching a message box (thanks, Sean!).
2015-05-26, by Ryan C. Gordon
Windows: Alt-F4 hotkey should be checked on keydown, not keyup (thanks, Matt!).
2015-05-26, by Ryan C. Gordon
Android: Added basic drop file support (thanks, "noxalus"!).
2015-05-26, by Ryan C. Gordon
Pump IBus events after X events.
2015-05-26, by Alex Baines
Fix a libtool issue with some mingw-w64 cross compilers (thanks, Ozkan!).
2015-05-26, by Ryan C. Gordon
EGL: OpenGL ES 3.0 contexts can now be created without the EGL_KHR_create_context extension.
2015-05-26, by Alex Szpakowski
Drop out of SDL_UpdateTexture() early if the rectangle is zero pixels.
2015-05-26, by Ryan C. Gordon
Some setups need _GNU_SOURCE to make LLONG_MAX available (thanks, Ozkan!).
2015-05-26, by Ryan C. Gordon
Fix fallback define for DECLSPEC for non-Windows platforms.
2015-05-26, by Ryan C. Gordon
Whoops, fix the static analysis fix.
2015-05-26, by Ryan C. Gordon
Mac: Fix compiler warning when building with a min target >= 10.6.
2015-05-26, by Ryan C. Gordon
Darwin haptic: Fixed a static analysis warning if axes==0.
2015-05-26, by Ryan C. Gordon
Linux joystick: Look at entire axis namespace for controls (thanks, "spaz16"!).
2015-05-26, by Ryan C. Gordon
Fixed bug 2869 - Controllers connected on launch are reported twice.
2015-05-26, by Sam Lantinga
Cocoa: Fixed relative mouse mode when app loses/regains focus (thanks, Eric!).
2015-05-26, by Ryan C. Gordon
Make dot easier to see in testrelative.
2015-05-26, by Ryan C. Gordon
Updated configure script.
2015-05-26, by Ryan C. Gordon
Removed -XCCLinker from MingW command line (thanks, Fredrik!).
2015-05-26, by Ryan C. Gordon
Windows: don't beep on Alt-* key combos (Thanks, historic_bruno!).
2015-05-26, by Ryan C. Gordon
Cocoa: report SDL_WINDOWEVENT_EXPOSED events to the app (thanks, David!).
2015-05-26, by Ryan C. Gordon
Cocoa: don't fail outright if we see an unknown display format.
2015-05-26, by Ryan C. Gordon
Don't look for (and fail without) glGetIntegerv() until we need to.
2015-05-26, by Ryan C. Gordon
Fixed bug 1392 - Debian patch: do not propagate -lpthread
2015-05-26, by Sam Lantinga
Updated the copyright year to 2015
2015-05-26, by Sam Lantinga
Script from Sylvain to automate updating the copyright year
2015-05-26, by Sam Lantinga
Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctions
2015-05-26, by Sam Lantinga
Wait for devices to finish initializing when inserted, before using them. Fixes hotplug issue with XBox 360 game controller.
2015-05-25, by Sam Lantinga
Added support for Razer Serval Bluetooth mode
2015-05-25, by Sam Lantinga
Fix duplicate raw mouse events with XInput2
2015-05-14, by Victor Luchits
Sign any subframeworks - not needed for SDL proper, but included for consistency with other projects
2015-05-23, by Sam Lantinga
Android: Fixed touch pressure being out of range.
2015-05-22, by Philipp Wiesemann
Removed redundant NULL check in test program.
2015-05-21, by Philipp Wiesemann
Changed clean-up order in test program.
2015-05-21, by Philipp Wiesemann
Fixed undefined key access in test program.
2015-05-21, by Philipp Wiesemann
Added game controller support for the Razer Serval
2015-05-20, by Sam Lantinga
Added missing loop cancel for Emscripten in test programs.
2015-05-18, by Philipp Wiesemann
Fixed compiling test program with Emscripten.
2015-05-18, by Philipp Wiesemann
Fixed handling only one event per frame in test program.
2015-05-18, by Philipp Wiesemann
Code style cleanup in the GLES and GLES2 render backends.
2015-05-16, by Alex Szpakowski
iOS: Added support for SDL_DisableScreenSaver and SDL_EnableScreenSaver.
2015-05-16, by Alex Szpakowski
Android: Replaced logging tag strings with constant.
2015-05-16, by Philipp Wiesemann
Emscripten: Fixed wrong source comment and updated web link.
2015-05-16, by Philipp Wiesemann
Mac: Use CoreFoundation headers instead of Carbon headers, in GetPowerInfo code.
2015-05-16, by Alex Szpakowski
Added a userdata parameter to SDL_SetWindowsMessageHook()
2015-05-13, by Sam Lantinga
Fixed Mac and Linux builds
2015-05-13, by Sam Lantinga
Added SDL_SetWindowsMessageHook() to facilitate full IME support on Windows
2015-05-13, by Sam Lantinga
Added generic xinput fallback for XBox compatible controllers on Linux
2015-05-13, by Sam Lantinga
Refactored SDL_EGL_CreateContext: It now supports context flags and OpenGL ES 3+ contexts, and its behavior more closely matches the GLX and WGL context creation code.
2015-05-11, by Alex Szpakowski
Android: Fixed empty parameter list in signatures of internal functions.
2015-05-09, by Philipp Wiesemann
Fixed SDL_TouchFingerEvent documentation in header file.
2015-05-08, by Philipp Wiesemann
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
less
more
|
(0)
-3000
-1000
-120
+120
tip