Skip to content
Snippets Groups Projects
  1. Oct 09, 2014
  2. Aug 04, 2014
  3. Jul 13, 2014
  4. Jan 14, 2014
  5. Apr 05, 2013
    • jsiegle's avatar
      Run astyle to make code format more consistent · ea8c1c90
      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.
      ea8c1c90
  6. Apr 03, 2013
    • aacuevas's avatar
      Windows.h include not needed with juce 2 · 3f56af92
      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
      3f56af92
  7. Mar 25, 2013
  8. Mar 21, 2013
  9. Nov 23, 2012
    • Adam Mokhtari's avatar
      Added embedded typeface handling to CustomLookAndFeel · 65582386
      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.)
      65582386
  10. Oct 06, 2012
  11. Sep 20, 2012
  12. May 19, 2012
  13. Mar 20, 2012
  14. Feb 19, 2012
  15. Feb 11, 2012
Loading