Dennis Kobert
540a4ff273
Integrate document-format storage into the editor ( #4265 )
...
* Integrate document-format storage into the editor
* Address review feedback: drop redundant clones and dedupe metadata traversal
* Extract DocumentHistory and move storage-metadata tests to their own file
* Extract storage diffing/IO, gate validation and .gdd save behind preferences, restructure tests
* Address PR review: save-format/path consistency, autosave persistence, and view-settings/diff fixes
* Skip storage remount on .gdd open and split value/timestamp drift in attribute diff
* Rename storage tests module and surface .gdd open failures with per-resource diff detail
* Add debug-menu toggle to hide the storage preferences section
* Hopefully fix async tests
* Shorten comments
* Fix tests
* Review
* Review
* Review
* Block on future mesages in tests
* Review
* Shorten comments
---------
Co-authored-by: Timon <me@timon.zip >
2026-07-04 19:27:00 +00:00
Keavon Chambers
95c1ab81f3
Prep for the RC6 release of the desktop app
2026-07-01 04:55:57 -07:00
Keavon Chambers
7ae7bda3d3
Add persistence to the collapsed state of Properties panel node sections ( #4300 )
...
* Add persistence to the collapsed state of Properties panel node sections
* Improve comments
* Fix generator node handling with #4299
2026-07-01 04:54:39 -07:00
Keavon Chambers
1648e33c1f
Implement dragging to reorder Properties panel node sections ( #4299 )
...
* Implement dragging to reorder Properties panel node sections
* Code review
2026-07-01 03:39:52 -07:00
Keavon Chambers
244b25708d
Add color picker gradient color stop duplication by holding Alt ( #4291 )
...
* Add color picker gradient color stop duplication by holding Alt
* Fix bugs
* Bug fix
2026-06-28 17:34:27 -07:00
Keavon Chambers
fa27d53b98
Add a Vite plugin to auto-prefix -webkit-user-select so it's not so often forgotten ( #4288 )
...
* Add a Vite plugin to auto-prefix -webkit-user-select so it's not so often forgotten
* Enforce a property boundary on the left
2026-06-28 00:20:26 -07:00
Keavon Chambers
c1fa8ba8da
Move NumberInput.svelte input processing from JS to Rust ( #4274 )
...
* Move NumberInput.svelte input processing from JS to Rust
* Fix edge cases
2026-06-22 14:57:11 -07:00
Keavon Chambers
3414b32d5e
Remove dead code from the unused curves adjustment widget
2026-06-15 14:46:43 -07:00
Keavon Chambers
bc1f63ccc6
Add Alt+drag layer duplication to the Layers panel ( #4216 )
...
* Add Alt+drag layer duplication to the Layers panel
* Code review
2026-06-08 21:08:16 -07:00
Keavon Chambers
7a6e4f6f25
Fix new nodes being added in the wrong place near graph edges ( #4211 )
2026-06-07 19:22:30 -07:00
Hemu
b645871dbc
Fix duplicated dropdown selection styling when multiple entries have identical labels ( #4180 )
...
* Fix dropdown select if options have identical labels
* update other uses of label in favor of value
* simplify null checks
2026-06-07 17:53:58 -07:00
Timon
08c6d02e5b
Introduce network request handler ( #4194 )
...
* Impl NetworkMessageHandler
* Repalce Frontend fetch like messages with NetworkMessage
* Reimpl resource loading with NetworkMessage
* Fix wasm
* dedublicate resource requests
* Embedd font resources created by migration
* Fixup
* Fix tests
* Fix font catalog not loading
* Cleanup
* Fix layouts not updating when font catalog is loaded
* Review
* Review
* Cleanup
2026-06-05 13:27:45 -04:00
Timon
cd8ea1f554
Migrate fonts to be stored as resources ( #4165 )
...
* Good start
* Impl
* allow responses.add(async { Message::NoOp });
* Fix
* Cache font blob in text node
* Refactor font handling to use Font struct direcly
* Fix fmt
* Embedd Font Resources by default
* Review
* Review
* Cache font info based on ResourceHash
2026-06-05 13:27:25 -04:00
Keavon Chambers
9dccc526bb
Add the May 2026 release message to the welcome screen
2026-05-23 01:41:42 -04:00
Keavon Chambers
96be4ec351
Add an "Initializing Renderer…" overlay when Vello shader compilation is slow on web
2026-05-23 01:07:26 -04:00
Timon
2770df7567
Implement content-addressed resource storage for raster images ( #4148 )
...
* Implement content-addressed resource storage
* Implement OPFS resource storage
* Remove ResourceStorage::read
* Review
2026-05-21 19:31:07 +00:00
Keavon Chambers
06e2a049de
Implement dragging layers into the group/new/delete buttons in the Layers panel ( #4153 )
2026-05-15 15:39:01 -07:00
Keavon Chambers
79df7cfa87
Implement dragging the visibility/lock icons in the Layers panel to toggle each ( #4152 )
...
* Implement dragging the visibility/lock icons in the Layers panel to toggle each
* Code review fixes
2026-05-15 15:16:40 -07:00
Keavon Chambers
16c7544d96
Add the Layer > Expand Fill/Stroke menu action ( #4151 )
...
* Add the Layer > Expand Fill/Stroke menu action
* Code review feedback
2026-05-15 13:10:50 -07:00
Keavon Chambers
a56746c6bf
Deprecate all usages of the Color struct representing gamma space values, fixing round-trip precision bugs ( #4149 )
...
* Deprecate all usages of the Color struct representing gamma space values, fixing round-trip precision bugs
* Code review fixes
2026-05-14 22:48:33 -07:00
Keavon Chambers
1c9c19a697
Simplify and standardize how data types are presented in user-facing strings ( #4147 )
...
* User-facing type formatting
* Parse unicode not ASCII chars
2026-05-14 00:56:43 -07:00
Keavon Chambers
696b625a3e
Fix hover transfer bugs occurring with the color picker popover ( #4146 )
...
* Fix hover transfer bugs occurring with the color picker popover
* Code review fix
2026-05-13 20:19:56 -07:00
Keavon Chambers
4d5dce976e
Replace the control bar's stroke weight with a full stroke properties popover ( #4145 )
...
* Replace the control bar's stroke weight with a full stroke properties popover
* Code review
2026-05-13 03:58:12 -07:00
Keavon Chambers
629a1f4b4c
Redesign how the control bar handles fill and stroke colors ( #4137 )
...
* Revamp how the control bar handles fill and stroke colors
* Fix bugs
* Code review
2026-05-11 18:13:02 -07:00
Keavon Chambers
f6def3b911
Add icons for stroke align, cap, join, and order ( #4136 )
2026-05-11 03:53:38 -07:00
Keavon Chambers
9d876ab27d
Add support for opening multiple selected files from disk ( #4128 )
2026-05-07 21:21:45 -07:00
Keavon Chambers
dff8ac5511
Remove code for the deprecated and unused Curve type ( #4127 )
...
* Remove the unused Curve type
* Fix frontend
2026-05-07 16:16:19 -07:00
Keavon Chambers
24c857ddc7
Make the Text tool control bar font family, style, and size sync with the selected layer ( #4118 )
...
* Fix contenteditable preview alignment
* Make the Text tool control bar font family, style, and size sync with the selected layer
* Tidying up
2026-05-06 20:50:41 -07:00
Keavon Chambers
2ae35a67e7
Add icons for text alignment/justification
2026-05-06 19:26:26 -07:00
Timon
8ae8c47fe1
Fix the Fix > Close All action not resulting in the welcome screen being shown ( #4107 )
...
Fix missing welcome panel after closing all documents
Closing all documents left the Welcome panel as the only tab, but the old active document index could still point to a tab that no longer existed. The fix is to reset it to 0 when the document list becomes empty.
2026-05-06 12:03:14 +00:00
Keavon Chambers
9db91a1ac4
Use the SpectrumInput widget for the adjustment node Properties panel layouts ( #4105 )
2026-05-05 03:42:44 -07:00
Keavon Chambers
e59612c4ce
Port the color picker popover to a Rust-defined layout ( #4102 )
...
* Break out VisualColorPickersInput.svelte
* Break out ColorComparisonInput.svelte and ColorPresetsInput.svelte
* Add backend definitions and plumbing for the 4 new widgets
* Port the ColorPicker.svelte layout and business logic to Rust
* Port more ColorComparisonInput.svelte logic to Rust
* Port more SpectrumInput.svelte logic to Rust
* Port more frontend logic to Rust
* Code review
* Code review
* Fix some CSS
2026-05-05 02:47:53 -07:00
Keavon Chambers
ab7f59ca61
Prep for the RC5 release of the desktop app
2026-05-01 21:58:16 -07:00
Keavon Chambers
485bac89e5
Fix regression with the color picker in the Properties panel being broken
2026-05-01 19:55:50 -07:00
Keavon Chambers
42f4c1396b
Implement ruler bounds visualization for the AABB of selected layers ( #4090 )
...
* Implement ruler bounds visualization for the AABB of selected layers
* Code review fixes
2026-05-01 18:23:51 -07:00
Keavon Chambers
0acfd3e178
Add a pointer hover marker line to the rulers ( #4088 )
...
* Add a pointer hover marker line to the rulers
* Fix rulers and pointer marker when document is flipped
* Reduce duplicate code
* Fix ruler label placement
* Performance
2026-05-01 15:18:01 -07:00
Keavon Chambers
7cd5531730
Optimize the node graph panel while panning
2026-05-01 17:02:10 +00:00
Keavon Chambers
83d03ad67d
Fix panel docking bugs and polish its behavior ( #4087 )
...
* Fix panel docking bugs and polish its behavior
* Fix bug
2026-05-01 17:02:10 +00:00
Kulcode
4c1974c200
Improve viewport rulers by tilting tick marks to align with tilted documents ( #3844 )
...
* Add support for tilted rulers
* Fix Ruler Text
* Address PR review
* Fix per review
* Code review
---------
Co-authored-by: Keavon Chambers <keavon@keavon.com >
2026-05-01 17:01:43 +00:00
Keavon Chambers
5774ec215d
Replace deprecated row/cell/instance terminology with "item" and "value" terms ( #4075 )
2026-04-28 19:12:59 -07:00
Keavon Chambers
b6ac217b70
Fix menu bar sub-menus being incorrectly positioned ( #4073 )
2026-04-28 18:51:45 -07:00
Keavon Chambers
b152f46380
Add support for double-clicking to rename document tabs ( #4072 )
2026-04-28 17:54:58 -07:00
Keavon Chambers
fc7348d08a
Add support for double-clicking to rename layers in the graph view ( #4071 )
...
* Add support for double-clicking to rename layers in the graph view
* Fix text double-click area ending 10px too early from the right
* Fix clicking out and intermittent cursor clicking in text field
2026-04-28 17:30:25 -07:00
Keavon Chambers
7bb01c9651
Fix dropdown menus spawning offset in scrolled panels, a regression from upgrading to Svelte 5.54 ( #4047 )
...
* Fix dropdown menus spawning offset in scrolled panels, a regression from upgrading to Svelte 5.54
Regression introduced in #3933 by upgrading from Svelte 5.47.1 to 5.54.1
* Code review
* Fix unrelated typo
* Add assets build size to build link comment
2026-04-24 12:17:27 -07:00
Keavon Chambers
fcf9396a71
Improve the Data panel's data display with monospaced text and copyable number values ( #4040 )
...
* Improve the Data panel's data display with monospaced text and copyable number values
* Revert attempted fix for dropdown menus appearing lower in scrolled Properties panel, since it makes other floating menus freeze the app
* Code review
2026-04-23 15:32:18 -07:00
Keavon Chambers
e2117d9a02
Fix CI not attaching a "View deployment" button in PRs for build links
2026-04-23 02:29:20 -07:00
Timon
6c5e3c97f8
Refactor persistence to combine document handling and workspace layout ( #4031 )
...
* Unify editor state persistence
* Review
* Fix
* Remove redundant DocumentDetails
* LoadDocumentContent indirection
2026-04-19 09:31:21 +00:00
Keavon Chambers
60f16d72a5
Refactor IndexedDB document persistence to reuse data structures of desktop persistence ( #4020 )
...
* Switch indexedDb document serialized struct from camelCase to snake_case
* Refactor and migrate old indexedDb format to the same shape as desktop persistence
* Avoid duplicate struct definitions in the desktop crate
* Refactor frontend message handling to consolidate auto-save document loading
* Code review
* Review
---------
Co-authored-by: Timon <me@timon.zip >
2026-04-15 02:29:23 -07:00
Keavon Chambers
b100892bfa
Add support for persistent storage of panel layouts, sizes, and active tabs ( #4017 )
...
* Add persistence to panel layouts
* Fix and persist the Window > Focus Document mode
* Add a Window > Reset Workspace action
* workspace_layout.json -> workspace_layout.ron
* Fix native app hole punch
* Cleanup review pass
2026-04-08 21:05:58 -07:00
Keavon Chambers
b099e2faca
Add support for interactive panel docking ( #4015 )
...
* Add interactive panel docking
* Preserve active tab when a panel group is docked
* Add inter-panel gutter hover color
* Code review fixes
* More code review
2026-04-08 06:09:20 -07:00