Commit graph

  • a6b9c96a27
    title_bar: Fix TitleBar drag area. (#936) Jason Lee 2025-06-09 23:09:07 +0800
  • c5201e6de9
    input: Revert #929 changed replace_text_in_range result an incorrect cursor pos. (#930) Jason Lee 2025-06-09 19:02:09 +0800
  • d648874860
    input: Add cmd-], cmd-[ to indent, outdent text. (#929) Jason Lee 2025-06-09 18:31:14 +0800
  • 6aab9d3345
    code-editor: Show hover popover for diagnostics. (#924) Jason Lee 2025-06-09 16:16:15 +0800
  • c3ec1deb97
    code-editor: Update CodeEditor to support external language. (#928) Jason Lee 2025-06-09 14:27:33 +0800
  • 44ec74f1fb
    chart: Draw dashed lines using gpui PathBuilder (#927) Floyd Wang 2025-06-09 11:55:32 +0800
  • 01197769df
    list: Improve the selection method to support more scenarios (#925) Ylin 2025-06-06 19:50:49 +0800
  • d598e58666
    tag: Add rounded to Tag and support outline for all variants. (#923) Jason Lee 2025-06-06 13:35:24 +0800
  • e3e00a38b8 Update README Floyd Wang 2025-06-06 10:39:00 +0800
  • 936ee27a2c
    input: Fix the panic issue in end_of_line (#922) Floyd Wang 2025-06-06 10:07:11 +0800
  • 74de042b60
    popup_menu: Do not dismiss PopupMenu when clicked on a submenu item. (#921) Jason Lee 2025-06-06 09:25:04 +0800
  • a8f5ced4e6
    code-editor: Add markers for display diagnostics to CodeEditor. (#920) Jason Lee 2025-06-05 23:04:01 +0800
  • 9afe0063a4
    plot: Fix incorrect tooltip dot left position (#919) Floyd Wang 2025-06-05 16:25:28 +0800
  • ecfa6b8451
    chart: Add decimal feature (#918) Floyd Wang 2025-06-05 16:03:20 +0800
  • 4477cca969
    highlighter: Adding tree-sitter-sequel for SQL support. (#917) Duane Bester 2025-06-04 22:54:52 -0500
  • a1bdd50735 story: Reorder story menu Floyd Wang 2025-06-04 19:29:32 +0800
  • 989e85211a doc: Update README to add features. Jason Lee 2025-06-04 19:26:41 +0800
  • 516c8fada4
    chart: Introduce chart (#878) Floyd Wang 2025-06-04 19:22:11 +0800
  • 7934e8af31 story: Fix double border in ResizableStory. Jason Lee 2025-06-04 18:11:00 +0800
  • c97cdd7b89
    input: Fix line number width, when line number not enable. (#916) Jason Lee 2025-06-03 23:40:21 +0800
  • 2b796c94e9
    highlighter: Improve performance for large file. (#911) Jason Lee 2025-06-03 23:20:33 +0800
  • dc1d516a30
    button: Impl Selectable for the dropdown button (#913) Floyd Wang 2025-06-02 14:25:18 +0800
  • 901312bc5a
    chore: Switch gpui to depends on Zed official. (#912) Jason Lee 2025-06-02 10:05:45 +0800
  • a4aff404ce
    highlighter: Use tree-sitter to highlight code. (#904) Jason Lee 2025-05-29 19:54:52 +0800
  • 838ffe0a79
    modal: Display overlay at the correct z-index (#909) Floyd Wang 2025-05-28 11:57:23 +0800
  • 49f1ac511d
    form: Add text wrapping support for label (#907) Floyd Wang 2025-05-27 19:31:06 +0800
  • bad9506ebb
    inspector: Fix Inspector on release build. (#906) Jason Lee 2025-05-27 18:51:57 +0800
  • 372c78fac6
    input: Fix enter newline position incorrect by #901 change. (#905) Jason Lee 2025-05-27 17:25:54 +0800
  • 0389608f59 chore: Update GPUI and fix Edges type chagnes. Jason Lee 2025-05-27 09:54:13 +0800
  • 9073818d4e
    input: Fix outdent when selection first line is no indent. (#903) Jason Lee 2025-05-26 22:46:26 +0800
  • 5419600fcd
    input: Fix Input may out of char boundary (#901) Jason Lee 2025-05-26 22:42:31 +0800
  • 1cbbf6ef18
    code-editor: Improve CodeEditor to has default themes. (#900) Jason Lee 2025-05-26 18:17:15 +0800
  • ebe10e20c7
    alert: Add support for text wrapping (#899) Floyd Wang 2025-05-26 17:09:12 +0800
  • 0a9de15d79
    input: Change InputState::disabled to as builder method. (#898) Jason Lee 2025-05-26 17:00:17 +0800
  • 1c11b5fb55
    inspector: Add Inspector. (#897) Jason Lee 2025-05-26 16:44:11 +0800
  • a1ad647527
    number_input: Add support for prefix and suffix (#896) Floyd Wang 2025-05-26 16:16:22 +0800
  • a95482fdd8
    chore: Upgrade GPUI 2025/05/26 with inspector changes. (#895) Jason Lee 2025-05-26 13:40:27 +0800
  • 6f28df6a7d
    Rename DEVELOPMENT to DEVELOPMENT.md (#894) Zimo Li 2025-05-26 01:35:33 -0400
  • c99e696cb1
    code-editor: Update code highlight theme colors. (#888) Jason Lee 2025-05-25 10:21:37 +0800
  • f539817d9b
    alert: Add banner mode and on_close to Alert. (#893) Jason Lee 2025-05-23 19:20:13 +0800
  • a1e2160083
    menu: Fix sub-menu item height to match with other items. (#892) Jason Lee 2025-05-23 17:24:52 +0800
  • 8dc9666214
    input: Fix cursor and IME popup position when IME typing. (#889) Jason Lee 2025-05-23 15:00:24 +0800
  • 2c4a28a6da
    code-editor: Add current line background. (#887) Jason Lee 2025-05-22 23:03:53 +0800
  • 2d6284694d
    code-editor: Fix highlight offset on Windows. (#886) Jason Lee 2025-05-22 22:10:59 +0800
  • d0ccb6bf17
    code-editor: Improve code highlight performance. (#885) Jason Lee 2025-05-22 18:09:18 +0800
  • 244090ddc5
    number_input: Remove InputEvent from NumberInputEvent (#884) Floyd Wang 2025-05-22 14:38:43 +0800
  • 119d348e4a
    input: Fix indent, outdent to consider \r on Windows. (#880) Jason Lee 2025-05-21 22:37:07 +0800
  • 445b1e4e02
    input: Fix click can not to position cursor on empty line on Windows. (#875) Jason Lee 2025-05-21 10:01:53 +0800
  • 1b13bd707a
    input: Update GPUI for fix click can not to position cursor on a empty line on Windows. (#874) Jason Lee 2025-05-20 23:09:24 +0800
  • 6a190da785
    calendar: Support custom matcher (#873) ZW 2025-05-20 21:07:17 +0800
  • e68419bc95
    example: Add resizable feature to HTML, Markdown example. (#872) Jason Lee 2025-05-20 18:25:14 +0800
  • 5658db42c7
    input: Add CodeEditor mode. (#863) Jason Lee 2025-05-20 15:51:00 +0800
  • 67dd658635
    input: Fix selection rendering for empty lines. (#868) Jason Lee 2025-05-19 20:32:46 +0800
  • b97abd6394
    input: Fix auto-grow height. (#865) Jason Lee 2025-05-19 19:26:27 +0800
  • 769b1887d0 dock: Ensure add panel to StackPanel is type of TabPanel or StackPanel. (#862) Jason Lee 2025-05-17 22:41:11 +0800
  • 1e2cc8315a
    dock: Show keybinding for ToggleZoom menu and button. (#861) Jason Lee 2025-05-17 22:23:45 +0800
  • 3c85ccbe2a
    number_input: Fix NumberInput appearance by #858 change. (#860) Jason Lee 2025-05-17 10:51:04 +0800
  • bc398adbf3
    input: Refactor Input, Picker as stateless mode. (#858) Jason Lee 2025-05-16 23:41:26 +0800
  • f3d97bf8e2
    chore: Unify icon parameter types in ListItem and Dropdown. (#857) Ratazzi 2025-05-15 16:13:30 +0800
  • c0e0d82594
    input: Add mask pattern to format display. (#854) Jason Lee 2025-05-14 22:27:46 +0800
  • 1535df796e
    resizable: Refactor to use stateless Resizable element. (#852) Jason Lee 2025-05-12 17:15:11 +0800
  • 0a95f7c0f1
    resizable: Add size_range to limit panel size and fix resize and initial_size of panel. (#844) Jason Lee 2025-05-12 11:07:06 +0800
  • 28582bc905
    chore: Remove unused file text_view (#850) Michael Angerman 2025-05-11 19:40:00 -0700
  • 8bea37ed74
    dock: Update drop panel target mask to 50% of panel. (#845) Jason Lee 2025-05-09 22:55:48 +0800
  • d288a51e06
    dock: Revert panel radio size to back to use Pixels type for panel size. (#842) Jason Lee 2025-05-09 16:47:24 +0800
  • 6caf6f95df
    chore: Add Nix/Flake development environment. (#837) Losses Don 2025-05-08 21:54:58 +0800
  • f8e30c6f5d
    dock: Revert dock to use absolute size. (#840) Jason Lee 2025-05-08 16:29:55 +0800
  • a26311dc0e
    dock: Improve dock, panel to support absolute or fraction size. (#839) Jason Lee 2025-05-08 12:01:16 +0800
  • 4aaaaa2d91
    doc: Revise README for clarity and grammar improvements. (#836) zoubingwu 2025-05-07 17:05:07 +0800
  • 294f7a9a6e
    doc: Update README for add features. (#835) Jason Lee 2025-05-07 16:09:16 +0800
  • 6514aec22a
    dock: Refactor to use ratio for dock, panel size. (#833) Jason Lee 2025-05-07 01:32:31 +0800
  • e530af9b51
    notification: Add action button to Notification. (#832) Jason Lee 2025-05-06 16:58:07 +0800
  • 9906a482ec
    style: Add smaller, larger method to Size. (#831) Jason Lee 2025-05-06 15:31:11 +0800
  • 0c6d631a39
    scrollbar: Improve the scrollbar size. (#830) Jason Lee 2025-05-06 14:45:22 +0800
  • f4e8b952e9
    modal: Add alert method to create modal with a Ok button. (#829) Jason Lee 2025-05-02 10:28:26 +0800
  • 2c06a032fb
    svg_img: Fix SvgImg first load can work. (#828) Jason Lee 2025-04-30 17:35:11 +0800
  • 38d9c24af5
    chore: Update getter method to return reference to view components. (#827) Jason Lee 2025-04-30 17:18:44 +0800
  • 3a915dba89
    chore: Update GPUI 2025/04/30 (#826) Jason Lee 2025-04-30 14:41:08 +0800
  • 6dea2cb57c
    input: Clean focused_input on Input blur. (#825) Jason Lee 2025-04-30 14:08:39 +0800
  • 69dad78867
    svg_img: No longer use the global image loader. (#823) Sunli 2025-04-30 11:56:24 +0800
  • a5e5fc52b4
    dropdown: Support change options for the dropdown (#824) Floyd Wang 2025-04-30 10:33:21 +0800
  • dd3b8b1f3d
    theme: Export colors attribute. (#822) Jason Lee 2025-04-30 10:16:35 +0800
  • 832f8b8f75
    svg_img: Refactor SvgImg to avoid assign source image size and fix drop image error. (#821) Jason Lee 2025-04-29 19:25:43 +0800
  • 9d467ac92b
    build(deps): bump gpui from 04c0a54 to c56b5d8 (#819) dependabot[bot] 2025-04-28 23:25:16 +0800
  • dc776224f9
    svg_img: Fix memory leak in SvgImg (#818) Sunli 2025-04-28 14:42:37 +0800
  • 547c9c1827
    gallery: Fix the error active panel display with search keywords (#817) Floyd Wang 2025-04-25 19:06:39 +0800
  • f946560837
    dropdown: Add display_title to DropdownItem to support custom title to dropdown input. (#816) Ylin 2025-04-25 19:05:24 +0800
  • 9085879795
    gallery: Add DatePicker and Calendar. (#815) Jason Lee 2025-04-25 16:05:47 +0800
  • a9d145dd50
    Update disabled menu, button, dropdown etc. to use default cursor. (#814) Jason Lee 2025-04-24 21:28:15 +0800
  • bbb267f2bf
    accordion: Add gap between title and icon. (#813) Jason Lee 2025-04-24 21:01:11 +0800
  • f7c900d8eb
    input: Add Copy and Eq derives for StepAction (#812) Floyd Wang 2025-04-24 11:06:32 +0800
  • b0ff230588
    table: Disable auto scroll when resize column out of the table right bounds. (#811) Jason Lee 2025-04-23 22:18:40 +0800
  • 3cff72cc37
    table: Fix render_tr to ensure apply with h_flex. (#810) Jason Lee 2025-04-23 22:09:14 +0800
  • b4449f10cf
    dropdown: Avoid selected value text wrap. (#808) Jason Lee 2025-04-22 21:19:20 +0800
  • 5cacffcc06 chore: Fix cargo clippy. Jason Lee 2025-04-22 19:36:09 +0800
  • a195795978
    input: Refactor window.focused_input by use better way to ensure update. (#809) Jason Lee 2025-04-22 19:34:41 +0800
  • 373d97ddf0
    root: Fix to reset focused_input when close modal or drawer. (#807) Jason Lee 2025-04-22 18:54:07 +0800
  • affd29dc85
    table: Ensure to select row when prev or next. (#805) Ylin 2025-04-22 18:46:41 +0800
  • 39da30815a
    input: Fix Input escape to propagate to parent element. (#806) Jason Lee 2025-04-22 18:40:27 +0800
  • f7be6a245a
    input: Add Esc to clean. (#803) Jens Krause 2025-04-20 04:24:47 +0200