Commit log
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
5d66075
Continue refining default syntax theme
Nate Butler
created
2 years ago
d2a8f97
Fix return type
Marshall Bowers
created
2 years ago
8fb7c17
Merge branch 'main' into n/t2
Marshall Bowers
created
2 years ago
bbe5389
Return `ColorScaleSet`s from individual color scale functions (#3197)
Click to expand commit body
This PR adjusts the individual color scale functions to return
`ColorScaleSet`s instead of `DefaultColorScaleSet`s.
We only use the `DefaultColorScaleSet`s to simplify the construction of
the scales, so it isn't necessary to surface them outside of the
function.
Release Notes:
- N/A
Marshall Bowers
created
2 years ago
b8547e9
Remove blanket `From<&str>` impl for `Hsla`
Click to expand commit body
Since this is a fallible operation we don't want to have a blanket
infallible conversion from any arbitrary `&str` to an `Hsla`.
Marshall Bowers
created
2 years ago
1b9619c
added parsing support for <|S| |E|> spans (#3184)
Click to expand commit body
added parsing support for <|S| and |E|> spans for inline generation
Kyle Caverly
created
2 years ago
Kirill Bulatov
created
2 years ago
Kirill Bulatov
created
2 years ago
Click to expand commit body
Uncomment more methods in workspace2.rs
Kirill Bulatov
created
2 years ago
Antonio Scandurra
created
2 years ago
3bcc2fa
Update notifications panel
Nate Butler
created
2 years ago
bfb1f5e
Continue refining theme, update tabs & tab bar
Nate Butler
created
2 years ago
Page 81 of 357