.. |
elements
|
Close tabs when X is clicked
|
2021-04-28 10:00:45 -06:00 |
platform
|
Add a basic tab keybinding
|
2021-05-11 17:10:37 +02:00 |
app.rs
|
Remove commented-out tests for spawn and spawn_stream
|
2021-05-12 15:27:58 -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 |
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
|
Add context predicate parser
|
2021-03-09 19:33:19 -07:00 |
lib.rs
|
Introduce a gpui::test macro
|
2021-05-12 17:05:03 +02:00 |
presenter.rs
|
Gracefully handle a view being updated and removed in the same tick
|
2021-05-06 15:13:26 -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
|
Vertically center glyphs in Line::paint based on ascender/descender for line
|
2021-04-06 09:15:21 -06:00 |
util.rs
|
Time out condition after 200ms and add basic unit tests for it
|
2021-04-20 17:21:29 +02:00 |