zed/crates/gpui/src
2022-06-28 18:28:13 -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
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
fonts.rs
geometry.rs
gpui.rs
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 Fixed focus issues with scrolling and input 2022-06-28 18:28:13 -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
util.rs
views.rs