AJ Kelly
|
c50d049209
|
MusicWheel changes (I swear it looks better now)
|
2006-01-15 06:43:51 +00:00 |
|
Steve Checkoway
|
ac3f0f10da
|
Add files.
|
2006-01-15 05:31:04 +00:00 |
|
Steve Checkoway
|
7034879a79
|
Use SMMainThread with LLW_Cocoa. This fixes just about every GUI issue. For some reason, mousing over the button does not highlight them. Other than that, everything seems to work.
|
2006-01-15 05:30:48 +00:00 |
|
Steve Checkoway
|
0e1ca06a49
|
Use the ADD_ACTIONb macro.
|
2006-01-15 05:24:47 +00:00 |
|
Steve Checkoway
|
4eb7f0dbdf
|
Add method for passing one BOOL. Unlike NSObject's performSelector, an NSInvocation does not make any attempt to translate arguments. It just copies from the buffer passed to addArgument:atIndex: the size of paramter specified. A BOOL is one byte (as opposed to a _Bool bool, or boolean_t which are four bytes...) so it was copying just one byte of the address of the NSNumber object and invoking it with that.
|
2006-01-15 05:24:16 +00:00 |
|
Steve Checkoway
|
7449ae7420
|
Revert.
|
2006-01-15 04:48:05 +00:00 |
|
Steve Checkoway
|
2032f8f4fc
|
On deallocation, perform the actions.
|
2006-01-15 04:43:50 +00:00 |
|
Steve Checkoway
|
4c9fdec12b
|
Simplify.
|
2006-01-15 04:28:14 +00:00 |
|
Steve Checkoway
|
353453a9df
|
Add macros to simplify.
|
2006-01-15 04:28:03 +00:00 |
|
Steve Checkoway
|
56779e06e5
|
Cleanup.
|
2006-01-15 04:15:39 +00:00 |
|
Steve Checkoway
|
45cb8038bd
|
Use SMMainThread to perform a sequence of actions on the main thread as required by the App Kit.
|
2006-01-15 04:15:05 +00:00 |
|
Steve Checkoway
|
429b1dac0f
|
Add helper class to perform a sequence of actions on the main thread (that is, main from the perspective of OS X, i.e. the GUI thread).
|
2006-01-15 04:13:36 +00:00 |
|
Glenn Maynard
|
2025761281
|
cleanup
|
2006-01-15 04:12:50 +00:00 |
|
AJ Kelly
|
d6d225cca1
|
ScreenSelectCourse + ScreenGameplay nonstop/oni metrics edits
|
2006-01-15 02:12:39 +00:00 |
|
Glenn Maynard
|
affaf07d35
|
rename ConfigureGraphicsWindow -> CreateGraphicsWindow
|
2006-01-15 01:43:04 +00:00 |
|
AJ Kelly
|
6c47215fd7
|
SelectStyle elements + CombinedLifeMeterTug stream fixes
|
2006-01-15 01:38:13 +00:00 |
|
Glenn Maynard
|
7adadb4d2c
|
cleanup
|
2006-01-15 01:14:01 +00:00 |
|
Glenn Maynard
|
079ee70c90
|
cleanup
|
2006-01-15 01:12:58 +00:00 |
|
Glenn Maynard
|
692cee7ddc
|
merge old CreateGraphicsWindow
|
2006-01-15 01:10:45 +00:00 |
|
Glenn Maynard
|
61654be8de
|
remove remove SetVideoModeParams
|
2006-01-15 01:08:24 +00:00 |
|
Glenn Maynard
|
16c7813949
|
remove SetVideoModeParams call
|
2006-01-15 01:07:32 +00:00 |
|
Glenn Maynard
|
2de99a1d59
|
merge SetVideoModeParams into ConfigureGraphicsWindow (the lifetime of this data has always been too confusing)
|
2006-01-15 01:05:43 +00:00 |
|
Glenn Maynard
|
669339a57f
|
don't export CreateGraphicsWindow
|
2006-01-15 01:01:53 +00:00 |
|
Glenn Maynard
|
50b0f360f4
|
CreateGraphicsWindow is done by ConfigureGraphicsWindow
|
2006-01-15 00:59:32 +00:00 |
|
Steve Checkoway
|
d2f8a2efdf
|
Update.
|
2006-01-15 00:59:22 +00:00 |
|
Steve Checkoway
|
1a00f1f4d7
|
Remove SDL completely.
|
2006-01-15 00:58:54 +00:00 |
|
Glenn Maynard
|
76dca9fb6f
|
add bForceRecreateWindow
|
2006-01-15 00:55:27 +00:00 |
|
Glenn Maynard
|
989fe982b7
|
call CreateGraphicsWindow when needed
|
2006-01-15 00:51:45 +00:00 |
|
Glenn Maynard
|
58a5e76ccd
|
don't expose
|
2006-01-15 00:44:37 +00:00 |
|
Glenn Maynard
|
d52b52386b
|
remove RecreateGraphicsWindow
|
2006-01-15 00:39:20 +00:00 |
|
Glenn Maynard
|
7c2f1fc48b
|
RecreateGraphicsWindow -> CreateGraphicsWindow
|
2006-01-15 00:38:43 +00:00 |
|
Glenn Maynard
|
72036009b3
|
merge CreateGraphicsWindow and RecreateGraphicsWindow
|
2006-01-15 00:37:03 +00:00 |
|
Glenn Maynard
|
5e2a79e1d3
|
nudge CreateGraphicsWindow and RecreateGraphicsWindow together
|
2006-01-15 00:34:21 +00:00 |
|
Glenn Maynard
|
60e0bccef0
|
nudge CreateGraphicsWindow and RecreateGraphicsWindow together
|
2006-01-15 00:29:34 +00:00 |
|
Glenn Maynard
|
c78cbd62f4
|
Simplify: harmless to call ChangeDisplaySettings(NULL,0) when going
windowed to windowed, too. (This g_CurrentParams use is confusing;
trying to reduce it ...)
|
2006-01-15 00:14:25 +00:00 |
|
Glenn Maynard
|
1fdb63a26d
|
clarify
|
2006-01-15 00:12:52 +00:00 |
|
Glenn Maynard
|
4a09761d19
|
fix crash
|
2006-01-15 00:05:22 +00:00 |
|
Glenn Maynard
|
2c6e28f46d
|
fix stack imbalances
|
2006-01-15 00:04:51 +00:00 |
|
Steve Checkoway
|
e21934cbdf
|
Cleanup.
|
2006-01-15 00:00:49 +00:00 |
|
Steve Checkoway
|
ec5ed59eb3
|
Fix warnings.
|
2006-01-14 23:51:27 +00:00 |
|
Glenn Maynard
|
a1592e71e7
|
VideoModeParams has a bunch of settings. It's confusing to
pass the whole thing around, since it's not clear what data
is actually used. For simple functions, just pass the needed
data.
|
2006-01-14 23:44:31 +00:00 |
|
Steve Checkoway
|
3b45f4347d
|
Remove hack.
|
2006-01-14 23:44:21 +00:00 |
|
Steve Checkoway
|
3673740438
|
Cleanup.
|
2006-01-14 23:39:04 +00:00 |
|
Steve Checkoway
|
a0ed014d57
|
Remove hack for SDL.
|
2006-01-14 23:24:30 +00:00 |
|
Glenn Maynard
|
ebb91dc6e1
|
cleanup
|
2006-01-14 23:22:34 +00:00 |
|
Steve Checkoway
|
08173c6510
|
Handle swap interval in LLW_Cocoa itself.
|
2006-01-14 23:22:18 +00:00 |
|
Steve Checkoway
|
ca85424ec5
|
Fix memory leak, set OGL parameters.
|
2006-01-14 22:56:23 +00:00 |
|
AJ Kelly
|
b7e7d31e1b
|
fix spelling errors
|
2006-01-14 22:46:07 +00:00 |
|
AJ Kelly
|
ac69c4cecd
|
LifeMeterTug graphics
|
2006-01-14 22:45:34 +00:00 |
|
Glenn Maynard
|
8bdd24cb8a
|
blank Exit title in metrics, not with a special case
|
2006-01-14 19:01:23 +00:00 |
|