Commit log

b2c7ddc Remove some stray Send bounds

Antonio Scandurra created

18fcb41 Simplify contexts

Antonio Scandurra created

ff27700 Fix outstanding errors in gpui2

Antonio Scandurra created

3e7df82 WIP: Merge branch 'main' into zed2-workspace

Nathan Sobo created

6cab5c2 Restore foreground/background distinction and confine application state to the main thread (#3206)

Click to expand commit body
The potential for deadlock and other complexity ended up convincing us
that the benefits of making the app state accessible from any thread
were not worth their cost. We probably could have gone back to the old
executors, but we decided to fix forward and continue to get the
benefits of the new dispatcher.

Nathan Sobo created

64ee1bb Fix prod compile error

Nathan Sobo created

2079cd6 Fix post-merge compile errors

Nathan Sobo created

db9ccd7 Merge remote-tracking branch 'origin/main' into gpui2-no-send

Nathan Sobo created

57dfc50 Get language2 tests passing by not blocking on a foreground task

Nathan Sobo created

53066df Get project2 tests green

Nathan Sobo created

aa14552 Remove unneeded `.into`s

Marshall Bowers created

b9ac1e4 Update scale accessors

Marshall Bowers created

bd4bff4 Merge branch 'main' into n/t2

Marshall Bowers created

72d0601 Make indexing into `ColorScale`s safe (#3205)

Click to expand commit body
This PR makes indexing into `ColorScale`s safe by constraining the
`ColorScaleStep`s to a set of known values.

Release Notes:

- N/A

Marshall Bowers created

220228c Fix underflow when indexing into `ColorScale`s

Marshall Bowers created

115bd65 Merge branch 'main' into n/t2

Marshall Bowers created

69aafe9 Adjust `ColorScale` representation (#3204)

Click to expand commit body
This PR adjusts the representations of `ColorScale`s to allow us to
remove an unsafe `From` impl when converting from the statically-defined
representation of the scale.

Release Notes:

- N/A

Marshall Bowers created

401ddc6 WIP - flush_fs_events

Max Brunsfeld created

6ee9312 Fix hangs in new dispatcher

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

Max Brunsfeld and Nathan Sobo created

90facc0 beautiful diff

Conrad Irwin created

d0975aa Merge branch 'main' into n/t2

Nate Butler created

229ba07 Add additional notifications and style tweaks

Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>

Nate Butler and Marshall Bowers created

be3cc64 Implement Notifications

Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>

Nate Butler and Marshall Bowers created

f415a37 Uncomment project2 tests (#3200)

Conrad Irwin created

cd10ba9 Use run_until_parked instead of blocked in tests

Conrad Irwin created

2105dc0 port text2 to zed2 (#3202)

Click to expand commit body
port text2 to zed2

Release Notes:

- NA

Kyle Caverly created

3f74f75 WIP

Nate Butler created

77dbb15 port text2 to zed2

KCaverly created

3f34a8e Checkpoint

Nathan Sobo created

11b6d9e Split out a foreground and background executor

Nathan Sobo created

dd1a2a9 wip

Max Brunsfeld created

57ffa82 Start removing the Send impl for App

Click to expand commit body
Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Nathan <nathan@zed.dev>

Max Brunsfeld , Antonio , and Nathan created

ea7fdef And more unused imports

Conrad Irwin created

a5d37d3 Remove two more hanging tests

Conrad Irwin created

6f38eb3 Finish main merge

Mikayla created

51ecf8e collab 0.28.0

Joseph T. Lyons created

e82d8eb Merge branch 'main' into zed2-workspace

Mikayla created

1c1b53e WIP

Mikayla created

78f47f1 Rename live kit bridge to 2 (#3201)

Click to expand commit body
Release Notes:

- N/A

Mikayla Maki created

6aaeb23 Rename live kit bridge to 2

Mikayla created

cfe0ddc More unused imports

Conrad Irwin created

c467fa9 Comment out hanging project2 tests

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

Max Brunsfeld and Conrad created

337a79e WIP

Antonio Scandurra created

b910bbf Add `ui_font_size` setting (#3199)

Click to expand commit body
This PR adds a new `ui_font_size` setting that can be used to control
the scale of the entire UI.

We use the value in this setting to set the base rem size of the window.

Release Notes:

- N/A

Marshall Bowers created

8dafd5f Allow ListHeader to take a `meta`

Nate Butler created

bd61d71 Finish port of livekit client and call2 (#3198)

Mikayla Maki created

7d300d3 v0.112.x dev

Joseph T. Lyons created

1568ecb Add back room code to call2

Mikayla created

c3a8bab WIP

Antonio Scandurra created

51fa80e ported example app, live_kit_client2 is done

Mikayla created