Commit Graph
16 Commits
Author SHA1 Message Date
Steve Checkoway 4a6f314472 Change from objective C to objective C++ and rewrite this code in a more natural way. 2008-03-20 12:34:44 +00:00
Steve Checkoway e9867a80b4 Don't assume that all files are c++. Remove the unnecessary objective-c++. 2005-04-10 23:16:12 +00:00
Steve Checkoway da80435d0f Use UTF-8 strings. Sometimes +[NSString stringWithUTF8String:] returns nil (I have no idea why), so use an empty string in that case. 2005-03-26 17:55:28 +00:00
Steve Checkoway 701d77ec51 Give the window a titlebar/title. Fix the off by one error. Clean up a bit. 2005-03-26 17:42:55 +00:00
Steve Checkoway bc15a23f06 cleanup 2005-03-23 20:19:38 +00:00
Steve Checkoway 63f24129cf Maybe fix that bug by using the system font. I cannot think of a reason that it did not work before other than the font defaulted to something that could not display the string "Initializing Hardware..." 2004-09-05 03:53:18 +00:00
Steve Checkoway 0066f3e1d4 Cleanup garbage. I don't remember why this was required at one point but it no longer is. 2004-07-04 01:50:09 +00:00
Glenn Maynard f128ee2d35 license update 2004-05-15 22:16:39 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Steve Checkoway c4e6c0016f Make this easier to read. 2004-03-14 08:34:28 +00:00
Steve Checkoway df621dfaf2 Add dumb changes for compatibility that shouldn't be needed. 2003-11-06 00:57:21 +00:00
Steve Checkoway a87abdb881 Update 2003-09-06 22:22:35 +00:00
Steve Checkoway 0518239203 Oops, wrong one. 2003-08-02 03:06:49 +00:00
Steve Checkoway 6dd3275d00 fix image placement. Make it one pixel higher 2003-08-01 10:23:02 +00:00
Steve Checkoway 307f9eae7a Opps, the file is Objective-C++ not Objective-C. 2003-07-04 09:30:30 +00:00
Steve Checkoway 8d935ab24d A loading window for OS X using Cocoa 2003-07-04 09:27:12 +00:00