zed/crates/gpui_windows/src
Lukas Wirth 5c0b33f72e
gpui_windows: Avoid process-wide priority elevation (#56050)
We were incorrectly calling this with a thread handle, additionally
changing the process priority here doesn't make sense, so just drop
this.

Release Notes:

- N/A or Added/Fixed/Improved ...

---------

Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
2026-05-07 14:09:39 +00:00
..
alpha_correction.hlsl
clipboard.rs Improve clipboard support on Windows (#51807) 2026-03-18 22:09:26 -04:00
color_text_raster.hlsl
destination_list.rs
direct_manipulation.rs gpui: Implement pinch event support for X11 and Windows (#51354) 2026-03-28 18:41:33 -04:00
direct_write.rs
directx_atlas.rs Performance tweaks (#54321) 2026-04-21 07:25:22 +00:00
directx_devices.rs
directx_renderer.rs Support BGR subpixel layout (#55174) 2026-04-29 12:26:19 +00:00
dispatcher.rs gpui_windows: Avoid process-wide priority elevation (#56050) 2026-05-07 14:09:39 +00:00
display.rs gpui(windows): Fix unwrap panic when monitor goes missing (#55630) 2026-05-06 07:35:40 +00:00
events.rs Fix DirectX atlas panic after GPU device recovery (#55878) 2026-05-07 10:22:52 +00:00
gpui_windows.rs gpui: Implement pinch event support for X11 and Windows (#51354) 2026-03-28 18:41:33 -04:00
keyboard.rs
platform.rs Handle hiding cursor on keyboard input at GPUI level (#55664) 2026-05-04 22:51:56 +00:00
shaders.hlsl Support BGR subpixel layout (#55174) 2026-04-29 12:26:19 +00:00
system_settings.rs
util.rs Handle hiding cursor on keyboard input at GPUI level (#55664) 2026-05-04 22:51:56 +00:00
vsync.rs
window.rs Fix DirectX atlas panic after GPU device recovery (#55878) 2026-05-07 10:22:52 +00:00
wrapper.rs