- Oct 09, 2014
-
-
jsiegle authored
-
- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jul 13, 2014
-
-
Florian Franzen authored
-
- Jan 14, 2014
-
-
Florian Franzen authored
-
- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Apr 03, 2013
-
-
aacuevas authored
With new jucer, windows.h is not only unnecesary, but can cause conflicts with some definitions. Also, OpenGL.h includes disabled, as it's no longer needed and it, by itself, needs windows.h
-
- Mar 25, 2013
-
-
Josh Siegle authored
-
- Mar 21, 2013
- 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.)
-
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Sep 20, 2012
-
-
unknown authored
-
- May 19, 2012
-
-
jsiegle authored
-
- Mar 20, 2012
-
-
jsiegle authored
-
- Feb 19, 2012
-
-
jsiegle authored
-
- Feb 11, 2012
-
-
Josh Siegle authored
-