ZIm/crates/gpui/src
Richard Feldman b1a581e81b
Copy/paste images into editors (Mac only) (#15782)
For future reference: WIP branch of copy/pasting a mixture of images and
text: https://github.com/zed-industries/zed/tree/copy-paste-images -
we'll come back to that one after landing this one.

Release Notes:

- You can now paste images into the Assistant Panel to include them as
context. Currently works only on Mac, and with Anthropic models. Future
support is planned for more models, operating systems, and image
clipboard operations.

---------

Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-authored-by: Jason <jason@zed.dev>
Co-authored-by: Kyle <kylek@zed.dev>
2024-08-13 13:18:25 -04:00
..
app Update http crate name (#15041) 2024-07-23 15:01:05 -07:00
elements Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
keymap Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
platform Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
text_system Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
window Merge ElementContext into WindowContext (#10979) 2024-04-25 12:54:39 +02:00
action.rs Add more menus to Zed (#12940) 2024-06-18 12:16:54 -07:00
app.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
arena.rs Log if element arena allocation is >80% 2024-01-24 11:03:28 +01:00
asset_cache.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
assets.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
bounds_tree.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
color.rs Linux window decorations (#13611) 2024-07-03 11:28:09 -07:00
element.rs Avoid losing focus when block decorations go offscreen (#14815) 2024-07-19 17:04:18 +02:00
executor.rs Allow canceling in-progress language server work (e.g. cargo check) (#13173) 2024-06-17 17:58:47 -07:00
geometry.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
global.rs Make a macro for less boilerplate when moving variables (#12182) 2024-05-22 22:07:29 -07:00
gpui.rs Use vanity Discord link (#15880) 2024-08-06 16:55:51 -04:00
input.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
interactive.rs Fix delay when changing scrolling direction (#13867) 2024-07-05 11:11:43 -04:00
key_dispatch.rs Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
keymap.rs Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
platform.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
prelude.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
scene.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
shared_string.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
styled.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
subscription.rs Refine inline transformation UX (#12939) 2024-06-13 08:35:22 +02:00
svg_renderer.rs Make tests less noisy (#12463) 2024-05-29 18:06:45 -07:00
taffy.rs chore: Fix clippy for upcoming 1.79 Rust release (#12727) 2024-06-06 12:46:53 +02:00
test.rs Throttle the sending of UpdateFollowers messages (#8918) 2024-03-06 14:58:41 +01:00
text_system.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
util.rs Prefer .map for conditionals with else conditions (#15118) 2024-07-24 17:09:07 -04:00
view.rs Introduce Editor::insert_flaps and Editor::remove_flaps (#12096) 2024-05-21 20:23:37 +02:00
window.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00