1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-02 03:25:53 +01:00
Commit Graph

3590 Commits

Author SHA1 Message Date
Christopher Chedeau
278fc11d22
Better selection click detection (#50) 2020-01-02 14:33:45 -08:00
Christopher Chedeau
8a43ed691d
Handle escape keybinding (#49) 2020-01-02 14:10:32 -08:00
Christopher Chedeau
0d75b78374
Path-dependent hit test (#48)
* Hit test

* Hit test

* Hit test
2020-01-02 13:47:50 -08:00
David Luzar
4c1bf07863 ensure click-to-select is exclusive (fixes #43) (#45) 2020-01-02 13:03:14 -08:00
Christopher Chedeau
b6c30c0550
Copy paste (#44)
* Copy Paste

* Copy paste
2020-01-02 12:49:06 -08:00
dwelle
e9bc1eb98a add .vscode to .gitignore 2020-01-02 21:12:07 +01:00
dwelle
579c32b5b2 remove optional chaning
until CodeSandbox adds support for it in CRA apps
2020-01-02 20:43:00 +01:00
Timur Khazamov
1383758aa7 TS, Prettier, Eslint (#39)
* TS, Prettier, Eslint

* Used rough ts definitions
2020-01-02 11:03:48 -08:00
dwelle
4eda1cfb5d prevent exporting empty canvas 2020-01-02 18:19:00 +01:00
dwelle
f091e9813e fix exporting bg for non-cropped exports
- also refactor and add comments to `exportAsPNG`
2020-01-02 18:11:58 +01:00
Giovanni Giordano
e260904244
Merge pull request #37 from vjeux/select-on-click
Fixes selecting an element
2020-01-02 18:01:54 +01:00
Giovanni Giordano
4a4f36592f Fixes selecting an element 2020-01-02 17:54:08 +01:00
Giovanni Giordano
70bd7d874f
Merge pull request #29 from giovannigiordano/select-on-click
Select element on click
2020-01-02 16:37:13 +01:00
Giovanni Giordano
61bdedaecf Clear selection if no element is clicked 2020-01-02 16:14:58 +01:00
Giovanni Giordano
874934e585
Merge branch 'master' into select-on-click 2020-01-02 15:58:24 +01:00
Giovanni Giordano
715efc054e Remove extra check for dragging 2020-01-02 15:56:34 +01:00
Giovanni Giordano
a9bd112f47 Select element on click 2020-01-02 15:54:36 +01:00
Giovanni Giordano
d399af0923 Setup git and lock deps (#30)
* Add .gitignore

* Add yarn.lock

* Remove unnecessary paths
2020-01-02 06:46:31 -08:00
David Luzar
68eeaa3c7d add PNG export (#31) 2020-01-02 06:43:59 -08:00
Giovanni Giordano
6ef7b3d5e8
Merge pull request #1 from vjeux/master
Drag to move selection (#28)
2020-01-02 15:39:56 +01:00
Timur Khazamov
bb151d83bc Drag to move selection (#28) 2020-01-02 05:58:25 -08:00
Christopher Chedeau
44ff545219 Fix text height 2020-01-01 22:15:27 -08:00
Christopher Chedeau
afe6331c61 Reset selection when adding text 2020-01-01 22:09:12 -08:00
Christopher Chedeau
ee7dc953bf Fix clearRect for [0, 0.5] 2020-01-01 21:51:13 -08:00
Christopher Chedeau
457800caa3 Mouse move tracked outside window! 2020-01-01 21:46:42 -08:00
Christopher Chedeau
9aaaa24426 Also for text 2020-01-01 21:13:01 -08:00
Christopher Chedeau
2fa00f39fc Automatically select last inserted element 2020-01-01 21:10:56 -08:00
Christopher Chedeau
c26d04e162 Don't write null when cancelling text 2020-01-01 21:03:44 -08:00
Christopher Chedeau
ab84b5a048 Go to selection mode after adding a shape 2020-01-01 21:01:40 -08:00
Christopher Chedeau
f8873dd56b Do not regenerate shapes when moving 2020-01-01 20:56:18 -08:00
Christopher Chedeau
bd515f7e50 Real 1px lines 2020-01-01 20:21:47 -08:00
Christopher Chedeau
4076cf003f Proper fix for negative width 2020-01-01 20:13:06 -08:00
Christopher Chedeau
3c8eb862f5 Move with arrow keys 2020-01-01 20:02:09 -08:00
Christopher Chedeau
48d9147d87 Fix selection from right to left 2020-01-01 19:53:22 -08:00
Christopher Chedeau
aeb11989e3 Fix text selection 2020-01-01 18:12:49 -08:00
Christopher Chedeau
3769c4af00 Handle backspace 2020-01-01 17:58:28 -08:00
Christopher Chedeau
9dc19dde1d Proper text sizing 2020-01-01 17:51:14 -08:00
Christopher Chedeau
47e626f510
Add selection (#1) 2020-01-01 17:12:42 -08:00
Christopher Chedeau
6278cd9366 Initial commit 2020-01-01 17:04:47 -08:00
Christopher Chedeau
ec23829fce
Initial commit 2020-01-01 17:04:44 -08:00