Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Fri, 14 Dec 2012 09:22:13 -0800 |
Only check SDL_SYS_JoystickNeedsPolling() if we know we don't need to poll for other reasons. This avoids a select() syscall on Linux if it isn't necessary.
|
file | diff | annotate |
Mon, 26 Nov 2012 16:37:54 -0800 |
Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds
|
file | diff | annotate |
Fri, 09 Nov 2012 02:18:27 -0800 |
We can't check for the screen keyboard in the event code because the video system isn't fully initialized yet.
|
file | diff | annotate |
Thu, 08 Nov 2012 11:18:21 -0800 |
Leave text input enabled unless text input shows some on-screen UI elements
|
file | diff | annotate |
Sun, 04 Nov 2012 21:53:28 -0800 |
Synchronized the on-screen keyboard state with whether we are accepting text input.
|
file | diff | annotate |
Sun, 14 Oct 2012 01:30:42 -0700 |
Allow events at startup so we don't lose important events like SDL_DROPFILE
|
file | diff | annotate |
Fri, 28 Sep 2012 03:54:39 -0700 |
Clear the queue active flag when we shutdown, so we don't have a mutex error trying to read the queue.
|
file | diff | annotate |
Wed, 15 Aug 2012 02:52:42 -0400 |
Minor typo fix.
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Sat, 31 Dec 2011 09:16:08 -0500 |
Happy New Year!
|
file | diff | annotate |
Thu, 29 Dec 2011 05:13:55 -0500 |
Fixed bug 1336 - Added a timestamp on all SDL events
|
file | diff | annotate |
Sun, 20 Nov 2011 19:38:18 -0500 |
First pass at a simple drag and drop API, allowing you to accept files dropped into your application.
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Sun, 13 Feb 2011 22:53:12 -0800 |
Fixed crash while resizing a window on Mac OS X.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Wed, 02 Feb 2011 14:34:54 -0800 |
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
|
file | diff | annotate |
Tue, 01 Feb 2011 19:15:42 -0800 |
Added functions to watch events as they go through the event queue.
|
file | diff | annotate |
Thu, 27 Jan 2011 22:44:08 -0800 |
Removed completely non-portable event thread hack.
|
file | diff | annotate |
Thu, 27 Jan 2011 14:45:06 -0800 |
Improved timer implementation
|
file | diff | annotate |
Mon, 24 Jan 2011 15:46:11 -0800 |
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
|
file | diff | annotate |
Thu, 20 Jan 2011 18:04:05 -0800 |
Fixed bug #925
|
file | diff | annotate |
Sun, 22 Aug 2010 12:23:55 -0700 |
Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
|
file | diff | annotate |
Sun, 23 May 2010 15:12:41 +1200 |
Fix a compile error when SDL_JOYSTICK_DISABLED is set
|
file | diff | annotate |
Wed, 07 Jul 2010 04:13:08 -0700 |
Moved Multi finger gesture recognition into the library.
|
file | diff | annotate |
Fri, 28 May 2010 01:26:52 -0400 |
Added reading of event* for touch events.
|
file | diff | annotate |
Sun, 09 May 2010 16:15:14 -0700 |
Make sure events are current before flushing them.
|
file | diff | annotate |
Thu, 25 Mar 2010 01:08:26 -0700 |
General improvements for user custom event registration
|
file | diff | annotate |
Mon, 08 Dec 2008 00:25:42 +0000 |
Updated copyright date
|
file | diff | annotate |
Wed, 12 Nov 2008 17:23:40 +0000 |
Date: Sun, 7 Sep 2008 15:17:00 +0200
|
file | diff | annotate |
Sun, 24 Jun 2007 18:26:35 +0000 |
Added S60 port.
|
file | diff | annotate |
Sun, 24 Jan 2010 21:10:53 +0000 |
Fixed bug #926
|
file | diff | annotate |
Wed, 06 Jan 2010 07:34:20 +0000 |
Merged r4121:4122 from branches/SDL-1.2: more double-free fixes.
|
file | diff | annotate |
Wed, 16 Dec 2009 04:48:11 +0000 |
Fixed bug #741
|
file | diff | annotate |
Sat, 19 Sep 2009 06:43:45 +0000 |
Removed outdated OS/2 support
|
file | diff | annotate |
Sat, 19 Sep 2009 06:24:07 +0000 |
Removed outdated iPodLinux support
|
file | diff | annotate |
Mon, 07 Sep 2009 05:06:34 +0000 |
Merged Edgar's code changes from Google Summer of Code 2009
|
file | diff | annotate |
Tue, 17 Feb 2009 05:59:40 +0000 |
Fixed bug #684
|
file | diff | annotate |
Sun, 04 Jan 2009 05:41:52 +0000 |
Fixed some dependency issues with SDL_revision.h
|
file | diff | annotate |
Mon, 08 Dec 2008 00:27:32 +0000 |
Updated copyright date
|
file | diff | annotate |
Wed, 27 Aug 2008 15:10:03 +0000 |
Final merge of Google Summer of Code 2008 work...
|
file | diff | annotate |
Wed, 27 Aug 2008 04:23:38 +0000 |
Clean up.
|
file | diff | annotate |
Thu, 10 Jul 2008 23:35:01 +0000 |
Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver
|
file | diff | annotate |
Mon, 23 Jun 2008 11:55:26 +0000 |
Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.
|
file | diff | annotate |
Sat, 16 Jun 2007 15:32:04 +0000 |
Key repeat is handled by the OS, since text input is now decoupled from physical key events.
|
file | diff | annotate |
Thu, 10 Aug 2006 14:54:23 +0000 |
MacOS Classic is no longer supported.
|
file | diff | annotate |
Mon, 10 Jul 2006 21:04:37 +0000 |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
file | diff | annotate |
Sat, 08 Jul 2006 20:07:08 +0000 |
SDL_PushEvent() calls the event filter code, and has a return value to tell
|
file | diff | annotate |
Thu, 06 Jul 2006 07:17:11 +0000 |
Proof of concept done - Win32 GDI implementation mostly complete.
|
file | diff | annotate |
Fri, 30 Jun 2006 08:18:44 +0000 |
Added a userdata parameter for event filters.
|
file | diff | annotate |
Mon, 29 May 2006 04:04:35 +0000 |
more tweaking indent options
|
file | diff | annotate |
Sun, 28 May 2006 21:56:07 +0000 |
The dummy video driver compiles. :)
|
file | diff | annotate |
Sun, 28 May 2006 13:04:16 +0000 |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
|
file | diff | annotate |
Wed, 17 May 2006 08:18:28 +0000 |
Merge trunk-1.3-3
|
file | diff | annotate |
Tue, 21 Feb 2006 08:46:50 +0000 |
Use consistent identifiers for the various platforms we support.
|
file | diff | annotate |
Thu, 16 Feb 2006 10:11:48 +0000 |
New configure-based build system. Still work in progress, but much improved
|
file | diff | annotate |
Fri, 10 Feb 2006 06:48:43 +0000 |
More header massaging... works great on Windows. ;-)
|
file | diff | annotate |
Tue, 07 Feb 2006 06:59:48 +0000 |
Use SDL_ prefixed versions of C library functions.
|
file | diff | annotate |
Mon, 06 Feb 2006 08:28:51 +0000 |
It's now possible to build SDL without any C runtime at all on Windows,
|
file | diff | annotate |
Wed, 01 Feb 2006 06:32:25 +0000 |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
file | diff | annotate |