Commit Graph

3461 Commits

Author SHA1 Message Date
dwelle 250fbe2e1e make container fullscreen 2020-01-04 18:38:31 +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
Faustino Kialungila 5538869b6f
Merge pull request #113 from Fausto95/master
Adding logo in the readme
2020-01-04 16:36:54 +01:00
Faustino Kialungila 6e6e8ad103 Adding logo in the readme 2020-01-04 16:27:59 +01:00
Faustino Kialungila 2db035d9c0
Merge pull request #112 from Fausto95/master
Improve Buttons UX
2020-01-04 15:37:03 +01:00
Faustino Kialungila 922ad6edcb Improve Buttons UX 2020-01-04 15:35:46 +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
David Luzar 2d0934fdd9
Fix: right clicking while on the canvas messes up selection (#106)
Fix: right clicking while on the canvas messes up selection
2020-01-04 12:39:06 +01: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
Christopher Chedeau 6b8d2970ac
Add support for forward (#100) 2020-01-03 21:38:48 -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 aad99b3047
Update README.md 2020-01-03 18:19:58 -08:00
Christopher Chedeau 85cd2f114a
Add github corner (#90) 2020-01-03 18:16:27 -08:00
Christopher Chedeau 929efa5e2c
Distance between point and ellipsis (#92) 2020-01-03 18:16:16 -08:00
Christopher Chedeau c027ddc134
Add analytics tag (#89) 2020-01-03 15:47:15 -08:00
Faustino Kialungila a6f154b36b Adding readme (#83) 2020-01-03 15:29:13 -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
Giovanni Giordano 8c974411ce
Merge pull request #84 from excalidraw/issue-68
Fix build script
2020-01-03 23:32:27 +01:00
Giovanni Giordano 9c101f4bd2 Fix build script 2020-01-03 23:28:33 +01:00
Giovanni Giordano 86ff014706
Merge pull request #75 from excalidraw/issue-68
[WIP] Add node worklow
2020-01-03 23:18:42 +01:00
Timur Khazamov 5877aabb86
Merge pull request #74 from nanot1m/scroll
[WIP] Scroll with mouse wheel
2020-01-04 03:06:54 +05:00
Giovanni Giordano d41dc4cf1f Remove delpoy from node workflow 2020-01-03 23:04:38 +01:00
hazam 9d65b1cbc1 Code cleanup 2020-01-04 03:03:08 +05:00
Giovanni Giordano 9504f93e94 Add deployment workflow 2020-01-03 23:01:29 +01: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
Giovanni Giordano 585967ff8e Remove gh-pages 2020-01-03 22:43:41 +01:00
Giovanni Giordano 3fb6f0413e
Merge pull request #82 from excalidraw/issue-78
Add preload to font
2020-01-03 22:31:35 +01:00
Giovanni Giordano e80d755c92 Add crossorigin attribute 2020-01-03 22:28:36 +01:00
Giovanni Giordano 02bf6f0f14 Add preload to font 2020-01-03 22:21:58 +01:00
Giovanni Giordano 7bcce8bb1b Fixes package-lock 2020-01-03 22:13:41 +01:00
Giovanni Giordano d920b34af1 Fix package.json 2020-01-03 22:11:01 +01:00
Giovanni Giordano f5c923ab01
Merge branch 'master' into issue-68 2020-01-03 22:02:23 +01:00
Giovanni Giordano 493f06e6ba Add --passWithNoTests to test script
This is mandatory to pass the step currently, because we don't have tests.
2020-01-03 21:59:36 +01:00
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.
2020-01-03 21:56:03 +01:00
Timur Khazamov c11b3aa684
Merge pull request #69 from nanot1m/website-ci
Deploy static to gh-pages
2020-01-04 01:53:36 +05:00
hazam b36110ef03 Build and deploy via yarn deploy 2020-01-04 01:52:52 +05:00
hazam f1143fb236 Added CNAME file 2020-01-04 01:52:10 +05:00
hazam 7d9cc2ac56 Deploy static to gh-pages 2020-01-04 01:52:09 +05:00
Giovanni Giordano 499035c267 Add lint script 2020-01-03 21:51:24 +01:00
Giovanni Giordano 6a6a31d99c Fixed nodejs.yml 2020-01-03 21:48:42 +01:00