Skip to content
Snippets Groups Projects
  1. Jan 28, 2017
  2. Jan 27, 2017
  3. Jan 24, 2017
  4. Jan 19, 2017
  5. Jan 13, 2017
  6. Jan 12, 2017
  7. Jan 11, 2017
  8. Jan 09, 2017
  9. Jan 06, 2017
  10. Jan 04, 2017
  11. Dec 20, 2016
  12. Dec 16, 2016
  13. 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
  14. Dec 12, 2016
  15. 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
  16. 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
  17. Dec 05, 2016
  18. Dec 03, 2016
  19. Dec 02, 2016
  20. Nov 29, 2016
  21. Nov 23, 2016
  22. Nov 21, 2016
  23. Nov 17, 2016
  24. Nov 04, 2016
Loading