Fri, 28 Jun 2013 23:29:13 -0700 |
Sam Lantinga |
Only check for keyboard focus if the video subsystem was initialized.
|
changeset |
files
|
Fri, 28 Jun 2013 22:49:03 -0700 |
Sam Lantinga |
Removing old dangerous signal catching code.
|
changeset |
files
|
Fri, 28 Jun 2013 22:44:49 -0700 |
Sam Lantinga |
Not using SDLmain on Windows is just fine, don't fail the initialization if the program implements WinMain() and then doesn't call SDL_SetMainReady().
|
changeset |
files
|
Fri, 28 Jun 2013 22:42:10 -0700 |
Sam Lantinga |
Added testgamecontroller to the Visual Studio 2012 solution.
|
changeset |
files
|
Fri, 28 Jun 2013 20:46:11 -0700 |
Sam Lantinga |
Merged
|
changeset |
files
|
Sat, 15 Jun 2013 02:46:32 -0700 |
Sam Lantinga |
Fixed some Visual Studio analyze warnings
|
changeset |
files
|
Fri, 28 Jun 2013 09:53:13 -0700 |
Sam Lantinga |
Merged
|
changeset |
files
|
Fri, 28 Jun 2013 09:52:36 -0700 |
Sam Lantinga |
Updated the name of the copyright file
|
changeset |
files
|
Thu, 27 Jun 2013 17:53:05 -0700 |
Sam Lantinga |
Merged
|
changeset |
files
|
Thu, 27 Jun 2013 17:07:24 -0700 |
Jørgen P. Tjernø |
Remove / update references to 1.2.
|
changeset |
files
|
Thu, 27 Jun 2013 17:07:18 -0700 |
Jørgen P. Tjernø |
sdl - added comment with URL to windows scancode definition document
|
changeset |
files
|
Thu, 27 Jun 2013 17:49:22 -0700 |
Sam Lantinga |
Whoops, this controller had already been added.
|
changeset |
files
|
Thu, 27 Jun 2013 16:32:45 -0700 |
Sam Lantinga |
Added game controller support for an older XBox Controller
|
changeset |
files
|
Thu, 27 Jun 2013 11:49:19 -0700 |
Sam Lantinga |
We don't want to save the alpha modulation, we want to save the blend mode.
|
changeset |
files
|
Thu, 27 Jun 2013 11:44:07 -0700 |
Sam Lantinga |
Updated testshader for the SDL 2.0 API
|
changeset |
files
|
Thu, 27 Jun 2013 11:27:19 -0700 |
Sam Lantinga |
Fixed bug updating the clip rect for the software renderer
|
changeset |
files
|
Thu, 27 Jun 2013 11:21:37 -0700 |
Sam Lantinga |
Fixed bug: SDL2 Xinput joystick axis jumps from positive to negative
|
changeset |
files
|
Thu, 27 Jun 2013 11:17:48 -0700 |
Sam Lantinga |
Fixed warning about unused variable.
|
changeset |
files
|
Thu, 27 Jun 2013 10:59:30 -0700 |
Sam Lantinga |
Fixed initializing the haptic system from an XInput joystick
|
changeset |
files
|
Tue, 25 Jun 2013 20:21:31 -0700 |
Sam Lantinga |
Fixed bug 1929 - SDL_Texture* from SDL_CreateTexture() causes GL_BindTexture() to segfault
|
changeset |
files
|
Mon, 24 Jun 2013 22:06:50 -0700 |
Sam Lantinga |
Better text printing for UTF-8 characters
|
changeset |
files
|
Sun, 23 Jun 2013 22:19:38 -0700 |
Sam Lantinga |
Updated timer test and fixed performance counter on Mac OS X
|
changeset |
files
|
Sun, 23 Jun 2013 15:00:23 -0700 |
Andreas Schiffler |
Update testsprite2 for visual testing: user fuzzer and add --iteration parameter to enable deterministic screen end-state
|
changeset |
files
|
Sun, 23 Jun 2013 14:05:27 -0700 |
Andreas Schiffler |
Add VS Express Edition sln files (drop the unsupported solution folders for tests); update VisualC documentation
|
changeset |
files
|
Tue, 18 Jun 2013 00:50:35 -0700 |
Sam Lantinga |
Fixed bug 1913 - state->index may get negative in SDL_wave.c file.
|
changeset |
files
|
Tue, 18 Jun 2013 00:39:47 -0700 |
Sam Lantinga |
Fixed bug 1916 - SDL_Keysym contains a deprecated field for unicode which may be removed.
|
changeset |
files
|
Mon, 17 Jun 2013 07:14:20 -0700 |
Sam Lantinga |
Improved include paths for projects using SDL on Android
|
changeset |
files
|
Mon, 17 Jun 2013 06:35:41 -0700 |
Sam Lantinga |
Removed obsolete Xcode templates and documentation
|
changeset |
files
|
Sun, 16 Jun 2013 12:00:54 +0200 |
Philipp Wiesemann |
Changed comment to be used by doxygen.
|
changeset |
files
|
Thu, 13 Jun 2013 22:30:02 -0700 |
Sam Lantinga |
Allow users to define SDL_STDINC_NO_INLINES if they don't want the inline functions defined.
|
changeset |
files
|
Thu, 13 Jun 2013 22:10:10 -0700 |
Sam Lantinga |
Fixed SDL building with the minimal configuration
|
changeset |
files
|
Tue, 11 Jun 2013 08:37:03 -0700 |
Sam Lantinga |
Added an arbitrary limit to the number of queued events so it doesn't grow unbounded.
|
changeset |
files
|
Tue, 11 Jun 2013 08:32:55 -0700 |
Sam Lantinga |
Update the queued event wmmsg pointer to point to the queued event data.
|
changeset |
files
|
Mon, 10 Jun 2013 23:24:02 -0700 |
Sam Lantinga |
Made the SDL event queue dynamically allocated so we don't ever drop events.
|
changeset |
files
|
Sun, 09 Jun 2013 11:58:31 +0200 |
Philipp Wiesemann |
Updated names of README files in source comments.
|
changeset |
files
|
Sun, 09 Jun 2013 11:51:59 +0200 |
Philipp Wiesemann |
Fixed Android Lint warning in AndroidManifest.xml.
|
changeset |
files
|
Fri, 07 Jun 2013 21:50:29 -0700 |
Sam Lantinga |
Updated configure
|
changeset |
files
|
Fri, 07 Jun 2013 21:47:23 -0700 |
Sam Lantinga |
Improved find_lib, gets the latest version of libpng, etc.
|
changeset |
files
|
Fri, 07 Jun 2013 18:26:55 -0700 |
Sam Lantinga |
Check for well known XInput device GUIDs before enumerating the device list.
|
changeset |
files
|
Fri, 07 Jun 2013 09:40:07 -0700 |
Sam Lantinga |
Removed redundant "Controller" names from gamepads, added mapping for Logitech F710 in DirectInput mode
|
changeset |
files
|
Fri, 07 Jun 2013 09:39:10 -0700 |
Sam Lantinga |
Slightly more efficient to check the event type first
|
changeset |
files
|
Fri, 07 Jun 2013 08:48:25 -0700 |
Sam Lantinga |
It's better not to have the full range of the axis (by 1 on the negative side) than turn 0 value into -1
|
changeset |
files
|
Thu, 06 Jun 2013 23:18:36 -0700 |
Sam Lantinga |
Fixed bug 1897 - CPU spike on Windows with WM_EVENT and OpenGL
|
changeset |
files
|
Thu, 06 Jun 2013 18:20:06 -0700 |
Sam Lantinga |
Fixed crash trying to get the GUID of an invalid joystick index
|
changeset |
files
|
Thu, 06 Jun 2013 17:59:01 -0700 |
Sam Lantinga |
The triggers should be expanded out to the full range to match DirectInput behavior.
|
changeset |
files
|
Thu, 06 Jun 2013 07:25:41 -0700 |
Andreas Schiffler |
Remove unnecessary debugger detection logic again from Win32 SDL_LogOutput
|
changeset |
files
|
Sun, 02 Jun 2013 20:48:53 +0600 |
Azamat H. Hackimov |
Fix compilation with libX11 >= 1.5.99.902.
SDL-1.2
|
changeset |
files
|
Wed, 05 Jun 2013 23:11:20 -0700 |
Sam Lantinga |
Fixed compiling iOS demos
|
changeset |
files
|
Wed, 05 Jun 2013 23:09:13 -0700 |
Sam Lantinga |
Removed obsolete testsdl target
|
changeset |
files
|
Wed, 05 Jun 2013 22:56:42 -0700 |
Sam Lantinga |
Fixed building tests on iOS
|
changeset |
files
|
Wed, 05 Jun 2013 22:35:13 -0700 |
Sam Lantinga |
Removed obsolete NoStdio configurations.
|
changeset |
files
|
Wed, 05 Jun 2013 22:33:10 -0700 |
Sam Lantinga |
Added testautomation to the Visual Studio 2008 project.
|
changeset |
files
|
Wed, 05 Jun 2013 21:48:53 -0700 |
Sam Lantinga |
Fixed compile errors on iOS
|
changeset |
files
|
Wed, 05 Jun 2013 21:47:49 -0700 |
Sam Lantinga |
The jump hack is no longer used.
|
changeset |
files
|
Wed, 05 Jun 2013 21:38:54 -0700 |
Sam Lantinga |
Need to include SDL_main.h when we call SDL_main()
|
changeset |
files
|
Wed, 05 Jun 2013 21:31:22 -0700 |
Sam Lantinga |
This patch isn't needed because you have the window and can do [nswindow contentView] yourself.
|
changeset |
files
|
Wed, 05 Jun 2013 21:23:59 -0700 |
Sam Lantinga |
Added some extra protection to notify the developer if they haven't initialized the application properly.
|
changeset |
files
|
Wed, 05 Jun 2013 21:14:26 -0700 |
Sam Lantinga |
We already link SDL2_test by default now.
|
changeset |
files
|
Wed, 05 Jun 2013 15:11:38 -0700 |
Jørgen P. Tjernø |
Joystick: Only send joy events when focused.
|
changeset |
files
|
Wed, 05 Jun 2013 23:33:15 +0200 |
Philipp Wiesemann |
Fixed doxygen warnings and corrected documentation in header files.
|
changeset |
files
|