Commit Graph

47 Commits (f1143fb236da1dbfd1cd17806513e8aafeffe020)

Author SHA1 Message Date
Christopher Chedeau b18a0efe2c
Seed (#73) 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
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
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 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 4a4f36592f Fixes selecting an element 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
David Luzar 68eeaa3c7d add PNG export (#31) 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
Christopher Chedeau 4076cf003f Proper fix for negative width 5 years ago
Christopher Chedeau 3c8eb862f5 Move with arrow keys 5 years ago
Christopher Chedeau 48d9147d87 Fix selection from right to left 5 years ago
Christopher Chedeau aeb11989e3 Fix text selection 5 years ago
Christopher Chedeau 3769c4af00 Handle backspace 5 years ago
Christopher Chedeau 9dc19dde1d Proper text sizing 5 years ago
Christopher Chedeau 47e626f510
Add selection (#1) 5 years ago
Christopher Chedeau 6278cd9366 Initial commit 5 years ago