SDL-mirror/src
Sam Lantinga 75ab0e7ade Date: Tue, 21 Aug 2001 03:50:01 +0200
From: Max Horn <max@quendi.de>
Subject: New patch for OS X

Attached a .patch file for SDL/OSX with some nice bug fixes / enhancments.

* fixes the activation issues, which also caused the window to be
always drawn like an inactive. The close/minimize widgets now are
animated properly, too.

* the menu items are automatically adjusted to use the app name
instead of just "SDL App". I did this so that we really can use one
central SDLMain.nib file, w/o requiring developers to make a copy of
it and adjust it.

* libSDLMain now contains the proper cocoa code, not as before the
carbon code. This means apps no longer have to carry a copy of
SDLMain.m/SDLMain.h

* revamped configure.in to properly build a Cocoa/Quartz SDL lib, not
a Carbon based SDL lib

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40159
2001-08-21 07:19:59 +00:00
..
audio Audio subsystem no longer assumes sun audio API on UNIX systems 2001-08-09 13:09:47 +00:00
cdrom Fixed IDE and SCSI CD-ROM detection on BeOS (thanks Caz!) 2001-08-18 22:03:11 +00:00
endian Initial revision 2001-04-26 16:45:43 +00:00
events Don't worry about a minimum repeat rate - let the user hang themselves... 2001-07-23 04:34:52 +00:00
file Windows CE patches contributed by Rainer Loritz 2001-05-23 23:35:10 +00:00
hermes Initial revision 2001-04-26 16:45:43 +00:00
joystick *** empty log message *** 2001-06-16 06:47:45 +00:00
main Date: Tue, 21 Aug 2001 03:50:01 +0200 2001-08-21 07:19:59 +00:00
thread Applied Paul Jenner's patches to fix "make distcheck" and "make rpm" 2001-08-09 05:31:32 +00:00
timer Applied Paul Jenner's patches to fix "make distcheck" and "make rpm" 2001-08-09 05:31:32 +00:00
video Date: Tue, 21 Aug 2001 03:50:01 +0200 2001-08-21 07:19:59 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
Makefile.am Initial revision 2001-04-26 16:45:43 +00:00
SDL.c Windows CE patches contributed by Rainer Loritz 2001-05-23 23:35:10 +00:00
SDL_error.c Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
SDL_error_c.h Initial revision 2001-04-26 16:45:43 +00:00
SDL_fatal.c Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
SDL_fatal.h Initial revision 2001-04-26 16:45:43 +00:00
SDL_getenv.c Initial revision 2001-04-26 16:45:43 +00:00