cad-editor/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Claude d0870745f2
fix(windows): cast COINIT_APARTMENTTHREADED to u32 for windows-sys 0.61.2
windows-sys 0.61.2 changed CoInitializeEx's dwcoinit parameter type
from i32 to u32, causing a mismatched types compile error on Windows.

https://claude.ai/code/session_01F7yMUY48VuGNUF1Q3ma2cZ
2026-06-12 11:47:52 +00:00
..
app fix(layout): focus inline rename field on RENAME 2026-06-12 14:18:31 +03:00
command Merge pull request #80 from mf4633/feature/plugin-host 2026-06-10 00:37:37 +03:00
entities fix(ellipse,mirror): WCS ellipse rendering + delegate hatch MIRROR upstream 2026-06-11 09:03:18 +03:00
io fix(windows): cast COINIT_APARTMENTTHREADED to u32 for windows-sys 0.61.2 2026-06-12 11:47:52 +00:00
modules feat(ui): right-edge side toolbar; drop the paper-space ribbon tab 2026-06-12 02:07:26 +03:00
plugin Add demo_plugin and plugin host integration tests 2026-06-09 13:52:15 -04:00
scene fix(zoom): fit 3D solids in ZOOM EXTENTS (fit_all) 2026-06-12 00:42:50 +03:00
shaders fix(hatch): render dot patterns (zero-length dashes) 2026-06-09 23:15:45 +03:00
snap Merge pull request #80 from mf4633/feature/plugin-host 2026-06-10 00:37:37 +03:00
ui fix(layout): focus inline rename field on RENAME 2026-06-12 14:18:31 +03:00
lib.rs Add plugin host architecture and Storm Sewer add-on package 2026-06-09 13:41:21 -04:00
linetypes.rs perf(hash): swap std HashMap/HashSet for rustc-hash FxHash 2026-06-05 00:35:53 +03:00
main.rs Add plugin host architecture and Storm Sewer add-on package 2026-06-09 13:41:21 -04:00
patterns.rs chore: rename H7CAD to Open CAD Studio 2026-05-23 17:16:15 +03:00
update_check.rs feat(update-check): suppress popup for releases under 30 min old 2026-05-29 15:29:00 +03:00