Brady Madden
ec28c83626
fix other drag issues
2020-01-04 17:18:16 -05:00
Paulo Menezes
dfb7faec30
Resize with negative width or height ( #136 )
...
* Disable resize for text, arrow and multiple selection
* Resize with negative width and height
* Fix resizing when leaves windows
2020-01-04 13:39:55 -08:00
Christopher Chedeau
3172109050
Inline font-awesome icons ( #134 )
2020-01-04 12:47:12 -08:00
David Luzar
490438960d
fix export to support scrolling ( #133 )
2020-01-04 12:46:50 -08:00
Timur Khazamov
aa01be2dbe
Fixed Unable to preventDefault errors in Chrome ( #130 )
...
* Fixed Unable to preventDefault errors in Chrome
* Cleanup wheel event listener
2020-01-04 12:11:23 -08:00
Brady Madden
1919f30878
fix offset top and length causing drag issues ( #122 )
2020-01-04 11:05:45 -08:00
Paulo Menezes
dee8a73d3d
Resize ( #103 )
...
* Resize
* Detect collision with squares
* Disable resize for text, arrow and multiple selection
* Hide middle handlers when small
2020-01-04 10:56:11 -08:00
Christopher Chedeau
bd86f819df
Prevent re-assignment of elements ( #121 )
2020-01-04 10:48:23 -08:00
Christopher Chedeau
25aabdc4d1
Fix hit testing ( #119 )
2020-01-04 10:19:18 -08:00
dwelle
a1bcfb401c
move css to scss
2020-01-04 19:14:12 +01:00
dwelle
c5d65ccb39
ensure we defocus input on canvas click
...
- also reuse the same detection logic for cancelling keyboard events
2020-01-04 17:46:45 +01:00
David Luzar
e0deb68875
ensure mouse drag doesn't select texts ( #32 ) ( #111 )
2020-01-04 06:22:08 -08:00
David Luzar
c623312380
add support for clearing canvas ( #108 )
2020-01-04 06:20:53 -08:00
hazam
4a03fa8542
Fix: right clicking while on the canvas messes up selection
2020-01-04 15:58:31 +05:00
Christopher Chedeau
4886065443
Wire up forward ( #101 )
...
* Wire up forward
* Match words with Keynote/Powerpoint
2020-01-03 21:46:49 -08:00
Paulo Menezes
e9484080e7
UI move buttons ( #99 )
2020-01-03 21:38:32 -08:00
Christopher Chedeau
0d5272720f
Send to back ( #98 )
2020-01-03 21:03:25 -08:00
Paulo Menezes
b1a90c0020
Side panel ( #95 )
...
* Side panel
* Update arrow icon
2020-01-03 19:58:20 -08:00
Christopher Chedeau
66938ae5c6
Update on resize ( #94 )
...
Fixes #88
2020-01-03 18:35:14 -08:00
Christopher Chedeau
8605af2b54
Fix key warning ( #93 )
2020-01-03 18:32:23 -08:00
Christopher Chedeau
c077403eec
Generate new seed on paste
2020-01-03 18:29:46 -08:00
Christopher Chedeau
929efa5e2c
Distance between point and ellipsis ( #92 )
2020-01-03 18:16:16 -08:00
Sergey Rubanov
51bea5eff3
- Use Math.hypot ( #87 )
...
- Fix context parameter name in isTextElement function
- Remove unused code
- Use block scope everywhere
2020-01-03 15:20:26 -08:00
Alex Bratsos
58d81280c9
Add shortcuts ( #85 )
...
* Add yarn.lock to .gitignore
* Extract available shapes to one place
* Add event listeners for shapes shortcuts
* fixup! Add event listeners for shapes shortcuts
* Underline first letter of shapes
to indicate interactivity
* fixup! Extract available shapes to one place
* fixup! Add event listeners for shapes shortcuts
2020-01-03 15:08:34 -08:00
hazam
9d65b1cbc1
Code cleanup
2020-01-04 03:03:08 +05:00
hazam
1b93888da5
Restore fill style
2020-01-04 02:52:47 +05:00
hazam
2a0eacbeca
Fixed selection and added scrollbars
2020-01-04 02:45:01 +05:00
hazam
51e19b977e
Scroll with mouse wheel
2020-01-04 02:45:00 +05:00
Christopher Chedeau
b18a0efe2c
Seed ( #73 )
2020-01-03 12:33:52 -08:00
Faustino Kialungila
4fa55222fd
Rename excalibur to excalidraw
2020-01-03 20:21:55 +01:00
Paulo Menezes
98b158a83d
Save to local storage ( #53 )
...
* Save to local storage
* Restore on page load
* Warning when leave without save
2020-01-03 09:12:37 -08:00
Faustino Kialungila
f2386eb131
Add Text Colors ( #67 )
...
* Add ability to choose a color when creating text elements
* use strokeColor instead of adding a new field
2020-01-03 08:29:12 -08:00
Kevin Viglucci
527209e740
Add support for 'delete' key ( #56 )
...
* add package-lock.json to gitignore as project appears to use yarn
* add support for deleting elements with "delete" key + assign magic numbers and keycode values to named properties
2020-01-03 07:47:34 -08:00
Faustino Kialungila
c224bc4c8f
Fix global items colors
2020-01-03 15:25:52 +01:00
David Luzar
db386b8400
fix regression of always exporting bg ( #62 )
2020-01-03 05:18:26 -08:00
Christopher Chedeau
a5b0e192b4
Remove drawScene ( #58 )
2020-01-02 19:47:32 -08:00
Christopher Chedeau
4c94976527
Random fixes ( #57 )
2020-01-02 18:20:08 -08:00
Faustino Kialungila
10e317e359
Colors
2020-01-02 17:54:08 -08:00
Christopher Chedeau
3b919f3235
Cmd-A to select everything ( #51 )
2020-01-02 14:42:53 -08:00
Christopher Chedeau
278fc11d22
Better selection click detection ( #50 )
2020-01-02 14:33:45 -08:00
Christopher Chedeau
8a43ed691d
Handle escape keybinding ( #49 )
2020-01-02 14:10:32 -08:00
Christopher Chedeau
0d75b78374
Path-dependent hit test ( #48 )
...
* Hit test
* Hit test
* Hit test
2020-01-02 13:47:50 -08:00
David Luzar
4c1bf07863
ensure click-to-select is exclusive ( fixes #43 ) ( #45 )
2020-01-02 13:03:14 -08:00
Christopher Chedeau
b6c30c0550
Copy paste ( #44 )
...
* Copy Paste
* Copy paste
2020-01-02 12:49:06 -08:00
dwelle
579c32b5b2
remove optional chaning
...
until CodeSandbox adds support for it in CRA apps
2020-01-02 20:43:00 +01:00
Timur Khazamov
1383758aa7
TS, Prettier, Eslint ( #39 )
...
* TS, Prettier, Eslint
* Used rough ts definitions
2020-01-02 11:03:48 -08:00