Steve Checkoway
58fc707fdb
Other window titles and menu items refer to PRODUCT_FAMILY, being consistent.
2006-02-26 03:16:52 +00:00
Chris Danford
ff338d15b8
PRODUCT_NAME -> PRODUCT_FAMILY
...
PRODUCT_NAME_VER -> PRODUCT_ID_VER
2006-02-26 00:31:31 +00:00
Chris Danford
75bd3e55a7
make smpackage dialogs app modal
2006-02-15 03:54:02 +00:00
Chris Danford
bad42fef01
don't localize error dialog. THEME is shutdown by that time.
2006-02-08 22:28:47 +00:00
Chris Danford
38d439c713
fix ugly headers when using large fonts
2006-02-08 22:20:15 +00:00
Chris Danford
b46e53e27b
make dialogs localizable
...
adjust control to fit longer text
2006-02-07 04:38:51 +00:00
Chris Danford
23d4e4366a
fix OK dialog in smpackage
2006-02-03 06:24:07 +00:00
Steve Checkoway
7c9bd202cb
Spacing.
2006-01-25 09:17:59 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Chris Danford
7b75640337
use only ANSI APIs and ConvertUTF8ToACP
2006-01-17 22:20:27 +00:00
Chris Danford
b1564c4200
use MessageBoxW. Todo: link with unicows for Win9x.
2006-01-17 21:57:08 +00:00
Glenn Maynard
cc56b86291
simplify
2006-01-13 00:29:04 +00:00
Chris Danford
9ef306201c
CString -> RString
2006-01-06 17:57:03 +00:00
Glenn Maynard
d8eac51039
move IgnoredMessageWindows to Dialog, rename to IgnoredDialogs
2005-12-31 05:03:26 +00:00
Chris Danford
45082d0a74
#define hacks for smtools. Clean this up later.
2005-12-28 05:42:22 +00:00
Steve Checkoway
3f14485b5d
Make default values correspond to the defaults in DialogDriver.h. When the user clicks Ignore, make sure it really does get ignored. Implement AbortRety.
2005-12-24 02:08:01 +00:00
Chris Danford
353e0c5b6e
break up arch stuff into smaller .cpp files to fix smpackage build and not pull in unnecessary stuff
2005-12-16 04:16:09 +00:00
Chris Danford
37f82b43f7
remove CStringArray #define
2005-12-09 21:36:22 +00:00
Renaud Lepage
6e6e89276d
Fix for Xbox compilation. It was easier with HAVE_FOO, but oh well.
2005-11-16 04:38:28 +00:00
Steve Checkoway
67477db9f2
Don't show version number here.
2005-11-10 07:09:48 +00:00
Steve Checkoway
c0056e546a
Use a different api for this.
2005-11-08 06:04:09 +00:00
Chris Danford
092b5d969d
move all URLs into ProductInfo.h
2005-10-28 03:10:48 +00:00
Glenn Maynard
702c81cf1c
fix compile
2005-10-27 12:46:05 +00:00
Steve Checkoway
aa0f90feae
__MACOSX__ --> MACOSX, keep __MACOSX__ for ogg.
2005-10-24 10:37:56 +00:00
Steve Checkoway
cb229a8774
Remove redundant defines.
2005-10-24 08:17:12 +00:00
Glenn Maynard
539ec6aa5c
HAVE_WIN32 -> WINDOWS. HAVE_LINUXKERNEL -> LINUX. If some features originating in Linux work on other systems, then define them specifically (eg. HAVE_LINUX_JOYSTICKS).
2005-10-24 07:22:28 +00:00
Chris Danford
48ebc53549
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +00:00
Steve Checkoway
1795ac93c1
Cleanup.
2005-06-21 08:24:20 +00:00
Glenn Maynard
f9a3918d37
style
2005-06-03 23:55:04 +00:00
Glenn Maynard
0b5f634e4a
style (naming, scope)
2005-06-03 23:49:30 +00:00
Glenn Maynard
274f5c98b8
style (spacing)
2005-06-03 23:47:56 +00:00
Glenn Maynard
43f52f64c8
style
...
(Steve: sorry for poking around in code I can't test, but I'd like source
consistency in platform-specific code, too. I'll commit in small pieces
so it's clear what I'm up to, so it should be trivial to fix if I miss something.)
2005-06-03 23:45:58 +00:00
Glenn Maynard
2d644e67af
style
2005-06-03 23:42:07 +00:00
Glenn Maynard
a4e5d038d2
style
2005-06-03 23:35:23 +00:00
Glenn Maynard
5ac5b46ecf
cleanup; SDL is not used in Windows.
2005-06-03 23:31:00 +00:00
Steve Checkoway
599cfc128a
Fix warning.
2005-05-21 07:36:26 +00:00
Chris Danford
c1ab0fcdb3
hook up MonkeyInput and DebugLights to debug menu
2005-05-16 19:47:30 +00:00
Chris Danford
6bf007e02b
fix metrics sometime accessed too early
2005-04-19 15:56:00 +00:00
Steve Checkoway
47de0f1783
Yes, Darwin (and OS X) is POSIX, see
...
http://www.xyroth-enterprises.co.uk/posixos.htm
SDL is used on OS X for some things, but not all.
Use #if defined(...) instead of #ifdef in most of the Selector_*.h files.
2005-03-23 21:15:12 +00:00
Glenn Maynard
2c9774f89c
move MakeArchHooks and MakeDialogDriver back into their own files; the tests need this (to be able to use a couple arch systems without having to link them all)
2005-03-20 04:09:15 +00:00
Ben Anderson
167e5aebc0
Put all the Make* functions into a single .h/.cpp file (yes, kinda like the way it was), and add Make* functions for DialogDrivers. This means there's only one object that's affected by drivers being added/removed. (Driver default changes are a little different -- 2 or 3 objects.) Also one or two minor cleanups. (note: I apparently don't know much about CVS, it appears that some files might not make it into the repository; hang tight, I'm trying to find a solution.)
2005-03-15 00:30:26 +00:00
Ben Anderson
0db665d4d6
Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory.
2005-03-14 06:44:38 +00:00
Chris Danford
1b41ab54ea
show error dialogs on startup before DISPLAY is initialized
2005-02-20 06:16:28 +00:00
Glenn Maynard
fb3dbd8610
fix vc7 compile
2005-02-12 22:35:38 +00:00
Glenn Maynard
7ccda6012d
use GraphicsWindow::GetHwnd
2005-02-07 09:16:00 +00:00
Glenn Maynard
857f14d20e
fix crash
2005-02-01 06:05:26 +00:00
Glenn Maynard
31731b5890
fix crash
2005-01-28 03:43:47 +00:00
Glenn Maynard
2b73f63ea8
RetryCancel -> AbortRetry
...
remove Dialog::cancel
2005-01-20 19:40:24 +00:00
Glenn Maynard
0849ef8a46
log dialogs
2005-01-16 20:32:53 +00:00
Chris Danford
e858102147
use themed dialog titles
2005-01-08 14:32:42 +00:00