Commit log
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
Joseph T. Lyons
created
2 years ago
bb3f592
Rename `theme2` getter to `theme`
Marshall Bowers
created
2 years ago
2584967
Rename `theme` getter to `old_theme`
Marshall Bowers
created
2 years ago
8043d0d
Reference `theme2` colors in `ThemeColor`
Marshall Bowers
created
2 years ago
90f65ec
Remove logic for multiple channel parents (#3162)
Click to expand commit body
This PR simplifies our state management for channels, and logic for
inheriting channel permissions, by removing the ability for channels to
have multiple parent channels.
Max Brunsfeld
created
2 years ago
4f859e0
link to channel notes (#3167)
Click to expand commit body
Release Notes:
- Add links to channel notes
Conrad Irwin
created
2 years ago
dd34bb2
Load `Theme` from `theme2` into the storybook
Marshall Bowers
created
2 years ago
b5cbfb8
Allow moving channels to the root
Max Brunsfeld
created
2 years ago
32367eb
Set up UI to allow dragging a channel to the root
Max Brunsfeld
created
2 years ago
42259a4
Fix channel dragging
Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Joseph <joseph@zed.dev>
Max Brunsfeld
,
Conrad
, and
Joseph
created
2 years ago
70eeefa
Fix channel collapsing
Conrad Irwin
created
2 years ago
6f173c6
Fix tests by re-instating paths in the new format
Conrad Irwin
created
2 years ago
b8bd070
Fix panic by disallowing multiple room joins (#3149)
Click to expand commit body
Release Notes:
- Fixed panic that could occur when switching channels quickly
Conrad Irwin
created
2 years ago
Page 5 of 275