Commit log

e2b8e6c chore: fix compiler warnings

Piotr Osiewicz created

a583d1c Do not display match count when query is empty

Piotr Osiewicz created

b282bdf buffer: finish up moving things around

Piotr Osiewicz created

e1724da buffer: WIP style sides of buffer search

Piotr Osiewicz created

8e49d14 Minimize window id usage

Nathan Sobo created

a7bd05e buffer: use icons for search options

Piotr Osiewicz created

afd89b2 Store AnyWindowHandles instead of usizes

Nathan Sobo created

bbe4a9b Position and style the channel editor correctly

Click to expand commit body
Fix a bug where some channel updates would be lost
Add channel name sanitization before storing in the database

Mikayla created

b708824 Position and style the channel editor correctly

Click to expand commit body
Fix a bug where some channel updates would be lost
Add channel name sanitization before storing in the database

Mikayla created

c96b03a Piotr/optimize search selections with a limit (#2831)

Click to expand commit body
/cc @nathansobo @maxbrunsfeld 

Release Notes:
- Fixed scrollbar selections causing noticeable slowdowns with large
quantities of selections.

Piotr Osiewicz created

d00f6a4 Fix a bug where channel invitations would show up in the channels section

Click to expand commit body
Block non-members from reading channel information
WIP: Make sure Arc::make_mut() works

Mikayla created

6a7245b Fix positioning on face piles, fix panic on member invite removal

Mikayla created

1e8a9cc Merge remote-tracking branch 'origin/main' into window-handles

Nathan Sobo created

b77c336 Return window handles from WeakItemHandle

Nathan Sobo created

b2d9ccc Move more window methods off AsyncAppContext

Nathan Sobo created

95cd96e Move debug_elements to AnyWindowHandle

Nathan Sobo created

4f10f0e Remove window methods from AsyncAppContext

Nathan Sobo created

1fd80ba Remove AsyncAppContext::remove_window

Nathan Sobo created

fe6a188 Remove unused dock code

Nathan Sobo created

0a4633f Remove more window id usage

Nathan Sobo created

da7dc9c Work with window handles instead of ids in drag code

Nathan Sobo created

d896d89 Store an AnyWindowHandle in WindowContext

Nathan Sobo created

17c9b4c Fix tests

Mikayla created

662e196 Calculate the range for each color family in a theme (#2738)

Click to expand commit body
Release Notes:
- N/A (Internal theme stuff)

Nate Butler created

49f1f1c Remove window when closing workspace in test

Nathan Sobo created

2c570fb Move option button rendering to search_bar

Piotr Osiewicz created

343e9d0 Finish migration to modes for buffer search

Piotr Osiewicz created

fecea03 Add modes to buffer search

Piotr Osiewicz created

0374fdf Move mode cycling to mode module

Piotr Osiewicz created

7547fa2 Move mode rendering to a search_bar module

Piotr Osiewicz created

31a5672 Move nav buttons generation to search_bar

Piotr Osiewicz created

c53554e Remove SearchOptions::REGEX.

Click to expand commit body
A bit WIP as it awaits migration of buffer search to modes

Piotr Osiewicz created

0ca29e5 Update keybinds to use new names

Piotr Osiewicz created

d497f27 Move ButtonSide to new module

Piotr Osiewicz created

95891d2 Move SearchMode and SearchHistory to separate modules

Piotr Osiewicz created

1aff642 Do not highlgiht selections at all over the threshold

Piotr Osiewicz created

dba2fac Remove window via handles

Nathan Sobo created

f0da6b0 Remove TestAppContext::add_view

Click to expand commit body
Instead, we now call this on window handles.

Nathan Sobo created

0f33223 Remove unused method

Nathan Sobo created

d687c3d Merge remote-tracking branch 'origin/main' into window-handles

Nathan Sobo created

f2be318 Move window-related methods from TestAppContext to AnyWindowHandle

Nathan Sobo created

0197d49 Move activation simulation to AnyWindowHandle

Nathan Sobo created

486f5bc Get compiling

Nathan Sobo created

2999063 Change collab panel icon

Max Brunsfeld created

371c669 Address review feedback.

Click to expand commit body
Rename selected_rows to background_highlight_row_ranges.
Do not return any ranges if there are more than 50k results

Piotr Osiewicz created

b0fc6da Use display maps

Piotr Osiewicz created

241d395 Remove redundant argument

Piotr Osiewicz created

42e1221 Add upper bound limit. Remove dbg! statements

Piotr Osiewicz created

fa71de8 Tune UX for context menus

Click to expand commit body
Co-authored-by: max <max@zed.dev>

Mikayla and max created

bedf60b Improve local collaboration script to accept a zed impersonate

Click to expand commit body
Gate channels UI behind a flag

co-authored-by: max <max@zed.dev>

Mikayla and max created