Skip to content
Snippets Groups Projects
  1. Jun 17, 2013
  2. Jun 16, 2013
  3. Jun 09, 2013
  4. Jun 02, 2013
  5. May 29, 2013
    • jsiegle's avatar
      Fix problems with LfpDisplay · 9b57af5a
      jsiegle authored
      9b57af5a
    • jvoigts's avatar
      LFP redraws are now incremental · 32af7a13
      jvoigts authored
      LFP traces are now only drawn in the space since the last buffer update, this reduced cpu load.
      Reverted back to the linedraw method because speed is not an issue any more with this fix.
      Currently not issuing full redraws when a user uses the scrollbar, only for clicks and mouse wheel messages.
      32af7a13
  6. May 21, 2013
  7. May 18, 2013
  8. May 06, 2013
  9. May 05, 2013
  10. Apr 08, 2013
  11. Apr 07, 2013
  12. Apr 06, 2013
  13. 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
  14. Apr 04, 2013
  15. 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
  16. Apr 02, 2013
  17. Mar 22, 2013
  18. Mar 21, 2013
  19. Mar 20, 2013
  20. Dec 28, 2012
  21. Oct 06, 2012
  22. Sep 20, 2012
  23. Sep 02, 2012
  24. Jul 08, 2012
  25. Jun 30, 2012
  26. Jun 28, 2012
  27. Jun 25, 2012
  28. Jun 24, 2012
  29. Mar 29, 2012
Loading