Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-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.
Fixed compile warnings about evaluating undefined identifiers.
2016-07-17, by Philipp Wiesemann
Tests: Would be wise to compile this
2016-07-13, by Brandon Schaefer
Tests: Somehow tabs leaked in...
2016-07-13, by Brandon Schaefer
Tests: Add a manual test for a custom cursor (Taken from the API docs)
2016-07-13, by Brandon Schaefer
Tests: Mir needs the window to swap at lease 1 frame for the cursor to show. So render in testwm2
2016-07-13, by Brandon Schaefer
MIR: Fix system cursors. Been broken since custom cursor support was added!
2016-07-13, by Brandon Schaefer
Android: Added new key codes from API 24.
2016-07-09, by Philipp Wiesemann
iOS: Fix an OpenGL ES error when rotating the device if MSAA is used (thanks Cole Campbell!)
2016-07-02, by Alex Szpakowski
Fixed three source comments in tests.
2016-06-28, by Philipp Wiesemann
Added a simple test case for SDL_sscanf() to tests.
2016-06-28, by Philipp Wiesemann
Fixed freeing strings created by strdup() with SDL_free().
2016-06-28, by Philipp Wiesemann
Mac: Fixed crash if SDL_GetDisplayDPI() got NULL pointers for output parameters.
2016-06-26, by Philipp Wiesemann
Fixed compile warnings in test library about formats strings not being literals.
2016-06-25, by Philipp Wiesemann
Mac: Updated file name in README.
2016-06-25, by Philipp Wiesemann
Fixed Bug 3147 - Windows: Crash when resizing Window since hg 333216331863
2016-06-24, by David Ludwig
Mac: Updated availability macro in build script.
2016-06-24, by Philipp Wiesemann
MIR: Add better error handling for a failed connection
2016-06-08, by Brandon Schaefer
MIR: Support relative mouse mode
2016-06-07, by Brandon Schaefer
Windows: Fix other window positions/sizes being changed when exiting exclusive fullscreen (bug #3315, thanks Simon Hug!)
2016-05-23, by Alex Szpakowski
SDL 1.2 Windows: Fix other window positions/sizes when exiting fullscreen (bug #3315, thanks Simon Hug!)
SDL-1.2
2016-05-23, by Alex Szpakowski
Mac: Fix a crash when SDL is compiled with SDL_MAC_NO_SANDBOX enabled, by increasing the stack size of the mouse tap thread back to OS X' default of 512 KB.
2016-05-21, by Alex Szpakowski
Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!)
2016-05-21, by Alex Szpakowski
Updated documentation of SDL_IsScreenSaverEnabled().
2016-05-20, by Philipp Wiesemann
Windows: Fixed missing error message if SDL_GetDisplayDPI() failed.
2016-05-20, by Philipp Wiesemann
X11: Fixed typos in error messages and source comments.
2016-05-20, by Philipp Wiesemann
X11: Fixed missing error message if SDL_GetDisplayDPI() failed.
2016-05-20, by Philipp Wiesemann
WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events
2016-05-14, by David Ludwig
X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown.
2016-05-11, by Philipp Wiesemann
EGL: Fixed SDL_GL_GetSwapInterval() returning -1 on error.
2016-05-11, by Philipp Wiesemann
Updated documentation of SDL_CreateWindow() and SDL_CreateWindowFrom().
2016-05-11, by Philipp Wiesemann
iOS: Added brackets to function names in README so that doxygen links them.
2016-05-10, by Philipp Wiesemann
Fixed missing error message if SDL_GetDisplayDPI() is unsupported.
2016-05-10, by Philipp Wiesemann
Fixed crash in shape test program if memory allocation failed.
2016-05-10, by Philipp Wiesemann
Fixed error return values in filesystem test program.
2016-05-10, by Philipp Wiesemann
WinRT: allow on-screen keyboard to be shown via SDL APIs, Win10/UWP only
2016-05-07, by David Ludwig
Fixed memory leak in game controller test program.
2016-05-05, by Philipp Wiesemann
Updated documentation of SDL_HINT_THREAD_STACK_SIZE in header file.
2016-05-05, by Philipp Wiesemann
Added missing links at documentation of SDL_FreeCursor() in header file.
2016-05-05, by Philipp Wiesemann
Cocoa mouse code: Replaced NSPointInRect with NSMouseInRect (thanks Eric Wasylishen!) Fixes bug #3312.
2016-05-01, by Alex Szpakowski
Mac: replaced a deprecated CGSetLocalEventsSuppressionInterval call that I missed in commit f0645cd8fd39
2016-05-01, by Alex Szpakowski
Android: Updated name of README file.
2016-04-25, by Philipp Wiesemann
WinRT: another README tweak
2016-04-17, by David Ludwig
WinRT: README tweaks
2016-04-17, by David Ludwig
Wayland: Removed not needed including and setting of errno.
2016-04-14, by Philipp Wiesemann
Fixed markdown formatting in porting README for doxygen output.
2016-04-14, by Philipp Wiesemann
Added missing error return in test program.
2016-04-14, by Philipp Wiesemann
PSP: Fixed compile error.
2016-04-14, by Philipp Wiesemann
WinRT: build/link fix
2016-04-13, by David Ludwig
Patched to compile on Haiku...?
2016-04-12, by Ryan C. Gordon
windows: created threads' stack sizes should be reserved, not committed.
2016-04-12, by Ryan C. Gordon
Patched to compile on various platforms.
2016-04-12, by Ryan C. Gordon
threads: Move SDL's own thread creation to a new internal API.
2016-04-12, by Ryan C. Gordon
threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere.
2016-04-12, by Ryan C. Gordon
WinRT: bug hack-fix - gamepad detection was failing on Xbox One
2016-04-11, by David Ludwig
iOS: Fixed SDL_GL_CreateContext crashing instead of returning null when a GLES3 context is requested on iOS 6 and older.
2016-04-10, by Alex Szpakowski
alsa: Make device enumeration robust against weird results with NULL strings.
2016-04-04, by Ryan C. Gordon
iOS: Also do the Dictation crash workaround before executing the animation callback.
2016-04-02, by Alex Szpakowski
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, by Alex Szpakowski
iOS: Workaround for a crash after Dictation is used.
2016-04-01, by Alex Szpakowski
iOS: Fixed compiling demos on C89 compilers.
2016-04-01, by Philipp Wiesemann
PSP: Fixed returning success from unsupported SDL_RenderReadPixels().
2016-04-01, by Philipp Wiesemann
PSP: Fixed returning success for unsupported SDL_SetTextureColorMod().
2016-04-01, by Philipp Wiesemann
PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom().
2016-04-01, by Philipp Wiesemann
Updated info about required Ubuntu version for Mir support in README.
2016-04-01, by Philipp Wiesemann
Wayland: Fixed missing error message if creating a custom cursor failed.
2016-03-28, by Philipp Wiesemann
Removed not needed SDL_WINDOW_SHOWN from chessboard test program.
2016-03-28, by Philipp Wiesemann
iOS: Removed not needed SDL_WINDOW_SHOWN from rectangles demo.
2016-03-28, by Philipp Wiesemann
iOS: Fixed keyboard demo ignoring quit requests and window closing.
2016-03-28, by Philipp Wiesemann
iOS: Replaced #import with #include in two demos.
2016-03-27, by Philipp Wiesemann
iOS: Restored older version of rectangles demo.
2016-03-27, by Philipp Wiesemann
iOS: Updated SDL version in demo README.
2016-03-27, by Philipp Wiesemann
Fixed comment in gesture source.
2016-03-27, by Philipp Wiesemann
1.2 stdlib: include SDL_config.h so we can see if HAVE_QSORT is actually set.
SDL-1.2
2016-03-30, by Ryan C. Gordon
gcc-fat.sh: SDL 1.2 won't build with the Mac OS X 10.11 SDK with < 10.7 compat.
SDL-1.2
2016-03-30, by Ryan C. Gordon
SDL_qsort in SDL 1.2 needs to use the system includes.
SDL-1.2
2016-03-30, by Ryan C. Gordon
Mac: avoid calling CGSetLocalEventsSuppressionInterval, it was deprecated in OS X 10.6.
2016-03-20, by Alex Szpakowski
Windows CMake: don't try to link dxguid, it's unavailable when using Visual Studio's XP-compatible toolset.
2016-03-18, by Alex Szpakowski
Wayland: Fixed crash if memory mapping failed while creating a custom cursor.
2016-03-16, by Philipp Wiesemann
Wayland: Fixed storing a theme cursor which is never used in video data.
2016-03-16, by Philipp Wiesemann
Quick fix for qsort off-by-one error.
SDL-1.2
2016-03-11, by Sam Lantinga
Pick up new display mode information after a mode change (Windows only right now).
2016-03-11, by Sam Lantinga
Quick fix for qsort off-by-one error.
2016-03-11, by Sam Lantinga
Emscripten: Deactivated custom cursor support because it created system cursors.
2016-03-11, by Philipp Wiesemann
Wayland: Fixed drawing created cursors without transparency.
2016-03-11, by Philipp Wiesemann
Wayland: Fixed showing created cursors incorrectly before the first redraw.
2016-03-11, by Philipp Wiesemann
WinRT: Removed dead code and fixed memory leak if allocation for driver failed.
2016-03-10, by Philipp Wiesemann
Fixed compiling IME test program with HAVE_SDL_TTF on C89 compilers.
2016-03-10, by Philipp Wiesemann
Removed unnecessary include statement in test program.
2016-03-10, by Philipp Wiesemann
A simple test program for SDL_qsort().
2016-03-10, by Ryan C. Gordon
Another commit to test revision control.
2016-03-08, by Ryan C. Gordon
Minor tweak to a README to test Mercurial server.
2016-03-08, by Ryan C. Gordon
Fixed infinite timeout in SDL_WaitEventTimeout() - thanks Константин Гончарик
2016-03-08, by Sam Lantinga
Allow mappings to be added before GameControllerInit
2016-03-07, by Ethan Lee
alsa: Implemented basic device detection.
2016-03-05, by Ryan C. Gordon
x11: Fix a few more XMoveWindow() calls to adjust for border size.
2016-03-04, by Ryan C. Gordon
x11: Deal with window borders better.
2016-03-04, by Ryan C. Gordon
Raspberry: Fixed crash if memory allocation for cursor failed.
2016-03-03, by Philipp Wiesemann
Fixed compile warnings about unused variables in IME test program.
2016-03-03, by Philipp Wiesemann
Wayland: Fixed fault in event handling which might have caused a crash someday.
2016-03-02, by Philipp Wiesemann
Wayland: Fixed crash if allocating memory for cursor failed.
2016-03-02, by Philipp Wiesemann
Replaced strlen() with SDL_strlen() in IME test program.
2016-03-02, by Philipp Wiesemann
wayland: Add wl_proxy_marshal_constructor_versioned sym
2016-02-17, by Jonas Ådahl
Mir: Do not use opengl to find the valid pixel format if we dont use opengl
2016-02-25, by Brandon Schaefer
Mir: Replaced memcpy() with SDL_memcpy().
2016-02-24, by Philipp Wiesemann
Mir: Fixed comment at conditional compilation macro.
2016-02-24, by Philipp Wiesemann
Fixed doxygen warnings about markdown formatting.
2016-02-24, by Philipp Wiesemann
Mir: Fixed crash if allocating memory for cursor failed.
2016-02-22, by Philipp Wiesemann
Regenerated configure script with Mir changes.
2016-02-21, by Ryan C. Gordon
Fix API/ABI breakage in Mir 0.13/0.14.
2016-02-21, by bschaefer
Windows: Just use WaitForSingleObjectEx() everywhere.
2016-02-21, by Ryan C. Gordon
Windows: let threads be named in the debugger.
2016-02-21, by Ryan C. Gordon
1.2 stdlib: Updated qsort with licensing resolved (thanks, Gareth!).
SDL-1.2
2016-02-21, by Ryan C. Gordon
stdlib: Restored previous qsort() implementation; the licensing is resolved.
2016-02-21, by Ryan C. Gordon
x11: better fix for the previous commit's fullscreen vs maximized issue.
2016-02-20, by Ryan C. Gordon
x11: Don't mess with fullscreen vs maximized window state on unmapped windows.
2016-02-20, by Ryan C. Gordon
Android: Restored Philipp's joystick change, lost in the previous merge.
2016-02-19, by Ryan C. Gordon
Merge Android C89 fixes from Eric Wing.
2016-02-19, by Ryan C. Gordon
Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99.
2016-02-09, by Eric Wing
x11/wayland/mir: Make the dynamic loading macro salsa a little less messy.
2016-02-18, by Ryan C. Gordon
Added support for the Mad Catz FightStick TE S+ PS3
2016-02-17, by Sam Lantinga
less
more
|
(0)
-10000
-3000
-1000
-120
tip