zed/gpui/src
Max Brunsfeld 187eb95b13 Throw a little between filename and modified icon
We probably need a primitive to right-align an element within
its parent, but I don't have strong opinions about how that
should be designed, so I'm just adding this as a temporary
measure so that the tabs won't look too ugly in the meantime.
2021-04-07 15:39:09 -07:00
..
elements Throw a little between filename and modified icon 2021-04-07 15:39:09 -07:00
platform Remove unused method 2021-04-06 20:47:09 -06:00
app.rs Open platform window before first invalidation 2021-04-06 09:15:21 -06:00
assets.rs Implement SVG rendering 2021-04-06 13:46:33 +02:00
executor.rs Rename Task -> EntityTask (a BackgroundTask is just a Task) 2021-04-05 17:03:42 -07:00
font_cache.rs Vertically center linebox child element 2021-04-06 13:03:19 -07:00
fonts.rs
geometry.rs Fix crash when selections exceed the container's bounds 2021-04-02 13:49:44 +02:00
keymap.rs
lib.rs Rename Task -> EntityTask (a BackgroundTask is just a Task) 2021-04-05 17:03:42 -07:00
presenter.rs Use a condvar instead of a channel to implement finish_pending_tasks 2021-04-02 13:53:06 -06:00
scene.rs Implement SVG rendering 2021-04-06 13:46:33 +02: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