Commit Graph

184 Commits (8a91f4fe7bb2f3d6bf84ecdc8962c8abfd0f5078)
 

Author SHA1 Message Date
Giovanni Giordano 86ff014706
Merge pull request from excalidraw/issue-68
[WIP] Add node worklow
Timur Khazamov 5877aabb86
Merge pull request from nanot1m/scroll
[WIP] Scroll with mouse wheel
Giovanni Giordano d41dc4cf1f Remove delpoy from node workflow
hazam 9d65b1cbc1 Code cleanup
Giovanni Giordano 9504f93e94 Add deployment workflow
hazam 1b93888da5 Restore fill style
hazam 2a0eacbeca Fixed selection and added scrollbars
hazam 51e19b977e Scroll with mouse wheel
Giovanni Giordano 585967ff8e Remove gh-pages
Giovanni Giordano 3fb6f0413e
Merge pull request from excalidraw/issue-78
Add preload to font
Giovanni Giordano e80d755c92 Add crossorigin attribute
Giovanni Giordano 02bf6f0f14 Add preload to font
Giovanni Giordano 7bcce8bb1b Fixes package-lock
Giovanni Giordano d920b34af1 Fix package.json
Giovanni Giordano f5c923ab01
Merge branch 'master' into issue-68
Giovanni Giordano 493f06e6ba Add --passWithNoTests to test script
This is mandatory to pass the step currently, because we don't have tests.
Giovanni Giordano a7516f6cb8 Remove lint
We have to investigate on this, because after the Typescript integration is not working anymore, so I have to deepen how we can configure the usage with TypesScript.
Timur Khazamov c11b3aa684
Merge pull request from nanot1m/website-ci
Deploy static to gh-pages
hazam b36110ef03 Build and deploy via yarn deploy
hazam f1143fb236 Added CNAME file
hazam 7d9cc2ac56 Deploy static to gh-pages
Giovanni Giordano 499035c267 Add lint script
Giovanni Giordano 6a6a31d99c Fixed nodejs.yml
Giovanni Giordano 34d1f640af Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68
Giovanni Giordano 3aeed022b5 Add node worklow
Giovanni Giordano 6599f97088 Add node worklow
Christopher Chedeau b18a0efe2c
Seed ()
Giovanni Giordano 36b36e8dc3 Add github workflow
Giovanni Giordano b4cc0653a9
Merge pull request from Fausto95/rename
Rename Excalibur to Excalidraw
Faustino Kialungila 4fa55222fd Rename excalibur to excalidraw
Paulo Menezes 98b158a83d Save to local storage ()
* Save to local storage

* Restore on page load

* Warning when leave without save
Faustino Kialungila f2386eb131 Add Text Colors ()
* Add ability to choose a color when creating text elements

* use strokeColor instead of adding a new field
Kevin Viglucci 527209e740 Add support for 'delete' key ()
* 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
Giovanni Giordano c2c13f0f27
Merge pull request from excalidraw/fix-body-margin
Fixes body margin
Giovanni Giordano ef3e473b04
Merge pull request from Fausto95/fix/global-item-color
Fix Global Item Colors
Faustino Kialungila c224bc4c8f Fix global items colors
Giovanni Giordano 26c7f362b6 Fixes body margin
David Luzar db386b8400 fix regression of always exporting bg ()
Giovanni Giordano a980f40e37
Merge pull request from nanot1m/fix-yarn-lock
Fixed yarn.lock
hazam fa02abd99d Fixed yarn.lock
Christopher Chedeau a5b0e192b4
Remove drawScene ()
Christopher Chedeau 4c94976527
Random fixes ()
Faustino Kialungila 10e317e359 Colors
Christopher Chedeau 3b919f3235
Cmd-A to select everything ()
Christopher Chedeau 278fc11d22
Better selection click detection ()
Christopher Chedeau 8a43ed691d
Handle escape keybinding ()
Christopher Chedeau 0d75b78374
Path-dependent hit test ()
* Hit test

* Hit test

* Hit test
David Luzar 4c1bf07863 ensure click-to-select is exclusive (fixes ) ()
Christopher Chedeau b6c30c0550
Copy paste ()
* Copy Paste

* Copy paste
dwelle e9bc1eb98a add .vscode to .gitignore