DD
7f4812ad55
remove debug
2017-10-20 14:19:52 -04:00
DD
d6fc238359
Fix an issue where undoing when there is a bounding box would cause the whole layer to be selected
2017-10-20 14:19:52 -04:00
DD Liu
dbe24ed50c
lint and clean up some things
2017-10-20 14:19:52 -04:00
DD
6732483d80
Add selection tool to rect
2017-10-20 14:19:52 -04:00
DD
f95bbe2ca5
Basic rectangle tool
2017-10-20 14:19:52 -04:00
DD
f9772e90ed
Remove hover. Why did I leave hover in all of these
2017-10-20 14:19:02 -04:00
DD Liu
4580fcc7d8
Merge pull request #71 from fsih/penTool
...
Pen tool
2017-10-20 14:18:04 -04:00
DD
b62c2e32cb
remove references to hover
2017-10-20 14:17:10 -04:00
DD
131193ef73
Pen tool
2017-10-20 14:17:10 -04:00
DD Liu
29ca6c66cf
Merge pull request #70 from fsih/lineToolSnapping
...
Line tool snapping
2017-10-20 14:16:51 -04:00
DD
b79bb8174f
found a better fix than the in handle = null thing
2017-10-20 14:16:23 -04:00
DD Liu
da15ed392a
Merge pull request #73 from fsih/eraseThroughGroups
...
Allow erase through groups
2017-10-20 14:15:54 -04:00
DD
021930eadc
fix lines getting curved when joining paths
2017-10-20 13:36:57 -04:00
DD
70ff3b656f
Fix allowing connecting lines with end points that are very close together
2017-10-20 12:02:28 -04:00
Paul Kaplan
8a5e59dd44
Merge pull request #79 from mewtaylor/issue/tool-select-ui
...
Add svg icons to tool select components
2017-10-20 11:41:24 -04:00
Matthew Taylor
41331e7afc
change to test Button
click
2017-10-19 17:07:09 -04:00
Matthew Taylor
d298282070
fix eslint
2017-10-19 16:59:50 -04:00
Matthew Taylor
e2f70a68ba
Add mock for react-intl
2017-10-19 16:55:22 -04:00
Matthew Taylor
26dbb30a83
update css paths
2017-10-19 16:40:00 -04:00
Matthew Taylor
b1ca3f29d5
Rename paint-editor to new folder too
...
and update click tests to just look at the base component
2017-10-19 16:37:39 -04:00
chrisgarrity
be034cd7f9
Merge pull request #72 from chrisgarrity/add-l10n
...
Adding scratch-l10n dependency
2017-10-19 16:02:48 -04:00
Matthew Taylor
1abb10d320
change comment style to match other files
2017-10-19 15:41:59 -04:00
Matthew Taylor
2e0b34a325
Add svg icons to tool select components
...
This also adds a generic `tool-select` component which can be composed by each of the individual tools for presentation purposes.
Towards #40 .
2017-10-19 15:08:15 -04:00
DD
e425fc6dcb
Allow erase through groups
2017-10-19 11:48:14 -04:00
chrisgarrity
ced3563fda
Adding scratch-l10n dependency
...
* Added .tx configuation to be able to send source strings to transifex
* added dependency on scratch-l10n 2.x, and removed everything related to generating the l10n messages locally
* updated playground intl reducer to use paint messages from l10n package
2017-10-19 08:34:13 -04:00
DD
1c3d5d72f9
rename style path to style blob and use style path for line tool
2017-10-18 19:21:29 -04:00
DD
d27aa53fca
Fix line tool
2017-10-18 14:08:03 -04:00
DD Liu
09ef88cac1
Merge pull request #68 from fsih/selectionBug
...
Fix a bunch of things around import and export
2017-10-17 11:13:45 -04:00
DD
05d7b806a6
fix a bunch of things around import and export
2017-10-16 19:37:48 -04:00
DD Liu
c49a469eda
Merge pull request #67 from fsih/toolButtons
...
Tool buttons
2017-10-16 16:32:38 -04:00
DD Liu
92b5657084
Merge pull request #66 from fsih/selectionCaveats
...
Don't hit test against handles that aren't showing
2017-10-16 16:28:25 -04:00
DD
946b6b0d87
Add back caveat for fully selected shapes, since code to remove handles when a shape is fully selected is in the paper fork we are using
2017-10-16 14:38:05 -04:00
DD
ce53a2c77e
Add oval, rect, rounded rect buttons that do nothing
2017-10-16 14:33:11 -04:00
DD
d2881b2d15
Add pen tool that does nothing. Move blob tools to helper folder.
2017-10-16 14:18:04 -04:00
DD Liu
7705be1ce0
Merge pull request #65 from fsih/yaml3
...
Attempt 3 at fixing npm deploy
2017-10-16 11:28:42 -04:00
DD
f2bf86881e
remove json dep
2017-10-16 11:28:06 -04:00
DD
1681d36ed5
attempt 3
2017-10-16 11:26:55 -04:00
DD Liu
01f91f16b4
Merge pull request #64 from fsih/yaml2
...
Append version number to npm deploy to fix npm deploy
2017-10-16 11:07:57 -04:00
DD
7c84e5b418
Revert "Revert "Add before deploy script that appends version""
...
This reverts commit 32881a984e
.
2017-10-16 11:01:50 -04:00
DD
0842da0458
add json dep
2017-10-16 11:01:07 -04:00
DD Liu
9b72eceee8
Merge pull request #63 from LLK/revert-62-yaml
...
Revert "Add before deploy script that appends version"
2017-10-16 10:49:11 -04:00
DD Liu
32881a984e
Revert "Add before deploy script that appends version"
2017-10-16 10:48:25 -04:00
DD Liu
2d7860f495
Merge pull request #62 from fsih/yaml
...
Add before deploy script that appends version
2017-10-16 10:40:46 -04:00
DD
cdac361cc8
add before deploy with version
2017-10-16 10:30:29 -04:00
Paul Kaplan
fb11d5dd5e
Merge pull request #59 from paulkaplan/color-picker
...
Color picker
2017-10-16 08:52:09 -04:00
DD Liu
f2e090e293
Merge pull request #57 from fsih/convertDep
...
Use scratch fork of paper
2017-10-14 19:34:19 -04:00
Paul Kaplan
e2e4823642
Fix with feedback from DD
2017-10-13 14:24:07 -04:00
Paul Kaplan
452ded76e3
Merge pull request #58 from paulkaplan/react-16
...
Update to react 16
2017-10-13 13:59:46 -04:00
Paul Kaplan
3eaf8047aa
Initial prototype of color picker
2017-10-13 13:34:25 -04:00
Paul Kaplan
8ffb95c02d
Fix node env issue
2017-10-13 13:33:04 -04:00