Commit log
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
2 years ago
64ee1bb
Fix prod compile error
Nathan Sobo
created
2 years ago
2079cd6
Fix post-merge compile errors
Nathan Sobo
created
2 years ago
db9ccd7
Merge remote-tracking branch 'origin/main' into gpui2-no-send
Nathan Sobo
created
2 years ago
57dfc50
Get language2 tests passing by not blocking on a foreground task
Nathan Sobo
created
2 years ago
53066df
Get project2 tests green
Nathan Sobo
created
2 years ago
aa14552
Remove unneeded `.into`s
Marshall Bowers
created
2 years ago
b9ac1e4
Update scale accessors
Marshall Bowers
created
2 years ago
bd4bff4
Merge branch 'main' into n/t2
Marshall Bowers
created
2 years ago
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
2 years ago
220228c
Fix underflow when indexing into `ColorScale`s
Marshall Bowers
created
2 years ago
115bd65
Merge branch 'main' into n/t2
Marshall Bowers
created
2 years ago
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
2 years ago
401ddc6
WIP - flush_fs_events
Max Brunsfeld
created
2 years ago
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
2 years ago
90facc0
beautiful diff
Conrad Irwin
created
2 years ago
d0975aa
Merge branch 'main' into n/t2
Nate Butler
created
2 years ago
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
2 years ago
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
2 years ago
f415a37
Uncomment project2 tests (#3200)
Conrad Irwin
created
2 years ago
cd10ba9
Use run_until_parked instead of blocked in tests
Conrad Irwin
created
2 years ago
2105dc0
port text2 to zed2 (#3202)
Click to expand commit body
port text2 to zed2
Release Notes:
- NA
Kyle Caverly
created
2 years ago
Nate Butler
created
2 years ago
77dbb15
port text2 to zed2
KCaverly
created
2 years ago
Nathan Sobo
created
2 years ago
11b6d9e
Split out a foreground and background executor
Nathan Sobo
created
2 years ago
Max Brunsfeld
created
2 years ago
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
2 years ago
ea7fdef
And more unused imports
Conrad Irwin
created
2 years ago
a5d37d3
Remove two more hanging tests
Conrad Irwin
created
2 years ago
6f38eb3
Finish main merge
Mikayla
created
2 years ago
Joseph T. Lyons
created
2 years ago
e82d8eb
Merge branch 'main' into zed2-workspace
Mikayla
created
2 years ago
Mikayla
created
2 years ago
78f47f1
Rename live kit bridge to 2 (#3201)
Click to expand commit body
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
6aaeb23
Rename live kit bridge to 2
Mikayla
created
2 years ago
cfe0ddc
More unused imports
Conrad Irwin
created
2 years ago
c467fa9
Comment out hanging project2 tests
Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>
Max Brunsfeld
and
Conrad
created
2 years ago
Antonio Scandurra
created
2 years ago
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
2 years ago
8dafd5f
Allow ListHeader to take a `meta`
Nate Butler
created
2 years ago
bd61d71
Finish port of livekit client and call2 (#3198)
Mikayla Maki
created
2 years ago
Joseph T. Lyons
created
2 years ago
1568ecb
Add back room code to call2
Mikayla
created
2 years ago
Antonio Scandurra
created
2 years ago
51fa80e
ported example app, live_kit_client2 is done
Mikayla
created
2 years ago
b7625d8
Port `multi_buffer` to gpui2 (#3193)
Click to expand commit body
Release Notes:
- N/A
Julia
created
2 years ago
Antonio Scandurra
created
2 years ago
6ed6076
Merge branch 'n/t2' of github.com:zed-industries/zed into n/t2
Marshall Bowers
created
2 years ago
3189cd7
Remove unused impl
Marshall Bowers
created
2 years ago
Page 87 of 363