zed/crates/gpui/src
Max Brunsfeld 3901d9d544 Display key bindings in the command palette
They still need to be styled.

Co-authored-by: Antonio Scandurra <me@as-cii.com>
2022-04-18 17:11:08 -07:00
..
app Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
elements Calculate hitbox based on visible bounds in {Mouse}EventHandler 2022-04-07 15:12:09 +02:00
platform Don't panic when allocating tiny_skia pixmap 2022-04-13 14:57:16 -07:00
views Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
app.rs Display key bindings in the command palette 2022-04-18 17:11:08 -07:00
assets.rs
clipboard.rs
color.rs Style search in buffer below breadcrumbs 2022-03-31 11:44:16 -06:00
elements.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
executor.rs Fire fake timers waking up at the same time as the current clock 2022-03-28 10:57:52 +02: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 actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
image_data.rs
json.rs
keymap.rs Display key bindings in the command palette 2022-04-18 17:11:08 -07:00
platform.rs Render emojis 2022-04-13 17:31:10 +02:00
presenter.rs Start work on a command palette 2022-04-18 17:11:08 -07:00
scene.rs Render emojis 2022-04-13 17:31:10 +02:00
test.rs
text_layout.rs Render emojis 2022-04-13 17:31:10 +02:00
util.rs
views.rs