Commit Graph
14 Commits
Author SHA1 Message Date
Mike-Solar d7ba4e1fd7 windows: COMDLG_FILTERSPEC uses PCWSTR + SetFileTypes(&[spec]) 2026-09-02 13:04:12 +08:00
Mike-Solar 2426ad3523 platform: extension filter on Windows/macOS system pickers
Windows: IFileOpenDialog SetFileTypes with the allowed extensions
(plus a default extension) when the host passes any.
macOS: NSOpenPanel setAllowedFileTypes from the same list (empty = all).
2026-09-02 12:16:11 +08:00
Mike-Solar 41dac8f33e platform: declare the window content colorspace to the OS
WindowContentColorspace (primaries x transfer) + set_content_colorspace:
Wayland rebuilds the color-management-v1 image description per spec
(P3/BT.2020 primaries, PQ/HLG transfer with luminances), macOS tags the
Metal layer with the matching CGColorSpace (incl. BT.2100 PQ/HLG),
Windows records it (ACM only honors sRGB). Also: warn when the wgpu
surface fallback would pick an sRGB-suffixed format (double encoding),
share the surface-params uniform across 256 slots (multiple viewers per
frame), and cfg-gate the viewer's GPU-texture source for macOS/Windows.
2026-08-29 00:24:00 +08:00
Mike-Solar af5482d774 style: cargo fmt with the workspace tab policy (hard_tabs)
Whitespace only; the fork has no own rustfmt.toml so the Oak root
policy applies.
2026-08-11 23:06:13 +08:00
Max Carter 祁明思 6043651563 Add letter spacing and text transforms to GPUI (#111)
* Add text spacing and transform style plumbing

* Apply byte-stable transforms and spacing-aware truncation

* Add platform letter spacing support

* Fix scheduler clippy warning

* Refresh dependency lockfile

* Fix CI for text spacing changes

* Add text transform preview example
2026-08-07 21:48:02 -07:00
443eb9#C c1faa21ced Fixed gpui_windows not compiling with wgpu feature (#90) 2026-07-27 23:17:27 -07:00
Dustin Yost 1fe82dbcd7 implement start_window_move on win32 platform (#102) 2026-07-27 23:05:44 -07:00
Scar-00 ce08af96db add wgpu renderer for windows (#44) 2026-06-24 19:10:56 -04:00
Miles Wirht ec395ac14c My stab at CI (#66) 2026-06-15 18:42:57 -04:00
Miles Wirht 64318f59f3 A utopian CI setup part one: General build fixes (#60) 2026-06-14 21:58:12 -04:00
Leonard SeiboldandNewspicel 69d467e4d1 Filter API + Blur (#40)
Co-authored-by: Newspicel <newspicel+claude@pm.me>
2026-06-14 10:18:25 -04:00
Miles Wirht d54ef9dcbe cargo fmt (#35) 2026-06-05 11:23:06 -04:00
Dustin Yost 3efc6ef800 fix gpui_window Window::zoom not restoring the window when already maximized (#33) 2026-06-05 11:18:09 -04:00
Scar-00 01335f7698 re-re-fork (#28) 2026-06-02 07:53:18 -04:00