Commit log

c523ccc Fix code that identifies language via extension

Joseph T. Lyons created

2605ae1 Use Arc::make_mut in ChannelStore

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

Max Brunsfeld and Mikayla created

0b93a30 Terminate synthetic drag state on mouse up w/ ctrl held

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

Max Brunsfeld and Mikayla created

e3bb5e5 Fix failure to remove hovered region_ids on element removal

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

Max Brunsfeld and Mikayla created

db96fb1 Merge remote-tracking branch 'origin/main' into paint-context

Nathan Sobo created

54ca5f1 Replace context methods that take a window id with methods on window handles (#2832)

Click to expand commit body
With this PR, I've eliminated almost all references to window ids
outside of the internals of GPUI. All public methods taking these ids
are now defined on `AnyWindowHandle`, which provides a more coherent
narrative around windows as a concept.

Nathan Sobo created

d34da2d fix dismiss tooltip for project search

Piotr Osiewicz created

22f630e chore: remove unused function

Piotr Osiewicz created

f978acd buffer: use shared func for nav button rendering

Piotr Osiewicz created

0dc70e6 Rename mac platform Window to MacWindow for clarity

Nathan Sobo created

fc96676 Use AppContext::update when updating windows so we handle effects

Nathan Sobo created

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