zed/crates/workspace/src
Nathan Sobo d70644618a WIP: Make PickerDelegate a fully owned object instead of a view
This avoids issues with the parent view being on the stack when we want to
interact with the delegate from the picker. Still have several picker usages
to convert.
2023-04-19 22:05:29 -06:00
..
dock WIP 2023-04-12 12:13:35 -06:00
pane WIP 2023-04-12 12:13:35 -06:00
persistence Fix warnings/errors now that AsyncAppContext::update returns Result 2023-04-18 14:58:57 +02:00
dock.rs Don't capture Workspace handle in defer when rendering Dock 2023-04-18 17:41:40 +02:00
item.rs Fix warnings/errors now that AsyncAppContext::update returns Result 2023-04-18 14:58:57 +02:00
notifications.rs WIP 2023-04-12 12:13:35 -06:00
pane.rs Fix warnings/errors now that AsyncAppContext::update returns Result 2023-04-18 14:58:57 +02:00
pane_group.rs WIP 2023-04-12 12:13:35 -06:00
persistence.rs Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
searchable.rs Make production code compile again 2023-04-17 12:33:33 +02:00
shared_screen.rs Fix warnings/errors now that AsyncAppContext::update returns Result 2023-04-18 14:58:57 +02:00
sidebar.rs Move more window-specific methods from AppContext to WindowContext 2023-04-14 10:29:35 +02:00
status_bar.rs Take a WindowContext in StatusItemViewHandle::set_active_pane_item 2023-04-14 14:26:20 +02:00
toolbar.rs Make production code compile again 2023-04-17 12:33:33 +02:00
workspace.rs WIP: Make PickerDelegate a fully owned object instead of a view 2023-04-19 22:05:29 -06:00