Commit Graph
37 Commits
Author SHA1 Message Date
Glenn Maynard ed772a3531 Change defines. 2003-09-05 06:54:48 +00:00
Glenn Maynard 510f97bc45 Module loading. 2003-09-05 06:54:32 +00:00
Glenn Maynard dde370f2db Dynamically load GTK as a module. This way:
1: If GTK isn't available, we can fall back on another LoadingWindow, and
2: ldd ./stepmania doesn't list lots of extra libraries that we only
use on startup.
This is somewhat experimental.  I don't intend to modularize much in this
way.
2003-09-05 06:53:50 +00:00
Glenn Maynard 7395839f3e Simplify.
Hide the window when we finish loading.  (It should really
shut down GTK altogether, so we don't keep junk in memory and
shut down the extra X11 connection--but GTK doesn't appear to
have any way to do that.)
2003-08-16 23:30:01 +00:00
Glenn Maynard 9975ef73fb Simplify. 2003-08-16 21:16:02 +00:00
Steve Checkoway 762afe38a4 Fix compiler warnings. 2003-08-10 03:23:17 +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
Glenn Maynard 6d2d6911c3 extra newlines 2003-07-27 02:18:05 +00:00
Glenn Maynard c1ce180654 Fix init. 2003-07-12 19:52:58 +00:00
Glenn Maynard ddf1bd04dc Always include global.h right at the top of every source file. 2003-07-12 19:45:41 +00:00
Glenn Maynard bfc2215191 The only change in this mess is changing indentation; no actual code is
changed.
2003-07-12 19:45:07 +00:00
Glenn Maynard d6dee7f416 fix include 2003-07-12 19:44:25 +00:00
Glenn Maynard 73f66924a6 no "extern" on prototypes 2003-07-12 19:44:00 +00:00
Sean Burke 962eaa31b4 Make LoadingWindow_Gtk include loading.xpm so that I don't have to make it install. 2003-07-09 08:34:16 +00:00
Sean Burke e3eb9b4e50 Make LoadingWindow_Gtk work better in general. 2003-07-08 23:41:07 +00:00
Sean Burke 8b73204ea4 LoadingWindow_Gtk should now work as intended. 2003-07-07 03:36:38 +00:00
Sean Burke 9633cde786 I suppose I shouldn't break Linux. 2003-07-07 02:05:46 +00:00
Sean Burke 9f9d2ce0ad Push LoadingWindow_Gtk aside until it actually works. 2003-07-07 01:44:51 +00:00
Sean Burke 8014bb1f27 Revert to cpp and fix a glaring omission in LoadingWindow_Gtk. 2003-07-07 00:52:35 +00:00
Sean Burke 28be137bfc This should have been a C file, not CPP. 2003-07-06 23:15:46 +00:00
Sean Burke 18c143be70 LoadingWindow_Gtk almost sort of halfway works, in a manner of speaking. 2003-07-06 22:13:56 +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
Steve Checkoway 8611441184 Don't change the application icon in OS X. 2003-06-25 02:31:33 +00:00
Chris Danford a3e4ebca3f fix incorrect window title and lost alpha in window icon 2003-06-16 20:54:10 +00:00
Chris Danford 6b63ef50f9 support theme-specific program icon and window title (useful for non-SM products) 2003-05-25 20:19:01 +00:00
Glenn Maynard 17fdcaa0d2 fix 2003-04-06 15:07:21 +00:00
Glenn Maynard 681443260a add null loading window (not even SDL) 2003-04-06 15:05:24 +00:00
Chris Danford d10fe90b95 Fix "loading window hangs around in TaskBar" in Win9x 2003-03-14 22:47:42 +00:00
Glenn Maynard 66d1a03ba4 don't include SDL.h directly 2003-02-20 02:29:44 +00:00
Tim Hentenaar d4bd344f02 *** empty log message *** 2003-02-19 17:29:18 +00:00
Glenn Maynard 6cabe523a6 more stdafx -> global 2003-02-16 04:02:21 +00:00
Glenn Maynard ead63883ef fix an include 2003-02-14 18:50:44 +00:00
Glenn Maynard 1310eb986d err, forgot about this one 2003-01-18 03:05:51 +00:00
Glenn Maynard 989995a31f use AppInstance 2002-12-16 02:08:58 +00:00
Glenn Maynard acdb516ffd Reorganize arch a bit. Multiple architectures might want to share
a non-default implementation of a driver, and organizing them by
architecture doesn't handle that very well.
2002-11-18 21:37:58 +00:00