Commit graph

887 commits

Author SHA1 Message Date
DD Liu
516f6eb714
Zoom to fit (#629)
Note do not merge without GUI change
2018-08-31 12:07:17 -04:00
DD Liu
20a98db397
Break paint-editor.jsx code out into HOCs (#633) 2018-08-30 17:51:11 -04:00
DD Liu
c6458ddebc
Fix the pointer-events error in the console (#635) 2018-08-30 14:56:10 -04:00
DD Liu
07effb7fd8
Scroll containers shouldn't intercept pointer events (#630) 2018-08-29 17:09:45 -04:00
DD Liu
4474ec3aa1
Keyboard shortcuts (#623) 2018-08-29 15:29:13 -04:00
chrisgarrity
97f669423a
Make PaintEditor component rtl aware (#617)
* Make PaintEditor component rtl aware

Fixes the color-picker and any other popover elements.

Adds an RTL prop to the PaintEditor that initializes the `layout` state in redux. Any other components that need to know the layout refer to the state in redux.

I debated whether the state should just be a boolean (true for RTL), or ‘rtl’, ‘ltr’. I went with the latter, but could be convinced that boolean would be better.

I did not add `dir=“rtl”` to the font picker dropdown as all the names are in LTR languages.

Question: Should the sliders reverse direction, and if so, is it worth doing right now when the layout of the color picker may change.

Adding the rtl prop and the `dir=…` to the PaintEditorComponent fixes layout issues in the playground.

* Don’t reverse gradient swatches: the fill colors (and swatch preview) should represent the way the left-right colors will blend when filling a shape.
2018-08-23 19:08:56 -04:00
chrisgarrity
620dd6ae49
Mirror margins, borders and arrow icons for RTL (#616)
* Mirror margins, borders and arrow icons for RTL

This handles everything exception the color picker.

I verified that things like the paint brush and magnifying glass should not be mirrored (even people who read Hebrew are usually right-handed)

* Fix dropdown icon padding in RTL
2018-08-22 13:13:46 -04:00
greenkeeper[bot]
e93fc99e0f fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180817005452 (#606) 2018-08-20 11:33:17 -04:00
greenkeeper[bot]
779ddd6723 chore(package): update autoprefixer to version 9.1.2 (#608) 2018-08-20 11:31:52 -04:00
DD Liu
50de05cee4
Scrollbars (#602) 2018-08-16 16:49:43 -04:00
DD Liu
2791866a9e
Reduce tolerance across the board. Don't accept hit results on helper items unless they are handles. (#597) 2018-08-16 13:09:26 -04:00
DD Liu
363fefd0a7
Revert "chore(package): update tap to version 12.0.1 (#586)" (#600)
This reverts commit 6f15ab21cc.
2018-08-13 12:19:36 -04:00
greenkeeper[bot]
c1af4c6e65 chore(package): update autoprefixer to version 9.1.1 (#599) 2018-08-13 11:02:08 -04:00
greenkeeper[bot]
dbd4276c66 chore(package): update postcss-loader to version 3.0.0 (#596) 2018-08-09 14:47:02 -04:00
DD Liu
8267e11176
Double click in select modes switches to text tool (#583) 2018-08-09 10:55:44 -04:00
Jacco Kulman
8056a788e7 Loupe issues fixed #378 (#382) 2018-08-08 18:27:01 -04:00
greenkeeper[bot]
680b403de6 chore(package): update style-loader to version 0.22.0 (#594) 2018-08-07 11:10:12 -04:00
DD Liu
029115a346
chore(package): update react-intl-redux to version 2.0.0 (#593)
Closes #455
2018-08-06 15:15:02 -04:00
greenkeeper[bot]
3f7230820a chore(package): update react-responsive to version 4.1.0 (#338) 2018-08-06 15:12:02 -04:00
DD Liu
a71866ff7c
chore(package): update react-dom to version 16.4.0 (#589)
Closes #348
2018-08-06 15:03:59 -04:00
DD Liu
b5f768da14
chore(package): update react-popover to version 0.5.7 (#587)
Closes #414
2018-08-06 14:59:37 -04:00
DD Liu
6f15ab21cc
chore(package): update tap to version 12.0.1 (#586)
Closes #451
2018-08-06 14:58:04 -04:00
DD Liu
fa508c71b2
chore(package): update babel-jest to version 23.0.1 (#585)
Closes #476
2018-08-06 14:55:55 -04:00
greenkeeper[bot]
b1746e2c58 chore(package): update regenerator-runtime to version 0.12.0 (#523) 2018-08-06 14:54:23 -04:00
greenkeeper[bot]
34de22aa16 chore(package): update css-loader to version 1.0.0 (#548) 2018-08-06 14:53:43 -04:00
greenkeeper[bot]
88f685323c chore(package): update postcss-import to version 12.0.0 (#582) 2018-08-06 14:53:09 -04:00
DD Liu
7460c10a17
chore(package): update autoprefixer to version 9.1.0 (#584)
Closes #331
2018-08-06 14:48:21 -04:00
apple502j
5c723e5f92 Localize tool tooltips (#573)
* Create messages.js for all tooltips as many are shared between the bitmap and vector editors:
  * Brush Translation
  * Eraser Translation
  * Fill Translation
  * Line Translation
  * Oval Translation
  * Rect Translation
  * Reshape Translation
  * RoundedRect Translation
  * Select Translation
  * Text Translation
2018-08-06 09:16:35 -04:00
DD Liu
6c84cbf76d
Selection limit (#572) 2018-08-03 13:10:45 -04:00
greenkeeper[bot]
500908acad fix(package): update @scratch/paper to version 0.11.20180802201231 (#581) 2018-08-02 16:36:50 -04:00
DD Liu
df88d56d1b
Save bitmap selection (#569) 2018-07-25 19:07:35 -04:00
DD Liu
f7ca2c7e43
Leftover selection boxes (#570) 2018-07-25 16:28:55 -04:00
chrisgarrity
28ad90c9fe
Merge pull request #560 from chrisgarrity/issue/543-localize
Adjust format for different locales
2018-07-18 14:31:09 -04:00
chrisgarrity
ec38552b32 Fix icon alignment when there are no labels 2018-07-18 14:21:39 -04:00
DD Liu
af3c6694d4
Bitmap gradient (#559) 2018-07-17 17:21:02 -04:00
DD Liu
4ba79cacbb
Vector gradient (#558) 2018-07-17 16:37:03 -04:00
Paul Kaplan
9be50ffaf6
Merge pull request #564 from LLK/greenkeeper/@scratch/paper-0.11.20180717155250
Update @scratch/paper to the latest version 🚀
2018-07-17 14:18:56 -04:00
greenkeeper[bot]
cd99e72e15 fix(package): update @scratch/paper to version 0.11.20180717155250 2018-07-17 16:04:19 +00:00
chrisgarrity
0ed3aaf3db Adjust format for different locales
* increased fullsize editor width, English required 1272, adding a couple more pixels allowed a couple of other languages to keep labels
* hide flip vertical/horizonal labels for everything except English
* hide all labels for languages defined in `hideLabel`
2018-07-16 14:34:36 -04:00
DD Liu
21f3a5f30c
Add missing props validation (#556) 2018-07-13 10:55:36 -04:00
DD Liu
df3192b273
fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180712223402 (#555)
Closes #552
2018-07-13 09:20:22 -04:00
greenkeeper[bot]
0e51ec99f2 fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180711180400 (#552) 2018-07-13 09:19:19 -04:00
DD Liu
4e4bb396a6
Draw oval and rectangle outlines in bitmap (#550) 2018-07-12 15:48:30 -04:00
Paul Kaplan
11bab6ebe2
Merge pull request #553 from paulkaplan/fix-conversion-button-styles
Make the bitmap/vector conversion button look enabled
2018-07-12 10:38:47 -04:00
Paul Kaplan
1d63bafedd Make the bitmap conversion button enabled always 2018-07-12 10:27:14 -04:00
DD Liu
652a3ca89b
Update image when deleting points (#551) 2018-07-11 14:10:03 -04:00
DD Liu
7063d359eb
Correct the view bounds when the paper canvas is initialized. (#549) 2018-07-11 11:13:27 -04:00
Paul Kaplan
179c68378b
Merge pull request #545 from paulkaplan/delete-button
Delete button
2018-07-09 09:17:37 -04:00
Paul Kaplan
64b71703ce Simplify the logic for reshape delete 2018-07-09 09:17:15 -04:00
Paul Kaplan
501f9806e6 Make fill and outline labels go above color buttons 2018-07-06 15:32:31 -04:00