Skip to content
Snippets Groups Projects
  1. Oct 02, 2014
  2. Sep 29, 2014
  3. Sep 23, 2014
  4. Sep 22, 2014
  5. Sep 21, 2014
  6. Sep 18, 2014
  7. Aug 04, 2014
  8. Jul 14, 2014
  9. Apr 05, 2014
  10. Apr 04, 2014
  11. Mar 21, 2014
  12. Mar 19, 2014
  13. Jan 27, 2014
  14. Jan 25, 2014
  15. Jan 24, 2014
  16. Jan 18, 2014
  17. Nov 18, 2013
  18. Nov 15, 2013
  19. Oct 30, 2013
  20. Oct 03, 2013
  21. Sep 20, 2013
  22. Sep 19, 2013
  23. Aug 05, 2013
  24. Jul 23, 2013
  25. Jul 19, 2013
  26. Jun 19, 2013
  27. May 05, 2013
    • jsiegle's avatar
      Update format of settings file · 4d5a7d82
      jsiegle authored
      - Clean up methods in GenericProcessor
      - File selection now happens outside of EditorViewport
      - Add mechanism for saving custom parameters for individual channels
      - Settings file is automatically saved at the start of recording
      4d5a7d82
  28. May 04, 2013
  29. Apr 08, 2013
  30. Apr 05, 2013
  31. Mar 29, 2013
    • Josh Siegle's avatar
      Switch to manual font loading · e176ce1d
      Josh Siegle authored
      For some reason, "getCustomTypefaceForFont" wasn't being called on OS X.
      It probably has something to do with platform-specific code for loading
      fonts. Now, in cases where custom fonts are needed, loading requires
      4 lines instead of 1. Kind of a pain, so hopefully this is a temporary
      solution until we can figure out what's different about Macs.
      e176ce1d
  32. Mar 21, 2013
    • jsiegle's avatar
      Change copyright year to 2013 · e36119a1
      jsiegle authored
      Use the following command to update the copyright year in all files,
      starting in the Source/ directory:
      
      find . -type f -print0 | xargs -0
         sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g'
      
      Works like a charm!
      e36119a1
Loading