Commit log
ec4f0d7
Implement `ViewContext::observe_window_activation`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Antonio Scandurra
and
Conrad Irwin
created
2 years ago
3a824e4
Subsume `observe_fullscreen` into `observe_window_bounds`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Antonio Scandurra
and
Conrad Irwin
created
2 years ago
5e12b48
Work on default theme, Notifications, Add ListHeader `meta` (#3203)
Click to expand commit body
Work on default theme, Notifications, Add ListHeader `meta`
Also adds `naive_format_distance` & `naive_format_distance_from_now`
Release Notes:
- N/A
Nate Butler
created
2 years ago
de80974
Add `ViewContext::observe_fullscreen`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Antonio Scandurra
and
Conrad Irwin
created
2 years ago
57fcc22
Uncomment db2 tests (#3211)
Click to expand commit body
Release Notes:
- N/A
Julia
created
2 years ago
d4db7a1
Remove unused import
Nate Butler
created
2 years ago
3b91a76
Merge branch 'main' into n/t2
Nate Butler
created
2 years ago
d48ec7d
Remove unused import
Nate Butler
created
2 years ago
6d562aa
Use naive_format_distance_from_now in Notifications
Nate Butler
created
2 years ago
46e81da
Uncomment db2 tests
Julia
created
2 years ago
b76c117
Update naive_format_distance and tests
Nate Butler
created
2 years ago
5ee2b01
authenticate with completion provider on new inline assists (#3209)
Click to expand commit body
authenticate with completion provider on new inline assists
Release Notes:
- Fixed bug which lead the inline assist functionality to never
authenticate
Kyle Caverly
created
2 years ago
cde7b24
Checkpoint - impl format_distance
Nate Butler
created
2 years ago
d5b6300
moved from Boxes to Arcs for shared access of completion providers across the assistant panel and inline assistant
KCaverly
created
2 years ago
Nathan Sobo
created
2 years ago
b5fe0d7
authenticate with completion provider on new inline assists
KCaverly
created
2 years ago
5412f20
Fix missing commit (collab version bump)
Joseph T. Lyons
created
2 years ago
Joseph T. Lyons
created
2 years ago
f724b6d
Cleanly truncate Discord release notes
Joseph T. Lyons
created
2 years ago
Antonio Scandurra
created
2 years ago
c1ca7ad
Implement WindowContext::remove_window
Antonio Scandurra
created
2 years ago
089bf58
Implement AppState::test
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
72156bf
Merge remote-tracking branch 'origin/main' into zed2-workspace
Antonio Scandurra
created
2 years ago
6d2e1a8
Introduce more GPUI2 APIs needed for transitioning the workspace (#3208)
Click to expand commit body
Release Notes:
- N/A
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
32db64a
Introduce more GPUI2 APIs needed for transitioning the workspace
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
bda43ca
Merge remote-tracking branch 'origin/main' into zed2-workspace
Antonio Scandurra
created
2 years ago
8793300
Remove more `Send` bounds and simplify view rendering (#3207)
Click to expand commit body
This pull request removes more `Send` bounds from GPUI2 after #3206 and
simplifies some internals. Specifically:
- The `Reference` enum was removed, as we always capture mutable
references anyway.
- A few GATs from `Context` and `VisualContext` were removed, as they're
unnecessary now that `MainThread` isn't a thing.
- View rendering was greatly simplified (we were able to remove
`EraseViewState` and `ViewObject`)
Release Notes:
- N/A
Antonio Scandurra
created
2 years ago
9c7b45f
Add back Send and Sync to AssetSource
Antonio Scandurra
created
2 years ago
d5f0e91
Remove stray todo
Antonio Scandurra
created
2 years ago
5e50430
Fix compile errors
Antonio Scandurra
created
2 years ago
64ad894
Remove more Send bounds and simplify view rendering
Antonio Scandurra
created
2 years ago
2fb4c04
Remove more Send bounds and remove `EraseViewState`
Antonio Scandurra
created
2 years ago
b2c7ddc
Remove some stray Send bounds
Antonio Scandurra
created
2 years ago
18fcb41
Simplify contexts
Antonio Scandurra
created
2 years ago
ff27700
Fix outstanding errors in gpui2
Antonio Scandurra
created
2 years ago
3e7df82
WIP: Merge branch 'main' into zed2-workspace
Nathan Sobo
created
2 years ago
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
Page 56 of 333