ZIm/crates/gpui/src/elements
Mikayla Maki 53175263a1
Simplify ListState API (#35685)
Follow up to: https://github.com/zed-industries/zed/pull/35670,
simplifies the List state APIs so you no longer have to worry about
strong vs. weak pointers when rendering list items.

Release Notes:

- N/A

---------

Co-authored-by: Agus Zubiaga <agus@zed.dev>
2025-08-06 00:02:26 +00:00
..
anchored.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
animation.rs gpui: Allow Animation to be cloned (#34933) 2025-07-23 02:10:40 +00:00
canvas.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
deferred.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
div.rs gpui: Press enter, space to trigger click to focused element (#35075) 2025-08-05 18:15:30 -04:00
image_cache.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
img.rs Sketch in a table for the keybindings UI (#32436) 2025-06-30 19:25:11 -04:00
list.rs Simplify ListState API (#35685) 2025-08-06 00:02:26 +00:00
mod.rs gpui: Add a standard text example (#30747) 2025-05-16 17:35:44 +02:00
surface.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
svg.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
text.rs Improve cursor style behavior for some draggable elements (#31965) 2025-06-06 16:56:27 -04:00
uniform_list.rs gpui: Add scroll_to_item_with_offset to UniformListScrollState (#35064) 2025-07-25 05:13:09 +05:30