zed/gpui/src
2021-07-30 14:07:37 -07:00
..
elements Extract most colors in codebase into theme file. switch to dark 2021-07-30 09:50:28 -07:00
platform Reuse FontCache across randomized tests 2021-07-30 09:50:28 -07:00
app.rs Use deterministic executor in randomized synchronous tests 2021-07-30 14:07:37 -07:00
assets.rs Implement SVG rendering 2021-04-06 13:46:33 +02:00
clipboard.rs Allow metadata to be associated with text written to clipboard 2021-04-13 19:03:56 +02:00
color.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00
elements.rs Pass a MutableAppContext to Element::layout and ::dispatch_event 2021-07-23 10:52:08 -06:00
executor.rs Don't poll foreground futures during DeterministicExecutor::block_on 2021-07-23 12:06:58 +02:00
font_cache.rs Add test for font selection 2021-05-26 09:41:57 +02:00
fonts.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00
geometry.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00
json.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00
keymap.rs Rename context parameters to cx in gpui 2021-05-28 15:32:35 -07:00
lib.rs Reuse FontCache across randomized tests 2021-07-30 09:50:28 -07:00
platform.rs Implement FontSystem::wrap_line 2021-07-16 17:14:43 -07:00
presenter.rs Pass a MutableAppContext to Element::layout and ::dispatch_event 2021-07-23 10:52:08 -06:00
scene.rs Render a close tab button on tab hover 2021-04-27 11:58:59 -06:00
test.rs Use env_logger instead of simplelog in tests 2021-04-20 17:34:14 +02:00
text_layout.rs WIP 2021-07-16 18:43:50 +02:00
util.rs Time out condition after 200ms and add basic unit tests for it 2021-04-20 17:21:29 +02:00