zed/gpui/src
Nathan Sobo a4c1fe5a0b WIP: Add a condition method to model and view handles for use in tests
It returns a future that resolves when the provided predicate returns true. The predicate is called any time the handle's targeted entity calls notify.

Still need to add a timeout and completely remove finsih_pending_tasks.
2021-04-19 22:01:54 -06:00
..
elements Improve styling of tabs 2021-04-14 15:14:46 -07:00
platform Prompt for paths asynchronously to avoid double borrow 2021-04-14 16:30:03 +02:00
app.rs WIP: Add a condition method to model and view handles for use in tests 2021-04-19 22:01:54 -06: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
executor.rs Rename Task -> EntityTask (a BackgroundTask is just a Task) 2021-04-05 17:03:42 -07:00
font_cache.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06: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
lib.rs Replace easy-parallel with scoped-pool for path searches 2021-04-14 09:08:52 -06:00
presenter.rs Remove MutableAppContext::downgrade 2021-04-10 00:14:26 -06:00
scene.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00
test.rs Initialize logger in gpui tests 2021-04-02 12:42:01 -06:00
text_layout.rs Vertically center glyphs in Line::paint based on ascender/descender for line 2021-04-06 09:15:21 -06:00
util.rs