| .. |
|
button
|
theme: Add to support always show scrollbar mode and default to match with system style. (#621)
|
2025-02-12 15:15:33 +08:00 |
|
dock
|
tiles: To support close panel. (#674)
|
2025-02-28 18:36:58 +08:00 |
|
input
|
input: Add h, h_full to Input for multi-line mode. (#642)
|
2025-02-25 16:17:39 +08:00 |
|
list
|
dropdown: Do not reset the selected index when cancelling (#618)
|
2025-02-11 18:54:52 +08:00 |
|
resizable
|
panel: Only highlight resize handle when dragging. (#629)
|
2025-02-14 18:42:56 +08:00 |
|
scroll
|
scrollbar: Update scrollbar hitbox to it bounds, not fill the full of parent view. (#624)
|
2025-02-14 13:54:02 +08:00 |
|
sidebar
|
sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628)
|
2025-02-14 17:18:39 +08:00 |
|
tab
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
table
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
text
|
text_view: Add heading_base_font_size to TextViewStyle and fix text wrap for list item. (#670)
|
2025-02-28 11:43:08 +08:00 |
|
time
|
calendar: Differentiate text color of disabled and non-current month (#668)
|
2025-02-27 11:14:28 +08:00 |
|
accordion.rs
|
theme: Ensure all elements to use radius. (#596)
|
2025-02-03 19:03:16 +08:00 |
|
animation.rs
|
Add exit animation to Notification.
|
2024-08-30 11:24:55 +08:00 |
|
badge.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
breadcrumb.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
checkbox.rs
|
checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651)
|
2025-02-24 18:04:06 +08:00 |
|
clipboard.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
color_picker.rs
|
color_picker: Fix popup does not close by clicking color button again. (#608)
|
2025-02-09 11:07:46 +08:00 |
|
colors.rs
|
color: Add mix method and merge ColorExt to Colorize. (#561)
|
2025-01-21 18:31:01 +08:00 |
|
context_menu.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
description_list.rs
|
description_list: Add DescriptionList. (#658)
|
2025-02-25 15:32:59 +08:00 |
|
divider.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
drawer.rs
|
chore: Upgrade GPUI 2025/02/10 (#610)
|
2025-02-10 11:53:25 +08:00 |
|
dropdown.rs
|
chore: Fix focusd_border typo in #635 (#637)
|
2025-02-17 17:29:40 +08:00 |
|
event.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
focusable.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
form.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
history.rs
|
history: Add unique mode to keep unique item in History. (#529)
|
2025-01-06 19:19:36 +08:00 |
|
icon.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
indicator.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
label.rs
|
label: Avoid String alloc and remove custom text-align. (#616)
|
2025-02-11 10:30:45 +08:00 |
|
lib.rs
|
description_list: Add DescriptionList. (#658)
|
2025-02-25 15:32:59 +08:00 |
|
link.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
modal.rs
|
modal: Do not occlude when overlay is not enable. (#657)
|
2025-02-25 12:25:46 +08:00 |
|
notification.rs
|
chore: Fix subscriptions leak. (#597)
|
2025-02-04 15:43:26 +08:00 |
|
popover.rs
|
chrome: Refactor state fields to remove is_ prefix. (#627)
|
2025-02-14 15:20:18 +08:00 |
|
popup_menu.rs
|
chore: Avoid some unnecessary window.refresh call. (#617)
|
2025-02-11 17:06:17 +08:00 |
|
progress.rs
|
theme: Ensure all elements to use radius. (#596)
|
2025-02-03 19:03:16 +08:00 |
|
radio.rs
|
checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651)
|
2025-02-24 18:04:06 +08:00 |
|
root.rs
|
chore: Upgrade for GPUI API changes. (#589)
|
2025-01-29 16:49:17 +08:00 |
|
skeleton.rs
|
theme: Ensure all elements to use radius. (#596)
|
2025-02-03 19:03:16 +08:00 |
|
slider.rs
|
chore: Upgrade for GPUI API changes. (#589)
|
2025-01-29 16:49:17 +08:00 |
|
styled.rs
|
panel: Add title_suffix to panel and write a custom container panel example. (#669)
|
2025-02-27 14:52:28 +08:00 |
|
svg_img.rs
|
chore: Upgrade GPUI 2025/02/10 (#610)
|
2025-02-10 11:53:25 +08:00 |
|
switch.rs
|
checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651)
|
2025-02-24 18:04:06 +08:00 |
|
tab.rs
|
Add TabBar
|
2024-06-25 19:07:05 +08:00 |
|
table.rs
|
scrollbar: Update scrollbar hitbox to it bounds, not fill the full of parent view. (#624)
|
2025-02-14 13:54:02 +08:00 |
|
tag.rs
|
theme: Ensure all elements to use radius. (#596)
|
2025-02-03 19:03:16 +08:00 |
|
theme.rs
|
description_list: Add DescriptionList. (#658)
|
2025-02-25 15:32:59 +08:00 |
|
title_bar.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
tooltip.rs
|
text_view: Update Switch, Checkbox, Radio to let label method support TextView. (#649)
|
2025-02-24 15:49:54 +08:00 |
|
virtual_list.rs
|
chore: Upgrade GPUI 3 (#587)
|
2025-01-27 03:58:48 +08:00 |
|
webview.rs
|
webview: Update visible state when hide or show (#654)
|
2025-02-25 11:49:29 +08:00 |
|
window_border.rs
|
chore: Avoid some unnecessary window.refresh call. (#617)
|
2025-02-11 17:06:17 +08:00 |