gpui-component/crates/ui/src
Jason Lee cfd060b66d
editor: Split Input and Editor background color. (#1323)
Keep input to use window background color, the `editor.background` only
for Editor mode.
2025-10-03 11:20:01 +08:00
..
avatar theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
button button: Fix button label display has overflow hidden. (#1322) 2025-10-03 10:18:00 +08:00
chart plot(shape): Add multi-label support for Bar (#1262) 2025-09-19 14:13:51 +08:00
dock chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
highlighter editor: Split Input and Editor background color. (#1323) 2025-10-03 11:20:01 +08:00
input editor: Split Input and Editor background color. (#1323) 2025-10-03 11:20:01 +08:00
list chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
menu chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
plot plot(shape): Add multi-label support for Bar (#1262) 2025-09-19 14:13:51 +08:00
resizable chore: Remove unnecessary RefCell (#1301) 2025-09-29 14:39:04 +08:00
scroll scrollbar: Fix scrollbar width on always show mode. (#1196) 2025-09-02 15:48:06 +08:00
sidebar list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
tab tab: Fix segmented and underline tab style details. (#1168) 2025-08-21 20:04:50 +08:00
table chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
text theme: Update macos-clasic dark theme color. (#1320) 2025-10-02 14:46:27 +08:00
theme chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
time chore: Disable tab stop for some popover elements. (#1306) 2025-09-29 18:11:25 +08:00
accordion.rs accordion: Fix Accordion hover background. (#1184) 2025-08-29 11:51:32 +08:00
actions.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
alert.rs alert: Fix the icon position and let all size use same text size. (#1175) 2025-08-27 11:06:31 +08:00
animation.rs
badge.rs theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
breadcrumb.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
checkbox.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
clipboard.rs chore: Remove unnecessary RefCell (#1301) 2025-09-29 14:39:04 +08:00
color_picker.rs chore: Disable tab stop for some popover elements. (#1306) 2025-09-29 18:11:25 +08:00
description_list.rs
divider.rs divider: Remove the horizontal divider full width style (#1278) 2025-09-23 13:46:35 +08:00
drawer.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
dropdown.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
event.rs chore: Update GPUI to fix click_count API changes. (#1123) 2025-08-08 11:53:45 +08:00
form.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
global_state.rs text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
group_box.rs group_box: Fix incorrect h_full in GroupBox. (#1253) 2025-09-16 21:23:29 +08:00
history.rs
icon.rs input: Add to support search and replace. (#1252) 2025-09-17 19:02:00 +08:00
index_path.rs list: Refactor List, Dropdown delegate API to support section. (#1107) 2025-08-05 19:23:32 +08:00
indicator.rs
inspector.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
kbd.rs input: Disable context menu item for disabled input. (#1280) 2025-09-25 16:36:57 +08:00
label.rs label: Add HighlightsMatch to support prefix matching (#1243) 2025-09-12 18:35:55 +08:00
lib.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
link.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
modal.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
notification.rs notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
popover.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
progress.rs chore: Fix Slider, Progress width in horizontal mode. (#1096) 2025-07-28 18:56:09 +08:00
radio.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
root.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
skeleton.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
slider.rs slider: Add to support range to Slider. (#1121) 2025-08-08 16:59:23 +08:00
styled.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
switch.rs switch: Apply use_keyed_state to store toggle state for animation. (#1091) 2025-07-24 19:22:55 +08:00
tag.rs tag: Implement styled for custom style (#1319) 2025-10-02 14:07:07 +08:00
title_bar.rs title_bar: Add macOS double-click functionality to title bar (#996) (#1002) 2025-06-24 07:45:28 +08:00
tooltip.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
virtual_list.rs chore: Update GPUI and fix DeferredScrollToItem API changes. (#1315) 2025-09-30 16:10:25 +08:00
webview.rs
window_border.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00