Thu, 20 Jan 2011 16:05:59 -0800 |
Sam Lantinga |
Added the ability to get the UIKit window through the SDL API.
|
Wed, 19 Jan 2011 13:44:44 -0800 |
Sam Lantinga |
Raw input is no longer used. Yay!
|
Mon, 03 Jan 2011 14:39:41 -0800 |
Sam Lantinga |
Fixed crash on Windows XP
|
Tue, 30 Nov 2010 17:58:51 -0800 |
Sam Lantinga |
First pass at Windows multi-touch gesture support
|
Wed, 29 Sep 2010 21:13:52 -0700 |
Sam Lantinga |
Make the union nameless to reduce the complexity of the API.
|
Mon, 27 Sep 2010 01:24:05 -0700 |
Sam Lantinga |
Merged the Windows custom window system hooks into the union used by X11.
|
Sun, 22 Aug 2010 12:39:27 -0700 |
Sam Lantinga |
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
|
Sun, 18 Jul 2010 13:48:23 -0400 |
dewyatt |
Merge with main repo (mainly for non-printable character fix)
|
Tue, 06 Jul 2010 08:22:36 -0700 |
Sam Lantinga |
Fixed fullscreen window position
|
Tue, 06 Jul 2010 02:07:42 -0400 |
dewyatt |
Merge
|
Wed, 09 Jun 2010 21:36:32 -0400 |
dewyatt |
Added else to make things clear.
|
Tue, 08 Jun 2010 05:22:49 -0400 |
dewyatt |
Change SDL to not use DefWindowProc as the window class' window procedure.
|
Sun, 22 Aug 2010 12:07:55 -0700 |
Sam Lantinga |
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
|
Mon, 12 Jul 2010 21:09:23 -0700 |
Sam Lantinga |
Merged changes from the main SDL codebase
|
Thu, 10 Jun 2010 00:15:17 -0400 |
jimtla |
More fixes for windows. Disabled tablet code.
|
Tue, 27 Jul 2010 21:31:28 -0700 |
Sam Lantinga |
Andrey A.
|
Thu, 08 Jul 2010 05:43:34 -0700 |
Sam Lantinga |
Added Windows clipboard support
|
Tue, 06 Jul 2010 08:22:36 -0700 |
Sam Lantinga |
Fixed fullscreen window position
|
Sun, 09 May 2010 20:47:22 -0700 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
Thu, 14 Aug 2008 08:28:19 +0000 |
Szymon Wilczek |
Small improvements
gsoc2008_manymouse
|
Sat, 02 Aug 2008 14:02:28 +0000 |
Szymon Wilczek |
comments added and improved code look(windows part)
gsoc2008_manymouse
|
Thu, 31 Jul 2008 14:41:48 +0000 |
Szymon Wilczek |
Implementation finished
gsoc2008_manymouse
|
Wed, 30 Jul 2008 16:09:24 +0000 |
Szymon Wilczek |
Project part1
gsoc2008_manymouse
|
Wed, 23 Jul 2008 16:12:43 +0000 |
Szymon Wilczek |
Proximity events, Pressure detection for multiple windows. Tablet button detection on the way.
gsoc2008_manymouse
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
Tue, 15 Dec 2009 09:20:10 +0000 |
Sam Lantinga |
Fixed bug #905
|
Sun, 06 Dec 2009 08:39:01 +0000 |
Sam Lantinga |
The window position is display relative, at least for now...
|
Sun, 06 Dec 2009 08:03:38 +0000 |
Sam Lantinga |
Added an API function to query geometry of multiple monitors:
|
Fri, 12 Jun 2009 08:41:48 +0000 |
Sam Lantinga |
Fixed some compile errors and warnings under Visual C++
|