gpui-component/crates/ui/src
2024-10-16 16:22:17 +08:00
..
dock dock: Disallow move panel when it is zoomed in. (#346) 2024-10-15 14:52:40 +08:00
input input: Move caret to line start or end with selected content (#288) 2024-10-02 17:35:27 +08:00
list menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
resizable resizable: Keep the ratio when adjust widths (rather than falling back to 33.33% when resizing back) (#329) 2024-10-10 18:50:46 +08:00
scroll scrollbar: Do not show scrollbar event mouse is in Element rect, only show when hovered on scrollbar area or scrolled (#333) 2024-10-13 10:53:53 +08:00
tab menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
time feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
animation.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
button.rs menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
button_group.rs button: Improve ButtonGroup to add style, size methods. (#241) 2024-09-13 12:00:47 +08:00
checkbox.rs menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +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 Correcting shacn to shadcn to uniformly use shadcn ui names (#210) 2024-09-03 23:31:34 +08:00
context_menu.rs menu: Blocking mouse move event to back view, when PopupMenu has open. (#277) 2024-09-26 21:38:52 +08:00
divider.rs Fix bugs (#230) 2024-09-09 22:05:02 +08:00
drawer.rs drawer: support ESC to close it by on_action and call on_close (#341) 2024-10-15 21:47:45 +08:00
dropdown.rs dropdown: Use difference chevron icon color for enabled/disabled dropdown. (#336) 2024-10-14 10:19:58 +08:00
event.rs Do not preset padding when input with affix (#70) 2024-07-25 11:02:04 +08:00
focusable.rs
history.rs Extract History to a common design to support more cases. (#162) 2024-08-16 17:04:11 +08:00
icon.rs title_bar: Add a new TitleBar, remove the old version. (#348) 2024-10-16 16:22:17 +08:00
indicator.rs feat(indicator): Update icon type (#280) 2024-09-27 11:58:14 +08:00
label.rs Cleanup first version impls (#132) 2024-08-11 14:46:55 +08:00
lib.rs title_bar: Add a new TitleBar, remove the old version. (#348) 2024-10-16 16:22:17 +08:00
link.rs Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
modal.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
notification.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
popover.rs menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
popup_menu.rs menu: Add menu_with_element to add a custom render item. (#330) 2024-10-10 20:22:25 +08:00
prelude.rs
progress.rs Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
radio.rs Try fix Button, Checkbox, Radio text line-height (#240) 2024-09-16 10:36:18 +08:00
root.rs drawer: support ESC to close it by on_action and call on_close (#341) 2024-10-15 21:47:45 +08:00
skeleton.rs Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
slider.rs theme: Add shadow option to support toggle shadow for base controls, default: true. (#268) 2024-09-24 10:52:01 +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 Upgrade GPUI. (#173) 2024-08-23 18:43:26 +08:00
switch.rs Deduplicate Switch animations (#287) 2024-09-29 20:21:56 +08:00
tab.rs
table.rs table: Improve render_tr to bind the context_menu (#347) 2024-10-15 21:35:17 +08:00
theme.rs table: Set fixed height to table head to fix some case table head disappear bug. (#300) 2024-10-03 10:14:44 +08:00
title_bar.rs title_bar: Add a new TitleBar, remove the old version. (#348) 2024-10-16 16:22:17 +08:00
tooltip.rs tooltip: Fix Tooltip text line-height. (#304) 2024-10-03 18:01:56 +08:00
webview.rs webview: Update wry. (#343) 2024-10-14 22:19:35 +08:00