- Feb 01, 2018
-
-
Paul Kaplan authored
-
- Jan 30, 2018
-
-
Paul Kaplan authored
This is a long standing issue with how iOS deals with scrollable elements within a fixed area. This was a helpful resource https://davidwalsh.name/scroll-iframes-ios
-
- Jan 29, 2018
-
-
DD authored
-
Karishma Chadha authored
-
- Jan 26, 2018
-
-
Daniel Ball authored
-
Daniel Ball authored
-
Daniel Ball authored
-
- Jan 24, 2018
-
-
Andrew Sliwinski authored
-
- Jan 17, 2018
-
-
Daniel Ball authored
-
- Jan 16, 2018
-
-
Kerr Travers authored
-
- Jan 12, 2018
-
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Paul Kaplan authored
Remove the WebGL checks from the error boundary. Instead, just do not render the stage if it is not supported.
-
- Jan 11, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
Additionally render the canvas at a multiplier of the device pixel ratio, so we get hidpi images for supported screens. The fixed CSS sizing allows us to do that. The problem was that on Edge, flexbox apparently can grow canvas elements, whereas on Chrome/FF the canvas width/height is respected. No problem, we can set the width/height in CSS to fix it, which conveniently allows us to also fix the low-res-on-retina-screens problem at the same time.
-
- Jan 08, 2018
-
-
chrisgarrity authored
Add Error Boundary (has componentDidCatch method) to handle WebGL errors and display an informative message.
-
Paul Kaplan authored
-
- Jan 07, 2018
-
-
Josiah Neuberger authored
-
Josiah Neuberger authored
-
- Jan 04, 2018
-
-
chrisgarrity authored
- reduced the load time of the preview modal assets - changed cursor to ‘pointer’ for modal buttons
-
- Jan 03, 2018
-
-
Matthew Taylor authored
* Implement paint-75: Add blank costume button * add backdrop icon, use default name thanks @fsih !
-
chrisgarrity authored
Replace the placeholder illustration.
-
Paul Kaplan authored
-
Matthew Taylor authored
* Add coming soon extensions to the library This implements #1074 * don’t call `onSelect` when disabled thanks @paulkaplan! * add speech image to coming soon extension
-
- Dec 28, 2017
- Dec 27, 2017
-
-
DD authored
-
Matthew Taylor authored
* add feedback form This implements #829 * small style updates to the stage buttons from @carljbowman * remove `stageSize` for now We eventually need this, but not yet, and it’s causing lint failure.
-
- Dec 21, 2017
-
-
Paul Kaplan authored
-
chrisgarrity authored
- implements welcome to the preview modal, and unsupported browser modal. - will need assets updated in Jan.
-
Paul Kaplan authored
-
Paul Kaplan authored
Fixes #993
-
- Dec 20, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Fixes https://github.com/LLK/scratch-gui/issues/1064
-
Matthew Taylor authored
* Implement GH-830: Add coming soon tooltips This implements coming soon tooltips for: * the small stage size * save, load and language It also creates the component that can be copied over into the paint editor for use there as well. Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
-
Paul Kaplan authored
- New icons - Play button moved to prominent location - Styling normalized with costume editor
-
- Dec 15, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-