zed/crates/gpui/src
2022-06-09 17:03:45 -07:00
..
app Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
elements Snap overlay's bottom/right edge to same window's edge on overflow 2022-06-09 13:48:02 +02:00
platform Add keystroke for menu item only when action is equal to binding 2022-06-06 09:26:33 +02:00
views Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
app.rs Add ModelContext::observe_global 2022-06-09 10:05:00 +02:00
assets.rs
clipboard.rs
color.rs Style search in buffer below breadcrumbs 2022-03-31 11:44:16 -06:00
elements.rs Simplify usage of tooltip 2022-06-02 09:12:50 +02:00
executor.rs Add hover test and tweak dismiss logic 2022-06-09 17:03:45 -07:00
font_cache.rs Compute line-height as a multiple of font size 2022-03-15 16:35:06 +01:00
fonts.rs Compute line-height as a multiple of font size 2022-03-15 16:35:06 +01:00
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 Add keystroke for menu item only when action is equal to binding 2022-06-06 09:26:33 +02:00
platform.rs Show private projects in the contacts panel 2022-06-02 17:29:11 -07:00
presenter.rs Add vim bindings for hover 2022-06-07 13:07:53 -07:00
scene.rs Use visible bounds to determine hit bounds for cursor/mouse regions 2022-06-08 10:17:22 +02:00
test.rs
text_layout.rs Render emojis 2022-04-13 17:31:10 +02:00
util.rs
views.rs