Steve Checkoway
d9e7fc0ecd
No, I wanted to both reset and flush the queue.
2006-09-08 05:05:09 +00:00
Steve Checkoway
00be7b5462
Reset().
2006-09-08 04:49:48 +00:00
Steve Checkoway
0506ca384b
Flush all input events after the dialog box closes. Without this, pressing return to close the dialog box sends an event (usually menu start or equivalent).
2006-09-08 04:12:22 +00:00
Steve Checkoway
cc10b4f368
Fix crash when canceling (probably closing the dialog box or something).
2006-06-27 18:27:51 +00:00
Steve Checkoway
a618c19f06
Use localized strings in the OS X dialog driver. Still don't have any clue what "Don't show again" might be in various languages.
2006-03-02 04:28:13 +00:00
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
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
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
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
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
Steve Checkoway
599cfc128a
Fix warning.
2005-05-21 07:36:26 +00:00
Glenn Maynard
2b73f63ea8
RetryCancel -> AbortRetry
...
remove Dialog::cancel
2005-01-20 19:40:24 +00:00
Steve Checkoway
57fcd732fd
Remove unneeded headers.
2004-07-04 01:54:15 +00:00
Steve Checkoway
ae65e34dbd
Fix compile
2004-06-11 05:31:35 +00:00
Glenn Maynard
ae5ff2beb9
move dialog handling into a separate arch; it doesn't belong in ArchHooks
2004-06-10 22:03:32 +00:00