Commit log

fce31b7 Remove the warnings from element.rs

Kirill Bulatov created

41ff37d Slow down sampling metric collection rate

Joseph T. Lyons created

854907d Fix context menu in tab bar (#3776)

Click to expand commit body
Release Notes:

- N/A

Antonio Scandurra created

3de72f8 Fix context menu in tab bar

Antonio Scandurra created

6c46702 Highlight termina on external files drag and drop

Kirill Bulatov created

3d5b903 Optimize order rendering and border drawing (#3762)

Click to expand commit body
Reverts zed-industries/zed#3761

There was a bug in the previous implementation of `BatchIterator` that
was being masked by how we were using the BSP tree. The bug caused us to
render primitives without honoring the `PrimitiveKind` implicit
ordering.

Antonio Scandurra created

01ce204 Avoid painting a background quad if it is fully transparent

Antonio Scandurra created

2a516ec Honor `PrimitiveKind` ordering when `order` is the same

Click to expand commit body
This was a bug in the previous implementation that was being masked by
how we were using BSP.

Antonio Scandurra created

48ad53b Revert "Revert "Optimize order rendering and border drawing""

Antonio Scandurra created

2659b27 Add vertical padding to the picker empty state (#3774)

Click to expand commit body
This PR adds vertical padding to the picker's empty state.

This matches the styles added in #3769.

Release Notes:

- N/A

Marshall Bowers created

248458c Indent contacts in collab panel (#3773)

Click to expand commit body
This PR indents contacts in the collab panel.

Release Notes:

- N/A

Marshall Bowers created

cd91568 Increase the indent step size for the collab panel (#3772)

Click to expand commit body
This PR increases the indent step size for the collab panel.

This gives the channel list a clearer hierarchy for nested channels, as
well as help align the disclosures with the parent channel's icon.

Release Notes:

- N/A

Marshall Bowers created

80143b2 Fix names for Rosé Pine themes (#3771)

Click to expand commit body
This PR fixes the names of the Rosé Pine themes.

We want to keep the Unicode "é" in the theme name, both because this is
the actual name of the theme, and also to maintain parity with Zed1.

Release Notes:

- N/A

Marshall Bowers created

94e22ae Fix typo in "Noctis Hibernus" theme name (#3770)

Click to expand commit body
This PR fixes a typo in the name of the "Noctis Hibernus" theme.

Release Notes:

- N/A

Marshall Bowers created

4fb12cb Add vertical padding to the picker entry list (#3769)

Click to expand commit body
This PR adds vertical padding to the list of picker entries.

This prevents us from ending up with entries squished against the edges
of the picker.

Release Notes:

- N/A

Marshall Bowers created

5307b75 Add more left padding to title bar (#3768)

Click to expand commit body
This PR adds more left padding to the title bar to achieve the same
positioning of the title bar items that we have in Zed1.

Release Notes:

- N/A

Marshall Bowers created

051bad7 Some terminal bugs (#3767)

Click to expand commit body
Fixes:
 - drag and drop into terminal element does not change its style
 - drag and drop terminal tab into main pane then back panics
 - can drop non-terminal items into the terminal pane

Release Notes:

- N/A

Julia created

f3fda80 Prevent drag-dropping non-terminal item into terminal pane

Julia created

3d1e522 Scale down status bar items (#3766)

Click to expand commit body
This PR scales down the sizes of items in the status bar.

This brings us more in line with Zed1.

Release Notes:

- N/A

Marshall Bowers created

e2c3663 Align `Picker` editor with entries (#3765)

Click to expand commit body
This PR re-aligns the `Picker` editor with the entries after the changes
in #3764.

Release Notes:

- N/A

Marshall Bowers created

be08a0b Increase spacing of `ListItem`s inside `Picker`s (#3764)

Click to expand commit body
This PR increases the spacing of `ListItem`s inside of `Picker`s to give
the UI some more breathing room.

#### Before

<img width="584" alt="Screenshot 2023-12-21 at 4 36 21 PM"
src="https://github.com/zed-industries/zed/assets/1486634/ed324c0d-e606-4844-b30a-7d5b8b8c9e47">

#### After

<img width="592" alt="Screenshot 2023-12-21 at 4 36 31 PM"
src="https://github.com/zed-industries/zed/assets/1486634/fbbcb230-0048-4310-8e06-07943af6a38e">

Release Notes:

- N/A

Marshall Bowers created

71a222a Use sparse spacing for `ListItem`s in `Picker`s

Marshall Bowers created

dc09dbc Use a `ListItem` as the empty state for `Picker`s

Marshall Bowers created

a773a3c Increase horizontal padding for inset `ListItem`s

Marshall Bowers created

dabc986 Use small labels for title bar buttons (#3763)

Click to expand commit body
This PR adjusts the sizing of the labels in the buttons in the title bar
to use the small label size.

This should bring them more in line with how things looked in Zed1.

Release Notes:

- N/A

Marshall Bowers created

a1fe514 Revert "Optimize order rendering and border drawing" (#3761)

Click to expand commit body
Reverts zed-industries/zed#3759

It seems like this is not quite right yet. Reverting until we figure out
what's wrong.

Antonio Scandurra created

7cfea09 Revert "Optimize order rendering and border drawing"

Antonio Scandurra created

9efe5a3 Fix pane drag target not appearing over terminal element

Julia created

31e47f9 Prevent panic dragging tab into terminal panel

Julia created

b385373 Bump tree-sitter-nu rev id (#3760)

Joseph T. Lyons created

cbb2219 Optimize order rendering and border drawing (#3759)

Click to expand commit body
This fixes the slowdowns we were observing when opening the saved
assistant conversations.

Release Notes:

- N/A

Antonio Scandurra created

38a8aa2 Bump tree-sitter-nu rev id

Joseph T. Lyons created

824b687 Improve chat panel styling (#3758)

Click to expand commit body
This PR improves the chat panel styling, especially with regards to the
spacing.

Release Notes:

- N/A

Marshall Bowers created

53a4b71 Delete stray comment

Antonio Scandurra created

c03c0d5 Use smaller quads to draw borders

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

67f7646 Replace `BspSplitter` with brute-force sorting of primitives

Antonio Scandurra created

7a9c405 Increase inline assistant editor's line height (#3757)

Click to expand commit body
This PR increases the line height for the inline assistant editor.

This fixes an issue where descenders were being clipped.

Release Notes:

- N/A

Marshall Bowers created

a516c3b Allow scrolling of saved conversations (#3756)

Click to expand commit body
Release Notes:

- N/A

Antonio Scandurra created

01947ed Use existing AnyElement::draw

Antonio Scandurra created

5e4557e Fix warnings

Antonio Scandurra created

176a022 Correctly clamp scroll offset vertically

Antonio Scandurra created

e2a4474 Allow scrolling saved conversations

Antonio Scandurra created

73b527e Store email address on modal close

Joseph T. Lyons created

f83d156 Fix clicking on "+" button not working when a tab was underneath (#3755)

Click to expand commit body
We were mistakenly pushing an opaque layer without intersecting it with
the content mask. Also, we were pushing two opaque layers for the same
div unnecessarily.

Release Notes:

- N/A

Antonio Scandurra created

b0ee7b2 Fix clicking on "+" button not working when a tab was underneath

Click to expand commit body
We were mistakenly pushing an opaque layer without intersecting it
with the content mask. Also, we were pushing two opaque layers for
the same div unnecessarily.

Antonio Scandurra created

8dc691f Fix Zed2 cli actions: opening notes and joining calls (#3754)

Click to expand commit body
Release Notes:

- N/A

Kirill Bulatov created

b14c07c Fix Zed cli actions: opening notes and joining calls

Kirill Bulatov created

ff845cf Fix stale scroll position in tab bar (#3753)

Click to expand commit body
Release Notes:

- N/A

Antonio Scandurra created

b38a095 Fix stale scroll position in tab bar

Antonio Scandurra created

e4904e0 Fix `WindowContext::available_actions` missing some actions (#3752)

Click to expand commit body
This pull request also allows turning an `ArenaBox` into an `ArenaRef`
when non-mutable access is required, which makes `ArenaRef: Clone`. This
fixes a bug that prevented the command palette from reading all the
available actions while the `command_palette::Toggle` action was being
dispatched.

Release Notes:

- N/A

Antonio Scandurra created