Commit Graph

2402 Commits (d5a6014076d8b08260340a38694bdff55f79bdd7)
 

Author SHA1 Message Date
hazam 4a03fa8542 Fix: right clicking while on the canvas messes up selection
Christopher Chedeau 4886065443
Wire up forward ()
* Wire up forward

* Match words with Keynote/Powerpoint
Christopher Chedeau 6b8d2970ac
Add support for forward ()
Paulo Menezes e9484080e7 UI move buttons ()
Christopher Chedeau 0d5272720f
Send to back ()
Paulo Menezes b1a90c0020 Side panel ()
* Side panel

* Update arrow icon
Christopher Chedeau 66938ae5c6
Update on resize ()
Fixes 
Christopher Chedeau 8605af2b54
Fix key warning ()
Christopher Chedeau c077403eec Generate new seed on paste
Christopher Chedeau aad99b3047
Update README.md
Christopher Chedeau 85cd2f114a
Add github corner ()
Christopher Chedeau 929efa5e2c
Distance between point and ellipsis ()
Christopher Chedeau c027ddc134
Add analytics tag ()
Faustino Kialungila a6f154b36b Adding readme ()
Sergey Rubanov 51bea5eff3 - Use Math.hypot ()
- Fix context parameter name in isTextElement function
- Remove unused code
- Use block scope everywhere
Alex Bratsos 58d81280c9 Add shortcuts ()
* 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
Giovanni Giordano 8c974411ce
Merge pull request from excalidraw/issue-68
Fix build script
Giovanni Giordano 9c101f4bd2 Fix build script
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