Commit log
02e507b
Update breadcrumb rendering (#3505)
Click to expand commit body
This PR updates the rendering of the breadcrumb.
Release Notes:
- N/A
Co-authored-by: Nate Butler <iamnbutler@gmail.com>
Marshall Bowers
and
Nate Butler
created
2 years ago
f2faa70
Make Window::on_next_frame work in tests
Max Brunsfeld
created
2 years ago
863222e
Get following working
Click to expand commit body
Restore a single event type on Item trait, so that the workspace can
subscribe to it and handle following events.
Max Brunsfeld
created
2 years ago
fdc2d7c
Remove unused code
Joseph T. Lyons
created
2 years ago
dec4cfa
Implement feedback action
Click to expand commit body
OpenZedCommunityRepo
Joseph T. Lyons
created
2 years ago
78e1c0f
Implement feedback actions
Click to expand commit body
CopySystemSpecsIntoClipboard
RequestFeature
FileBugReport
Joseph T. Lyons
created
2 years ago
631e264
Start on app menus
Nathan Sobo
created
2 years ago
ab140ee
Add event based drag API to GPUI, continue binding mouse handlers to terminal
Mikayla
created
2 years ago
fc9b662
Update Tab Bar & Toolbar (#3503)
Click to expand commit body
- Work on default light theme
- Update tab bar and tabs
- Port quick_action_bar crate to zed2
- Add `Indicator` component
- Add `v_stack` & `h_stack` to ui::prelude::*
Release Notes:
- N/A
Marshall Bowers
created
2 years ago
Marshall Bowers
created
2 years ago
e0ca7f8
Merge branch 'main' into pane-toolbar-tabbar-ui
Marshall Bowers
created
2 years ago
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
dc7e4a4
Remove debugging colors
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
27703a3
Update tabs rendering, fix tab spacing bug
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
7b4b068
Render chat and notes buttons below the current channel
Max Brunsfeld
created
2 years ago
ceb5d0c
Dismiss theme_selector on esc
Federico Dionisi
created
2 years ago
38d41ac
Fix rendering of shared screens in collab panel
Max Brunsfeld
created
2 years ago
Antonio Scandurra
created
2 years ago
5e79807
Fix tree branch rendering in collab panel
Max Brunsfeld
created
2 years ago
Joseph T. Lyons
created
2 years ago
ce8bdb3
Merge branch 'main' into feedback-2
Joseph T. Lyons
created
2 years ago
dccdcd3
Add indicator component
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
8d57d6c
Merge branch 'main' into terminal-element
Mikayla
created
2 years ago
Antonio Scandurra
created
2 years ago
eed5a69
Update tab close button
Nate Butler
created
2 years ago
412c615
Port quick_action_bar to zed2
Click to expand commit body
Co-authored-by: Nate <nate@zed.dev>
Piotr Osiewicz
and
Nate
created
2 years ago
dffe0ea
Reintroduce menu-related platform callbacks
Nathan Sobo
created
2 years ago
2299730
Fix an issue with the text in the theme selector editor not showing (#3501)
Click to expand commit body
This PR fixes an issues where the text—both placeholder and
user-entered—would not show up in the editor in the theme selector.
It seems to be the min width on the wrapper element that fixes this.
Release Notes:
- N/A
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
c9b50c8
Add v_stack and h_stack to ui::prelude
Piotr Osiewicz
created
2 years ago
7c5df51
Update button sizes
Nate Butler
created
2 years ago
30725d6
Port `semantic_index` to gpui2 (#3500)
Click to expand commit body
Release Notes:
- N/A
Antonio Scandurra
created
2 years ago
09db455
Port `semantic_index` to gpui2
Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra
and
Julia Risley
created
2 years ago
c2d3e74
Allow opening files without project entries (#3497)
Click to expand commit body
Addresses
https://zed-industries.slack.com/archives/C04S5TU0RSN/p1701428432093989
by allowing to open a buffer without a corresponding project `Entry`.
This means that now, we can remove the "fake worktree" requirement and
open files without creating any (the PR does not do this step yet, but
prepares the code for it).
In addition, the PR fixes glob matching code and adds more tests on
excluded files queries.
Release Notes:
- Fixed search query inclusions/exclusions working incorrectly
- Fixed excluded files being opened via CLI and failing or spoiling
project tree view
Kirill Bulatov
created
2 years ago
62bfa3b
Fix panic opening the theme selector (#3499)
Click to expand commit body
I noticed a panic when trying to open the theme selector. Removing `Arc`
from `cx.global::<Arc<ThemeRegistry>>()` did the job. Is that the right
way? I'm not sure. 😅
Release Notes:
- N/A
Federico Dionisi
created
2 years ago
Kirill Bulatov
created
2 years ago
20352c5
Fix panic opening the theme selector
Federico Dionisi
created
2 years ago
f9efaeb
Update icon size
Nate Butler
created
2 years ago
af72772
Expand toolbar tools
Nate Butler
created
2 years ago
b73ccc8
Start out Copilot2;
Click to expand commit body
Add hidden_action_types to CommandPaletteFilter.
WindowContext.available_actions now returns global actions as well.
Co-authored-by: Antonio <antonio@zed.dev>
Piotr Osiewicz
and
Antonio
created
2 years ago
d433da1
Editor2 tests (#3486)
Click to expand commit body
Release Notes:
- N/A
Piotr Osiewicz
created
2 years ago
001ce47
Fix up the inlay_hint_cache proper (document the bug around inserting at inlay hint).
Click to expand commit body
Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Kirill <kirill@zed.dev>
Piotr Osiewicz
,
Antonio
, and
Kirill
created
2 years ago
Kirill Bulatov
created
2 years ago
92fbdb4
Add project search in gitignored test
Kirill Bulatov
created
2 years ago
b43dc48
Integration tests for excluded files
Kirill Bulatov
created
2 years ago
2c2c14a
Fix the regex matcher
Kirill Bulatov
created
2 years ago
dffe323
Fix up test_lkayout_with_placeholder_text_and_blocks (uncomment last standing assert)
Piotr Osiewicz
created
2 years ago
f0ca714
Ignore excluded files on worktree entry refresh
Kirill Bulatov
created
2 years ago
1f6c69c
Allow opening buffers without a project entry
Kirill Bulatov
created
2 years ago
590238b
test_layout_with_placeholder_text_and_blocks (incomplete, one assert commented out)
Click to expand commit body
We need to wire up a field from element state
Piotr Osiewicz
created
2 years ago
Page 70 of 376