log src/video/quartz/SDL_QuartzEvents.m @ 4251:ed5e32187eec SDL-1.2

age author description
Sun, 27 Sep 2009 19:23:04 +0000 Sam Lantinga Better fix from Max Horn SDL-1.2
Sat, 26 Sep 2009 11:42:39 +0000 Sam Lantinga Fixed bug #806 SDL-1.2
Tue, 22 Sep 2009 02:25:59 +0000 Sam Lantinga Max correctly pointed out that this will cause unexpected change in application SDL-1.2
Mon, 21 Sep 2009 11:32:58 +0000 Sam Lantinga Fixed bug #637 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Fri, 29 Feb 2008 13:55:44 +0000 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
Mon, 31 Dec 2007 06:12:50 +0000 Sam Lantinga Fixed 1 out of 210 warnings. ;-) SDL-1.2
Fri, 28 Dec 2007 08:11:26 +0000 Sam Lantinga Oskar Linde fixed bug #507 SDL-1.2
Tue, 21 Aug 2007 06:52:33 +0000 Sam Lantinga Fixed bugs #471 and #480 SDL-1.2
Sun, 15 Jul 2007 17:22:39 +0000 Sam Lantinga Final fix for bug #373 SDL-1.2
Sun, 15 Jul 2007 15:58:00 +0000 Sam Lantinga Patch from Christian Walther SDL-1.2
Sat, 14 Jul 2007 08:27:06 +0000 Sam Lantinga More improvements for bug #373 SDL-1.2
Wed, 11 Jul 2007 07:53:12 +0000 Sam Lantinga Added key composition support, courtesy of Kuon SDL-1.2
Fri, 06 Jul 2007 13:39:03 +0000 Sam Lantinga Reverted mousewheel support in 1.2, since it breaks binary compatibility. SDL-1.2
Fri, 06 Jul 2007 09:15:43 +0000 Sam Lantinga Fixed bug #382 SDL-1.2
Mon, 04 Jun 2007 11:22:23 +0000 Ryan C. Gordon Better handling of multiple queued Cocoa mouse events. Thanks to Christian SDL-1.2
Fri, 06 Apr 2007 20:30:41 +0000 Ryan C. Gordon Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's SDL-1.2
Fri, 23 Feb 2007 00:37:07 +0000 Ryan C. Gordon Removed some debug printf() calls I accidentally added to Subversion. SDL-1.2
Wed, 14 Feb 2007 10:23:23 +0000 Ryan C. Gordon Quartz code should use F13, F14, and F15 keys instead of PrintScreen, SDL-1.2
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.
Fri, 23 Jun 2006 04:27:55 +0000 Sam Lantinga Fixed bug #147
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Thu, 13 Apr 2006 14:17:48 +0000 Sam Lantinga Fixed bug #55
Tue, 21 Mar 2006 00:35:22 +0000 Ryan C. Gordon Keep mouse cursor state sane on focus change in Quartz driver.
Thu, 09 Mar 2006 06:33:21 +0000 Sam Lantinga Cleaning up warnings on MacOS X
Tue, 21 Feb 2006 08:47:46 +0000 Sam Lantinga Catch the C++ and Objective C sources too...
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Mon, 02 Jan 2006 07:09:52 +0000 Ryan C. Gordon Quartz target shouldn't crash if an event thread is used.
Mon, 02 Jan 2006 00:31:00 +0000 Ryan C. Gordon To: sdl@libsdl.org