Commit graph

  • e9d409a4b1
    Add Link style Button (#97) Jason Lee 2024-08-01 19:54:35 +0800
  • 4a5b387b40 Fix mistake unwrap in PopupMenu. Jason Lee 2024-08-01 15:43:05 +0800
  • 3dd149e711
    Update PopupMenu to support checked style. (#96) Jason Lee 2024-08-01 15:41:00 +0800
  • eb75df5d99
    Update demo application to activate on startup (#92) Michael Angerman 2024-07-31 20:03:40 -0700
  • 0e3736e312
    Update Dropdown title to use SharedString (#95) Jason Lee 2024-08-01 11:00:18 +0800
  • c91f71ae21
    Table support render_tr and stripe methods (#94) Floyd Wang 2024-08-01 10:17:21 +0800
  • 35c3b13bdd Fix typo in table Floyd Wang 2024-07-31 15:34:36 +0800
  • d1c19c5912
    Add Link (#91) Jason Lee 2024-07-31 14:24:57 +0800
  • d659713555
    Fix Label, Checkbox, Radio to support label text wrap. (#90) Jason Lee 2024-07-31 11:49:32 +0800
  • c94e9feae2 Fix to work with new GPUI. Jason Lee 2024-07-31 10:12:26 +0800
  • 06008524dd Update gpui Jason Lee 2024-07-31 09:39:29 +0800
  • 9766a0766b
    Fix dropdown to avoid item text wrap. (#88) Jason Lee 2024-07-30 19:58:48 +0800
  • 6465969c5a
    Improve svg_img to use cached assets. (#87) Jason Lee 2024-07-30 19:54:27 +0800
  • 73121123f3
    Add custom button demo (#86) Floyd Wang 2024-07-30 11:24:29 +0800
  • fc6423f22c
    Add ButtonCustomStyle for customized color (#85) Floyd Wang 2024-07-30 10:38:42 +0800
  • f496c241d7
    button: Fix Button click prevent_default. (#84) Jason Lee 2024-07-30 00:28:18 +0800
  • 8aaeb9383d
    Fix dropdown click to lose focus. (#80) Jason Lee 2024-07-29 19:00:17 +0800
  • 6e58edd349
    input: Expose TextInput::disabled (#81) 尹吉峰 2024-07-29 18:51:46 +0800
  • 97d139f9ec
    Expose focus method for otp input (#83) Floyd Wang 2024-07-29 16:20:58 +0800
  • 66698bfe27
    Rename dropdown render_empty to empty (#82) Floyd Wang 2024-07-29 15:37:38 +0800
  • a3df086e79
    theme: Fix list, table theme colors. (#79) Jason Lee 2024-07-29 13:52:45 +0800
  • 01aa9401c5
    resizable: Fix resizable handle to keep showing drag style on dragging. (#78) Jason Lee 2024-07-29 10:01:22 +0800
  • 15e9804f08
    table: Add sort button to table column. (#77) Jason Lee 2024-07-28 23:24:55 +0800
  • 7bfdfcb2ec
    table: Add drag to move col. (#76) Jason Lee 2024-07-28 22:20:23 +0800
  • 79958fc95c
    Add to support Table column resizing. (#75) Jason Lee 2024-07-28 00:51:37 +0800
  • 11034ec2ac Improve dropdown render_empty builder result from AnyElement to impl IntoElement for better usage Floyd Wang 2024-07-26 17:26:58 +0800
  • 55822144c4
    Rename InputOtp to OTPInput (#74) Floyd Wang 2024-07-26 17:12:23 +0800
  • d278d85058
    Imporve dropdown (#73) Floyd Wang 2024-07-26 14:31:47 +0800
  • 81ecb1e11b
    InputEvent support clone (#72) Floyd Wang 2024-07-25 18:43:29 +0800
  • 2396c918f2
    Hide scrollbar when scroll are is small than container. (#71) Jason Lee 2024-07-25 15:53:57 +0800
  • f02c2a82b1
    Do not preset padding when input with affix (#70) Floyd Wang 2024-07-25 11:02:04 +0800
  • 7489a4ffdd
    Update WebView to pass wry::WebView instance (#69) 尹吉峰 2024-07-24 19:32:05 +0800
  • 4c81977639 Fix Label text_align again. Jason Lee 2024-07-24 19:01:43 +0800
  • ed132ad55e Add more example to Label. Jason Lee 2024-07-24 18:56:32 +0800
  • c538a231c1 Fix Label text_align. Jason Lee 2024-07-24 18:39:13 +0800
  • 6b019e3954 Impl InteractiveElement, StatefulInteractiveElement for Scrollable. Jason Lee 2024-07-24 17:59:44 +0800
  • 030a706a4c
    Refactor ScrollView into scrollable fluent method. (#68) Jason Lee 2024-07-24 17:50:50 +0800
  • 7305967c09 Impl Scrollable for Focusable<E>, Stateful<E>. Jason Lee 2024-07-24 17:01:15 +0800
  • d63e256f19
    Update Label masked char (#67) Jason Lee 2024-07-24 16:35:28 +0800
  • 22a15c7dcc
    Update scroll view (#66) Jason Lee 2024-07-24 15:41:20 +0800
  • 4edf1e3427
    Update ScrollView to let content is FnOnce. (#65) Jason Lee 2024-07-24 11:38:30 +0800
  • e0103d1d58
    Add CI (#62) Jason Lee 2024-07-24 10:39:19 +0800
  • d60a1122d4
    Scroll to top when list have searched. (#64) Jason Lee 2024-07-24 10:09:12 +0800
  • 764e7486e7 Set the default cleanable to false for new dropdown (#63) Floyd Wang 2024-07-24 10:07:11 +0800
  • b4862082f1
    Improve list item (#61) Jason Lee 2024-07-23 22:08:21 +0800
  • 1b715c431f
    Fix new dropdown selected_index not work (#60) Floyd Wang 2024-07-23 19:18:39 +0800
  • db14f0a2e5
    Add pattern and validate to Input for limit input format. (#59) Jason Lee 2024-07-23 15:36:08 +0800
  • 3ec35929ae
    Add font-weight methods to styled: font_light, font_semibold, font_bold ... (#58) Jason Lee 2024-07-23 14:57:16 +0800
  • 30f34dc780
    Fix button icon color support (#57) Jason Lee 2024-07-23 13:45:34 +0800
  • 652efd187c Update list to save the task on the struct. Jason Lee 2024-07-23 10:51:11 +0800
  • 80bdf20376 Export set_query and query method to List. Jason Lee 2024-07-23 10:15:38 +0800
  • 8ff4658c96 Update Icon again, let new to support impl Into<Icon>. Jason Lee 2024-07-23 10:02:34 +0800
  • 8609968ac2 Improve Icon::new to support impl Into<IconName> Jason Lee 2024-07-23 09:56:57 +0800
  • 1eb44c4f1a Update GPUI Jason Lee 2024-07-23 09:44:09 +0800
  • faa16fb660
    Add ScrollView (#56) Jason Lee 2024-07-23 09:38:23 +0800
  • 5034152f21
    Improved Input prefix, suffix with a builder to support Element. (#54) Jason Lee 2024-07-22 15:30:07 +0800
  • 4687a18ee4
    Add to support Input history for undo & redo (#53) Jason Lee 2024-07-22 11:36:54 +0800
  • ca08be7038
    Fix Popup modal mouse move crossed to back layer. (#51) Jason Lee 2024-07-20 02:39:27 +0800
  • e3a49f20ca Update GPUI Jason Lee 2024-07-19 21:35:43 +0800
  • e54d1f600b
    Add to masked Label and support children to Button (#50) Jason Lee 2024-07-19 18:54:16 +0800
  • a69d30be6a Add cx.theme auto import to support WindowContent. Jason Lee 2024-07-19 11:32:25 +0800
  • 613cfebb65
    Improve ActiveTheme trait to impl ViewContent and ModelContext to support auto import. (#49) Jason Lee 2024-07-19 11:20:45 +0800
  • e95971624e Fix windows build. Jason Lee 2024-07-18 23:29:22 +0800
  • e4b9e008ba
    Use cx.quit() instead of std::process::exit(0) (#47) Floyd Wang 2024-07-18 19:02:39 +0800
  • 653222db73
    dropdown: Use event instead of callback (#46) Floyd Wang 2024-07-18 18:40:32 +0800
  • bac5392e0a
    Refactor Slider, Input, InputOtp to use EventEmiter to emit change (#45) Jason Lee 2024-07-18 18:38:58 +0800
  • f6146220e4
    Add WebView (#2) Jason Lee 2024-07-18 18:00:23 +0800
  • 91e123e942 input: TextEvent Add Focus & Blur events Floyd Wang 2024-07-18 17:48:57 +0800
  • 07a1f3099e dropdown: Add on change callback Floyd Wang 2024-07-18 16:50:30 +0800
  • 4ccbe9bd71
    Update Dropdown (#42) 尹吉峰 2024-07-18 16:12:12 +0800
  • 683b22c4a4
    Fix Resizable drag move position. #28 (#41) Jason Lee 2024-07-18 00:02:59 +0800
  • 0fdf7be40d Fix table scrollbar display layer. Jason Lee 2024-07-17 23:19:03 +0800
  • b8a7d6a2dd Change InputOpt default masked: false and publish masked method. Jason Lee 2024-07-17 18:57:04 +0800
  • c7336fd5ea
    Add InputOtp (#40) Jason Lee 2024-07-17 18:49:41 +0800
  • d71b697f41
    Add Slider (#39) Jason Lee 2024-07-17 16:01:27 +0800
  • 3aaa348fbb Add label support to horizontal Divider. Jason Lee 2024-07-17 14:11:17 +0800
  • ac3d6760ed Fix vertical Divider Jason Lee 2024-07-17 13:59:20 +0800
  • 3467522714
    Add double click to select word support for Input. (#38) Jason Lee 2024-07-17 11:41:04 +0800
  • 36411750ee Fix to limit change when Input is disabled. Jason Lee 2024-07-17 10:47:25 +0800
  • 702863eb83
    Add overflow scroll support to Input. (#37) Jason Lee 2024-07-17 10:31:17 +0800
  • 07e1296916
    Add cleanable to Input (#36) Jason Lee 2024-07-16 19:44:16 +0800
  • ce7c1a3a34
    Add Small, Large size support to Input and Dropdown and let them use same height. (#35) Jason Lee 2024-07-16 15:14:12 +0800
  • 2b184ca8d5
    New Scrollbar (#33) Jason Lee 2024-07-16 12:00:51 +0800
  • b1bb22fd1d Fix clippy warning Floyd Wang 2024-07-15 11:42:14 +0800
  • 59603ab83b Add min_w, max_w to PopupMenu, and default min_w: 120, max_w: 500 Jason Lee 2024-07-15 09:15:12 +0800
  • 4ca98029dd
    Fix placeholder style for Input (#32) Jason Lee 2024-07-13 09:53:03 +0800
  • 35cec4cf5c
    Update to use better implementation of selection support for Input. (#31) Jason Lee 2024-07-13 09:40:42 +0800
  • 41a83e6f6f
    Improve Input (#29) Jason Lee 2024-07-13 00:34:55 +0800
  • 0d6d1c95d0 Fix ProgressBar example to avoid over the range. Jason Lee 2024-07-12 23:27:37 +0800
  • 9371584e18 Update Windows demo link. Jason Lee 2024-07-12 23:00:45 +0800
  • 21f0e1c78a
    Add mouse selection support to Input (#26) Jason Lee 2024-07-12 22:41:18 +0800
  • 138fc9c7b5 Progress use positioning layout Floyd Wang 2024-07-12 18:25:09 +0800
  • 7c99584862
    Add Indicator (#25) Jason Lee 2024-07-12 17:33:05 +0800
  • ff8d39d4a9 Update README Floyd Wang 2024-07-12 16:39:50 +0800
  • 58dbf88af7
    Add Radio (#24) Floyd Wang 2024-07-12 16:37:31 +0800
  • 2401d5d5a4
    Add ResizablePanel (#22) Jason Lee 2024-07-12 15:24:54 +0800
  • 9e935bed56 Change switch use mouse_down to handle event fix Windows switch theme support. Jason Lee 2024-07-11 21:52:07 +0800
  • e1aed0a03d
    Add Progress (#21) Floyd Wang 2024-07-11 19:10:46 +0800
  • 56eb7147d9
    Add a batch of color methods. (#20) Jason Lee 2024-07-11 18:16:57 +0800
  • 111f051707 Update README, add todos. Jason Lee 2024-07-11 16:43:42 +0800