Hakan Seven
6686141d3b
feat(hatch): add visual pattern picker
...
Closes #566
2026-07-29 15:46:53 +03:00
Hakan Seven
a717572d65
fix(plugins): trust platform certificates
...
Use the operating system trust store and Windows proxy settings while keeping TLS verification enabled. Add retryable registry errors with copyable diagnostics.\n\nRefs #563
2026-07-29 15:00:07 +03:00
Hakan Seven
4e25e88c31
feat(plugins): redesign plugin manager
2026-07-29 14:27:32 +03:00
Hakan Seven
d80637cda7
refactor(hatch): unify capability backends
...
Keep storage and texture transports behind one renderer lifecycle so Pipeline no longer branches by backend.
2026-07-29 13:40:46 +03:00
Jonathan
dc7d03dbe1
Enhance SECURITY.md with comprehensive security policy
...
Expanded the security policy to include detailed reporting guidelines, vulnerability scopes, testing guidelines, and response processes.
2026-07-29 12:50:45 +03:00
Hakan Seven
93b9a840ff
refactor(renderer): select paths by GPU limits
...
Keep storage fast paths on capable adapters and use packed or texture fallbacks only when device limits require them.\n\nCompact mesh-edge varyings to avoid WebGL shader rejection.
2026-07-29 12:49:41 +03:00
Hakan Seven
b9799e4421
Update GitHub Sponsors username in FUNDING.yml
2026-07-29 10:56:22 +03:00
Hakan Seven
fc97104c81
refactor(web): drop legacy thumb migration
...
Keep thumbnail storage forward-only. Old recent entries gain previews when their drawings are reopened.
2026-07-29 01:11:17 +03:00
Hakan Seven
969a7605b7
feat(web): show recent thumbnails
...
Cache previews in OPFS and migrate existing recent entries by reading only their embedded DWG preview data.
2026-07-29 01:09:13 +03:00
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