zed/crates/gpui/src
Antonio Scandurra c872f581d1 Query rect_for_text_range on focused view instead of root element
This was causing IME input to be drawn in the wrong place when there
were splits or panels in the window.
2023-06-05 12:00:40 +02:00
..
app Query rect_for_text_range on focused view instead of root element 2023-06-05 12:00:40 +02:00
elements Fix ambiguous glob export warnings in rust 1.70 2023-06-01 14:07:59 -07:00
keymap_matcher Remove redundant scopes and actions to fix the focus toggle on ESC 2023-05-15 13:10:15 +03:00
platform TextStyle::default() ask system for known existing font family 2023-05-30 14:46:27 -04:00
scene Fixed clicks falling through the modal terminal 2023-05-08 10:54:12 -07:00
views
app.rs Fix typos 2023-06-02 22:02:19 -04:00
assets.rs
clipboard.rs
color.rs Fix yellow to be yellow 2023-05-10 17:37:36 -07:00
elements.rs Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
executor.rs Adjust diagnostic transformation test to not wait for two buffer notifications 2023-05-26 15:47:37 -07:00
font_cache.rs TextStyle::default() ask system for known existing font family 2023-05-30 14:46:27 -04:00
fonts.rs TextStyle::default() ask system for known existing font family 2023-05-30 14:46:27 -04:00
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap_matcher.rs Fix typos 2023-06-02 22:02:19 -04:00
platform.rs TextStyle::default() ask system for known existing font family 2023-05-30 14:46:27 -04:00
scene.rs
test.rs
text_layout.rs Add a test 2023-05-08 19:36:51 +03:00
util.rs
views.rs