Commit Graph

3252 Commits (multi-curve-paths)
 

Author SHA1 Message Date
Preet c552ff4554 added an explanatory comment 1 year ago
Preet 26f9b54199 compute midpoints properly when dealing with split line indices 1 year ago
Preet 7f5b7bab69 split linear segments as curves 1 year ago
Preet bf7c91536f render and toggle split points for linear elements as well 1 year ago
Preet 4372e992e0 highlight squares appropriately 1 year ago
Preet 1e4bfceb13 render split points as squares 1 year ago
Preet 539071fcfe ensure split indices are sorted 1 year ago
Preet 3700cf2d10 fix some linting/prettier issues 1 year ago
Preet 89218ba596 update indices when inserting/removing points 1 year ago
Preet bc5436592e split curve only for rounded curves 1 year ago
Preet 750055ddfa draw split curves 1 year ago
Preet 93e4cb8d25 restore properly 1 year ago
Preet a2dd3c6ea2 visual indicator that curve is being split 1 year ago
Preet 0360e64219 . 1 year ago
Preet c2867c9a93 defined split array 1 year ago
Preet 14bca119f7 update rough to include hetrogeneous curves 1 year ago
David Luzar afea0df141
feat: renderer tweaks (#6698) 1 year ago
Preet d2a508104e
fix: Better fill rendering with latest RoughJS (#7031)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
David Luzar 3697618266
feat: support `props.locked` for `setActiveTool` (#7153)
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
1 year ago
David Luzar e7cc2337ea
feat: add `onChange`, `onPointerDown`, `onPointerUp` api subs (#7154) 1 year ago
dependabot[bot] 9eb89f9960
build(deps): bump @babel/traverse from 7.18.9 to 7.23.2 in /dev-docs (#7165)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Excalidraw Bot ab1bcc7615
chore: Update translations from Crowdin (#6695) 1 year ago
Vaibhav Shukla b1cac35269
feat: Closing of "Save to.." Dialog on Save To Disk (#7168)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
Vaibhav Shukla 83f86e2b86
fix: Fix for Strange Symbol Appearing on Canvas after Deleting Grouped Graphics (Issue #7116) (#7170)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
dependabot[bot] 7e38cab76e
build(deps): bump @babel/traverse from 7.21.4 to 7.23.2 (#7171)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
David Luzar 2cabb1f1f4
fix: attempt to fix flake in wysiwyg tests (#7173) 1 year ago
Lakshya Satpal 63650f82d1
feat: Added Copy/Paste from Google Docs (#7136)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
David Luzar dde3dac931
feat: remove bound-arrows from frames (#7157) 1 year ago
David Luzar 5b94cffc74
fix: ensure `ClipboardItem` created in the same tick to fix safari (#7066) 1 year ago
David Luzar aaf73c8ff3
fix: double image dialog shown on insert (#7152) 1 year ago
mazijian-pp 44d9d5fcac
fix: wysiwyg left in undefined state on reload (#7123) 1 year ago
Alex Kim 89a3bbddb7
test: add more resizing tests (#7028)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
David Luzar b86184a849
fix: ensure relative z-index of elements added to frame is retained (#7134) 1 year ago
Barnabás Molnár b552166924
feat: new dark mode theme & light theme tweaks (#7104)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
David Luzar 26ff3993bb
feat: better laser cursor for dark mode (#7132) 1 year ago
David Luzar 7ad02c359a
fix: memoize static canvas on `props.renderConfig` (#7131) 1 year ago
David Luzar 2523fe82e3
feat: laser pointer improvements (#7128) 1 year ago
zsviczian 4ea079eb85
fix: regression from #6739 preventing redirect link in view mode (#7120)
Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
Ryan Di f20ba90ffa
perf: improve element in frame check (#7124) 1 year ago
Emmanuel Ferdman 03da9112cf
fix: update links to excalidraw-app (#7072) 1 year ago
David Luzar a249f332a2
fix: ensure we do not stop laser update prematurely (#7100) 1 year ago
Are 2e61926a6b
feat: initial Laser Pointer MVP (#6739)
* feat: initial Laser pointer mvp

* feat: add laser-pointer package and integrate it with collab

* chore: fix yarn.lock

* feat: update laser-pointer package, prevent panning from showing

* feat: add laser pointer tool button when collaborating, migrate to official package

* feat: reduce laser tool button size

* update icon

* fix icon & rotate

* fix: lock zoom level

* fix icon

* add `selected` state, simplify and reduce api

* set up pointer callbacks in viewMode if laser tool active

* highlight extra-tools button if one of the nested tools active

* add shortcut to laser pointer

* feat: don't update paths if nothing changed

* ensure we reset flag if no rAF scheduled

* move `lastUpdate` to instance to optimize

* return early

* factor out into constants and add doc

* skip iteration instead of exit

* fix naming

* feat: remove testing variable on window

* destroy on editor unmount

* fix incorrectly resetting `lastUpdate` in `stop()`

---------

Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
DanielJGeiger e921bfb1ae
feat: Export `iconFillColor()` (#6996) 1 year ago
David Luzar e6f74350ac
refactor: DRY out tool typing (#7086) 1 year ago
David Luzar fa33aa08ab
refactor: refactor event globals to differentiate from `lastPointerUp` (#7084) 1 year ago
David Luzar 8b838049df
fix: remove invisible elements safely (#7083) 1 year ago
David Luzar 1f4f5e11ae
refactor: DRY out and simplify setting active tool from toolbar (#7079) 1 year ago
David Luzar 12420592ef
feat: support menu / dropdown items to have `selected` state (#7078) 1 year ago
DanielJGeiger bfd318e765
docs: Update the `excalidraw-app` source-code link in README.md (#7035)
chore: Update the `excalidraw-app` source-code link in README.md
1 year ago
Thomas Steiner 6a821f3b76
fix: Icon size in manifest (#7073) 1 year ago