- Dec 26, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
- Dec 13, 2012
-
-
Josh Siegle authored
-
- Dec 06, 2012
-
-
Josh Siegle authored
-
jsiegle authored
-
jsiegle authored
-
- Dec 05, 2012
-
-
jsiegle authored
-
Josh Siegle authored
-
- Dec 04, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Nov 26, 2012
- Nov 24, 2012
-
-
Adam Mokhtari authored
-
- Nov 23, 2012
-
-
Adam Mokhtari authored
Added typeface initialization to CustomLookAndFeel, and implemented getTypefaceForFont(). Fonts can now be created using a more centralized method, by calling the Font(String("Typeface Name"), fontHeight, Font::style) constructor. Names for the typefaces ("Default Light", "Paragraph") should be regarded as tentative. There's also simpler code to do the same thing that should be uncommented after the 2.0 update (it uses HashMap, which is not currently in our library code, even though it's in the 1.53 docs.)
-
- Nov 21, 2012
-
-
aacuevas authored
-
- Nov 20, 2012
-
-
Josh Siegle authored
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
- Nov 19, 2012
-
-
Josh Siegle authored
-
jsiegle authored
-
Josh Siegle authored
-
- Nov 18, 2012
-
-
Josh Siegle authored
-
- Nov 17, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Nov 16, 2012
-
-
jsiegle authored
-
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.
-
- Nov 15, 2012
- Nov 14, 2012
-
-
Josh Siegle authored
-