zed/crates/gpui/src
Peter Tripp d3d0c043f5
Support extended keys on Mac (insert, f13-f19) (#16921)
- Improved support for extended keyboards on Mac (F13-F19, Insert)
2024-08-27 09:09:57 -04:00
..
app Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
elements gpui: Add truncate and text_ellipsis to TextStyle (#14850) 2024-08-23 14:02:51 -04:00
keymap Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
platform Support extended keys on Mac (insert, f13-f19) (#16921) 2024-08-27 09:09:57 -04:00
text_system gpui: Add truncate and text_ellipsis to TextStyle (#14850) 2024-08-23 14:02:51 -04:00
window
action.rs Add more menus to Zed (#12940) 2024-06-18 12:16:54 -07:00
app.rs Add a setting to show time to first window draw and frames per second in status bar (#16422) 2024-08-18 15:22:19 -06:00
arena.rs
asset_cache.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
assets.rs repl: Set up a way to copy output from the REPL (#16649) 2024-08-22 15:03:42 -07:00
bounds_tree.rs
color.rs Linux window decorations (#13611) 2024-07-03 11:28:09 -07:00
element.rs gpui: Remove extra "which" in comment (#16620) 2024-08-21 17:24:38 -04: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
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 Refactor all_font_names (#15345) 2024-08-23 00:11:01 +02:00
prelude.rs
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
style.rs gpui: Add truncate and text_ellipsis to TextStyle (#14850) 2024-08-23 14:02:51 -04:00
styled.rs gpui: Add truncate and text_ellipsis to TextStyle (#14850) 2024-08-23 14:02:51 -04: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
text_system.rs Refactor all_font_names (#15345) 2024-08-23 00:11:01 +02: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 gpui: Fix performance of app menu opening with large # of windows (#16939) 2024-08-27 12:23:00 +02:00