Commit graph

1010 commits

Author SHA1 Message Date
DD Liu
8daea46ad6
Use consistent hit testing (#689) 2018-09-26 11:19:46 -04:00
DD Liu
691417967d
Update webpack-cli. Current one may be breaking on Travis (#701) 2018-09-26 11:08:54 -04:00
DD Liu
bcc3af4571
Save after adding points (#696) 2018-09-24 13:47:57 -04:00
DD Liu
c8a5db311b
Don't scale text outlines (#685) 2018-09-18 16:30:56 -04:00
DD Liu
a5baa14316
Don't navigate away when paint editor is open and delete/backspace are pressed' (#679) 2018-09-18 16:17:51 -04:00
DD Liu
b6ad997ea2
Switch fix aspect ratio to default when resizing by a corner (#681) 2018-09-17 13:43:51 -04:00
DD Liu
4b658c294f
Bitmap select state (#678) 2018-09-17 13:38:16 -04:00
DD Liu
ccd7f27268
Export bit text (#680) 2018-09-17 13:37:01 -04:00
DD Liu
02ea26efe7
Add safety checks to fill and stroke colors (#682) 2018-09-14 16:14:34 -04:00
DD Liu
ca04db7094
Export bit shapes (#662) 2018-09-12 18:17:45 -04:00
DD Liu
a105d967ba
Fence tools to make it less easy to lose work off the sides (#671) 2018-09-12 18:03:19 -04:00
DD Liu
e4883063fe
Handle transparency in bitmap tools (#660) 2018-09-12 13:21:54 -04:00
DD Liu
5b1d9ee9c4
Make scrollbars a smidgen larger (#674) 2018-09-12 12:25:28 -04:00
DD Liu
29e25cf4e9
Use RGBA instead of hex so Edge can understand the color (#673) 2018-09-12 12:19:38 -04:00
DD Liu
45018e4f64
Add component will unmount to deactivate to all tools (#657) 2018-09-11 10:35:08 -04:00
greenkeeper[bot]
2b462eb676 fix(package): update scratch-svg-renderer to version 0.2.0-prerelease.20180907141232 (#659) 2018-09-07 10:38:26 -04:00
DD Liu
8658840ee7
Re-enable keyboard shortcuts (#654) 2018-09-05 18:02:39 -04:00
DD Liu
6f5c47686d
Rtl text tool (#651) 2018-09-05 17:19:40 -04:00
kyleplo
3701f99d93 Make gradient icons not selectable (#645) 2018-09-05 15:58:22 -04:00
DD Liu
4be60cae49
Copy and delete work on all objects when none are selected (#634) 2018-09-05 15:34:00 -04:00
DD Liu
97f55cde9e
Fix a bug where we never remove key listeners (#652) 2018-09-05 11:22:45 -04:00
DD Liu
d5741c2e02 Fix undefined exception 2018-08-31 13:43:15 -04:00
DD Liu
39051b8220
Disable keyboard shortcuts for now (#642) 2018-08-31 12:29:54 -04:00
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