Mon, 11 Aug 2014 17:25:53 -0700 |
Sam Lantinga |
Implemented SDL_GetPrefPath() on Android - it returns the path used by SDL_AndroidGetInternalStoragePath()
|
changeset |
files
|
Mon, 11 Aug 2014 17:24:54 -0700 |
Sam Lantinga |
Added an entry for the new Steam controller XInput emulation mode
|
changeset |
files
|
Mon, 11 Aug 2014 23:18:35 +0200 |
Philipp Wiesemann |
Fixed typo in source comment.
|
changeset |
files
|
Mon, 11 Aug 2014 23:16:47 +0200 |
Philipp Wiesemann |
Added javadoc comment for consistency.
|
changeset |
files
|
Mon, 11 Aug 2014 23:13:20 +0200 |
Philipp Wiesemann |
Fixed doxygen warning and markdown formatting.
|
changeset |
files
|
Mon, 11 Aug 2014 22:53:03 +0200 |
Philipp Wiesemann |
Updated README name in header.
|
changeset |
files
|
Mon, 11 Aug 2014 22:45:08 +0200 |
Philipp Wiesemann |
Removed 42 from README.
|
changeset |
files
|
Sun, 10 Aug 2014 22:21:21 -0400 |
David Ludwig |
WinRT build fix for ARM platforms
|
changeset |
files
|
Wed, 06 Aug 2014 11:34:54 -0700 |
Sam Lantinga |
Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers
|
changeset |
files
|
Wed, 06 Aug 2014 00:28:02 -0700 |
Sam Lantinga |
The OpenGL context returned by the UIKit backend is now an actual OpenGL context instead of the OpenGL view we created.
|
changeset |
files
|
Tue, 05 Aug 2014 21:03:02 -0700 |
Sam Lantinga |
Haptics aren't available on iOS, but use the dummy implementation instead of failing init if it's requested.
|
changeset |
files
|
Sun, 03 Aug 2014 20:05:42 +0200 |
Patrice Mandin |
atari:xbios: Add function to get line width.
SDL-1.2
|
changeset |
files
|
Sat, 02 Aug 2014 11:16:16 +0200 |
Patrice Mandin |
atari:gem: Simulate key released after X ms elapsed since last key pressed.
SDL-1.2
|
changeset |
files
|
Thu, 31 Jul 2014 12:46:23 -0700 |
Alfred Reynolds |
SDL - when raising the window under OSX also force the app to activate. This fixes a fullscreen window on a separate space not coming front when raisewindow is called.
|
changeset |
files
|
Thu, 31 Jul 2014 15:57:38 +0200 |
Patrice Mandin |
atari:xbios: Add Supervidel support, experimental.
SDL-1.2
|
changeset |
files
|
Thu, 31 Jul 2014 15:56:46 +0200 |
Patrice Mandin |
atari:xbios: Add missing code.
SDL-1.2
|
changeset |
files
|
Thu, 31 Jul 2014 12:34:49 +0200 |
Patrice Mandin |
atari:xbios: still need to set UpdateRects after video mode set.
SDL-1.2
|
changeset |
files
|
Wed, 30 Jul 2014 17:45:52 -0700 |
Alfred Reynolds |
SDL - fix re-entrancy into SDL_UpdateFullscreenMode under OSX. During HideWindow we get a RESTORED event which then turns fullscreen back on causing a hang in Cocoa_SetWindowFullscreenSpace waiting for the fullscreen transition to finish.
|
changeset |
files
|
Wed, 30 Jul 2014 21:10:06 +0200 |
Patrice Mandin |
atari:xbios: Add CTPCI backend.
SDL-1.2
|
changeset |
files
|
Wed, 30 Jul 2014 17:34:52 +0200 |
Patrice Mandin |
atari:xbios: Move all Falcon specific stuff to specific backend file.
SDL-1.2
|
changeset |
files
|
Wed, 30 Jul 2014 14:14:19 -0400 |
Ryan C. Gordon |
Make SDL_SysWMinfo usable on Mac/iOS with ARC enabled (thanks, Alex!).
|
changeset |
files
|
Wed, 30 Jul 2014 14:12:54 -0400 |
Ryan C. Gordon |
Fixed comment typo.
|
changeset |
files
|
Wed, 30 Jul 2014 11:11:48 -0400 |
Ryan C. Gordon |
SDL_GetQueuedAudioSize() shouldn't grab lock when not set up for queueing.
|
changeset |
files
|
Wed, 30 Jul 2014 11:08:31 -0400 |
Ryan C. Gordon |
Added a GetPendingBytes method to the audio backend.
|
changeset |
files
|
Wed, 30 Jul 2014 09:54:01 -0400 |
Ryan C. Gordon |
XAudio2: Use XAUDIO2_VOICE_NOSAMPLESPLAYED when possible.
|
changeset |
files
|
Wed, 30 Jul 2014 13:30:09 +0200 |
Patrice Mandin |
atari:xbios: Move all TT specific stuff to specific backend file.
SDL-1.2
|
changeset |
files
|
Wed, 30 Jul 2014 13:02:00 +0200 |
Patrice Mandin |
atari:xbios: Keep current function for devices not migrated.
SDL-1.2
|
changeset |
files
|
Wed, 30 Jul 2014 12:39:05 +0200 |
Patrice Mandin |
atari:xbios: Move all ST specific stuff to specific backend file.
SDL-1.2
|
changeset |
files
|
Wed, 30 Jul 2014 11:36:59 +0200 |
Patrice Mandin |
atari:xbios: Move all Milan specific stuff to specific backend file.
SDL-1.2
|
changeset |
files
|
Tue, 29 Jul 2014 08:04:15 -0700 |
Sam Lantinga |
Moved documentation to docs, recreated a simple README.txt, fixed build
|
changeset |
files
|
Tue, 29 Jul 2014 17:02:37 +0200 |
Patrice Mandin |
atari:xbios: merge CTPCI defines with Milan header file.
SDL-1.2
|
changeset |
files
|
Tue, 29 Jul 2014 09:20:12 -0300 |
Gabriel Jacobo |
Rearrange documentation
|
changeset |
files
|
Mon, 28 Jul 2014 21:15:42 +0200 |
Patrice Mandin |
atari: Do not use system interrupt for handling audio. Do it from userspace, like RISCOS backend.
SDL-1.2
|
changeset |
files
|
Mon, 28 Jul 2014 20:40:41 +0200 |
Patrice Mandin |
atari:audio:stfa: no need to switch to supervisor mode
SDL-1.2
|
changeset |
files
|
Mon, 28 Jul 2014 17:48:22 +0200 |
Patrice Mandin |
atari:xbios: missing use of SDL_memcpy
SDL-1.2
|
changeset |
files
|
Mon, 28 Jul 2014 10:54:25 -0400 |
Ryan C. Gordon |
Changed local var names in SDL assert macro.
|
changeset |
files
|
Mon, 28 Jul 2014 11:44:39 +0200 |
Patrice Mandin |
atari: Do not use system interrupt for handling timer. Do it from userspace, like RISCOS backend.
SDL-1.2
|
changeset |
files
|
Sun, 27 Jul 2014 19:56:53 -0700 |
Sam Lantinga |
Turned on OmitDefaultLibName for SDL, SDLmain and SDLtest
|
changeset |
files
|
Sun, 27 Jul 2014 19:52:52 -0400 |
Ryan C. Gordon |
Remove dependency on C runtime from Windows SDLmain.
|
changeset |
files
|
Sun, 27 Jul 2014 17:44:10 -0700 |
Sam Lantinga |
Fixed bug 2537 - _allmul in SDL_lib.c is not working properly
|
changeset |
files
|
Sun, 27 Jul 2014 17:43:36 -0700 |
Sam Lantinga |
Fixed uninitialized variable in some cases
|
changeset |
files
|
Sun, 27 Jul 2014 19:19:47 +0200 |
Patrice Mandin |
m68k: Add missing sign extension
SDL-1.2
|
changeset |
files
|
Tue, 22 Jul 2014 21:41:49 -0400 |
Ryan C. Gordon |
Added audio device buffer queueing API.
|
changeset |
files
|
Sat, 26 Jul 2014 16:52:26 -0700 |
Sam Lantinga |
Fixed bug 2657 - Memory leak in GL_CreateTexture function
|
changeset |
files
|
Tue, 22 Jul 2014 23:12:21 -0400 |
Ryan C. Gordon |
Clarifying hard-to-understand piece of code.
|
changeset |
files
|
Fri, 18 Jul 2014 14:10:45 -0700 |
Brandon Schaefer |
Dont redeclare DBusMessage* msg;
|
changeset |
files
|
Sun, 13 Jul 2014 09:04:55 -0700 |
Sam Lantinga |
Fixed bug 2640 - Unable to SDL_SetRenderTarget to original surface for software renderer without a window
|
changeset |
files
|
Sat, 12 Jul 2014 16:21:56 -0700 |
Sam Lantinga |
Fixed bug 2639 - SDL_BLENDMODE_BLEND not working properly for software renderer, thanks to Melker Narikka
|
changeset |
files
|
Sat, 12 Jul 2014 13:05:41 -0700 |
Sam Lantinga |
Fixed bug 2638 - (Signed) Can't create signed apps in Android
|
changeset |
files
|
Fri, 11 Jul 2014 22:15:34 -0700 |
Sam Lantinga |
Fixed Visual Studio 2010 build
|
changeset |
files
|
Fri, 11 Jul 2014 22:14:14 -0700 |
Sam Lantinga |
Fixed build for arm platforms
|
changeset |
files
|
Fri, 11 Jul 2014 22:02:50 -0700 |
Sam Lantinga |
Fixed bug in AVX detection and added AVX2 detection
|
changeset |
files
|
Wed, 09 Jul 2014 01:34:40 -0700 |
Sam Lantinga |
Clarified the documentation for SDL_FlushEvents() so people know it only affects currently queued events.
|
changeset |
files
|
Wed, 09 Jul 2014 00:09:57 -0400 |
Ryan C. Gordon |
The Gimp puts out a different bogus color mask for 32-bit .bmp files. :)
|
changeset |
files
|
Wed, 09 Jul 2014 00:01:34 -0400 |
Ryan C. Gordon |
Make SDL_LoadBMP() work with 32-bit bitmaps from ImageMagick.
|
changeset |
files
|
Tue, 08 Jul 2014 16:17:06 -0400 |
Ryan C. Gordon |
Comment update: SDL_INIT_NOPARACHUTE doesn't do anything as of 2.0.0.
|
changeset |
files
|
Tue, 08 Jul 2014 00:42:14 -0700 |
Sam Lantinga |
Skip JUNK chunks in wave files
|
changeset |
files
|
Tue, 08 Jul 2014 00:23:36 -0700 |
Sam Lantinga |
Strip the binaries before signing them, in release configuration
|
changeset |
files
|
Mon, 07 Jul 2014 23:48:21 -0700 |
Sam Lantinga |
Fixed supporting multiple frameworks
|
changeset |
files
|
Mon, 07 Jul 2014 23:40:10 -0700 |
Sam Lantinga |
Fixed code signing release frameworks
|
changeset |
files
|