gpui-component/crates/ui/src
2024-07-15 11:42:14 +08:00
..
input Update to use better implementation of selection support for Input. (#31) 2024-07-13 09:40:42 +08:00
list Remove picker, add list instead. (#17) 2024-07-07 02:07:17 +08:00
resizable Add ResizablePanel (#22) 2024-07-12 15:24:54 +08:00
scroll Rename ScrollableHandleElement to ScrollableMask. 2024-07-06 22:31:51 +08:00
tab Add ResizablePanel (#22) 2024-07-12 15:24:54 +08:00
button.rs Add Indicator (#25) 2024-07-12 17:33:05 +08:00
checkbox.rs Rename ui::stock to ui::stack 2024-07-09 16:25:07 +08:00
clickable.rs Add TabBar 2024-06-25 19:07:05 +08:00
colors.rs Add a batch of color methods. (#20) 2024-07-11 18:16:57 +08:00
default-colors.json Add a batch of color methods. (#20) 2024-07-11 18:16:57 +08:00
disableable.rs Add TabBar 2024-06-25 19:07:05 +08:00
divider.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
dropdown.rs Fix clippy warning 2024-07-15 11:42:14 +08:00
event.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
focusable.rs Improve focus (#14) 2024-07-04 14:05:14 +08:00
icon.rs Add Indicator (#25) 2024-07-12 17:33:05 +08:00
indicator.rs Add Indicator (#25) 2024-07-12 17:33:05 +08:00
input.rs Fix placeholder style for Input (#32) 2024-07-13 09:53:03 +08:00
label.rs Add text align property for Label (#19) 2024-07-09 15:56:41 +08:00
lib.rs Add Indicator (#25) 2024-07-12 17:33:05 +08:00
popover.rs Add to support open Popover as a child window. (#18) 2024-07-11 16:20:26 +08:00
popup_menu.rs Add min_w, max_w to PopupMenu, and default min_w: 120, max_w: 500 2024-07-15 09:15:12 +08:00
prelude.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
progress.rs Progress use positioning layout 2024-07-12 18:25:09 +08:00
radio.rs Add Radio (#24) 2024-07-12 16:37:31 +08:00
scrollbar.rs Remove picker, add list instead. (#17) 2024-07-07 02:07:17 +08:00
selectable.rs Add Table (#16) 2024-07-06 21:01:16 +08:00
stack.rs Rename ui::stock to ui::stack 2024-07-09 16:25:07 +08:00
styled_ext.rs Add Indicator (#25) 2024-07-12 17:33:05 +08:00
svg_img.rs Add Table (#16) 2024-07-06 21:01:16 +08:00
switch.rs Add Indicator (#25) 2024-07-12 17:33:05 +08:00
tab.rs Add TabBar 2024-06-25 19:07:05 +08:00
table.rs table: Fix incorrect column selection bg render. 2024-07-08 09:47:13 +08:00
theme.rs Improve Input (#29) 2024-07-13 00:34:55 +08:00
tooltip.rs Simple Tooltip usage. 2024-07-02 00:13:07 +08:00