Hakan Seven
d4e792b2bc
feat(web): persist browser state
...
Keep settings, aliases, and recent drawings across browser sessions.
Load Start-page videos from a Pages-generated snapshot.
2026-07-29 00:44:00 +03:00
Hakan Seven
25166b9508
fix(hatch): preview pattern grip drag
2026-07-28 20:07:10 +03:00
Hakan Seven
a36e0d7fdc
fix(matchprop): complete property matching
2026-07-28 19:53:39 +03:00
Hakan Seven
99dbc8254d
fix(plot): parent PDF save dialog
...
Remove the temporary EXPORTPDF <path> fallback now that native save requests are tied to the main window.\n\nCloses #537
2026-07-28 19:23:29 +03:00
Hakan Seven
d77eb8f419
fix(block): open nested editor tabs
...
Closes #538
2026-07-28 19:13:27 +03:00
Hakan Seven
00cc17ea55
fix(scene): isolate drawing-space state
...
Cancel stale interaction state across space changes and keep live previews and zoom extents in their active paper/model context.\n\nRefs #539\nRefs #540\nRefs #541
2026-07-28 18:51:20 +03:00
Hakan Seven
8050fc79fd
fix(scene): clear selection after erase
2026-07-28 17:35:21 +03:00
Hakan Seven
05b044f367
perf(scene): make geometry edits incremental
...
Avoid full document, cache, and GPU rebuilds for entity deltas so add, delete, history, selection, and live polyline edits stay responsive on large drawings.
2026-07-28 17:16:27 +03:00
Hakan Seven
73b8dbe9d4
fix(render): prevent live polyline flicker
...
Reject segment-count-changing arena patches before mutating GPU buffers so repeated live updates rebuild from a consistent state.
2026-07-28 15:22:57 +03:00
Hakan Seven
8a5bca8aa0
chore(release): v0.8.9
2026-07-28 12:51:38 +03:00
Hakan Seven
a30f72f627
fix(start): refine responsive page layout
2026-07-28 12:48:39 +03:00
Hakan Seven
13123d5b34
docs: remove extra root markdown files
2026-07-28 12:31:49 +03:00
Hakan Seven
2ac61bf99a
fix(ui): theme remaining interface text
2026-07-28 12:29:31 +03:00
Hakan Seven
28d8246c68
feat(ui): add discussions and semantic theming
...
Generate web discussion snapshots in CI; native builds use the public
feed and an offline cache.
2026-07-28 11:49:45 +03:00
Hakan Seven
4bf14baea4
feat(ui): add configurable Iced themes
2026-07-28 09:33:12 +03:00
Hakan Seven
73545520c8
refactor(tabs): use context menu widget
2026-07-28 01:34:45 +03:00
Hakan Seven
ce1091cea5
refactor(ui): use pin for anchored overlays
2026-07-28 01:25:39 +03:00
Hakan Seven
b9de8940bc
refactor(statusbar): unify popup menus
2026-07-28 01:02:00 +03:00
Hakan Seven
d5be78a187
fix(selection): separate transient visibility
...
Keep object isolation out of persisted entity visibility and clear stale grips across block-editor transitions.
Refs #512
Refs #517
2026-07-27 23:36:02 +03:00
Hakan Seven
7f41e1666f
feat(options): set default save format
...
Avoid false data-loss warnings when preserving the source format.\n\nCloses #529
2026-07-27 22:37:47 +03:00
Hakan Seven
c21f3e1a19
feat(tabs): add drag-and-drop reordering
...
Closes #526
2026-07-27 22:14:58 +03:00
Hakan Seven
b629dc32de
feat(wipeout): add polygon creation modes
...
Closes #528
2026-07-27 21:50:50 +03:00
Hakan Seven
ebed0e6e62
fix(statusbar): keep pills right-aligned
...
Reuse free space on the final wrapped layout-tab row before adding another status-bar row.
Closes #527
2026-07-27 21:33:25 +03:00
Hakan Seven
b8889ccd20
feat(mview): add viewport creation options
...
Support polygonal and object viewports through native clip-boundary handles, including clipped rendering and selection.
Closes #525
2026-07-27 19:28:51 +03:00
Hakan Seven
3d90450b3f
build(deps): update AcadIfc revision
...
Pull the default multileader and table style initialization from AcadIfc.
Refs #523
2026-07-27 18:19:56 +03:00
Hakan Seven
a3538ddc45
fix(mleader): use lineweight choices
...
Replace the raw sentinel input with typed CAD lineweight options so special
values display correctly and unsupported values cannot be entered.
Refs #522
2026-07-27 18:09:28 +03:00
Hakan Seven
dce2533767
fix(start): collapse panels by available space
...
Collapse Tutorials, Supporters, then Recent Documents as the panels stop
fitting.
Refs #519
2026-07-27 17:57:46 +03:00
Hakan Seven
4a30928f5a
fix(ui): refine empty drawing state
...
Show drawing defaults when nothing is selected and disable layout controls on Start.
Refs #514
Refs #515
2026-07-27 17:37:17 +03:00
Hakan Seven
759f2316aa
fix(hatch): apply pattern property edits
...
Closes #476
2026-07-27 16:44:31 +03:00
Hakan Seven
ecb29767d4
feat(offset): add multiple mode
...
Closes #477
2026-07-27 16:21:31 +03:00
Hakan Seven
8018ab1523
feat(view): implement LIMITS command
...
Closes #478
2026-07-27 16:15:28 +03:00
Hakan Seven
a4235a1243
fix(text): show selection highlight
...
Render tinted SDF glyphs in the final xray pass so base text and wipeouts cannot occlude them.\n\nRefs #479
2026-07-27 14:13:35 +03:00
Hakan Seven
cff4903c1e
fix(pick): select block-nested MTEXT
2026-07-27 14:05:48 +03:00
Hakan Seven
f07118848f
fix(io): preserve DXF layout rotation
2026-07-27 13:44:31 +03:00
Hakan Seven
2acc4f7978
fix(io): guard concurrent drawing saves
...
Hold edit leases and compare disk fingerprints before replacement so another editor cannot be silently overwritten.
Offer retry, reload, Save As, or explicit overwrite recovery.
Closes #498
2026-07-27 13:18:31 +03:00
Hakan Seven
9d973a0fd6
feat(ui): add drawing tab context menu
...
Refs #493
2026-07-27 13:18:31 +03:00
Hakan Seven
7f1a1ff57b
fix(viewport): stabilize grid and grip clipping
...
Keep the grid on UCS XY, derive spacing from zoom, and clip perspective lines by screen density without dropping the near side.
2026-07-27 11:36:07 +03:00
Hakan Seven
e0a2e1ffd3
fix(ci): install web worker bindgen CLI
2026-07-27 01:36:12 +03:00
Hakan Seven
b1a52d9229
chore(release): v0.8.8
2026-07-27 01:20:56 +03:00
Hakan Seven
4887a53d66
perf(render): batch and cull mesh instances
...
Share repeated block geometry across GPU instances.\n\nPatch changed mesh chunks and cull large batches with indirect draws.
2026-07-27 01:11:21 +03:00
Hakan Seven
b5f9a06e78
fix(render): split oversized edge buffers
2026-07-26 23:38:42 +03:00
Hakan Seven
6fb68d1c7c
feat(scene): integrate DWG object data
2026-07-26 23:38:38 +03:00
Hakan Seven
eb23715605
feat(scene): integrate standard DWG data
2026-07-26 22:30:14 +03:00
Hakan Seven
731df4a725
feat(cad): integrate standard codec coverage
...
Render, edit, query, select, and explode newly decoded standard entity variants. Pin acadifc de8d6b5 and preserve None color semantics.
2026-07-26 19:30:43 +03:00
Hakan Seven
34d0c377e2
fix(3d): complete ACIS solid rendering
...
- track per-face coverage and retain safe display fallbacks
- tessellate shared NURBS, pcurve trims and periodic surfaces
- pin the matching acadifc decoder revision
2026-07-26 01:35:16 +03:00
Hakan Seven
a16914a22a
build: pin CAD round-trip fixes
2026-07-25 23:54:02 +03:00
Hakan Seven
a22681e751
fix(io): prevent lossy Save As
...
Use the verified acadifc round-trip fixes and warn for every unsupported object or entity the selected format would drop.
2026-07-25 23:02:05 +03:00
Hakan Seven
bca65600cd
fix: stabilize web loading and paper rendering
2026-07-25 21:34:29 +03:00
Hakan Seven
fe49cc8eb5
revert(web): drop vendored iced renderer
...
Keep iced_wgpu external and leave the WebGPU storage-buffer optimization out of scope.
2026-07-25 19:24:32 +03:00
Hakan Seven
deec48ad99
perf: keep heavy work off UI thread
2026-07-25 18:49:18 +03:00