log src/video/win32/SDL_win32window.c @ 3774:8b5b67000dc0 gsoc2008_manymouse

age author description
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++
Sun, 07 Jun 2009 02:44:46 +0000 Sam Lantinga Hi,
Sat, 23 May 2009 22:41:08 +0000 Sam Lantinga indent
Mon, 23 Mar 2009 05:35:21 +0000 Sam Lantinga Date: Thu, 05 Feb 2009 18:07:35 +0100
Mon, 09 Feb 2009 05:32:12 +0000 Sam Lantinga Added test program for SDL_CreateWindowFrom()
Sun, 18 Jan 2009 17:00:02 +0000 Edgar Simo Some more safety around the SDL_HelperWindow stuff to avoid double creations.
Sun, 04 Jan 2009 17:14:27 +0000 Sam Lantinga indent
Sat, 03 Jan 2009 01:20:55 +0000 Sam Lantinga Should we also set the icon in the task manager?
Sat, 03 Jan 2009 01:01:53 +0000 Sam Lantinga Added support for translucent icons on Windows
Fri, 02 Jan 2009 23:47:16 +0000 Sam Lantinga Date: Fri, 02 Jan 2009 23:22:39 +0100
Wed, 17 Dec 2008 07:19:55 +0000 Sam Lantinga indent
Wed, 17 Dec 2008 07:17:54 +0000 Sam Lantinga * Implemented X11 fullscreen input grab
Sat, 13 Dec 2008 06:27:58 +0000 Sam Lantinga indent
Fri, 12 Dec 2008 15:51:57 +0000 Edgar Simo Some error checking when destroying the HelperWindow.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 12 Oct 2008 16:15:43 +0000 Sam Lantinga This can be static
Tue, 26 Aug 2008 07:34:49 +0000 Sam Lantinga Fixed Visual Studio compilation problems
Tue, 26 Aug 2008 06:03:48 +0000 Sam Lantinga Dynamically load wintab32.dll
Tue, 26 Aug 2008 05:26:28 +0000 Sam Lantinga Added Wacom API headers.
Mon, 25 Aug 2008 10:04:06 +0000 Sam Lantinga Merged last minute fixes from force feedback branch (r4031, r4033, r4034)
Mon, 25 Aug 2008 09:55:03 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Mon, 25 Aug 2008 06:33:00 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Mon, 25 Aug 2008 09:58:14 +0000 Sam Lantinga Fixed code for building with UNICODE and without C runtime gsoc2008_force_feedback
Mon, 04 Aug 2008 15:58:01 +0000 Edgar Simo Set an event handler for the Helper Window. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:34:22 +0000 Edgar Simo Trying to fix some issues with the Helper Window. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:17:52 +0000 Edgar Simo Seems like you have to register the class and other black magic too. gsoc2008_force_feedback
Mon, 04 Aug 2008 14:44:21 +0000 Edgar Simo A bit of windows debugging. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:30:16 +0000 Edgar Simo Fixed warning. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:29:19 +0000 Edgar Simo Minor changes for it to compile. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:22:01 +0000 Edgar Simo Added the concept of the HelperWindow to help with DirectInput. gsoc2008_force_feedback
Sat, 29 Jul 2006 21:51:00 +0000 Sam Lantinga Simplified driver window creation code.
Fri, 28 Jul 2006 08:43:17 +0000 Sam Lantinga Implemented X11 OpenGL support.
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.
Mon, 17 Jul 2006 06:47:33 +0000 Sam Lantinga Implemented Windows OpenGL support
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Sun, 09 Jul 2006 18:09:16 +0000 Sam Lantinga The general code handles restoring video mode/gamma/etc. when the window loses focus. SDL-1.3
Sun, 09 Jul 2006 09:02:26 +0000 Sam Lantinga Implemented gamma correction on Windows. SDL-1.3
Sat, 08 Jul 2006 20:55:39 +0000 Sam Lantinga Implemented Win32 input grab SDL-1.3
Thu, 06 Jul 2006 07:17:11 +0000 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
Fri, 30 Jun 2006 08:18:44 +0000 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
Fri, 30 Jun 2006 05:42:49 +0000 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
Wed, 28 Jun 2006 08:12:07 +0000 Sam Lantinga You can now create multiple windows on Win32 SDL-1.3
Tue, 27 Jun 2006 07:46:36 +0000 Sam Lantinga Further progress on the new Windows video driver: SDL-1.3
Mon, 26 Jun 2006 14:29:50 +0000 Sam Lantinga Whoops, forgot to indent SDL-1.3
Mon, 26 Jun 2006 13:56:56 +0000 Sam Lantinga Started framework for Windows video driver SDL-1.3