ZIm/crates/gpui/src
Kirill Bulatov aaf432fcd2
Revert recent anti-aliasing improvements (#24289)
This reverts commit 31fa414422.
This reverts commit b9e0aae49f.

`lyon` commit revert:

![image](https://github.com/user-attachments/assets/0243f61c-0713-416d-b8db-47372e04abaa)

`MSAA` commit revert:

![image](https://github.com/user-attachments/assets/b1a4a9fe-0192-47ef-be6f-52e03c025724)

cc @huacnlee , @\as-cii had decided to revert this PR due to a selection
right corner rendering bug.
Not sure what to propose for a fix from my side

Release Notes:

- N/A
2025-02-05 17:17:26 +00:00
..
app Fix a bug in GPUI, where AsyncApp::update wouldn't kick off a flush effects loop (#24208) 2025-02-04 10:00:11 -08:00
elements Replace Window::parent_view_id() with Window::current_view() (#24212) 2025-02-04 18:50:21 +00:00
keymap Load all key bindings that parse and use markdown in error notifications (#23113) 2025-01-18 22:27:08 +00:00
platform Revert recent anti-aliasing improvements (#24289) 2025-02-05 17:17:26 +00:00
text_system gpui: Add text alignment (#24090) 2025-02-02 09:15:12 -08:00
window gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
action.rs gpui: Switch from linkme to inventory for action registration (#24087) 2025-02-02 09:13:46 -08:00
app.rs Add #[track_caller] to gpui foreground executor spawn methods (#24103) 2025-02-02 19:20:17 +00:00
arena.rs Log if element arena allocation is >80% 2024-01-24 11:03:28 +01:00
asset_cache.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00: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 chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
color.rs Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
element.rs gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
executor.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
geometry.rs Implement character index for point (#23989) 2025-02-04 20:15:43 +00:00
global.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
gpui.rs Revert recent anti-aliasing improvements (#24289) 2025-02-05 17:17:26 +00:00
input.rs Implement character index for point (#23989) 2025-02-04 20:15:43 +00:00
interactive.rs Use click event to determine modifier keys (#22988) 2025-01-30 16:40:20 -08:00
key_dispatch.rs Replace Window::parent_view_id() with Window::current_view() (#24212) 2025-02-04 18:50:21 +00:00
keymap.rs Prefer later bindings in keymap section for display in UI (#23378) 2025-01-20 23:20:15 +00:00
platform.rs Implement character index for point (#23989) 2025-02-04 20:15:43 +00:00
prelude.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
scene.rs Revert recent anti-aliasing improvements (#24289) 2025-02-05 17:17:26 +00:00
shared_string.rs Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs gpui: Add text alignment (#24090) 2025-02-02 09:15:12 -08:00
styled.rs gpui: Add text alignment (#24090) 2025-02-02 09:15:12 -08:00
subscription.rs gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
svg_renderer.rs Add Loading and Fallback States to Image Elements (via StyledImage) (#20371) 2024-11-15 19:12:01 -08:00
taffy.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
test.rs gpui: Update docs to reflect removal of View, ViewContext, WindowContext (#24008) 2025-01-31 11:40:42 -08:00
text_system.rs gpui: Add helper methods for em width and em advance (#24036) 2025-01-31 17:47:44 +00:00
util.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
view.rs Replace Window::parent_view_id() with Window::current_view() (#24212) 2025-02-04 18:50:21 +00:00
window.rs Fix slow focus transitions to the terminal panel (#24172) 2025-02-04 20:23:20 +00:00