5372 Commits

Author SHA1 Message Date
Excalidraw Bot
fcf153e420 New translations en.json (Indonesian) 2024-04-08 16:50:52 +02:00
Excalidraw Bot
c22f0896b7 New translations en.json (Portuguese, Brazilian) 2024-04-08 16:50:51 +02:00
Excalidraw Bot
b3bf5a215f New translations en.json (Galician) 2024-04-08 16:50:51 +02:00
Excalidraw Bot
5a0066ab52 New translations en.json (Vietnamese) 2024-04-08 16:50:49 +02:00
Excalidraw Bot
b85c365aa9 New translations en.json (Chinese Traditional) 2024-04-08 16:50:49 +02:00
Excalidraw Bot
7b1eaf3f48 New translations en.json (Ukrainian) 2024-04-08 16:50:48 +02:00
Excalidraw Bot
16cb262a26 New translations en.json (Turkish) 2024-04-08 16:50:46 +02:00
Excalidraw Bot
35e2663504 New translations en.json (Slovenian) 2024-04-08 16:50:44 +02:00
Excalidraw Bot
81aaa909af New translations en.json (Russian) 2024-04-08 16:50:43 +02:00
Excalidraw Bot
976384a0a7 New translations en.json (Portuguese) 2024-04-08 16:50:42 +02:00
Excalidraw Bot
e989f1ff6c New translations en.json (Polish) 2024-04-08 16:50:41 +02:00
Excalidraw Bot
4237138392 New translations en.json (Punjabi) 2024-04-08 16:50:40 +02:00
Excalidraw Bot
192b67ee73 New translations en.json (Dutch) 2024-04-08 16:50:39 +02:00
Excalidraw Bot
7e2c567e33 New translations en.json (Lithuanian) 2024-04-08 16:50:38 +02:00
Excalidraw Bot
0659407aa8 New translations en.json (Kurdish) 2024-04-08 16:50:37 +02:00
Excalidraw Bot
c2f5ac17a7 New translations en.json (Korean) 2024-04-08 16:50:36 +02:00
Excalidraw Bot
ab7c9a4106 New translations en.json (Japanese) 2024-04-08 16:50:35 +02:00
Excalidraw Bot
e9e5671356 New translations en.json (Hungarian) 2024-04-08 16:50:34 +02:00
Excalidraw Bot
f447cbcc9f New translations en.json (Hebrew) 2024-04-08 16:50:33 +02:00
Excalidraw Bot
cea81f15a7 New translations en.json (Finnish) 2024-04-08 16:50:32 +02:00
Excalidraw Bot
bae392ce50 New translations en.json (Basque) 2024-04-08 16:50:31 +02:00
Excalidraw Bot
5eea304b1d New translations en.json (Greek) 2024-04-08 16:50:30 +02:00
Excalidraw Bot
dba82deef4 New translations en.json (German) 2024-04-08 16:50:29 +02:00
Excalidraw Bot
14a64cad6e New translations en.json (Danish) 2024-04-08 16:50:28 +02:00
Excalidraw Bot
bf73490b78 New translations en.json (Czech) 2024-04-08 16:50:27 +02:00
Excalidraw Bot
50462b4956 New translations en.json (Catalan) 2024-04-08 16:50:26 +02:00
Excalidraw Bot
64087e6055 New translations en.json (Bulgarian) 2024-04-08 16:50:25 +02:00
Excalidraw Bot
8933a677c0 New translations en.json (Arabic) 2024-04-08 16:50:24 +02:00
Excalidraw Bot
ac487862e9 New translations en.json (Spanish) 2024-04-08 16:50:23 +02:00
Excalidraw Bot
6202f38f70 New translations en.json (French) 2024-04-08 16:50:22 +02:00
Excalidraw Bot
a4779bfe73 New translations en.json (Romanian) 2024-04-08 16:50:21 +02:00
Excalidraw Bot
40874a88ef New translations en.json (Hindi) 2024-04-08 16:50:20 +02:00
Excalidraw Bot
88f6c86c9e New translations en.json (Chinese Simplified) 2024-04-08 16:50:19 +02:00
Excalidraw Bot
55bc4a6365 New translations en.json (Swedish) 2024-04-08 16:50:18 +02:00
Excalidraw Bot
3fb6ab5e45 New translations en.json (Slovak) 2024-04-08 16:50:17 +02:00
Excalidraw Bot
44d7db20e6 New translations en.json (Italian) 2024-04-08 16:50:16 +02:00
Arnost Pleskot
cd50aa719f
feat: add system mode to the theme selector (#7853)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-04-08 16:46:24 +02:00
David Luzar
92bc08207c
fix: remove incorrect check from index.html (#7867) 2024-04-08 16:42:00 +02:00
Excalidraw Bot
8ffed1b059 Auto commit: Calculate translation coverage 2024-04-08 09:51:23 +00:00
Excalidraw Bot
5cae67c1cb New translations en.json (Vietnamese) 2024-04-08 11:51:09 +02:00
Ryan Di
32df5502ae
feat: fractional indexing (#7359)
* Introducing fractional indices as part of `element.index`

* Ensuring invalid fractional indices are always synchronized with the array order

* Simplifying reconciliation based on the fractional indices

* Moving reconciliation inside the `@excalidraw/excalidraw` package

---------

Co-authored-by: Marcel Mraz <marcel@excalidraw.com>
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-04-04 13:51:11 +01:00
Ryan Di
bbdcd30a73
refactor: update collision from ga to vector geometry (#7636)
* new collision api

* isPointOnShape

* removed redundant code

* new collision methods in app

* curve shape takes starting point

* clean up geometry

* curve rotation

* freedraw

* inside curve

* improve ellipse inside check

* ellipse distance func

* curve inside

* include frame name bounds

* replace previous private methods for getting elements at x,y

* arrow bound text hit detection

* keep iframes on top

* remove dependence on old collision methods from app

* remove old collision functions

* move some hit functions outside of app

* code refactor

* type

* text collision from inside

* fix context menu test

* highest z-index collision

* fix 1px away binding test

* strictly less

* remove unused imports

* lint

* 'ignore' resize flipping test

* more lint fix

* skip 'flips while resizing' test

* more test

* fix merge errors

* fix selection in resize test

* added a bit more comment

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-04-04 16:31:23 +08:00
Excalidraw Bot
4c04ce1c48 Auto commit: Calculate translation coverage 2024-04-03 13:45:31 +00:00
Excalidraw Bot
a464402919 New translations en.json (Hebrew) 2024-04-03 15:45:17 +02:00
Excalidraw Bot
be18f35595 Auto commit: Calculate translation coverage 2024-04-03 12:16:58 +00:00
Excalidraw Bot
b4f9ee520a New translations en.json (Hebrew) 2024-04-03 14:16:29 +02:00
Excalidraw Bot
455153d728 Auto commit: Calculate translation coverage 2024-04-01 06:34:04 +00:00
Excalidraw Bot
1353ef62b8 New translations en.json (Marathi) 2024-04-01 08:33:49 +02:00
Excalidraw Bot
6fad1e745a New translations en.json (Hindi) 2024-04-01 08:33:48 +02:00
Excalidraw Bot
2c988961f7 New translations en.json (Marathi) 2024-04-01 07:08:38 +02:00