zed/crates/gpui/src
Kirill Bulatov 63a8095879
Revert "Fix a bug where the IME pre-edit would desync from Zed (#12651)" (#12678)
This reverts commit 1a0708f28c since after
that, default task-related keybindings (alt-t and alt-shift-t) started
to leave `†` and `ˇ` symbols in the text editors before triggering
actions.


Release Notes:

- N/A
2024-06-05 13:54:06 +03:00
..
app Fix double lease panic in Quote Selection command (#12217) 2024-05-23 12:14:34 -07:00
elements Start on a database-backed prompt library (#12468) 2024-06-03 15:58:43 +02:00
keymap Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
platform Revert "Fix a bug where the IME pre-edit would desync from Zed (#12651)" (#12678) 2024-06-05 13:54:06 +03:00
text_system Introduce custom fold placeholders (#12214) 2024-05-23 15:22:30 -06:00
window Merge ElementContext into WindowContext (#10979) 2024-04-25 12:54:39 +02:00
action.rs gpui-macros: Hide autogenerated action types/functions (#10417) 2024-04-11 15:38:47 +02:00
app.rs Fix GPUI get_menus documentation (#12571) 2024-06-02 13:06:14 +02:00
arena.rs
asset_cache.rs gpui: Add SVG rendering to img element and generic asset cache (#9931) 2024-03-29 17:09:49 -07:00
assets.rs Make tests less noisy (#12463) 2024-05-29 18:06:45 -07:00
bounds_tree.rs
color.rs Use checked str slices in Rgba::TryFrom<str> (#12097) 2024-05-24 12:32:46 +03:00
element.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
executor.rs Make block_with_timeout more robust (#11670) 2024-05-10 13:10:02 -06:00
geometry.rs wayland: Fix window bounds restoration (#12581) 2024-06-03 09:27:01 -07:00
global.rs Make a macro for less boilerplate when moving variables (#12182) 2024-05-22 22:07:29 -07:00
gpui.rs gpui: Improve Global ergonomics (#11923) 2024-05-16 12:47:43 -04:00
input.rs
interactive.rs chore: Fix refining_impl_trait lint occurences (#11979) 2024-05-17 16:58:22 +02:00
key_dispatch.rs Merge ElementContext into WindowContext (#10979) 2024-04-25 12:54:39 +02:00
keymap.rs
platform.rs Fix or promote leftover TODOs and GPUI APIs (#12514) 2024-05-31 18:36:15 -07:00
prelude.rs
scene.rs
shared_string.rs
shared_uri.rs
style.rs windows: Support all OpenType font features (#10756) 2024-04-26 13:58:12 -07:00
styled.rs Add col/row resize cursor styles (#11406) 2024-05-06 14:22:56 -07:00
subscription.rs
svg_renderer.rs Make tests less noisy (#12463) 2024-05-29 18:06:45 -07:00
taffy.rs gpui: Bump taffy to 0.4.3 again (#11655) 2024-05-10 15:05:50 +02:00
test.rs
text_system.rs Allow UI font weight to be assigned in settings (#12333) 2024-05-26 23:06:58 -06:00
util.rs Prompt library updates (#11988) 2024-05-22 18:04:47 -04:00
view.rs Introduce Editor::insert_flaps and Editor::remove_flaps (#12096) 2024-05-21 20:23:37 +02:00
window.rs Fix or promote leftover TODOs and GPUI APIs (#12514) 2024-05-31 18:36:15 -07:00