zed/crates/gpui/src
2022-06-02 17:29:11 -07:00
..
app
elements Align context menu to fit within the window bounds 2022-06-02 09:47:06 +02:00
platform Merge branch 'main' into project-panel-with-new-mouse-events 2022-05-30 18:29:46 +02:00
views Switch MouseEventHandler to use MouseRegions 2022-05-26 20:00:01 -06:00
app.rs Avoid holding RefCell borrow while calling TestAppContext::spawn callback 2022-06-02 17:29:11 -07:00
assets.rs
clipboard.rs
color.rs
elements.rs Simplify usage of tooltip 2022-06-02 09:12:50 +02:00
executor.rs Allow guests to create files from the project panel 2022-05-04 10:28:44 -07:00
font_cache.rs
fonts.rs
geometry.rs
gpui.rs Allow hovered and clicked mouse regions to be tracked in the presenter 2022-05-26 12:44:52 -06:00
image_data.rs
json.rs
keymap.rs WIP 2022-05-26 09:59:25 +02:00
platform.rs Show private projects in the contacts panel 2022-06-02 17:29:11 -07:00
presenter.rs Align tooltip based on the available window space 2022-06-01 10:03:46 +02:00
scene.rs Introduce a new Tooltip element and a with_tooltip helper 2022-06-01 09:55:25 +02:00
test.rs
text_layout.rs
util.rs
views.rs