Commit Graph

3459 Commits (860308eb27fc7b9a686e01d00da81a253ee8c6a7)
 

Author SHA1 Message Date
Giovanni Giordano 6599f97088 Add node worklow 5 years ago
Christopher Chedeau b18a0efe2c
Seed (#73) 5 years ago
Giovanni Giordano 36b36e8dc3 Add github workflow 5 years ago
Giovanni Giordano b4cc0653a9
Merge pull request #71 from Fausto95/rename
Rename Excalibur to Excalidraw
5 years ago
Faustino Kialungila 4fa55222fd Rename excalibur to excalidraw 5 years ago
Paulo Menezes 98b158a83d Save to local storage (#53)
* Save to local storage

* Restore on page load

* Warning when leave without save
5 years ago
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
5 years ago
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
5 years ago
Giovanni Giordano c2c13f0f27
Merge pull request #64 from excalidraw/fix-body-margin
Fixes body margin
5 years ago
Giovanni Giordano ef3e473b04
Merge pull request #65 from Fausto95/fix/global-item-color
Fix Global Item Colors
5 years ago
Faustino Kialungila c224bc4c8f Fix global items colors 5 years ago
Giovanni Giordano 26c7f362b6 Fixes body margin 5 years ago
David Luzar db386b8400 fix regression of always exporting bg (#62) 5 years ago
Giovanni Giordano a980f40e37
Merge pull request #60 from nanot1m/fix-yarn-lock
Fixed yarn.lock
5 years ago
hazam fa02abd99d Fixed yarn.lock 5 years ago
Christopher Chedeau a5b0e192b4
Remove drawScene (#58) 5 years ago
Christopher Chedeau 4c94976527
Random fixes (#57) 5 years ago
Faustino Kialungila 10e317e359 Colors 5 years ago
Christopher Chedeau 3b919f3235
Cmd-A to select everything (#51) 5 years ago
Christopher Chedeau 278fc11d22
Better selection click detection (#50) 5 years ago
Christopher Chedeau 8a43ed691d
Handle escape keybinding (#49) 5 years ago
Christopher Chedeau 0d75b78374
Path-dependent hit test (#48)
* Hit test

* Hit test

* Hit test
5 years ago
David Luzar 4c1bf07863 ensure click-to-select is exclusive (fixes #43) (#45) 5 years ago
Christopher Chedeau b6c30c0550
Copy paste (#44)
* Copy Paste

* Copy paste
5 years ago
dwelle e9bc1eb98a add .vscode to .gitignore 5 years ago
dwelle 579c32b5b2 remove optional chaning
until CodeSandbox adds support for it in CRA apps
5 years ago
Timur Khazamov 1383758aa7 TS, Prettier, Eslint (#39)
* TS, Prettier, Eslint

* Used rough ts definitions
5 years ago
dwelle 4eda1cfb5d prevent exporting empty canvas 5 years ago
dwelle f091e9813e fix exporting bg for non-cropped exports
- also refactor and add comments to `exportAsPNG`
5 years ago
Giovanni Giordano e260904244
Merge pull request #37 from vjeux/select-on-click
Fixes selecting an element
5 years ago
Giovanni Giordano 4a4f36592f Fixes selecting an element 5 years ago
Giovanni Giordano 70bd7d874f
Merge pull request #29 from giovannigiordano/select-on-click
Select element on click
5 years ago
Giovanni Giordano 61bdedaecf Clear selection if no element is clicked 5 years ago
Giovanni Giordano 874934e585
Merge branch 'master' into select-on-click 5 years ago
Giovanni Giordano 715efc054e Remove extra check for dragging 5 years ago
Giovanni Giordano a9bd112f47 Select element on click 5 years ago
Giovanni Giordano d399af0923 Setup git and lock deps (#30)
* Add .gitignore

* Add yarn.lock

* Remove unnecessary paths
5 years ago
David Luzar 68eeaa3c7d add PNG export (#31) 5 years ago
Giovanni Giordano 6ef7b3d5e8
Merge pull request #1 from vjeux/master
Drag to move selection (#28)
5 years ago
Timur Khazamov bb151d83bc Drag to move selection (#28) 5 years ago
Christopher Chedeau 44ff545219 Fix text height 5 years ago
Christopher Chedeau afe6331c61 Reset selection when adding text 5 years ago
Christopher Chedeau ee7dc953bf Fix clearRect for [0, 0.5] 5 years ago
Christopher Chedeau 457800caa3 Mouse move tracked outside window! 5 years ago
Christopher Chedeau 9aaaa24426 Also for text 5 years ago
Christopher Chedeau 2fa00f39fc Automatically select last inserted element 5 years ago
Christopher Chedeau c26d04e162 Don't write null when cancelling text 5 years ago
Christopher Chedeau ab84b5a048 Go to selection mode after adding a shape 5 years ago
Christopher Chedeau f8873dd56b Do not regenerate shapes when moving 5 years ago
Christopher Chedeau bd515f7e50 Real 1px lines 5 years ago