Fri, 03 May 2013 14:11:41 +0930 |
Kevin Shanahan |
Fix compile on Xcode 3.1 PPC + Altivec
|
changeset |
files
|
Thu, 02 May 2013 21:40:59 -0400 |
Edward Rudd |
move Ticks initialization tracking to separate function and ensure it's called with SDL_VideoInit is called to init SDL instead of SDL_Init
|
changeset |
files
|
Thu, 02 May 2013 21:23:38 -0400 |
Edward Rudd |
default clock_gettime use to enabled as there is now proper fallback code for systems that don't have it.
|
changeset |
files
|
Thu, 02 May 2013 21:17:59 -0400 |
Edward Rudd |
add in OS X Monotonic clock as well as handling fall-back incase the OSX/Linux system doesn't have a monotonic clock.
|
changeset |
files
|
Thu, 02 May 2013 16:54:03 -0700 |
Sam Lantinga |
QueryPerformanceCounter() is reliable these days, and setting the timer frequency higher can have adverse power consequences.
|
changeset |
files
|
Thu, 02 May 2013 23:12:03 +0200 |
Philipp Wiesemann |
Removed SDL prefix from internal function pointers for screen keyboard access.
|
changeset |
files
|
Wed, 01 May 2013 22:14:29 -0700 |
Andreas Schiffler |
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
|
changeset |
files
|
Wed, 01 May 2013 11:59:54 +0200 |
Philipp Wiesemann |
Corrected spelling in C source files.
|
changeset |
files
|
Wed, 01 May 2013 11:42:29 +0200 |
Philipp Wiesemann |
Corrected spelling in C source files.
|
changeset |
files
|
Wed, 01 May 2013 11:32:05 +0200 |
Philipp Wiesemann |
Fixed SDL_HapticQuery() returning -1 as unsigned int if device is not valid.
|
changeset |
files
|
Mon, 29 Apr 2013 23:54:22 +0200 |
Philipp Wiesemann |
Removed unused variables from C source files.
|
changeset |
files
|
Mon, 29 Apr 2013 23:50:27 +0200 |
Philipp Wiesemann |
Corrected confusing indentation in C source file.
|
changeset |
files
|
Mon, 29 Apr 2013 23:45:40 +0200 |
Philipp Wiesemann |
Corrected spelling in C source file.
|
changeset |
files
|
Mon, 29 Apr 2013 23:41:49 +0200 |
Philipp Wiesemann |
Corrected names in README file.
|
changeset |
files
|
Sun, 28 Apr 2013 09:54:56 +0200 |
Philipp Wiesemann |
Added missing return statements in test suite for audio.
|
changeset |
files
|
Sat, 27 Apr 2013 17:52:58 +0200 |
Philipp Wiesemann |
Corrected spelling in header files.
|
changeset |
files
|
Sat, 27 Apr 2013 17:23:20 +0200 |
Philipp Wiesemann |
Removed not needed casts from Java file.
|
changeset |
files
|
Sat, 27 Apr 2013 17:17:37 +0200 |
Philipp Wiesemann |
Removed not needed import statements from Java file.
|
changeset |
files
|
Sat, 27 Apr 2013 17:15:40 +0200 |
Philipp Wiesemann |
Removed dead store from Java file because value never used.
|
changeset |
files
|
Sat, 27 Apr 2013 17:10:14 +0200 |
Philipp Wiesemann |
Renamed inner class in Java file to avoid confusion with an unrelated class.
|
changeset |
files
|
Sat, 27 Apr 2013 14:33:27 +0200 |
Philipp Wiesemann |
Corrected spelling header file comments.
|
changeset |
files
|
Sat, 27 Apr 2013 14:26:15 +0200 |
Philipp Wiesemann |
Changed Java source file to use constant from API instead of just a String.
|
changeset |
files
|
Sat, 27 Apr 2013 14:13:30 +0200 |
Philipp Wiesemann |
Added missing @Override annotations in Java source file to reduce warnings.
|
changeset |
files
|
Sat, 27 Apr 2013 13:55:47 +0200 |
Philipp Wiesemann |
Replaces tabs with four spaces in C source file.
|
changeset |
files
|
Sat, 27 Apr 2013 13:42:56 +0200 |
Philipp Wiesemann |
Corrected comment in header file.
|
changeset |
files
|
Sat, 27 Apr 2013 13:33:05 +0200 |
Philipp Wiesemann |
Corrected a comment in Java source file.
|
changeset |
files
|
Thu, 25 Apr 2013 18:40:29 -0700 |
Jørgen P. Tjernø |
Mac: Fix relative mode message after gaining focus.
|
changeset |
files
|
Thu, 25 Apr 2013 18:40:22 -0700 |
Jørgen P. Tjernø |
Mac: Don't supress mousemoves after warp.
|
changeset |
files
|
Thu, 25 Apr 2013 18:40:31 -0700 |
Jørgen P. Tjernø |
Don't warp mouse on focus lost.
|
changeset |
files
|
Thu, 25 Apr 2013 18:05:08 -0400 |
Edward Rudd |
Allow disabling SDL_IPHONE_KEYBOARD in iOS builds
|
changeset |
files
|
Thu, 25 Apr 2013 00:26:17 -0700 |
Sam Lantinga |
Fixed bug 1582 - Allow disabling SDL_VIDEO_DRIVER_WINDOWS
|
changeset |
files
|
Thu, 25 Apr 2013 00:15:09 -0700 |
Sam Lantinga |
Fixed bug 1583 - Fix build for disabled SDL render subsystem
|
changeset |
files
|
Wed, 24 Apr 2013 23:11:48 -0400 |
Ryan C. Gordon |
Removed Cocoa OpenGL optimization that was probably good advice 10 years ago.
|
changeset |
files
|
Wed, 24 Apr 2013 12:20:51 -0700 |
Jørgen P. Tjernø |
Move cursor into window when enabling relative mode or gaining focus in relative mode.
|
changeset |
files
|
Wed, 24 Apr 2013 12:20:48 -0700 |
Jørgen P. Tjernø |
Mac: Update mouse position on warp.
|
changeset |
files
|
Wed, 24 Apr 2013 12:20:44 -0700 |
Jørgen P. Tjernø |
Test plan for relative mode.
|
changeset |
files
|
Wed, 24 Apr 2013 10:42:44 -0700 |
Jørgen P. Tjernø |
Add SDL_GetDefaultCursor.
|
changeset |
files
|
Wed, 24 Apr 2013 12:22:08 -0300 |
Gabriel Jacobo |
Bug 1787 - memory leak in WIN_InitMouse() by Marcel Bakker
|
changeset |
files
|
Wed, 24 Apr 2013 11:49:52 -0300 |
Gabriel Jacobo |
Bug 1786 - memory leak in WIN_GetDisplayModes by Marcel Bakker
|
changeset |
files
|
Tue, 23 Apr 2013 20:45:49 -0700 |
Andreas Schiffler |
Fix double free in video test suite
|
changeset |
files
|
Tue, 23 Apr 2013 18:47:44 -0700 |
Jørgen P. Tjernø |
Mac: Fix cursor not updating when re-focusing the window.
|
changeset |
files
|
Tue, 23 Apr 2013 18:47:41 -0700 |
Jørgen P. Tjernø |
Mac: Fix unmatched hide/show cursor calls.
|
changeset |
files
|
Tue, 23 Apr 2013 18:47:38 -0700 |
Jørgen P. Tjernø |
Mac: Make mouse movement smooth at edge of window when grabbed.
|
changeset |
files
|
Tue, 23 Apr 2013 18:47:32 -0700 |
Jørgen P. Tjernø |
Make sure to send MOUSEMOTION on window enter.
|
changeset |
files
|
Tue, 23 Apr 2013 16:54:52 -0300 |
Gabriel Jacobo |
Fixes PSP_DestroyTexture release of data (don't release the SDL_Texture pointer)
|
changeset |
files
|
Tue, 23 Apr 2013 16:44:54 -0300 |
Gabriel Jacobo |
Moved warning about SDL_AndroidGetActivity to SDL_system.h
|
changeset |
files
|
Tue, 23 Apr 2013 08:19:21 -0700 |
Andreas Schiffler |
Disable one test that crashes audio suite when run together with other tests
|
changeset |
files
|
Tue, 23 Apr 2013 08:07:52 -0700 |
Andreas Schiffler |
Add tests to audio suite
|
changeset |
files
|
Mon, 22 Apr 2013 18:15:10 -0700 |
Jørgen P. Tjernø |
Add multimon & mouse tracking info to SDL_test_common.
|
changeset |
files
|
Mon, 22 Apr 2013 18:15:08 -0700 |
Jørgen P. Tjernø |
SDL_GL_DeleteContext would leave an invalid current_glctx.
|
changeset |
files
|
Mon, 22 Apr 2013 18:15:00 -0700 |
Jørgen P. Tjernø |
Forgot to add this file to Mac crash fix.
|
changeset |
files
|
Mon, 22 Apr 2013 18:14:55 -0700 |
Jørgen P. Tjernø |
Send mouse leave updates for Windows and X11.
|
changeset |
files
|
Mon, 22 Apr 2013 18:14:32 -0700 |
Jørgen P. Tjernø |
Make Cocoa_ShowMessageBox work in background threads.
|
changeset |
files
|
Mon, 22 Apr 2013 18:14:26 -0700 |
Jørgen P. Tjernø |
Fix Mac crash when creating fullscreen window introduced in 9d43403e9fc5.
|
changeset |
files
|
Mon, 22 Apr 2013 15:24:35 -0700 |
VALVE\alfred |
- make sure to send a joy removed event even if the joystick wasn't opened under OSX
|
changeset |
files
|
Mon, 22 Apr 2013 12:07:16 -0700 |
Jørgen P. Tjernø |
Mac no longer loses OpenGL context when window is hidden.
|
changeset |
files
|
Mon, 22 Apr 2013 12:07:13 -0700 |
Jørgen P. Tjernø |
Properly reflect hidden/shown windows on OSX.
|
changeset |
files
|
Mon, 22 Apr 2013 11:18:45 -0300 |
Gabriel Jacobo |
Fixes #1815, don't release the LocalRef returned by SDL_AndroidGetActivity
|
changeset |
files
|
Sat, 20 Apr 2013 23:05:08 -0400 |
David Ludwig |
future-proofing for Microsoft's C++/CX extensions, whereby "generic" is a reserved keyword
|
changeset |
files
|
Fri, 19 Apr 2013 16:02:16 -0700 |
Jørgen P. Tjernø |
Fix overflow in recent gamecontroller trigger change.
|
changeset |
files
|