zed/crates/gpui/src
2022-06-28 13:35:43 -07:00
..
app Add command palette filter global and update it when vim mode is enabled/disabled 2022-06-28 13:35:43 -07:00
elements Address hover panic and add hint to install go when language server failed to install 2022-06-27 15:48:15 -07:00
platform working jump to definition with tests 2022-06-24 15:09:31 -07:00
views Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
app.rs Update window edited status when pane item is removed 2022-06-23 14:28:10 +02:00
assets.rs
clipboard.rs
color.rs Style search in buffer below breadcrumbs 2022-03-31 11:44:16 -06:00
elements.rs Add tooltip to follow collaborators 2022-06-15 17:08:39 +02:00
executor.rs Remove redundant run_until_parked call in Foreground::advance_clock 2022-06-22 14:43:21 -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 Always use capital letters when rendering a keystroke 2022-06-16 17:48:10 -07:00
platform.rs Introduce ViewContext::on_window_should_close 2022-06-23 11:43:19 +02:00
presenter.rs Working underline based on symbol origin 2022-06-24 15:05:35 -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 Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
text_layout.rs Render emojis 2022-04-13 17:31:10 +02:00
util.rs Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
views.rs