Skip to content
Snippets Groups Projects
  1. Feb 01, 2017
  2. Jan 31, 2017
    • Ray Schamp's avatar
      Cache stage bounding box · 6385cb06
      Ray Schamp authored
      `getBoundingClientRect` forces WebKit to recalculate the layout ("force reflow"), so cache the canvas bounding box rather than getting it on every mouse event.
      6385cb06
  3. Jan 30, 2017
  4. Jan 28, 2017
  5. Jan 27, 2017
  6. Jan 24, 2017
  7. Jan 19, 2017
  8. Jan 13, 2017
  9. Jan 12, 2017
  10. Jan 11, 2017
  11. Jan 09, 2017
  12. Jan 06, 2017
  13. Jan 04, 2017
  14. Dec 20, 2016
  15. Dec 16, 2016
  16. Dec 15, 2016
    • Ray Schamp's avatar
      Lint · f9970d6c
      Ray Schamp authored
      f9970d6c
    • Ray Schamp's avatar
      370d66e4
    • Ray Schamp's avatar
      Use Box in libraries and modal · 6ae2fbb6
      Ray Schamp authored
      6ae2fbb6
    • Ray Schamp's avatar
      Layout pass · 789fd146
      Ray Schamp authored
      Move layout styles from component stylesheets to the GUI, or the component that is placing the component.
      
      Add a new `Box` component to control layouts, basically giving a convenient way to lay out with flexbox.
      
      Use `Box` as the output component for any component that may need to be passed layout options. The props passing convention allows giving layout props to the final `Box` component, making wrapping with another `Box` unnecessary in some cases.
      789fd146
  17. Dec 12, 2016
  18. Dec 07, 2016
    • Ray Schamp's avatar
      Give GUIComponent responsibility of children · 7542f1b5
      Ray Schamp authored
      This will allow the GUIComponent to have control over the layout
      7542f1b5
    • Ray Schamp's avatar
      Use CSS modules for styles · 16fbb64c
      Ray Schamp authored
      The inline css method gives us nothing that CSS modules can't give us. This puts the project more in line with the way www works, and makes CSS actually readable.
      
      Using class names gives us full control of the modal styles.
      16fbb64c
  19. Dec 06, 2016
    • Ray Schamp's avatar
      Style pass · d1396091
      Ray Schamp authored
      Refactor SpriteSelector into "Target Pane" which contains the sprite selector, stage selector, and the buttons for new sprites, costumes and backdrops.
      d1396091
  20. Dec 05, 2016
  21. Dec 03, 2016
  22. Dec 02, 2016
  23. Nov 29, 2016
  24. Nov 23, 2016
  25. Nov 21, 2016
  26. Nov 17, 2016
  27. Nov 04, 2016
Loading