zed/crates
Antonio Scandurra 03619dfa55 Rename Drawable::boxed to into_element and make containers generic
Multi-element are now generic over any drawable child, which can be converted
into an element.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
2023-04-21 12:43:19 -06:00
..
activity_indicator Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
assets
auto_update Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
breadcrumbs Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
call Merge branch 'main' into randomized-tests-operation-script 2023-04-10 08:45:22 +02:00
cli Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
client Fix unit tests after fixing gpui model drop semantics 2023-04-11 10:58:01 -07:00
clock Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
collab Merge branch 'main' into window_context_2 2023-04-21 10:58:08 +02:00
collab_ui Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
context_menu Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
copilot Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
copilot_button Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
db Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
diagnostics Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
drag_and_drop Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
editor Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
feedback Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
file_finder Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
fs Add randomized test for mutating worktree during initial scan 2023-04-13 22:34:03 -07:00
fsevent
fuzzy
git
go_to_line Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
gpui Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
gpui_macros Make production code compile again 2023-04-17 12:33:33 +02:00
install_cli
journal Merge branch 'main' into window_context_2 2023-04-20 16:01:47 +02:00
language Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
language_selector Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
live_kit_client Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
live_kit_server Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
lsp Introduce a LanguageServerId wrapper type 2023-04-20 08:58:41 -07:00
media
menu
node_runtime Refactor out the node runtime crate and hook up all related imports 2023-03-28 10:27:31 -07:00
outline Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
picker Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
plugin Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_macros Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_runtime Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
project Introduce a LanguageServerId wrapper type 2023-04-20 08:58:41 -07:00
project_panel Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
project_symbols Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
recent_projects Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
rope Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
rpc Bump protocol version 2023-04-20 08:58:41 -07:00
search Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
settings Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
snippet Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
sqlez
sqlez_macros
staff_mode Fix formatting 2023-04-06 15:54:44 -06:00
sum_tree Initialize the active editor when vim mode is enabled 2023-04-20 14:02:40 -06:00
terminal Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
terminal_view Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
text Store buffer's diagnostic sets in a smallvec 2023-04-20 08:58:41 -07:00
theme Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
theme_selector Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
theme_testbench Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
util Fix remaining vim failures 2023-04-20 15:25:11 -06:00
vim Remove stray dbg! statements 2023-04-21 10:49:47 +02:00
welcome Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
workspace Rename Drawable::boxed to into_element and make containers generic 2023-04-21 12:43:19 -06:00
zed Merge branch 'main' into window_context_2 2023-04-21 10:58:08 +02:00