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
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
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
Paul Kaplan
20228dfe0a
Check for curved points as well as selected items for reshape delete
2018-07-06 11:27:48 -04:00
Paul Kaplan
fb460e3eb3
Add delete button for reshape tool also
...
The delete code already handles the pointwise deletion correctly, just needed to add it to the tool row
2018-07-05 14:17:20 -04:00
Paul Kaplan
a837b9ced6
Add delete button to mode tools for select tool
2018-07-05 14:16:43 -04:00
Paul Kaplan
74196228f1
Merge pull request #542 from paulkaplan/increase-tool-visibility
...
Increase selected tool visibility by making the icon white and bg blue.
2018-07-05 08:55:29 -04:00
Paul Kaplan
e772907023
Increase selected tool visibility by making the icon white and bg blue.
...
Resolves #375
2018-06-29 08:30:47 -04:00
Paul Kaplan
06a3ab7390
Merge pull request #537 from fsih/bitSelectTool
...
Bitmap select tool
2018-06-29 07:50:44 -04:00
Paul Kaplan
400f31e7ab
Use the tool description as the button title to improve accessibility.
2018-06-28 09:54:49 -04:00
DD Liu
eed84d8cf2
Handle flip in bitmap
2018-06-28 00:21:01 -04:00
DD
644655d25e
Bitmap select tool
2018-06-20 21:26:40 -04:00
DD Liu
d7298c0c43
Bit text tool ( #515 )
2018-06-19 14:54:29 -04:00
DD Liu
a70f8e1f36
Bitmap Oval tool ( #516 )
2018-06-19 14:20:06 -04:00
DD Liu
c7e0caaca7
Fill tool ( #504 )
2018-06-14 11:44:11 -04:00
DD Liu
4cadcb3da3
Bitmap eraser tool ( #507 )
2018-06-14 10:35:02 -04:00
Paul Kaplan
5f8bca6b08
Prevent color pickers from sliding the UI
2018-06-13 16:38:47 -04:00
DD Liu
389eba6284
Bitmap rectangle tool ( #494 )
2018-06-11 11:48:35 -04:00
DD Liu
63198c05b4
Fix firefox wrap and opaque text selection ( #474 )
2018-05-24 14:16:00 -04:00
Ray Schamp
3df9c0862d
Revert "Temporarily hide the font dropdown"
2018-05-21 10:05:43 -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
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
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
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
0755df9990
Add line tool
2018-04-25 15:26:48 -04:00
DD
bfb3948244
Add coming soon tooltips to other tools
2018-04-18 15:03:34 -04:00
DD
15c3f44388
Fix lint
2018-04-17 15:55:40 -04:00
DD
d6111ed031
Remove unused code
2018-04-17 15:01:10 -04:00
DD
420e1013cf
Use a separate state to track the size of the bitmap brush tool from the brush tool
2018-04-12 16:56:54 -04:00
DD
c9c04745bc
Hide stroke indicators in bitmap mode
2018-04-12 14:23:19 -04:00
DD
9c84537a42
Switch tools when switching editors. Pipe through vector brush size for now.
2018-04-12 10:56:16 -04:00
DD
a868d29d82
Add tool to bitmap editor
2018-04-11 18:04:55 -04:00
DD Liu
80b4557741
Add size, remove alias from other canvases
2018-04-10 14:24:36 -04:00
DD
31561d8bda
Add bitmap brush tool button
2018-04-10 14:22:47 -04:00
DD
a6e7fb4251
update button state when undoing between modes, hide vector tools
2018-04-09 20:10:53 -04:00
DD
f995f30e37
Button toggles on switch format
2018-04-06 11:52:34 -04:00
DD
e6b151c41f
Re-enable convert to bitmap button
2018-04-05 18:04:29 -04:00
Paul Kaplan
769c6560e4
Fix leading
2018-03-29 15:58:22 -04:00
Paul Kaplan
5c0219e745
Use scratch 2 default font
2018-03-29 11:46:02 -04:00
DD Liu
86ee3d8cdd
Edit text moves with text transform
2018-03-22 11:07:10 -04:00
DD
1d29a7dceb
Showing text on top of other text
2018-03-20 17:26:27 -04:00