.. |
activity_indicator
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
ai
|
Update casing of "OpenAI" in identifiers to match Rust conventions (#6940)
|
2024-01-28 12:01:10 -05:00 |
assets
|
Load embedded fonts directly from .rdata instead of cloning (#6932)
|
2024-01-29 10:06:57 +01:00 |
assistant
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
audio
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
auto_update
|
update: Add arch and os to release query parameters. (#6976)
|
2024-01-29 10:48:54 +01:00 |
breadcrumbs
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
call
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
channel
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
cli
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
client
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
clock
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
collab
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
collab_ui
|
Prevent z-index id shuffle when number of z-indicies in the scene change
|
2024-01-29 13:08:40 -05:00 |
collections
|
Remove license-file from Cargo.toml as it is apparently redundant (#4218)
|
2024-01-23 17:40:30 +01:00 |
color
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
command_palette
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
copilot
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
copilot_ui
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
db
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
diagnostics
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
editor
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
feature_flags
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
feedback
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
file_finder
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
fs
|
Correctly check existence of target directory in copy_recursive function (#6875)
|
2024-01-29 12:06:02 +02:00 |
fsevent
|
fix: isolate macos-specific dependencies (#6854)
|
2024-01-27 13:38:55 +01:00 |
fuzzy
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
git
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
go_to_line
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
gpui
|
Prevent z-index id shuffle when number of z-indicies in the scene change
|
2024-01-29 13:08:40 -05:00 |
gpui_macros
|
Remove license-file from Cargo.toml as it is apparently redundant (#4218)
|
2024-01-23 17:40:30 +01:00 |
install_cli
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
journal
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
language
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
language_selector
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
language_tools
|
Replace IIFE with maybe! (#6909)
|
2024-01-27 22:34:37 -05:00 |
live_kit_client
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
live_kit_server
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
lsp
|
Add missing workspace edit capabilities (#6950)
|
2024-01-28 23:46:10 +02:00 |
media
|
fix: isolate macos-specific dependencies (#6854)
|
2024-01-27 13:38:55 +01:00 |
menu
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
multi_buffer
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
node_runtime
|
Fix #4628: npm install to a wrong location (#6742)
|
2024-01-28 14:10:10 -05:00 |
notifications
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
outline
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
picker
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
plugin
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
plugin_macros
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
plugin_runtime
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
prettier
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
project
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
project_panel
|
Use Git status color for icons in project panel (#6992)
|
2024-01-29 10:26:30 -05:00 |
project_symbols
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
quick_action_bar
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
recent_projects
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
refineable
|
Remove license-file from Cargo.toml as it is apparently redundant (#4218)
|
2024-01-23 17:40:30 +01:00 |
rich_text
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
rope
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
rpc
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
search
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
semantic_index
|
Update casing of "OpenAI" in identifiers to match Rust conventions (#6940)
|
2024-01-28 12:01:10 -05:00 |
settings
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
snippet
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
sqlez
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
sqlez_macros
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
story
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
storybook
|
Load embedded fonts directly from .rdata instead of cloning (#6932)
|
2024-01-29 10:06:57 +01:00 |
sum_tree
|
Remove license-file from Cargo.toml as it is apparently redundant (#4218)
|
2024-01-23 17:40:30 +01:00 |
terminal
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
terminal_view
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
text
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
theme
|
Gracefully handle errors when loading themes (#6904)
|
2024-01-27 19:37:01 -05:00 |
theme_importer
|
Load embedded fonts directly from .rdata instead of cloning (#6932)
|
2024-01-29 10:06:57 +01:00 |
theme_selector
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
ui
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
util
|
Github => GitHub
|
2024-01-25 11:23:28 -08:00 |
vcs_menu
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
vim
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
welcome
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
workspace
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |
zed
|
text: Wrap BufferId into a newtype
|
2024-01-29 20:00:47 +01:00 |
zed_actions
|
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
|
2024-01-27 13:51:16 +01:00 |