- Nov 16, 2012
-
-
Adam Mokhtari authored
Before, EditorViewport would start accessing arrays on keypresses (specifically the arrow keys) even when there were no editors. This adds an extra check to prevent this.
-
Adam Mokhtari authored
Sometimes initialize() returns no error string, but will not find an audio device, leaving aIOd == null. This checks for that, and aborts the app with an informational dialog window if so.
-
Adam Mokhtari authored
If there was a problem initializing the AudioDeviceManager, we show an AlertWindow with Retry/Quit options. Unfortunately, this doesn't fix the bug I was initially trying to fix, because sometimes initialize() returns OK while setting the AudioDeviceManager to null.
-
Adam Mokhtari authored
-
- Nov 15, 2012
- Nov 14, 2012
-
-
Josh Siegle authored
-
jsiegle authored
-
Josh Siegle authored
-
- Nov 13, 2012
-
-
jsiegle authored
-
- Nov 12, 2012
- Nov 11, 2012
- Nov 10, 2012
- Nov 09, 2012
-
-
Josh Siegle authored
-
shayo authored
Minor changes to the solution file to make it compatible with VS10.