slint/internal
Tobias Hunger 382b5486ca
Component container subcomponent (#4355)
This changes the component containers away from using a "MAGIC" index in the
placeholder dynamic item tree node it creates. These are hard to
integrate across sub-components.

Use index numbers right after the index numbers used by repeaters and
"extend" the repeater offset by the number of component containers in
the sub-component. This way we can piggy-back on the forwarding of
repeaters.

This has one annoying side-effect: We do have indices in our item tree
that are out of range for a repeater. But I think that is acceptable
considering that we never materialize that array anyway.
2024-01-17 11:26:08 +01:00
..
backends LinuxKMS: Fix animations using the wrong start time when invoked from invoke_from_event_loop 2024-01-15 18:30:49 +01:00
common feat: Add Key.Space to Key namespace. (#4311) 2024-01-10 16:25:31 +01:00
compiler Component container subcomponent (#4355) 2024-01-17 11:26:08 +01:00
core FIX: lsp: Improve URL encoding 2024-01-15 14:46:39 +01:00
core-macros janitor: Use workspace dependnecies for the slint crates 2023-09-25 16:34:16 +02:00
interpreter Component container subcomponent (#4355) 2024-01-17 11:26:08 +01:00
renderers Janitor: update some dependencies 2024-01-11 14:01:19 +01:00