Ryan Di
b0375fe5db
refactor to simplify tests
2024-10-09 13:28:17 +08:00
Ryan Di
3f00762a77
svg export
2024-10-07 17:56:37 +08:00
Ryan Di
7b012b1cad
merge with master
2024-10-04 17:08:36 +08:00
Ryan Di
3a01122093
make cropping work with flipping
2024-10-04 14:27:13 +08:00
David Luzar
47ee8a0094
refactor: point() -> pointFrom() to fix compiler issue ( #8578 )
2024-10-01 21:27:17 +02:00
Ryan Di
bccd2bf30d
simplify properties further
2024-09-30 16:11:00 +08:00
Subhadeep Sengupta
a977dd1bf5
feat: Added reddit links as embeddable ( #8099 )
...
feat: #8063 Added reddit links as embeddable
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com >
2024-09-28 11:49:18 +05:30
Ryan Di
50e4a0b37d
set a min width and height for crop
2024-09-25 16:04:18 +08:00
Ryan Di
afdf38e47c
init width and height when dragging to create img
2024-09-25 15:38:01 +08:00
Ryan Di
06a7a51baa
simplify app and pointer down state
2024-09-25 15:33:19 +08:00
Ryan Di
064bede0c5
simplify crop properties
2024-09-24 15:59:09 +08:00
Ryan Di
997fec6c75
manipulate and update a crop
2024-09-21 14:09:47 +08:00
Ryan Di
f4bebaaa50
add properties for crop
2024-09-21 14:07:09 +08:00
Márk Tolmács
f3f0ab7c83
fix: Elbow arrow fixedpoint flipping now properly flips on inverted resize and flip action ( #8324 )
...
* Flipping action now properly mirrors selections with elbow arrows
* Flipping action now re-centers the selection to the original center to avoid "walking" selections on repeated flipping
2024-09-19 08:47:23 +02:00
Márk Tolmács
e0a22edfbd
fix: Re-route elbow arrows when pasted ( #8448 )
...
Re-route elbow arrows when pasted
2024-09-17 12:20:40 +02:00
Márk Tolmács
c07f5a0c80
feat: Common elbow mid segments ( #8440 )
...
Common start or end segment length for elbow arrows regardless of arrowhead is present
2024-09-17 10:11:07 +02:00
zsviczian
60e3801691
fix: WYSIWYG editor padding is not normalized with zoom.value ( #8481 )
2024-09-12 13:42:39 +02:00
David Luzar
fd39712ba6
fix: improve canvas search scroll behavior further ( #8491 )
2024-09-11 18:01:18 +02:00
Ryan Di
6959a363f0
feat: canvas search ( #8438 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-09-09 17:12:07 +02:00
Márk Tolmács
f4dd23fc31
chore: Unify math types, utils and functions ( #8389 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-09-02 22:23:38 +00:00
David Luzar
00af35c692
feat: enable panning/zoom while in wysiwyg ( #8437 )
2024-08-29 00:42:46 +02:00
Márk Tolmács
ea7c702cfc
feat: Visual debugger ( #8344 )
...
Add visual debugger to the Excalidraw app (only).
2024-08-27 19:46:00 +02:00
David Luzar
5facc0d6da
fix: perf regression in getCommonBounds ( #8429 )
2024-08-26 15:57:28 +02:00
Ryan Di
5e1ff7cafe
perf: improve new element drawing ( #8340 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-08-23 20:27:57 +02:00
David Luzar
b5d7f5b4ba
feat: rewrite d2c to not require token ( #8269 )
2024-08-20 18:06:22 +02:00
David Luzar
3cfcc7b489
feat: split gridSize from enabled state & support custom gridStep ( #8364 )
2024-08-14 14:59:14 +02:00
David Luzar
4320a3cf41
feat: improve zoom-to-content when creating flowchart ( #8368 )
2024-08-12 20:42:08 +02:00
Márk Tolmács
8420e1aa13
fix: Reimplement rectangle intersection ( #8367 )
2024-08-12 19:19:16 +02:00
Márk Tolmács
5daf1a1b4e
fix: Round coordinates and sizes for rectangle intersection ( #8366 )
...
Round coordinates and sizes for rectangle intersection
2024-08-12 11:07:58 +02:00
David Luzar
97981804d7
feat: Stats popup style tweaks ( #8361 )
2024-08-11 19:33:44 +02:00
Clarence Chan
f7b3befd0a
fix: text content with tab characters act different in view/edit ( #8336 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-08-09 20:20:36 +00:00
Márk Tolmács
99b91c46f7
fix: Yet more patching of intersect code ( #8352 )
...
* Yet more patching of intersect code
2024-08-09 17:33:12 +02:00
David Luzar
1ea5b26f25
fix: missing act() in flowchart tests ( #8354 )
2024-08-09 17:27:02 +02:00
Márk Tolmács
261304c1a4
fix: Patch over intersection calculation issue ( #8350 )
...
* Patch over intersection calculation issue
2024-08-09 14:40:57 +02:00
Márk Tolmács
84398a7e5c
fix: Point duplication in LEE on ALT+click ( #8347 )
2024-08-09 12:01:32 +02:00
Ryan Di
54491d13d4
feat: create flowcharts from a generic element using elbow arrows ( #8329 )
...
Co-authored-by: Mark Tolmacs <mark@lazycat.hu >
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-08-08 21:43:15 +02:00
Márk Tolmács
dd1370381d
chore: Refactor and remove scene from elbow arrow generation ( #8342 )
...
* Refactor and remove scene from elbow arrow generation
2024-08-08 14:06:26 +02:00
Márk Tolmács
72d6ee48fc
fix: Do not allow resizing unbound elbow arrows either ( #8333 )
...
* Fix resizing of unbound elbow arrows
2024-08-06 17:33:34 +02:00
David Luzar
f19ce30dfe
chore: bump @testing-library/react 12.1.5 -> 16.0.0 ( #8322 )
2024-08-06 15:17:42 +02:00
Ryan Di
3cf14c73a3
refactor: rename draggingElement -> newElement ( #8294 )
...
* add newElement to appState
* freedraw should not be an editing element
* do not set editing element for freedraw and generic
* remove ununsed `appState.draggingElement`
* remove setting dragged for new linear element
* decouple selection element from new element
* fix hint for text bindables
* update snapshot
* fixes
* fix frame regressions
* add comments to types
* document `editingElement`
---------
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-08-06 19:26:06 +08:00
zsviczian
c67815f7b0
fix: Duplicating arrow without bound elements throws error ( #8316 )
...
Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com >
2024-08-03 16:37:36 +00:00
David Luzar
e63dd025c9
fix: allow binding elbow arrows to frame children ( #8309 )
2024-08-01 19:40:54 +02:00
Márk Tolmács
15e019706d
feat: Orthogonal (elbow) arrows for diagramming ( #8299 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-08-01 18:39:03 +02:00
Ryan Di
7b36de0476
fix: linear elements not selected on pointer up from hitting its bound text ( #8285 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-07-27 13:02:00 +00:00
Marcel Mraz
62228e0bbb
feat: introduce font picker ( #8012 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-07-25 18:55:55 +02:00
David Luzar
1d5b41dabb
fix: stop updating text versions on init ( #8191 )
2024-07-01 14:04:58 +02:00
Márk Tolmács
66a2f24296
fix: Add binding update to manual stat changes ( #8183 )
...
Manual stats changes now respect previous element bindings.
2024-07-01 09:45:31 +02:00
Márk Tolmács
04668d8263
fix: Binding after duplicating is now applied for both the old and duplicate shapes ( #8185 )
...
Using ALT/OPT + drag to clone does not transfer the bindings (or leaves the duplicates in place of the old one , which are also not bound).
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
2024-06-28 15:28:48 +02:00
Márk Tolmács
ba8c09d529
fix: Incorrect point offsetting in LinearElementEditor.movePoints() ( #8145 )
...
The LinearElementEditor.movePoints() function incorrectly calculates the offset for local linear element points when multiple targetPoints are provided, one of those target points is index === 0 AND the other points are moved in the negative direction, and ending up with negative local coordinates.
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
2024-06-28 12:23:10 +02:00
zsviczian
a1ffa064df
fix: only bind arrow ( #8152 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2024-06-19 10:55:35 +02:00