zed/crates/gpui/src
Fernando Tagawa d7c45ccf2f
x11: Fix preedit for CJK and partially fix unresponsive keyboard with xim (#17373)
Closes #15833
Related to [#12495
comment](https://github.com/zed-industries/zed/pull/12495#issuecomment-2328356125)

Destroying and recreating the Input context was the only way to reset
the IME but it's making the keyboard unresponsive sometimes due to a XIM
error.

The keyboard will still be unresponsive if you close your IME while
using zed, but I don't know how to fix this.

* Fixed preedit drawing for CJK
* Fixed unresponsive keyboard by properly implementing reset_ic in
`xim-rs`

Release Notes:

- N/A
2024-09-16 18:46:03 -06:00
..
app chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
elements Improve popup menu to leave some margin with window edges (#17159) 2024-09-07 03:05:57 +02:00
keymap chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
platform x11: Fix preedit for CJK and partially fix unresponsive keyboard with xim (#17373) 2024-09-16 18:46:03 -06:00
text_system gpui: Fix CJK line wrap for GPUI text render (#17737) 2024-09-12 15:55:03 -04:00
window chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
action.rs
app.rs Fix keystroke observer leak in vim crate (#17913) 2024-09-16 15:50:12 -07:00
arena.rs
asset_cache.rs
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 chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
color.rs gpui: Add opacity to support transparency of the entire element (#17132) 2024-09-04 12:53:45 +02:00
element.rs
executor.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
geometry.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
global.rs
gpui.rs
input.rs linux: Fix IME panel position while enumerating input methods (#12495) 2024-08-28 19:58:40 -07:00
interactive.rs
key_dispatch.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
keymap.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
platform.rs Add ability to open files with system default application (#17231) 2024-09-10 14:36:36 -04:00
prelude.rs
scene.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
shared_string.rs
shared_uri.rs
style.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
styled.rs gpui: Add opacity to support transparency of the entire element (#17132) 2024-09-04 12:53:45 +02:00
subscription.rs
svg_renderer.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
taffy.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
test.rs
text_system.rs Add .SystemUIFont to font list (#15340) 2024-08-27 09:23:24 -04:00
util.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
view.rs
window.rs Fix keystroke observer leak in vim crate (#17913) 2024-09-16 15:50:12 -07:00