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
Timon
8a38af5be7
Rework clipboard handling to carry embedded resources across documents ( #4296 )
...
* Move clipboard code to its dedicated handler
* Adapt clipboard format to work with resources
* Restore visibility, lock, and collapse state when pasting layers
---------
Co-authored-by: Keavon Chambers <keavon@keavon.com >
2026-07-01 09:31:55 +00: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
Timon
f798b48b83
Move branding and package install into cargo-run ( #4266 )
...
* Move branding asset fetch into cargo-run
* Move frontend npm install into cargo-run
* Rename branding::ensure to branding::setup
* Wording nits
---------
Co-authored-by: Keavon Chambers <keavon@keavon.com >
2026-06-22 20:21:46 +00:00
Timon
a72ac39059
Replace the dev server's wasm-pack, cargo-watch, and concurrently tools with custom cargo-run tooling ( #4254 )
...
Replace wasm-pack, cargo-watch and concurrently with custom build tooling
Co-authored-by: Keavon Chambers <keavon@keavon.com >
2026-06-21 12:48:31 -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
Dennis Kobert
7b9c480a8d
Make ResourceStorage trait &self-based and remove 'static requirement ( #4188 )
...
* Make ResourceStorage trait &self-based with elided-lifetime ResourceFuture
* Adress review comments
2026-06-01 10:37:05 +00:00
Dennis Kobert
78679a5ba2
Implement editor level future message handler ( #4182 )
...
* Implement proper editor level async message handler
* Take application_io and wake callback as Editor::new arguments
* Rename AsyncMessage -> FutureMessage
* add DesktopWrapperMessage::Wake
---------
Co-authored-by: Timon <me@timon.zip >
2026-05-31 21:26:29 +00:00
Timon
a40e0d2887
Use ResourceId for referring to Resources ( #4176 )
...
* Use ResourceId for referring to Resources
* Use Doc
* use error for preprocessor ResourceId replacement failure
* Keep hashes in DocumentInfo
* Migrate with less mem copy
* Global ResourceMessage -> ResourceStorageMessage
* Add document ResourceMessage
* Move embedding logic
* Fix
* Cleanup
* Review
* Fix
2026-05-29 10:56:32 +00:00
Timon
bbbe04903f
Define data types for ID-based resource handling ( #4168 )
...
* Add resource lib
* rename ResourceSource to ResourceInput
* Rename ResourceInput -> DataSource and improve API
* Review
---------
Co-authored-by: Dennis Kobert <dennis@kobert.dev >
2026-05-25 10:50:57 +00: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
Timon
d5f0140f26
Upgrade WGPU and Linebender dependencies ( #4154 )
2026-05-17 15:36:59 +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
d44b0cd308
Make documents fall back to "Untitled Document" (+ number suffix) if given a blank name ( #4074 )
...
* Make documents fall back to "Untitled Document" (+ number suffix) if given a blank name
* Bug fix
2026-04-28 18:37:13 -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
6b11b47753
Improve the Data panel with type-specific detail pages and nested-layer support ( #4070 )
...
* Improve the Data panel with more type-specific detail pages
* Add network_path to SetDisplayName so renames target any network depth
* Track nested layers via full editor:layer paths and rename parent_layer to path_of_subgraph
* Polish the data panel NodeId leaf page with an editable name field
* Make lock and visibility toggles work for layers in nested subgraphs
* Fix formatting
* Fix connected_to_output running in the wrong network for nested-layer toggles
2026-04-28 15:37:07 -07:00