- Feb 01, 2017
-
-
Ray Schamp authored
Previously modal content was rendered before the modal was use, causing a re-render on every spriteInfoReport.
-
- Jan 31, 2017
-
-
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.
-
- Jan 30, 2017
-
-
TheBrokenRail authored
-
- Jan 28, 2017
-
-
TheBrokenRail authored
-
- Jan 27, 2017
-
-
TheBrokenRail authored
Change Toolbox Categories to match new design color
-
- Jan 24, 2017
-
-
Cosmic Web Services authored
-
Cosmic Web Services authored
-
- Jan 19, 2017
-
-
Silly Inventor authored
-
- Jan 13, 2017
-
-
Ray Schamp authored
The `info` property seems to refer to the image size, not the rotation center in the backdrop library. So if it exists, halve it to find the center. Towards #18
-
- Jan 12, 2017
-
-
Ray Schamp authored
Remove MediaLibrary helper since it is now unused
-
- Jan 11, 2017
-
-
Ray Schamp authored
-
- Jan 09, 2017
-
-
Ray Schamp authored
Now possible because we send down the correct content type for SVG assets.
-
- Jan 06, 2017
-
-
Eric Rosenbaum authored
-
- Jan 04, 2017
-
-
Eric Rosenbaum authored
-
- Dec 20, 2016
-
-
Ray Schamp authored
-
- Dec 16, 2016
-
-
Ray Schamp authored
-
- Dec 15, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
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.
-
- Dec 12, 2016
-
-
Ray Schamp authored
It was not being used by GUI so no reason for it to be initialized there
-
Ray Schamp authored
-
Ray Schamp authored
-
- Dec 07, 2016
-
-
Ray Schamp authored
This will allow the GUIComponent to have control over the layout
-
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.
-
- Dec 06, 2016
-
-
Ray Schamp authored
Refactor SpriteSelector into "Target Pane" which contains the sprite selector, stage selector, and the buttons for new sprites, costumes and backdrops.
-
- Dec 05, 2016
-
-
Ray Schamp authored
Add a new stage selection component that displays the stage separately from the sprite list.
-
Ray Schamp authored
-
Ray Schamp authored
-
- Dec 03, 2016
-
-
Ray Schamp authored
In preparation to split the sprites from the stage, start managing the target list state in a single place.
-
Ray Schamp authored
-
- Dec 02, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Nov 29, 2016
-
-
Ray Schamp authored
This allows the keys to be used for developer shortcuts, but also keeps the "if any key pressed" block working (and hacked key blocks).
-
Ray Schamp authored
This is mostly because it was annoying that Cmd-Opt-J didn't work, but seems like a good thing to have in general.
-
- Nov 23, 2016
-
-
Ray Schamp authored
For now this uses the CSS `filter` property to crudely "highlight" for the active state. This is a temporary solution until we have a real design for the active states.
-
Ray Schamp authored
These were named inconsistently in scratch-vm
-
- Nov 21, 2016
-
-
Tim Mickel authored
-
- Nov 17, 2016
-
-
Ray Schamp authored
-
- Nov 04, 2016
-
-
Ray Schamp authored
-