1. 04 7月, 2016 2 次提交
    • K
      fixing broken code · 2133eb42
      Kevin Nadro 提交于
      - working prototype
      - need to fix the vertical split bar to have the divider between
      workspace and sandbox container work together
      2133eb42
    • K
      cleaning up code and files · cf81f168
      Kevin Nadro 提交于
      - making more files and renaming things
      cf81f168
  2. 03 7月, 2016 1 次提交
    • K
      sandbox container show · 6de1d289
      Kevin Nadro 提交于
      a way to make sure the sandbox container shows up when inside the
      sandbox tracers and when you aren’t in it
      6de1d289
  3. 02 7月, 2016 2 次提交
  4. 30 6月, 2016 4 次提交
  5. 29 6月, 2016 1 次提交
  6. 26 6月, 2016 1 次提交
  7. 23 6月, 2016 2 次提交
  8. 20 6月, 2016 2 次提交
  9. 19 6月, 2016 4 次提交
    • J
      fix run button · 3e362040
      Jason Park 提交于
      3e362040
    • J
      improve coloring · 09189347
      Jason Park 提交于
      09189347
    • G
      Update setup_top_menu.js · 18dbf7c3
      Gautam krishna.R 提交于
      18dbf7c3
    • 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 1 次提交
  11. 16 6月, 2016 1 次提交
  12. 15 6月, 2016 1 次提交
  13. 14 6月, 2016 2 次提交
  14. 12 6月, 2016 8 次提交
  15. 11 6月, 2016 7 次提交
  16. 10 6月, 2016 1 次提交