ZIm/crates/gpui_macros/src
Mikayla Maki a7c549b85b
Fix window double borrows (#23739)
Fix bugs caused by the window context PR, where the window could be on
the stack and is then requested from the App.
This PR also adds derive macros for `AppContext` and `VisualContext` so
that it's easy to define further contexts in API code, such as
`editor::BlockContext`.

Release Notes:

- N/A
2025-01-27 21:56:29 +00:00
..
derive_app_context.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
derive_into_element.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
derive_path_static_str.rs add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
derive_render.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
derive_visual_context.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
gpui_macros.rs Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
register_action.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
styles.rs gpui: Add cursor style methods of nesw nwse resize (#21801) 2024-12-10 11:54:26 -07:00
test.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00