Commit log
54ca5f1
Replace context methods that take a window id with methods on window handles (#2832)
Click to expand commit body
With this PR, I've eliminated almost all references to window ids
outside of the internals of GPUI. All public methods taking these ids
are now defined on `AnyWindowHandle`, which provides a more coherent
narrative around windows as a concept.
Nathan Sobo
created
2 years ago
d34da2d
fix dismiss tooltip for project search
Piotr Osiewicz
created
2 years ago
22f630e
chore: remove unused function
Piotr Osiewicz
created
2 years ago
f978acd
buffer: use shared func for nav button rendering
Piotr Osiewicz
created
2 years ago
0dc70e6
Rename mac platform Window to MacWindow for clarity
Nathan Sobo
created
2 years ago
fc96676
Use AppContext::update when updating windows so we handle effects
Nathan Sobo
created
2 years ago
e2b8e6c
chore: fix compiler warnings
Piotr Osiewicz
created
2 years ago
a583d1c
Do not display match count when query is empty
Piotr Osiewicz
created
2 years ago
b282bdf
buffer: finish up moving things around
Piotr Osiewicz
created
2 years ago
e1724da
buffer: WIP style sides of buffer search
Piotr Osiewicz
created
2 years ago
8e49d14
Minimize window id usage
Nathan Sobo
created
2 years ago
a7bd05e
buffer: use icons for search options
Piotr Osiewicz
created
2 years ago
afd89b2
Store AnyWindowHandles instead of usizes
Nathan Sobo
created
2 years ago
bbe4a9b
Position and style the channel editor correctly
Click to expand commit body
Fix a bug where some channel updates would be lost
Add channel name sanitization before storing in the database
Mikayla
created
2 years ago
b708824
Position and style the channel editor correctly
Click to expand commit body
Fix a bug where some channel updates would be lost
Add channel name sanitization before storing in the database
Mikayla
created
2 years ago
c96b03a
Piotr/optimize search selections with a limit (#2831)
Click to expand commit body
/cc @nathansobo @maxbrunsfeld
Release Notes:
- Fixed scrollbar selections causing noticeable slowdowns with large
quantities of selections.
Piotr Osiewicz
created
2 years ago
d00f6a4
Fix a bug where channel invitations would show up in the channels section
Click to expand commit body
Block non-members from reading channel information
WIP: Make sure Arc::make_mut() works
Mikayla
created
2 years ago
6a7245b
Fix positioning on face piles, fix panic on member invite removal
Mikayla
created
2 years ago
1e8a9cc
Merge remote-tracking branch 'origin/main' into window-handles
Nathan Sobo
created
2 years ago
b77c336
Return window handles from WeakItemHandle
Nathan Sobo
created
2 years ago
b2d9ccc
Move more window methods off AsyncAppContext
Nathan Sobo
created
2 years ago
95cd96e
Move debug_elements to AnyWindowHandle
Nathan Sobo
created
2 years ago
4f10f0e
Remove window methods from AsyncAppContext
Nathan Sobo
created
2 years ago
1fd80ba
Remove AsyncAppContext::remove_window
Nathan Sobo
created
2 years ago
fe6a188
Remove unused dock code
Nathan Sobo
created
2 years ago
0a4633f
Remove more window id usage
Nathan Sobo
created
2 years ago
da7dc9c
Work with window handles instead of ids in drag code
Nathan Sobo
created
2 years ago
d896d89
Store an AnyWindowHandle in WindowContext
Nathan Sobo
created
2 years ago
Mikayla
created
2 years ago
662e196
Calculate the range for each color family in a theme (#2738)
Click to expand commit body
Release Notes:
- N/A (Internal theme stuff)
Nate Butler
created
2 years ago
49f1f1c
Remove window when closing workspace in test
Nathan Sobo
created
2 years ago
2c570fb
Move option button rendering to search_bar
Piotr Osiewicz
created
2 years ago
343e9d0
Finish migration to modes for buffer search
Piotr Osiewicz
created
2 years ago
fecea03
Add modes to buffer search
Piotr Osiewicz
created
2 years ago
0374fdf
Move mode cycling to mode module
Piotr Osiewicz
created
2 years ago
7547fa2
Move mode rendering to a search_bar module
Piotr Osiewicz
created
2 years ago
31a5672
Move nav buttons generation to search_bar
Piotr Osiewicz
created
2 years ago
c53554e
Remove SearchOptions::REGEX.
Click to expand commit body
A bit WIP as it awaits migration of buffer search to modes
Piotr Osiewicz
created
2 years ago
0ca29e5
Update keybinds to use new names
Piotr Osiewicz
created
2 years ago
d497f27
Move ButtonSide to new module
Piotr Osiewicz
created
2 years ago
95891d2
Move SearchMode and SearchHistory to separate modules
Piotr Osiewicz
created
2 years ago
1aff642
Do not highlgiht selections at all over the threshold
Piotr Osiewicz
created
2 years ago
dba2fac
Remove window via handles
Nathan Sobo
created
2 years ago
f0da6b0
Remove TestAppContext::add_view
Click to expand commit body
Instead, we now call this on window handles.
Nathan Sobo
created
2 years ago
0f33223
Remove unused method
Nathan Sobo
created
2 years ago
d687c3d
Merge remote-tracking branch 'origin/main' into window-handles
Nathan Sobo
created
2 years ago
f2be318
Move window-related methods from TestAppContext to AnyWindowHandle
Nathan Sobo
created
2 years ago
0197d49
Move activation simulation to AnyWindowHandle
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
2999063
Change collab panel icon
Max Brunsfeld
created
2 years ago
Page 93 of 316