Commit log
bc3572f
util: Improve error message for failing requests to GH. (#3159)
Click to expand commit body
Release notes:
- N/A
Co-authored-by: Julia Risley <julia@zed.dev>
Piotr Osiewicz
and
Julia Risley
created
2 years ago
1ec6638
vue: use anyhow::ensure instead of asserting on filesystem state (#3173)
Click to expand commit body
Release Notes:
- Fixed a crash on failed assertion in Vue.js language support.
Piotr Osiewicz
created
2 years ago
e31a940
Merge branch 'remove-view-state-associated-type' into gpui2-element-renderer
Marshall Bowers
created
2 years ago
65389a8
Merge branch 'zed2' into gpui2-element-renderer
Marshall Bowers
created
2 years ago
9fb9885
Checkpoint: Compiling
Marshall Bowers
created
2 years ago
8b972f6
WIP: Fix compilation of `gpui2`
Marshall Bowers
created
2 years ago
965bfd8
WIP: Pass in `V` to `Element`
Marshall Bowers
created
2 years ago
9c10152
Use `Display` instead of custom `to_string`
Marshall Bowers
created
2 years ago
28ef30f
Removed unused `ui2::color` module
Marshall Bowers
created
2 years ago
e6f2288
Don't use function_name in vim tests (#3171)
Click to expand commit body
Remove dependency on function name from vim tests.
We want to remove this from gpui2, and it looks like we can!
Conrad Irwin
created
2 years ago
ffcec01
Don't use function_name in vim tests
Conrad Irwin
created
2 years ago
06bff41
WIP: ElementRenderer
Marshall Bowers
created
2 years ago
c5763cd
Fix errors in passing TestAppContext in async gpui2 tests
Antonio Scandurra
created
2 years ago
43d230c
Introduce a `gpui2::test` macro
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Antonio Scandurra
,
Conrad Irwin
,
Max Brunsfeld
, and
Kyle
created
2 years ago
7ec9cc0
Fix z-index targeting for drag and drop
Marshall Bowers
created
2 years ago
5355007
Clean up some warnings
Marshall Bowers
created
2 years ago
b5eae86
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
e67048e
Load themes from settings and rework `Settings` trait
Marshall Bowers
created
2 years ago
5ba04dc
Assert handles are passed to the right contexts
Antonio Scandurra
created
2 years ago
7f6bb3d
Extract multi_buffer module out of editor (#3170)
Click to expand commit body
Release Notes:
- N/A
Piotr Osiewicz
created
2 years ago
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>
Antonio Scandurra
,
Max
,
Conrad
, and
Kyle
created
2 years ago
1936ba5
F8 navigation bugs (#3163)
Click to expand commit body
Release Notes:
- Fixed "go to previous hunk" getting suck on deletion.
- Fixed a rare case where "go to (prev) diagnostic" could get stuck with
specifically overlapping diagnostics.
Julia
created
2 years ago
9986e52
Stop depending on gpui in client2 and settings2
Antonio Scandurra
created
2 years ago
3460e95
vcs_menu: Fix a circular view handle in modal picker. (#3168)
Click to expand commit body
Release Notes:
- Fixed a crash in modal branch picker.
Joseph T. Lyons
created
2 years ago
3948036
vcs_menu: Fix a circular view handle in modal picker.
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Piotr Osiewicz
and
Julia Risley
created
2 years ago
1b75603
Implement `os_name`, `os_version` and `app_version` for `TestPlatform`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>
Antonio Scandurra
,
Conrad Irwin
, and
Kyle
created
2 years ago
52f9f90
Implement `TestAppContext::new`
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Antonio Scandurra
,
Max
,
Conrad
, and
Kyle
created
2 years ago
98e2490
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
a0fe859
Make theme converter spit out valid Rust structs
Marshall Bowers
created
2 years ago
51fb33d
Allow different app contexts to race
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>
Antonio Scandurra
,
Max
,
Kyle
, and
Conrad
created
2 years ago
3a369bc
Name embedded.provisionprofile the same on stable as other channels
Max Brunsfeld
created
2 years ago
92535ba
Introduce `TestAppContext`
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra
,
Max
,
Conrad Irwin
, and
Kyle Caverly
created
2 years ago
Antonio Scandurra
created
2 years ago
08a4e53
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
c8a86c2
theme2: Add Rosé Pine themes
Marshall Bowers
created
2 years ago
Max Brunsfeld
created
2 years ago
2c5caf9
Bump RPC version for channels + notifications changes
Max Brunsfeld
created
2 years ago
3566d92
Add deterministic `TestDispatcher`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra
,
Conrad Irwin
,
Max Brunsfeld
, and
Kyle Caverly
created
2 years ago
cee8175
theme2: Add Sandcastle theme
Marshall Bowers
created
2 years ago
751df45
Print out `Theme` structs in `theme_converter`
Marshall Bowers
created
2 years ago
eb8d376
Avoid unused import in release builds
Max Brunsfeld
created
2 years ago
f67f427
Rename IIFE to maybe (#3165)
Click to expand commit body
Too good of an idea to forget
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
6b5947a
Start work on theme converter
Marshall Bowers
created
2 years ago
437d147
Rename `player` to `players`
Marshall Bowers
created
2 years ago
0867175
Remove reference to removed `ThemeColor`
Marshall Bowers
created
2 years ago
4fcbc91
Add note about fixing `dead_code` and `unused_variables` warnings in `ui2`
Marshall Bowers
created
2 years ago
e1032c5
Remove `ThemeColor` in favor of `theme2::Theme`
Marshall Bowers
created
2 years ago
71bc35d
catchup with main
KCaverly
created
2 years ago
Joseph T. Lyons
created
2 years ago
26a3d41
Change from try (reserved keyword) to maybe
Mikayla
created
2 years ago
Page 45 of 316