zed/crates/gpui/src
Antonio Scandurra a210b05d00 Remove App::on_open_files, as it's a subset of on_open_urls
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-04-20 17:36:27 +02: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 Remove App::on_open_files, as it's a subset of on_open_urls 2022-04-20 17:36:27 +02:00
views Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
app.rs Remove App::on_open_files, as it's a subset of on_open_urls 2022-04-20 17:36:27 +02: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 Fix hang when dropping ::scoped future under deterministic executor 2022-04-18 17:11:39 -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 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 Remove App::on_open_files, as it's a subset of on_open_urls 2022-04-20 17:36:27 +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