gpui-component/crates/ui/src
xda d937a90db6 dock: Render toggle dock buttons inside the Panels. (#414)
Co-authored-by: Jason Lee <huacnlee@gmail.com>
2024-11-22 14:41:04 +08:00
..
dock dock: Render toggle dock buttons inside the Panels. (#414) 2024-11-22 14:41:04 +08:00
input input: Ensure resizing the window doesn't force the cursor back into view (#370) 2024-10-21 20:01:49 +08:00
list chore: Upgrade GPUI and fix API changes. (#426) 2024-11-18 11:35:49 +08:00
resizable chore: Upgrade GPUI and fix API changes. (#426) 2024-11-18 11:35:49 +08:00
scroll chore: Update background assign to use into. 2024-11-21 15:02:46 +08:00
tab menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
time calendar: Add small, medium, large size support to Calendar. (#393) 2024-11-04 19:25:30 +08:00
accordion.rs accordion: Add Accordion. (#355) 2024-10-17 17:31:59 +08:00
animation.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
button.rs button: Fix Button disabled style. (#394) 2024-11-05 14:36:05 +08:00
button_group.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
checkbox.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
clipboard.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
color_picker.rs modal: Only focus modal when it not focused on. (#250) 2024-09-17 18:48:06 +08:00
colors.rs chore: Fix typos. (#364) 2024-10-18 14:30:24 +08:00
context_menu.rs svg_img: Embed the font file (#401) 2024-11-08 15:45:00 +08:00
divider.rs divider: Make the size flexible (#397) 2024-11-06 17:45:38 +08:00
drawer.rs drawer: Set paddings to base to support override drawer body paddings. (#413) 2024-11-13 14:38:47 +08:00
dropdown.rs list: Add cx argument to ListDelegate. (#361) 2024-10-18 10:17:59 +08:00
event.rs title_bar: Fix TitleBar prefix padding when is zoomed and support double click to toggle zoom. (#357) 2024-10-17 18:22:32 +08:00
focusable.rs Improve focus (#14) 2024-07-04 14:05:14 +08:00
history.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
icon.rs chore: Add base ui attributes to Root and add change font size to story to test font adjust. (#409) 2024-11-12 11:17:16 +08:00
indicator.rs feat(indicator): Update icon type (#280) 2024-09-27 11:58:14 +08:00
label.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
lib.rs svg_img: Embed the font file (#401) 2024-11-08 15:45:00 +08:00
link.rs chore: Avoid cx.prevent_default when ListItem or other click (#381) 2024-10-29 16:54:08 +08:00
modal.rs modal: Add keyboard option to Modal to enable/disable default keyboard event. (#400) 2024-11-08 13:50:05 +08:00
notification.rs notification: Autohide should not panic when the window is not found (#374) 2024-10-22 10:43:00 +08:00
popover.rs menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
popup_menu.rs popup_menu: Add popup_menu_with_anchor method to control the Anchor for PopupMenu. (#378) 2024-10-24 11:05:13 +08:00
prelude.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
progress.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
radio.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
root.rs chore: Add base ui attributes to Root and add change font size to story to test font adjust. (#409) 2024-11-12 11:17:16 +08:00
skeleton.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
slider.rs chore: Upgrade GPUI and fix API changes. (#426) 2024-11-18 11:35:49 +08:00
styled.rs Add col_padding to Table delegate to control the column padding. (#326) 2024-10-10 13:58:49 +08:00
svg_img.rs svg_img: Fix the conversion error of the SVG fill color with alpha (#410) 2024-11-12 19:26:24 +08:00
switch.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
tab.rs Add TabBar 2024-06-25 19:07:05 +08:00
table.rs table: Improve table render performance. (#421) 2024-11-18 14:43:22 +08:00
theme.rs chore: Add base ui attributes to Root and add change font size to story to test font adjust. (#409) 2024-11-12 11:17:16 +08:00
title_bar.rs title_bar: Update on_close_window to support binding with cx.listener. (#388) 2024-11-01 18:39:25 +08:00
tooltip.rs tooltip: Fix Tooltip text line-height. (#304) 2024-10-03 18:01:56 +08:00
webview.rs webview: Add bounds method to WebView to get container bounds. (#411) 2024-11-12 19:31:48 +08:00