Sat, 23 Aug 2014 11:00:16 -0700 |
Sam Lantinga |
Fixed Linux build
|
changeset |
files
|
Sat, 23 Aug 2014 10:47:50 -0700 |
Sam Lantinga |
Fixed bug 2696 - Mac: fix display mode refresh rate calculation
|
changeset |
files
|
Fri, 22 Aug 2014 15:59:49 +0200 |
Patrice Mandin |
atari:xbios: Properly setup pixels using offset.
SDL-1.2
|
changeset |
files
|
Fri, 22 Aug 2014 13:50:40 +0200 |
Patrice Mandin |
atari:xbios: Keep non offseted value
SDL-1.2
|
changeset |
files
|
Fri, 22 Aug 2014 12:40:49 +0200 |
Patrice Mandin |
atari:xbios: Let SDL handles centering on screen.
SDL-1.2
|
changeset |
files
|
Thu, 21 Aug 2014 23:22:46 -0400 |
Ryan C. Gordon |
Fix declaration-after-statement errors in ibus code.
|
changeset |
files
|
Thu, 21 Aug 2014 23:15:17 -0400 |
Ryan C. Gordon |
Adjusted code style slightly for SDL_ibus.c
|
changeset |
files
|
Thu, 21 Aug 2014 23:03:38 -0400 |
Ryan C. Gordon |
Added note about libibus-1.0-dev to the Linux README.
|
changeset |
files
|
Wed, 20 Aug 2014 22:51:56 +0200 |
Philipp Wiesemann |
Fixed typos in test program.
|
changeset |
files
|
Wed, 20 Aug 2014 22:49:59 +0200 |
Philipp Wiesemann |
Fixed not needed standard includes in test program.
|
changeset |
files
|
Wed, 20 Aug 2014 22:47:07 +0200 |
Philipp Wiesemann |
Fixed warnings about unused value in test program.
|
changeset |
files
|
Wed, 20 Aug 2014 22:44:15 +0200 |
Philipp Wiesemann |
Fixed warnings about unused functions in test program.
|
changeset |
files
|
Wed, 20 Aug 2014 22:40:56 +0200 |
Philipp Wiesemann |
Fixed warnings about missing initializers in test program.
|
changeset |
files
|
Wed, 20 Aug 2014 01:21:45 -0400 |
Ryan C. Gordon |
Fixed the cmake-guided static analysis and use it by default.
|
changeset |
files
|
Tue, 19 Aug 2014 22:04:54 -0700 |
Sam Lantinga |
Better check for __has_feature
|
changeset |
files
|
Tue, 19 Aug 2014 21:59:56 -0700 |
Sam Lantinga |
Changed the name of the IME hint to match the naming convention in SDL
|
changeset |
files
|
Tue, 19 Aug 2014 23:31:50 +0100 |
Alex Baines |
Add a SDL_IM_INTERNAL_EDITING event to make IMs like iBus render editing text in its own UI instead of sending TEXTEDITING events.
|
changeset |
files
|
Tue, 19 Aug 2014 23:17:28 +0100 |
Alex Baines |
Improvements to the IBus related code:
|
changeset |
files
|
Tue, 19 Aug 2014 22:28:53 +0100 |
Alex Baines |
Take the window border size into account when positioning the IBus candidate list.
|
changeset |
files
|
Tue, 19 Aug 2014 21:17:21 -0700 |
Sam Lantinga |
Fixed bug 2694 - configure bug __has_feature macro not detected
|
changeset |
files
|
Tue, 19 Aug 2014 21:13:07 -0700 |
Sam Lantinga |
Fixed bug 2691 - Disabling shared library prevent cmake configuration
|
changeset |
files
|
Mon, 18 Aug 2014 18:44:08 -0700 |
Sam Lantinga |
Better Mac OS X build fix - actually match the SDK OpenGL headers.
|
changeset |
files
|
Mon, 18 Aug 2014 18:17:03 -0700 |
Sam Lantinga |
Fixed Mac OS X build
|
changeset |
files
|
Mon, 18 Aug 2014 18:16:45 -0700 |
Sam Lantinga |
SDL - fix fullscreen desktop windows not restoring to fullscreen state if focus changes happen due to programtic window changes (and not user alt-tabbing)
|
changeset |
files
|
Mon, 18 Aug 2014 11:28:16 -0700 |
Sam Lantinga |
Fixed UV texture coordinate scale when using GL_ARB_texture_non_power_of_two
|
changeset |
files
|
Mon, 18 Aug 2014 14:05:02 -0400 |
Ryan C. Gordon |
Don't use the system OpenGL headers, ever.
|
changeset |
files
|
Sun, 17 Aug 2014 15:07:00 -0700 |
Sam Lantinga |
Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool
|
changeset |
files
|
Sun, 17 Aug 2014 14:57:52 -0700 |
Sam Lantinga |
Fixed bug 2655 - OSX: Window position and global mouse coord spaces are different
|
changeset |
files
|
Sun, 17 Aug 2014 14:44:53 -0700 |
Sam Lantinga |
Fixed bug 2685 - SDL_RenderReadPixels() doesn't work with offscreen targets
|
changeset |
files
|
Sun, 17 Aug 2014 14:34:41 -0700 |
Sam Lantinga |
Fixed bug where the render target is updated instead of the default output when the window is resized.
|
changeset |
files
|
Sun, 17 Aug 2014 13:49:53 -0700 |
Sam Lantinga |
Reset CMAKE_REQUIRED_FLAGS after test
|
changeset |
files
|
Sun, 17 Aug 2014 13:15:45 -0700 |
Sam Lantinga |
cmake: add -Wl,--no-undefined to GCC linker flags
|
changeset |
files
|
Sun, 17 Aug 2014 13:15:09 -0700 |
Sam Lantinga |
cmake: add -Wall/-Wshadow to GCC compilation flags
|
changeset |
files
|
Sun, 17 Aug 2014 13:11:55 -0700 |
Sam Lantinga |
Removed SDL_round() because the license wasn't compatible with zlib
|
changeset |
files
|
Sun, 17 Aug 2014 10:10:41 -0700 |
Sam Lantinga |
Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux
|
changeset |
files
|
Sat, 16 Aug 2014 23:30:44 -0700 |
Sam Lantinga |
Fixed bug 2681 - dereference a NULL pointer dst_fmt in SDL_CreateTextureFromSurface function
|
changeset |
files
|
Sat, 16 Aug 2014 23:28:40 -0700 |
Sam Lantinga |
Fixed bug 2683 - Raspberry PI support using CMake
|
changeset |
files
|
Sat, 16 Aug 2014 23:25:02 -0700 |
Sam Lantinga |
Fixed bug 2687 - SDL_BlitScaled does not handle clipping correctly
|
changeset |
files
|
Sat, 16 Aug 2014 23:23:15 -0700 |
Sam Lantinga |
Added SDL_round(), contributed by Benoit Pierre - thanks!
|
changeset |
files
|
Sat, 16 Aug 2014 23:17:47 -0700 |
Sam Lantinga |
Fixed bugs 2677 and 2625, made it possible to lock render targets in D3D
|
changeset |
files
|
Sat, 16 Aug 2014 15:18:21 -0700 |
Sam Lantinga |
Fixed building on Windows with CMake
|
changeset |
files
|
Sat, 16 Aug 2014 16:50:10 -0400 |
Ryan C. Gordon |
Haptic: Add some missing haptic types to test, and fix wrong array-sizes.
|
changeset |
files
|
Sat, 16 Aug 2014 16:49:00 -0400 |
Ryan C. Gordon |
Haptic: Fix clamping bugs on Windows, by using the Darwin haptics code.
|
changeset |
files
|
Sat, 16 Aug 2014 16:47:42 -0400 |
Ryan C. Gordon |
Haptic: Fix the saturation and deadband parameters' available range.
|
changeset |
files
|
Sat, 16 Aug 2014 16:42:55 -0400 |
Ryan C. Gordon |
Haptic: Explicitly avoid floating point arithmetic if it's not needed.
|
changeset |
files
|
Sat, 16 Aug 2014 16:41:25 -0400 |
Ryan C. Gordon |
Haptic: DInput's POLAR direction actually matches Linux's direction.
|
changeset |
files
|
Sat, 16 Aug 2014 16:40:01 -0400 |
Ryan C. Gordon |
Haptic: Don't interpret a direction of polar 35999 as "unsupported type".
|
changeset |
files
|
Fri, 15 Aug 2014 23:39:14 +0200 |
Philipp Wiesemann |
Fixed markdown formatting in READMEs.
|
changeset |
files
|
Fri, 15 Aug 2014 23:18:57 +0200 |
Philipp Wiesemann |
Updated README.
|
changeset |
files
|
Fri, 15 Aug 2014 23:13:51 +0200 |
Philipp Wiesemann |
Fixed enumeration in README.
|
changeset |
files
|
Thu, 14 Aug 2014 21:31:50 -0700 |
Sam Lantinga |
Take advantage of GL_ARB_texture_non_power_of_two when it's available
|
changeset |
files
|
Wed, 13 Aug 2014 20:06:53 +0200 |
Patrice Mandin |
atari: update Readme.
SDL-1.2
|
changeset |
files
|
Wed, 13 Aug 2014 20:02:18 +0200 |
Patrice Mandin |
atari:xbios: Makef shadow buffer usage optional on Supervidel.
SDL-1.2
|
changeset |
files
|
Wed, 13 Aug 2014 13:36:26 +0200 |
Patrice Mandin |
atari:gem: Fix EdDI cookie detection.
SDL-1.2
|
changeset |
files
|
Wed, 13 Aug 2014 11:02:11 +0200 |
Patrice Mandin |
atari:gem: Remove unused variables.
SDL-1.2
|
changeset |
files
|
Wed, 13 Aug 2014 11:01:21 +0200 |
Patrice Mandin |
atari:gem: Use flag to only call system function to hide/show cursor when state changes.
SDL-1.2
|
changeset |
files
|
Tue, 12 Aug 2014 23:37:12 +0200 |
Philipp Wiesemann |
Fixed warnings about unused local variables.
|
changeset |
files
|
Tue, 12 Aug 2014 23:33:16 +0200 |
Philipp Wiesemann |
Fixed warning about implicit boxing to Java Object.
|
changeset |
files
|
Tue, 12 Aug 2014 23:28:45 +0200 |
Philipp Wiesemann |
Fixed doxygen warnings and markdown formatting.
|
changeset |
files
|
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
|