ZIm/crates/gpui/src
Jason Lee b1b6401ce7
gpui: Don’t hide Window in docs (#25449)
Release Notes:

- N/A

This side effect is only appearing in outside project.

## Before

<img width="414" alt="image"
src="https://github.com/user-attachments/assets/73d215d2-20e4-4337-82f4-74daa88a1bae"
/>

## After

<img width="453" alt="image"
src="https://github.com/user-attachments/assets/030d34d7-c425-44f6-9cc5-0f2f6fd0a1ac"
/>

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2025-02-24 18:11:46 +00:00
..
app vim: Fix :wq in multibuffer (#24603) 2025-02-13 17:13:43 +00:00
elements gpui: Fix text-align with nowrap mode (#24116) 2025-02-06 18:51:00 -08:00
keymap Use Vec for KeyContext instead of SmallVec (#24916) 2025-02-17 12:43:28 -07:00
platform windows: Fix incorrect button ID setting for TaskDialog (#25391) 2025-02-22 23:39:43 +08:00
text_system Revert "file_finder: Remove common segments of long paths in search results (#25049)" (#25163) 2025-02-19 15:32:29 +00: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 last window closed setting (#25185) 2025-02-19 20:03:10 +00:00
arena.rs Track caller on <usize as ToOffset>::to_offset (#24503) 2025-02-08 15:29:29 +00: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 Revert gutter stripes as indicator of hunk staged status (#25089) 2025-02-18 13:20:39 -05: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 Fix some visual bugs w/ edit predictions (#24591) 2025-02-10 23:49:08 +00:00
global.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
gpui.rs Revert "Revert recent anti-aliasing improvements (#24289)" and fix selection top right corner radius issue (#24342) 2025-02-06 11:03:23 +02: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 Centralize logic around which keybind to display (#25215) 2025-02-20 09:08:12 -05:00
path_builder.rs Revert "Revert recent anti-aliasing improvements (#24289)" and fix selection top right corner radius issue (#24342) 2025-02-06 11:03:23 +02:00
platform.rs Revert "Hide the mouse when the user is typing in the editor (#25040)" (#25393) 2025-02-22 10:19:23 -05:00
prelude.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
scene.rs Revert "Revert recent anti-aliasing improvements (#24289)" and fix selection top right corner radius issue (#24342) 2025-02-06 11:03:23 +02: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 underline style method (#24784) 2025-02-24 12:58:20 -05: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 gpui: Render SVGs at 2x size when rendered in an img (#24332) 2025-02-06 01:05:43 +00: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 Add more view tracking (#24683) 2025-02-11 19:18:54 +00:00
window.rs gpui: Don’t hide Window in docs (#25449) 2025-02-24 18:11:46 +00:00