.. |
activity_indicator
|
Remove ViewContext::dispatch_any_action
|
2023-05-01 14:24:00 +02:00 |
assets
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
auto_update
|
Update release links
|
2023-05-12 14:04:36 -04:00 |
breadcrumbs
|
Remove ViewContext::dispatch_action
|
2023-05-01 16:27:36 +02:00 |
call
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
cli
|
Unit test file:row:column parsing
|
2023-05-16 21:07:48 +03:00 |
client
|
Don't make events for every rejected suggestion
|
2023-05-16 17:19:05 -04:00 |
clock
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
collab
|
Fix race condition in diff base initializaiton (#2513)
|
2023-05-22 18:45:15 -07:00 |
collab_ui
|
Fix styling of titlebar highlights
|
2023-05-08 14:33:59 -07:00 |
collections
|
Move command palette filter into collections crate
|
2023-03-28 20:13:17 -07:00 |
command_palette
|
Ensure querying keystrokes or actions is safe
|
2023-05-04 09:53:31 +02:00 |
context_menu
|
Always dismiss context menu on click
|
2023-05-10 09:18:13 +02:00 |
copilot
|
Rework code to contain submitting of copilot events within editor
|
2023-05-16 13:26:05 -04:00 |
copilot_button
|
Fix performance problems in reporting changed FS paths to language servers (#2491)
|
2023-05-19 09:58:37 -07:00 |
db
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
diagnostics
|
Compute view ancestry at layout time
|
2023-05-03 16:36:14 +02:00 |
drag_and_drop
|
Prevent some cases of clipping icons due to pixel coord rounding
|
2023-05-08 11:42:00 -04:00 |
editor
|
Fixed contrast in project panel and scrollbar (#2512)
|
2023-05-22 18:35:31 -07:00 |
feedback
|
Merge branch 'main' into copilot-disabled-globs
|
2023-05-03 10:53:28 -07:00 |
file_finder
|
Attempt to open rows and columns from CLI input
|
2023-05-16 21:07:26 +03:00 |
fs
|
Avoid removing fake fs entry when rename fails later in the process
|
2023-05-16 13:00:39 -04:00 |
fsevent
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
fuzzy
|
remove commented line
|
2023-02-27 12:06:10 -08:00 |
git
|
Fix perf problem with scrollbars in large multibuffers (#2505)
|
2023-05-22 14:23:32 -04:00 |
go_to_line
|
Unify path:row:column parsing, use it in CLI
|
2023-05-16 21:07:26 +03:00 |
gpui
|
Focus command palette when hitting cmd-shift-p if file finder is open
|
2023-05-23 16:24:37 +02:00 |
gpui_macros
|
Move methods querying window state into AsyncAppContext
|
2023-05-02 19:38:48 +02:00 |
install_cli
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
journal
|
Don't allow strong view handles to be read/updated with an AsyncAppContext
|
2023-04-26 13:36:13 +02:00 |
language
|
Fix bugs in git implementation (#2495)
|
2023-05-22 13:37:02 -04:00 |
language_selector
|
Remove ViewContext::dispatch_action
|
2023-05-01 16:27:36 +02:00 |
live_kit_client
|
Update LiveKit client SDK to 1.0.12 (#2516)
|
2023-05-23 16:19:47 +02:00 |
live_kit_server
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
lsp
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
lsp_log
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
media
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
menu
|
Remove internal actions from menu crate
|
2023-04-27 14:29:11 +02:00 |
node_runtime
|
Source ESLint server from Github rather than 3rd party NPM package
|
2023-04-28 16:42:36 -04:00 |
outline
|
Remove ViewContext::dispatch_action
|
2023-05-01 16:27:36 +02:00 |
picker
|
Avoid re-allocating KeymapContext after every view notification
|
2023-05-04 12:04:30 +02:00 |
plugin
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
plugin_macros
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
plugin_runtime
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
project
|
Fix race condition in diff base initializaiton (#2513)
|
2023-05-22 18:45:15 -07:00 |
project_panel
|
Fixed contrast in project panel and scrollbar (#2512)
|
2023-05-22 18:35:31 -07:00 |
project_symbols
|
Compute view ancestry at layout time
|
2023-05-03 16:36:14 +02:00 |
recent_projects
|
Remove ViewContext::dispatch_action
|
2023-05-01 16:27:36 +02:00 |
rope
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
rpc
|
Update git repositories to be streamed with their entries
|
2023-05-15 16:22:00 -07:00 |
search
|
Do not refocus project search query on ESC press (#2494)
|
2023-05-22 14:24:14 -04:00 |
settings
|
Backport #2507 into preivew
|
2023-05-22 12:31:02 -07:00 |
snippet
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
sqlez
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
sqlez_macros
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
staff_mode
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
sum_tree
|
Made the map seek target a publicly implementable interface
|
2023-05-12 08:37:32 -07:00 |
terminal
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
terminal_view
|
Replace usages of is_parent_view_focused with is_self_focused
|
2023-05-05 10:08:22 +02:00 |
text
|
Fix bugs in git implementation (#2495)
|
2023-05-22 13:37:02 -04:00 |
theme
|
Fixed contrast in project panel and scrollbar (#2512)
|
2023-05-22 18:35:31 -07:00 |
theme_selector
|
Remove ViewContext::dispatch_action
|
2023-05-01 16:27:36 +02:00 |
theme_testbench
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
util
|
Unit test file:row:column parsing
|
2023-05-16 21:07:48 +03:00 |
vim
|
Avoid calling update_window twice in blurred event handler
|
2023-05-04 16:18:01 +02:00 |
welcome
|
Remove ViewContext::dispatch_action
|
2023-05-01 16:27:36 +02:00 |
workspace
|
Remove extra dbg!
|
2023-05-16 22:15:56 +03:00 |
zed
|
v0.87.x stable
|
2023-05-24 13:21:38 -04:00 |