Commit graph

  • f2d75f7abd
    dock: Fix split_panel to use async. (#214) Jason Lee 2024-09-04 17:30:55 +0800
  • 476f97d5e0
    scrollbar: Opacity scrollbar when not hover on it. (#213) Jason Lee 2024-09-04 16:48:49 +0800
  • f6b4e5a591
    dock: Fix add_panel with placement to split size. (#212) Jason Lee 2024-09-04 00:35:51 +0800
  • acabaf32c8
    Correcting shacn to shadcn to uniformly use shadcn ui names (#210) ihavecoke 2024-09-03 23:31:34 +0800
  • 0158083599
    dock: Fix panel zoom sometimes is not work. #197 (#211) Jason Lee 2024-09-03 23:15:44 +0800
  • 0834ac0394
    dock: Fix panel that can not auto resize when it have initial size. (#209) Jason Lee 2024-09-03 21:39:03 +0800
  • e318a9d8dc
    doc: Fix TabPanel popup menu can't dispatch action to TabContent. (#208) Jason Lee 2024-09-03 19:51:35 +0800
  • 5e86c9cfa0
    dock: Revert first argument for TabPanel::new (#207) Jason Lee 2024-09-03 14:04:00 +0800
  • 73e82c785a
    dock: Improve set_parent in StackPanel insert_panel to use defer instead of spawn (#205) Jason Lee 2024-09-03 11:18:57 +0800
  • 8ece86cd0c
    dock: Add id to DockArea and improve DockArea init. (#204) Jason Lee 2024-09-02 21:27:19 +0800
  • f611b599aa
    dropdown: Fix Dropdown placeholder to support change locale. (#203) Jason Lee 2024-09-02 14:57:53 +0800
  • af09525c1e
    dock: Add popup_menu delegate to custom panel menu. (#202) Jason Lee 2024-09-02 14:55:37 +0800
  • f5cae46e42
    Improve ColorPicker to support input hex color. (#201) Jason Lee 2024-09-02 13:56:19 +0800
  • a049f606c0
    Fix Checkbox, Radio label color. (#200) Jason Lee 2024-09-02 00:24:57 +0800
  • 1f0e52da50
    Add ColorPicker (#199) Jason Lee 2024-09-02 00:21:01 +0800
  • 926de77967
    Fix tooltip padding. (#198) Jason Lee 2024-09-01 21:58:50 +0800
  • 6564c502c9
    Add close menu to Panel. (#196) Jason Lee 2024-09-01 21:33:50 +0800
  • 9c4411ff2b
    date_picker: Reduce DatePicker popup position. (#195) Jason Lee 2024-09-01 00:36:51 +0800
  • 169572fa74
    tab: Improve TabBar border to let active item can override it. (#194) Jason Lee 2024-09-01 00:31:14 +0800
  • 3d8e7a9e54
    Update GPUI and fix Input API changes. (#193) Jason Lee 2024-08-31 23:17:14 +0800
  • ef49753d32
    Improve dropdown disabled state (#192) Floyd Wang 2024-08-30 15:26:56 +0800
  • 0da882349f
    Add exit animation to Notification. Jason Lee 2024-08-30 11:24:55 +0800
  • 14af8998bf
    Add disabled state for the dropdown (#190) Floyd Wang 2024-08-30 09:56:12 +0800
  • fd2f5e46f2
    Securely handle table load more subtract logic to prevent attempt to subtract with overflow panic (#189) ihavecoke 2024-08-29 23:29:26 +0800
  • b6ce44c349
    Support press esc to close popover (#188) Floyd Wang 2024-08-29 18:07:26 +0800
  • 311abe07fe
    Reduce Popover pop-up margin (#187) Floyd Wang 2024-08-29 16:19:29 +0800
  • 7286866afd
    Reduce PopoverContent padding (#186) Floyd Wang 2024-08-29 11:35:38 +0800
  • f7f3fcedf3
    slider: Improved bar and thumb position. (#185) Jason Lee 2024-08-29 10:36:47 +0800
  • 9768755eab
    Fix panel resize when window resized. (#181) Jason Lee 2024-08-28 19:40:35 +0800
  • 237b0f6956
    table: Add load_more delegate method and called when scrolled near the bottom. (#183) Jason Lee 2024-08-28 15:12:42 +0800
  • a5217df13e
    Popover content supports setting the maximum width (#180) ihavecoke 2024-08-27 22:08:50 +0800
  • 7b5efd19bb
    Better Panel resize. (#178) Jason Lee 2024-08-27 18:38:37 +0800
  • ad5e480e63
    Fix input history (#179) Jason Lee 2024-08-27 13:52:19 +0800
  • 1dbf809e99
    Improved Notification to manage autohide on list. (#177) Jason Lee 2024-08-24 00:26:16 +0800
  • 409f597100
    Fix resizeable panel sometime will not fill parent. (#176) Jason Lee 2024-08-23 22:15:52 +0800
  • 5533a8b72c
    Fix drawer position (#174) Jason Lee 2024-08-23 22:01:52 +0800
  • 72b8290945
    Upgrade GPUI. (#173) Jason Lee 2024-08-23 18:43:26 +0800
  • c5c8e46ac7
    New Dock (#172) Jason Lee 2024-08-23 18:01:29 +0800
  • 7e9d79ca1b
    Improve the loading button (#170) Floyd Wang 2024-08-21 10:57:41 +0800
  • 36354cc5e4
    Set cursor width to an integer to prevent width fluctuation on low PPI devices. (#169) 王恒 2024-08-19 16:37:40 +0800
  • 7a00e8a68e
    Add search to List example. (#168) Jason Lee 2024-08-19 16:13:14 +0800
  • b3bee1db3a
    Improved id for Switch. (#167) Jason Lee 2024-08-19 15:53:38 +0800
  • f05d2ebbd2
    popup_menu: Add submenu support. (#165) Jason Lee 2024-08-19 14:58:28 +0800
  • fd837565c4
    Add KeyBinding to MenuItem. (#164) Jason Lee 2024-08-16 18:57:43 +0800
  • 46ff43ff36
    Extract History to a common design to support more cases. (#162) Jason Lee 2024-08-16 17:04:11 +0800
  • 4490618c4a
    Update table to support to support toggle col selection. (#159) Jason Lee 2024-08-16 14:34:53 +0800
  • a79d1a3dc2
    Fix scrollbar to default to invisible on first render. #146 (#158) Jason Lee 2024-08-16 14:07:59 +0800
  • e86f90d309
    Close Dropdown menu on blur. (#157) Jason Lee 2024-08-16 14:03:45 +0800
  • b3f62bf096
    Export with_type and impl FluentBuilder for Notification. (#154) Jason Lee 2024-08-15 19:52:37 +0800
  • 57dab4d15a
    Rename with_id, with_type_id to id, type_id. (#153) Jason Lee 2024-08-15 18:05:07 +0800
  • a02a6ed6b8
    Set default true for cleanable & trigger event when dropdown clean (#152) Floyd Wang 2024-08-15 18:01:43 +0800
  • 36475bac76
    Add with_type_id to support set a struct as a Notification unique id. (#151) Jason Lee 2024-08-15 18:01:32 +0800
  • 981d1391e6
    Update Root API (#150) Jason Lee 2024-08-15 17:27:34 +0800
  • c9763224c2
    Add Notification (#149) Jason Lee 2024-08-15 16:50:33 +0800
  • 6d86e64846
    Update modal demo to focus input on open. (#147) Jason Lee 2024-08-15 09:45:58 +0800
  • a36e3e09d5
    Focus back last focus handle when modal, drawer closed. (#145) Jason Lee 2024-08-14 18:14:59 +0800
  • c9a1bba3c2
    Fix the disabled style of ghost button (#144) Floyd Wang 2024-08-14 17:44:00 +0800
  • 3550b1ee13
    Add slide down animation t Modal. (#141) Jason Lee 2024-08-14 17:23:39 +0800
  • 1da82c5453
    Do not show the scrollbar when table is empty (#143) Floyd Wang 2024-08-14 11:13:42 +0800
  • ccad5cd98e
    TableDelegate support render_empty (#142) Floyd Wang 2024-08-14 11:01:57 +0800
  • e1f07103d6
    Update GPUI (#140) Jason Lee 2024-08-13 18:25:37 +0800
  • 70bc526fbb
    Fix Dropdown and DatePicker anchor to snap to window. (#139) Jason Lee 2024-08-13 18:10:30 +0800
  • b934ff76e6
    Add Modal (#138) Jason Lee 2024-08-13 17:41:12 +0800
  • 63f333d8ad
    Add Drawer (#137) Jason Lee 2024-08-13 16:01:52 +0800
  • 7059165fa6
    datepicker: Fix calender popup background. (#136) Jason Lee 2024-08-12 18:52:58 +0800
  • 7d309acd2f
    Improve Table head to not show selected bg and remove drag border color. (#134) Jason Lee 2024-08-11 21:25:41 +0800
  • b301c5b8fe
    Optimize and simplify the BlinkCursor. (#133) Jason Lee 2024-08-11 21:12:29 +0800
  • bb6d8d8f60
    Cleanup first version impls (#132) Jason Lee 2024-08-11 14:46:55 +0800
  • 8f71b807aa
    Add Animate (#130) Jason Lee 2024-08-09 18:22:06 +0800
  • 283b319edd
    Input add set_placeholder method (#131) Floyd Wang 2024-08-09 17:24:29 +0800
  • e073b60bc1 Fix the issue of repeatedly setting the input background color (#129) Floyd Wang 2024-08-09 16:09:22 +0800
  • ebf8a7f6f3
    Add Skeleton (#128) Jason Lee 2024-08-09 15:55:48 +0800
  • 8aa80ead58
    Update rust-i18n v3.1.1 (#127) Jason Lee 2024-08-09 11:53:42 +0800
  • eb53016d71
    Use ViewContext<Self> instead of WindowContext for input affix (#126) Floyd Wang 2024-08-09 11:37:13 +0800
  • 2b4ed4f8f6
    Improve Tooltip style details. (#125) Jason Lee 2024-08-09 10:36:54 +0800
  • 97dd09fbda
    Fix to display correct days in calendar view. (#124) Jason Lee 2024-08-09 10:16:31 +0800
  • 5d55c5c31e
    Add DateRangePicker (#123) Jason Lee 2024-08-08 23:29:54 +0800
  • 2c531fa3ef
    Add text style to Button with no padding. (#122) Jason Lee 2024-08-08 20:13:52 +0800
  • 966ce4c2dd
    Add link, link_with_icon to PopupMenu, and remove track_focus. (#121) Jason Lee 2024-08-08 19:50:10 +0800
  • 27d094c590
    datepicker: Add Year, Month select mode. (#119) Jason Lee 2024-08-07 23:09:42 +0800
  • ebdcf244e2
    Add Calendar and DatePicker. (#117) Jason Lee 2024-08-07 20:25:11 +0800
  • e07f551317
    Fix the issue where large sections of label do not wrap (#118) Floyd Wang 2024-08-07 19:38:48 +0800
  • 340c5fef3d
    Improve OtpInput to add more size, use Icon to render mask. (#116) Jason Lee 2024-08-07 11:39:02 +0800
  • cbffb9a543
    Fix Input clean button size. (#115) Jason Lee 2024-08-06 23:51:09 +0800
  • d172dc3abd
    Update GPUI (#114) Jason Lee 2024-08-06 17:42:51 +0800
  • 827f57fb6a
    Add Sizable trait to impl small, xsmall, large and apply to Button, Input, Dropdown, Switch. (#113) Jason Lee 2024-08-06 17:19:54 +0800
  • 2e1a4f84fd
    Add to support click Scrollbar to scroll and fix thumb position when dragging. (#112) Jason Lee 2024-08-06 15:09:42 +0800
  • bc4e5732a0 Fix label text align not work (#111) Floyd Wang 2024-08-06 11:51:39 +0800
  • f3fdfae002
    Fix list next to select first item, cancel to deselect item. (#110) Jason Lee 2024-08-06 11:31:35 +0800
  • e7a0d13b69
    Fix windows build (#109) Jason Lee 2024-08-05 21:43:55 +0800
  • 7813938605
    Update Windows demo binrary. Jason Lee 2024-08-05 21:41:41 +0800
  • a5989f6a7c
    Improve PopupMenu style (#108) Jason Lee 2024-08-05 21:23:57 +0800
  • 4b61c3c25a
    Add ContextMenu (#107) Jason Lee 2024-08-05 20:54:07 +0800
  • 553b6409c0
    Improve Dropdown to Add search support and custom icon (#106) Jason Lee 2024-08-05 11:47:55 +0800
  • 12b5d1b501 Add clipboard (#105) Floyd Wang 2024-08-05 11:35:02 +0800
  • 48c452e6f6
    Better disabled style for ghost button (#102) Floyd Wang 2024-08-02 18:20:08 +0800
  • e784f98a38
    TableDelegate methods return ViewContext<Table<Self>> (#101) Floyd Wang 2024-08-02 16:38:48 +0800
  • 48efdecdef
    The button compact method defaults to true (#99) Floyd Wang 2024-08-02 11:31:40 +0800
  • 22a1157378
    Add prefix, suffix to TabBar. (#98) Jason Lee 2024-08-01 21:36:33 +0800
  • 68e6464bea Fix pane bottom offset in scroll mode. Jason Lee 2024-08-01 20:28:02 +0800