Commit graph

841 commits

Author SHA1 Message Date
DD Liu
760ddabfce
fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180607141644 (#500)
Closes #491
2018-06-07 16:29:24 -04:00
DD Liu
ebed37390d
Move convert to bitmap into bitmap helper (#490) 2018-06-07 11:26:26 -04:00
Paul Kaplan
a9ba5eac9b Protect against drawing zero sized images, fixing Firefox crashes (#495)
* Protect against drawing zero sized images, fixing Firefox crashes

* Remove removing raster

Let the layer.js helper manage the raster object
2018-06-07 10:19:06 -04:00
DD Liu
44f71d9f72
Fix drawing rectangle while holding shift (#493) 2018-06-07 10:01:23 -04:00
Paul Kaplan
f30f541972
Merge pull request #489 from paulkaplan/update-svg-renderer
Update scratch-svg-renderer
2018-06-05 11:32:35 -04:00
Paul Kaplan
712069ca86 Fix trailing comma 2018-06-05 10:51:22 -04:00
Paul Kaplan
bd18c866c7 Update scratch-svg-renderer 2018-06-05 10:28:16 -04:00
Ray Schamp
01739bef14
Merge pull request #431 from mzgoddard/dependents-no-boiler
Use src/index as browser entry point
2018-05-31 18:44:57 -04:00
Michael "Z" Goddard
122c7320e3 chore(package): expose src/index as browser entry point
Downstream webpack will need any dependencies src/ depends on so it can
successfully build. Also if multiple packages being built into a larger
script share a common dependency version range, they can share the
dependency instead of duplicating it. This will save built file size,
execution time, and memory.
2018-05-31 18:35:11 -04:00
DD Liu
e2b2d5f5ae
Update svg renderer (#483) 2018-05-31 17:25:08 -04:00
DD Liu
16fb573d17
Update pixel font (#477) 2018-05-24 17:17:19 -04:00
DD Liu
63198c05b4
Fix firefox wrap and opaque text selection (#474) 2018-05-24 14:16:00 -04:00
DD Liu
09babb15c5
Safety check cursor preview (#470) 2018-05-23 16:39:18 -04:00
greenkeeper[bot]
e899538f0d chore(package): update @scratch/paper to version 0.11.20180523194304 (#471) 2018-05-23 15:49:12 -04:00
greenkeeper[bot]
b015f92bb5 chore(package): update @scratch/paper to version 0.11.20180521153630 (#459) 2018-05-21 13:19:06 -04:00
DD Liu
df93408196
Ungroup layer groups generated by paper (#453) 2018-05-21 11:55:01 -04:00
Ray Schamp
d918a8a4ad
Merge pull request #458 from LLK/revert-457-hide-text-tool
Revert "Temporarily hide the font dropdown"
2018-05-21 10:26:32 -04:00
Ray Schamp
3df9c0862d
Revert "Temporarily hide the font dropdown" 2018-05-21 10:05:43 -04:00
Ray Schamp
ba7147a4c4
Merge pull request #457 from rschamp/hide-text-tool
Temporarily hide the font dropdown
2018-05-21 09:57:38 -04:00
Ray Schamp
638602bb0d Temporarily hide the text tool
This is for the GUI release to master today and should be reverted after that merge.
2018-05-21 09:46:03 -04:00
DD Liu
f9e00afdc8
Dont translate fonts and increase default font size (#450)
* Remove internationalization from all font names
* Bump up the default font sizes
2018-05-17 15:34:36 -04:00
DD Liu
0240abcfe3
Font tool (#443)
Add font picker
2018-05-17 10:37:02 -04:00
DD Liu
7f216defd2
Add todo to add viewbox (#446) 2018-05-16 15:34:00 -04:00
Paul Kaplan
063ba60f54
Merge pull request #441 from paulkaplan/update-scratch-render-fonts
Update scratch render fonts
2018-05-14 14:36:32 -04:00
Paul Kaplan
07699e59b2 Update render dep to fix IE11 2018-05-14 14:28:48 -04:00
Paul Kaplan
40ccb3c75c Fix linting 2018-05-14 14:28:36 -04:00
DD Liu
df09f10e6c
Update svg render dep (#433) 2018-05-11 11:15:38 -04:00
DD Liu
830dd3c9ee
Use font inlining method from scratch svg render (#427) 2018-05-10 13:46:23 -04:00
DD Liu
fd6268c940
Queue perform snapshot (#430) 2018-05-09 10:51:49 -04:00
Ray Schamp
a75262463b
Merge pull request #426 from mzgoddard/babel-preset-env
Replace babel-preset-es2015 with babel-preset-env
2018-05-08 16:52:08 -04:00
Ray Schamp
cf5c39ecf0
Merge pull request #425 from mzgoddard/webpack-4
Update to Webpack 4
2018-05-08 16:07:58 -04:00
Ray Schamp
64df6cf93b
chore: pin css-loader and html-webpack-plugin 2018-05-08 13:03:44 -04:00
Michael "Z" Goddard
906051077f
Replace babel-preset-es2015 with babel-preset-env 2018-05-07 14:25:54 -04:00
Michael "Z" Goddard
53893ca12c
Update to Webpack 4 2018-05-07 14:22:09 -04:00
Paul Kaplan
dcae9a249f
Merge pull request #424 from fsih/fixUndo
Listen to undo state in fixedTools
2018-05-04 14:01:13 -04:00
DD
b638b2b9ca Listen to undo state in fixedTools 2018-05-04 13:35:19 -04:00
DD Liu
d71ca021f1
Hide top row buttons in bitmap mode (#423) 2018-05-03 14:23:00 -04:00
DD Liu
10d35d066c
Fix costume string description (#422) 2018-05-03 10:53:43 -04:00
Paul Kaplan
aef0a03b77
Merge pull request #416 from paulkaplan/fix-edge-button-text
Fix button text wrapping in Edge
2018-05-02 15:16:11 -04:00
DD Liu
c00234c1a7
Fix image conversion in firefox and add fallback (#417) 2018-05-02 15:09:05 -04:00
Paul Kaplan
4cf7349126 Fix button text wrapping in Edge 2018-05-02 14:57:38 -04:00
DD Liu
89133f42e5
Update import and export types (#412)
* Import/export bitmap
* Fix playground and readme
* Use constants instead of changing zoom level for every import/export
2018-05-01 16:18:24 -04:00
chrisgarrity
06a53d305c
Merge pull request #410 from chrisgarrity/update-l10n
Reconfigure paint transifex config
2018-04-30 15:44:26 -04:00
chrisgarrity
6be57aee3a Reconfigure paint transifex config
Switch config file over to public ‘scratch-editor’ project on transifex.
2018-04-29 17:16:33 -04:00
DD Liu
3d99044ccf
Import and export bitmaps (#404)
* Rename svg to image

* Import/export bitmap

* Fix playground and readme

* Fix lint

* Assume strings are svgs
2018-04-26 18:45:50 -04:00
DD Liu
af29e606d8
Merge pull request #405 from fsih/lineTool
Add line tool
2018-04-26 16:36:17 -04:00
DD
ed114bb073 Move getBrushMark to helper 2018-04-26 14:54:44 -04:00
DD Liu
76075bcde1
Merge pull request #407 from fsih/regroup
Remove ungroup on import
2018-04-26 12:12:44 -04:00
DD
86bec30790 Remove ungroup on import 2018-04-26 11:00:28 -04:00
DD Liu
0755df9990 Add line tool 2018-04-25 15:26:48 -04:00