Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 20:55:59 +00:00
d39b1d84cd feat: Update Layer type definition with additional properties
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 18:27:01 +00:00
a4f445b8f7 cleanup: remove test file
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 18:26:40 +00:00
ae3bc3314e test: token audit file - safe to delete
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:44:56 +00:00
0ead42c7b3 feat: Add index.ts for history module exports
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:44:53 +00:00
d718f4cf46 feat: Add HistoryManager for undo/redo functionality
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:44:08 +00:00
f42c3639e2 feat: export SelectionEngine and SnapEngine in index.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:44:04 +00:00
de14eb111b feat: implement SnapEngine with all snap types and F3 toggle
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:43:57 +00:00
6e7be97139 feat: implement SelectionEngine with rbush hit testing
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:43:10 +00:00
f5478b7159 feat: add index.ts for modification tools
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:43:01 +00:00
7f75dd18a0 feat: add OffsetTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:58 +00:00
c62f36b908 feat: add FilletTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:53 +00:00
db13d9d481 feat: add ExtendTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:50 +00:00
7fa2fec00d feat: add TrimTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:44 +00:00
2ceaf7b5c1 feat: add MirrorTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:39 +00:00
914d929877 feat: add ScaleTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:36 +00:00
c87f4ab45f feat: add RotateTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:31 +00:00
86bae1e755 feat: add CopyTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:26 +00:00
6823347002 feat: add MoveTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:24:12 +00:00
08114b6208 Implement ToolManager.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:59 +00:00
b8df8249ec Implement index.ts