1. 30 6月, 2016 1 次提交
    • K
      more! · b8b7b4b2
      Kevin Nadro 提交于
      figuring out how all of this stuff works, still very confused on where
      to include javascript files and how to access the code through all the
      modules
      b8b7b4b2
  2. 29 6月, 2016 6 次提交
  3. 28 6月, 2016 2 次提交
  4. 27 6月, 2016 1 次提交
  5. 26 6月, 2016 3 次提交
  6. 23 6月, 2016 8 次提交
  7. 22 6月, 2016 1 次提交
  8. 20 6月, 2016 3 次提交
  9. 19 6月, 2016 6 次提交
    • J
      fix run button · 3e362040
      Jason Park 提交于
      3e362040
    • J
      Merge pull request #187 from gautamkrishnar/patch-1 · ad8334db
      Jason Park 提交于
      Updated setup_top_menu.js 
      ad8334db
    • J
      improve coloring · 09189347
      Jason Park 提交于
      09189347
    • G
      Update setup_top_menu.js · 18dbf7c3
      Gautam krishna.R 提交于
      18dbf7c3
    • J
      Merge pull request #188 from nadr0/more-colors · e01e4565
      Jason Park 提交于
      added color customization
      e01e4565
    • K
      added color customization · 01192e41
      Kevin Nadro 提交于
      The coders are able to set the tracer’s colors to anything they want!
      Since I use the style background color attribute on the div it can
      accept a wide variety of values for the background color.
      
      I first wanted to pass in some color value when calling notify or
      select but then I realized there is a lot of issues with the amount of
      parameters . So I thought of doing some sort of global set like the
      HTML canvas/context does.
      
      Tracer now has 5 new methods for setting the colors.
      _Set(name)FillColor(color_goes_here).
      
      The logic of the setting fillColor and it being displayed should be
      similar to the canvas/context fillStyle setting. It will keep using
      that color until the color is switched again.
      
      I had to change the clear method inside array2d.js also to handle the
      new coloring change.
      01192e41
  10. 18 6月, 2016 2 次提交
  11. 17 6月, 2016 3 次提交
  12. 16 6月, 2016 4 次提交