zed/crates
K Simmons 69ecbb644d DOCK WORKING!
Update editor element to use mouse regions instead of dispatch event for mouse events
Fix bug in presenter where mouse region handlers were stored on click and called instead of more up to date handlers from subsequent renders
Changed MouseRegion to require discriminants in all cases
Add scroll wheel event to MouseRegion
Polished a bunch of dock inconsistencies

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
2022-09-11 15:32:20 -07:00
..
activity_indicator One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
assets Move assets to their own crate, load keymaps in vim tests 2022-04-11 15:54:52 -07:00
auto_update One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
breadcrumbs Introduced ItemEvent and to_item_events function to Item trait which converts the Item's events into a standard ItemEvent similar to how SearchableItems work. 2022-09-06 16:05:36 -07:00
chat_panel One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
cli Cap MessageStream buffer size to 1MB 2022-05-31 11:16:32 +02:00
client One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
clock One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
collab WIP dock split button and default item 2022-09-11 15:31:44 -07:00
collections Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
command_palette WIP dock split button and default item 2022-09-11 15:31:44 -07:00
contacts_panel WIP dock split button and default item 2022-09-11 15:31:44 -07:00
context_menu WIP compiling but failing with circular reference 2022-08-09 17:15:52 -07:00
diagnostics WIP dock split button and default item 2022-09-11 15:31:44 -07:00
drag_and_drop Impl default for drag and drop global. Make drag and drop global maintain a list of weak handles to the container. 2022-09-01 12:13:46 -07:00
editor DOCK WORKING! 2022-09-11 15:32:20 -07:00
file_finder WIP dock split button and default item 2022-09-11 15:31:44 -07:00
fsevent One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
fuzzy One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
go_to_line WIP compiling but failing with circular reference 2022-08-09 17:15:52 -07:00
gpui DOCK WORKING! 2022-09-11 15:32:20 -07:00
gpui_macros One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
journal Prevent setting files from showing up in project and contacts panels 2022-06-14 14:47:16 +02:00
language Fix crash when querying for enclosing brackets at EOF 2022-09-02 10:23:46 -07:00
lsp One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
menu Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
outline One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
picker Address picker issues 2022-08-09 17:15:54 -07:00
plugin One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
plugin_macros Fix minor issues pointed out in the review 2022-07-11 15:54:03 +02:00
plugin_runtime One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
project Avoid changing entry's kind from Dir to PendingDir in refresh_entry 2022-08-30 16:13:07 -07:00
project_panel WIP dock split button and default item 2022-09-11 15:31:44 -07:00
project_symbols Address picker issues 2022-08-09 17:15:54 -07:00
rpc Stream buffer ops in the background when creating buffer for peers 2022-08-23 16:05:56 +02:00
search Introduced ItemEvent and to_item_events function to Item trait which converts the Item's events into a standard ItemEvent similar to how SearchableItems work. 2022-09-06 16:05:36 -07:00
settings DOCK WORKING! 2022-09-11 15:32:20 -07:00
snippet One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
sum_tree Start work on a SyntaxMap data structure 2022-08-21 11:37:10 -07:00
terminal DOCK WORKING! 2022-09-11 15:32:20 -07:00
text Merge pull request #1559 from zed-industries/language-injection 2022-08-30 11:54:00 -07:00
theme DOCK WORKING! 2022-09-11 15:32:20 -07:00
theme_selector Removed github username check, added settings file 2022-09-08 16:27:46 -07:00
util Improved formatting of tab title 2022-09-03 14:45:45 -07:00
vim WIP dock split button and default item 2022-09-11 15:31:44 -07:00
workspace DOCK WORKING! 2022-09-11 15:32:20 -07:00
zed DOCK WORKING! 2022-09-11 15:32:20 -07:00