zed/crates/gpui/src
Nathan Sobo de9bf6dfbd Merge MutableAppContext into AppContext
There may have been a good reason for the difference at some point, or I was
still learning Rust. But now it's just &mut AppContext vs &AppContext.
2023-04-06 15:49:03 -06:00
..
app Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
elements Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
keymap_matcher Bound the search range for the keybindings by the highest handler path 2023-03-10 12:12:32 -08:00
platform Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
presenter WIP - adds platform APIs for checking the top most window 2023-01-25 09:10:35 -08:00
scene Add in-window on-move-out mouse handler concept 2023-01-19 12:34:13 -05:00
views Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
app.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
assets.rs Add png image loading to gpui 2023-03-06 14:26:32 -08:00
clipboard.rs
color.rs
elements.rs Prioritize displaying right statusbar items overtop left items if needed 2023-04-05 12:08:52 -04:00
executor.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
font_cache.rs Don't make fonts::Features Copy 2023-03-17 13:54:56 +01:00
fonts.rs Avoid storing fonts::Features in TextStyle 2023-03-17 15:12:02 +01:00
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap_matcher.rs Remove comment 2023-02-23 14:24:53 -08:00
platform.rs Open a new window when activating Zed from the dock w/ no windows open 2023-03-29 17:24:44 -07:00
presenter.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
scene.rs
test.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
text_layout.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
util.rs
views.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00