Skip to content
Snippets Groups Projects
  1. Dec 26, 2012
  2. Nov 26, 2012
  3. Nov 24, 2012
  4. 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
  5. Nov 20, 2012
  6. Nov 19, 2012
  7. Nov 17, 2012
  8. Nov 16, 2012
    • Adam Mokhtari's avatar
      Fixed EditorViewport crash on keypresses · 2ef4ec75
      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.
      2ef4ec75
  9. Nov 12, 2012
  10. Nov 11, 2012
  11. Nov 10, 2012
  12. Nov 06, 2012
    • Shay Ohayon's avatar
      Type casting corrections · 4af9b8fe
      Shay Ohayon authored
      VS throws errors in several locations about ambigious type casting.
      Fixed by removing the ambiguities and casting things to double.
      4af9b8fe
  13. Oct 30, 2012
  14. Oct 06, 2012
  15. Sep 20, 2012
  16. Jul 31, 2012
  17. Jul 21, 2012
  18. Jul 08, 2012
  19. Jul 07, 2012
  20. Jun 17, 2012
  21. Jun 16, 2012
    • jsiegle's avatar
      IntanThread now handles TTL inputs and generates its own timestamps. · a7a594c4
      jsiegle authored
      The IntanThread can report TTL events on its 6 input channels. This was tested
      with an Arduino; input detection is fast and reliable.
      
      The IntanThread also generates its own timestamps, allowing the software to move
      toward a framework in which timestamps come from input sources, rather than
      from the RecordNode.
      
      Finally, an ArduinoOutput module was added, which allows the software to
      communicate with an Arduino via serial output.
      a7a594c4
  22. May 23, 2012
  23. May 21, 2012
  24. May 20, 2012
  25. May 19, 2012
Loading