d36c7363ddUpdated GL version tests for Mac OS X 10.9 ("Mavericks").
Ryan C. Gordon
2013-10-28 22:43:39 -0400
ea12ff9fafWinRT: added a comment regarding the lack of SHGetFolderPath on WinRT
David Ludwig
2013-10-28 15:52:04 -0400
3236fc3a9fWinRT: implemented SDL_GetBasePath and SDL_GetPrefPath
David Ludwig
2013-10-28 15:41:22 -0400
3f8f680891WinRT: spelling fix in SDL_hints.h
David Ludwig
2013-10-27 23:19:35 -0400
1704af5b02WinRT: build fixes, post SDL 2.0.1 update
David Ludwig
2013-10-27 23:03:11 -0400
69c5d21d7dWinRT: merged with SDL 2.0.1 codebase
David Ludwig
2013-10-27 21:26:46 -0400
e64e3d8c27WinRT: fixed two bugs regarding mouse events
David Ludwig
2013-10-27 14:31:57 -0400
62c781eaffWinRT: made the Direct3D 11.x 'Debug Layer' be enable-able in any app via a hint
David Ludwig
2013-10-25 20:31:43 -0400
f570effbf5Added tag release-2.0.1 for changeset 5755b4fad250
Sam Lantinga
2013-10-23 20:58:39 -0700
7108aac5acRemoved tag release-2.0.1
Sam Lantinga
2013-10-23 20:58:31 -0700
609b58e441Fixed buffer overflow.
Ryan C. Gordon
2013-10-24 00:00:10 -0400
aa10a5d908Added tag release-2.0.1 for changeset 37391efdb946
Sam Lantinga
2013-10-23 17:46:07 -0700
72de99aed3Initialize MEMORYSTATUSEX size before GlobalMemoryStatusEx() (thanks, Justin!).
Ryan C. Gordon
2013-10-23 19:52:14 -0400
51fc4b202eAdded tag release-2.0.1 for changeset 51a4ba8915d8
Sam Lantinga
2013-10-23 16:33:15 -0700
fbfe090111Updated Debian package version to 2.0.1
Sam Lantinga
2013-10-23 16:32:56 -0700
d3ad8ff4b1Added tag release-2.0.1 for changeset 1e256bd077b2
Sam Lantinga
2013-10-23 16:17:08 -0700
e0771482f6Fix regression causing crashes when running without a window manager.
Pierre-Loup A. Griffais
2013-10-23 13:43:17 -0700
965a0da901Moved a SDL_SetError() call elsewhere to avoid triggering it needlessly.
Ryan C. Gordon
2013-10-23 15:54:12 -0400
28aa076c8bSDL_GetPrefPath() now uses the organization on all platforms.
Ryan C. Gordon
2013-10-23 00:58:20 -0400
298d3d627aFixed duplicate const warning
Sam Lantinga
2013-10-22 21:54:52 -0700
30ce2bc723SDL 2.0.0 defined __inline__ and some code relies on it now.
Sam Lantinga
2013-10-22 21:53:58 -0700
fa73a3c8f6Testing fullscreen window in the accelerometer test.
Sam Lantinga
2013-10-22 21:53:42 -0700
09b3b7e78bFix error assert for negative cases of pixels_getPixelFormatName test
Andreas Schiffler
2013-10-21 23:17:37 -0700
6a71d99233Added patch notes for 2.0.1
Sam Lantinga
2013-10-21 22:27:07 -0700
2348e426c7Fixed whitespace
Sam Lantinga
2013-10-21 22:08:56 -0700
3d1c3b19c3Revert fix for bug 1392 because it breaks linking with mingw32
Sam Lantinga
2013-10-21 10:28:57 -0700
06811ecf18Fixed bug 2168 - Mac: SDL_filesystem.h not exported to public header folder when building framework
Sam Lantinga
2013-10-21 02:46:16 -0700
50da48eebfWe don't have API changes documented yet.
Sam Lantinga
2013-10-21 02:38:23 -0700
bcf5472d16Fixed bug 2073 - Mac: window moves unexpectedly when exiting SDL_WINDOW_FULLSCREEN_DESKTOP mode
Sam Lantinga
2013-10-21 02:37:03 -0700
d08634e2c6Better fix for bug 2129 - fix for bug 2121 breaks linking for mingw and throws multiple warnings
Sam Lantinga
2013-10-21 02:32:34 -0700
c10389cf5bFixed bug 2168 - Mac: SDL_filesystem.h not exported to public header folder when building framework
Sam Lantinga
2013-10-21 02:20:39 -0700
b8b9bfbe5bFixed some warnings building for 64-bit Windows
Sam Lantinga
2013-10-21 01:16:16 -0700
11d38d696eFixed bug 2015 - surface getting leak in SDLTest_ScreenShot function
Sam Lantinga
2013-10-21 00:30:05 -0700
80930559a3Fixed bug 2012 - Algorithm logic getting wrong in ComputeOutCode
Sam Lantinga
2013-10-21 00:25:43 -0700
6f76bc290aFixed bug 2061 - SDL_filesystem API not built using cmake
Sam Lantinga
2013-10-21 00:22:07 -0700
deb8086b08Fixed bug 2072 - Make OS X's filesystem calls use -[NSString fileSystemRepresentation]
Sam Lantinga
2013-10-21 00:20:27 -0700
360c3d853aBetter cleanup if OpenGL initialization fails
Sam Lantinga
2013-10-21 00:15:24 -0700
5697089d98Fixed bug 2156 - Android: Accelerometer values fed to joystick driver are inverted for the X axis and wrong for Z
Sam Lantinga
2013-10-20 23:52:02 -0700
a503dabe01Fixed a crash initializing Android touch IDs
Sam Lantinga
2013-10-20 23:23:25 -0700
f8c11bb955Fixed the status bar visibility in iOS 7
Sam Lantinga
2013-10-20 23:05:53 -0700
85c2e2367cFixed Y axis inversion on iOS; positive is up, negative is down.
Sam Lantinga
2013-10-20 22:23:09 -0700
08fa8da77cFixed bug 2129 - fix for bug 2121 breaks linking for mingw and throws multiple warnings
Sam Lantinga
2013-10-20 21:56:15 -0700
4ca34ad4a4Prevent conflicts when linking both SDL2 and SDL2_gfx
Sam Lantinga
2013-10-20 21:34:38 -0700
aa86e05d21Fixed windows compile
Sam Lantinga
2013-10-20 20:49:36 -0700
f5fa492e26Added a macro SDL_TICKS_PASSED() to correctly compare two 32-bit tick values. Went through the code and used the macro and fixed a couple places that were using incorrect timestamp comparisons.
Sam Lantinga
2013-10-20 20:42:55 -0700
04e170ceb7Added __WINDOWS__ to reflect both 32 and 64-bit windows platforms
Sam Lantinga
2013-10-20 20:41:30 -0700
d710399671Fix some edge cases in XInput haptic timing.
Ryan C. Gordon
2013-10-20 23:38:19 -0400
dddb878761Disable Win32 thread naming again. See Bugzilla #2089.
Ryan C. Gordon
2013-10-20 23:08:45 -0400
0e699eb5bbAdded SDL_GL_FRAMEBUFFER_SRGB_CAPABLE (thanks, David!).
Ryan C. Gordon
2013-10-20 21:18:05 -0400
d1bde399afBacked out changeset 737771c47c6f, done testing Buildbot changes.
Ryan C. Gordon
2013-10-20 20:24:00 -0400
df3680846bIntentionally breaking Windows and Raspberry Pi builds to test Buildbot change.
Ryan C. Gordon
2013-10-20 20:02:02 -0400
f28c7fe8a5Backed out hg changeset add2dbe99fe2. REFGUID is apparently a const type.
Ryan C. Gordon
2013-10-20 16:03:11 -0400
c521ae84bcPatched to compile on non-C99 Microsoft compiler.
Ryan C. Gordon
2013-10-20 16:02:24 -0400
a614f18666Patched to compile on Windows.
Ryan C. Gordon
2013-10-20 16:01:10 -0400
b285b60092Allow XInput haptics to run for SDL_HAPTIC_INFINITY time (thanks, Mitchell!).
Ryan C. Gordon
2013-10-20 15:55:47 -0400
6e1169ddc2Fixed goofy logic in haptic device comparison code.
Ryan C. Gordon
2013-10-20 15:49:52 -0400
54dce3f53aDon't bother calling SDL_SYS_HapticEffectType() at all for XInput devices.
Ryan C. Gordon
2013-10-20 15:45:48 -0400
5e74299a83Fix adding of XInput devices (thanks, Mitchell!)
Ryan C. Gordon
2013-10-20 15:40:20 -0400
ade13fd741It's okay to quit things more than once.
Sam Lantinga
2013-10-20 10:39:26 -0700
20f5167d27Use vertex arrays for drawing points in addition to lines
Sam Lantinga
2013-10-20 10:35:51 -0700
8fc4fdf10bFixed bug 1392 - Debian patch: do not propagate -lpthread
Sam Lantinga
2013-10-20 10:19:51 -0700
82b8e6df87Fixed bug 2158 - Pixel missing in SDL_RenderDrawLines
Sam Lantinga
2013-10-20 10:10:14 -0700
a25b51923aFixed compiling with the new X11 symbol wrapping
Sam Lantinga
2013-10-20 09:58:37 -0700
6a3478c235Fix bug 1300 by querying current border size in ConfigureNotify, and adjusting window coordinates accordingly.
Stefanos Apostolopoulos
2013-10-20 17:23:43 +0200
e343273abbFixed bug 2162 - SDL_RenderClear not clearing entire render target
Sam Lantinga
2013-10-19 01:29:23 -0700
b4a00144fbFixed the XInput2 X11 symbols.
Ryan C. Gordon
2013-10-18 10:56:45 -0400
5a02600647Fixed bug 2108 - CMake does not set X11 includes properly for sdl2-config and friends
Sam Lantinga
2013-10-18 00:49:59 -0700
379c0054dcFixed bug 2123 - SDL_BlitScaled crashes in src/video/SDL_blit_N.c:2145
Sam Lantinga
2013-10-18 00:47:22 -0700
a329c7f1c9Fixed bug 2139 - SDL_CreateWindow/WIN_GL_LoadLibrary fails due to external iconv not being able to convert path
Sam Lantinga
2013-10-18 00:13:51 -0700
7ae171d15eFixed bug 2155 - automatically remap accelerometer coordinates according to screen orientation on Android
Sam Lantinga
2013-10-17 23:44:30 -0700
7ad441a37cFixed bug 2069 - Device addition/removal queries all USB devices rather than only HID devices.
Sam Lantinga
2013-10-17 23:40:13 -0700
3f8df1097cFixed 1598 - Mingwin build fails on src/audio/xaudio2/SDL_xaudio2.c
Sam Lantinga
2013-10-17 23:15:27 -0700
888d807a71Removed redundant #ifdef
Sam Lantinga
2013-10-17 23:05:40 -0700
12ca3ce3faFixed building using MinGW Our SDL_windows.h needed to be included before anything else so UNICODE is defined.
Sam Lantinga
2013-10-17 23:02:29 -0700
a2bd897064Don't supply duplicate X11 symbols inside SDL.
Ryan C. Gordon
2013-10-18 01:36:41 -0400
95dc9940a2Fix to unbreak SDL_GetSystemRAM() on FreeBSD
Sam Lantinga
2013-10-17 20:49:30 -0700
14e13e13c4Fixed compiler warning if dynamic X11 loading isn't enabled.
Sam Lantinga
2013-10-17 17:38:55 -0700
7db31223e6Fixed using the wrong variable when reporting a missing SDL scancode mapping.
Sam Lantinga
2013-10-17 17:37:23 -0700
2e6b4b960dFixed compiling on Mac OS X, added a system RAM test
Sam Lantinga
2013-10-17 11:56:33 -0700
852004a22aThe _SC_PHYS_PAGES method of calculating RAM works on Linux.
Sam Lantinga
2013-10-17 11:32:14 -0700
8b79cbadefAdded an API to get the amount of system RAM
Sam Lantinga
2013-10-17 11:32:56 -0700
01164655c0Merged
Sam Lantinga
2013-10-14 09:15:41 -0700
64e1b1ca36Fixed project conflict during commit
Sam Lantinga
2013-10-14 09:14:09 -0700
6435a82d08Backed out revision fb5ab0e91c56, the platform specific messagebox functions don't have the right prototype since they're designed to be used standalone.
Sam Lantinga
2013-10-14 09:12:30 -0700
4b603abfd7For some reason, trying to raise the window programmatically while it's alt-tabbed away will minimize it. Added a workaround for this.
Sam Lantinga
2013-10-14 08:56:55 -0700
fea2699c25Fixed the windows message debug output so it works without HAVE_LIBC
Sam Lantinga
2013-10-14 08:56:50 -0700
e7e86c6dcdAdding static lib to SDL builds on Windows.
Sam Lantinga
2013-10-14 08:56:45 -0700
06cab8575eAdded support for SDL_PIXELFORMAT_UYVY surfaces on Mac OS X
Sam Lantinga
2013-10-14 08:56:37 -0700
8ec3ba3829Fixed accumulating mouse wheel motion for the Microsoft Wireless Mouse 5000
Sam Lantinga
2013-10-13 19:59:40 -0700
080c919b79Fixed function feature test for Visual Studio 2012
Sam Lantinga
2013-10-13 19:51:58 -0700
2337a684b3Fixed bug 2149 - Don't search for libusbhid except on BSD
Sam Lantinga
2013-10-13 19:49:45 -0700
a7b2db05cdAdded an assert to catch init/quit call mismatch that might bite people.
Sam Lantinga
2013-10-13 19:48:45 -0700
e9d2133934Prevent keystrokes from leaking through to the console when using evdev.
Gabriel Jacobo
2013-10-13 17:15:43 -0300
074a1c4c63Fixes X11 video backend compilation when no GL is available
Gabriel Jacobo
2013-10-12 16:29:34 -0300
7bc9815772added simple Drag & drop test
Edward Rudd
2013-10-12 11:21:40 -0400
f6fa41588cUpdates the Raspberry Pi README
Gabriel Jacobo
2013-10-12 11:35:47 -0300
9a0954c510Do a full sysroot for the Raspberry Pi buildbot.
Ryan C. Gordon
2013-10-11 10:58:05 -0400
4349cb5769Fixed bug 2146 - Enable static linking of libSDL on Android
Sam Lantinga
2013-10-10 21:51:39 -0700
a7e1fdddeaUpdated SDL to version 2.0.1
Sam Lantinga
2013-10-10 21:50:25 -0700
15682c0c5fReport joystick added/removed events even if we don't have udev.
Sam Lantinga
2013-10-10 20:58:20 -0700