zed/crates/gpui/src
2022-04-13 15:56:32 +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 Implement glyph scaling in a way that works with emojis as well 2022-04-13 15:56:32 +02:00
views Allow actions to be deserialized from JSON 2022-04-08 15:47:51 -07:00
app.rs Allow dumping the project diagnostic view's state as JSON 2022-04-11 19:51:46 -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
fonts.rs
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 Watch ~/.zed/bindings.json file for custom key bindings 2022-04-11 16:50:44 -07:00
platform.rs Restructure action macro to assign a namespace to every action 2022-04-07 16:20:49 -07:00
presenter.rs Allow dumping the project diagnostic view's state as JSON 2022-04-11 19:51:46 -07:00
scene.rs
test.rs
text_layout.rs
util.rs
views.rs