Commit graph

  • 2a98628b5e
    docs: Improve docs to use variable version from toml. (#1603) Jason Lee 2025-11-14 16:10:48 +0800
  • 37d1678b6f
    assets: Add gpui-component-assets crate. (#1601) Jason Lee 2025-11-14 15:03:26 +0800
  • 724ccd64a7
    chore: Add ui folder to Cargo default-members. (#1600) Jason Lee 2025-11-14 14:16:03 +0800
  • 29fbdd371b
    table: Split TableState to state.rs (#1599) Jason Lee 2025-11-14 14:08:29 +0800
  • 1375c8cd70
    ci: Update CI to only run docs test when only docs changed. (#1596) Jason Lee 2025-11-14 11:55:28 +0800
  • 70fa330748
    plot: Rename Label and Axis include Plot prefix (#1597) Floyd Wang 2025-11-14 11:49:07 +0800
  • 993f9b20ae
    example: Follow up #1594 missed changes. (#1595) Jason Lee 2025-11-14 11:22:55 +0800
  • 69b21142dc
    root: Improve new method argument to use into <AnyView>. (#1594) Jason Lee 2025-11-14 11:02:44 +0800
  • cf6d6b71a3
    input: Fix x offset resetting for single line inputs (#1591) Andreas Johansson 2025-11-14 02:56:10 +0100
  • 6d0ff7b335 date_picker: Fix duplicate popover paddings. (#1587) Jason Lee 2025-11-13 18:59:12 +0800
  • df57b0b847
    dock: Add a way for Panels to track the tab bar they belong to (#1580) Nico Gründel 2025-11-13 11:02:05 +0100
  • a176408d81
    Revert "root: Render overlays inside Root element by default. (#1570)" (#1584) Jason Lee 2025-11-13 13:37:05 +0800
  • a19826af2b
    dock: Don't close tab via action when it can't be closed via context menu (#1581) Nico Gründel 2025-11-13 03:30:37 +0100
  • d4c4b9ad37
    input: Avoid blocking vertical scroll events in single-line mode (#1562) (#1572) chulingera2025 2025-11-13 10:19:52 +0800
  • 3ef1ce3d3e
    slider: Remove thumb tooltip (#1582) Nico Gründel 2025-11-13 01:33:37 +0100
  • c62bb8b6a1
    notification: Fix close animation not working when closed from content (#1578) Moulberry 2025-11-13 00:12:01 +0800
  • f2ffece9fb
    tiles: Add auto-snap support for tiles panel to top and left edges (#1577) ihavecoke 2025-11-12 22:09:39 +0800
  • 5de9a24654
    resizable: Improve to avoid panels from improperly resizing on container resizing. (#1560) Nico Gründel 2025-11-12 14:18:05 +0100
  • 1074f78fb0
    root: Fix Root use text size may override default text color. (#1576) Jason Lee 2025-11-12 19:05:30 +0800
  • 8c2d4de435
    story: Add unique notification to story. (#1575) Jason Lee 2025-11-12 18:19:59 +0800
  • 3500e5d5bc
    label: Fix Label highlight may crash of not a char boundary. (#1574) Jason Lee 2025-11-12 18:19:43 +0800
  • cbd4346b87
    root: Impl Styled for Root. (#1573) Jason Lee 2025-11-12 17:57:15 +0800
  • a2c16bfae6
    popover: Revert defer_to focus on Popover open. (#1571) Jason Lee 2025-11-12 17:29:22 +0800
  • f26f01909e
    root: Render overlays inside Root element by default. (#1570) Jason Lee 2025-11-12 16:04:54 +0800
  • f88b547b70 Bump v0.4.0-preview2 Jason Lee 2025-11-12 15:16:49 +0800
  • 214d3f6622
    notification: Add &mut Self to content and action method. (#1569) Jason Lee 2025-11-12 15:10:42 +0800
  • e97689f12c
    chore: Dependency gpui-macros/inspector to inspector features (#1568) ihavecoke 2025-11-12 15:10:13 +0800
  • b3c0188940
    context_menu: Fix ContextMenu to cover parent element area. (#1566) Jason Lee 2025-11-12 14:19:52 +0800
  • 838fd6411a
    webview: Add inspector feature to enable WebView developer tools (#1564) ihavecoke 2025-11-12 11:11:18 +0800
  • a185d8ed24
    menu: Fix #1545 Popover change broken submenu click in dropdown menu. (#1563) Jason Lee 2025-11-11 22:18:26 +0800
  • 3cd94ea0be
    popover: Fix click trigger to close popover. (#1559) Jason Lee 2025-11-11 21:14:56 +0800
  • eef8abaa15
    popover: Fix #1545 incorrect to sync on_open_change to state. (#1557) Jason Lee 2025-11-11 18:41:23 +0800
  • fbc3a6e4f4
    form(field): Fix label line break not working (#1558) Floyd Wang 2025-11-11 18:36:10 +0800
  • 2dbfba3490
    popover: Improve Popover API. (#1545) Jason Lee 2025-11-11 17:45:30 +0800
  • 13f25bc4a9
    progress: Fix incorrect border radius (#1555) Floyd Wang 2025-11-11 14:53:50 +0800
  • 1a5dd46acd
    tiles: Add to support panel auto-snap while drag movement (#1552) ihavecoke 2025-11-11 11:56:58 +0800
  • 74f23bfca8
    tab: Refactor creation to use builder pattern (#1553) Floyd Wang 2025-11-11 10:35:00 +0800
  • 9228dbfb13
    editor: Improve double-click for word selection (#1491) FlyingYu 2025-11-10 13:02:02 +0800
  • 2cba6e8be9
    slider: Add option to choose between linear and logarithmic scale (#1543) Nico Gründel 2025-11-10 03:56:09 +0100
  • a4d792f121
    button_group: Fix overriding button click when no on_click (#1546) Moulberry 2025-11-10 09:43:25 +0800
  • b899100d09
    slider: Improve Slider interaction to click on bar to drag. (#1544) Nico Gründel 2025-11-09 04:31:21 +0100
  • a2c55dda46
    form: Rename FormField to Field. (#1539) Jason Lee 2025-11-07 18:43:01 +0800
  • 945db0be56
    dialog: Rename Modal to Dialog. (#1538) Jason Lee 2025-11-07 17:25:55 +0800
  • c78811c4b9
    button_group: Add vertical (#1537) Moulberry 2025-11-07 16:48:14 +0800
  • 001107438f
    story: Add lazy load option to List story. (#1535) Jason Lee 2025-11-06 23:23:45 +0800
  • 89041f9ab8
    docs: Update version to v0.4.0-preview1 in docs. (#1534) Jason Lee 2025-11-06 22:35:38 +0800
  • 34c589d45b Bump v0.4.0-preview1. Jason Lee 2025-11-06 22:27:26 +0800
  • 80cdf6a44c
    theme: Allows to use alpha color for active_border but at least 0.3. (#1531) obito 2025-11-06 22:23:55 +0800
  • 7f8eb28cfa
    table: Fix missing border on first frame (#1533) Moulberry 2025-11-06 22:01:55 +0800
  • faee91eda4
    table: fix row border missing on first frame (#1505) Moulberry 2025-11-06 21:15:13 +0800
  • 97ba18fce9
    modal: Adjust close button position. (#1532) Jason Lee 2025-11-06 21:10:49 +0800
  • 34aa68ad35
    table: Fix Table stripe mode overflow scroll. (#1530) Jason Lee 2025-11-06 19:11:28 +0800
  • f33d112819
    button: Remove duplicate disabled style (#1529) Floyd Wang 2025-11-06 18:47:59 +0800
  • 80689264e2
    sheet: Rename Drawer to Sheet. (#1527) Jason Lee 2025-11-06 15:19:10 +0800
  • 4dc10165fb
    spinner: Rename Indicator to Spinner. (#1526) Jason Lee 2025-11-06 11:36:39 +0800
  • c06e91101e
    collapsible: Add Collapsible. (#1525) Jason Lee 2025-11-06 10:57:18 +0800
  • 4b3fb51fb8
    editor: Fix indent guides render position. (#1524) Jason Lee 2025-11-05 21:17:32 +0800
  • 998a5fd922
    chore: Standardize the overall API and improve docs. (#1516) Jason Lee 2025-11-05 19:10:30 +0800
  • 2ba0dfbb96
    popover: Renamed no_style to appearance like the Input. (#1523) Jason Lee 2025-11-05 16:01:27 +0800
  • 469b53178b
    form: Renamed column to columns. (#1522) Jason Lee 2025-11-05 15:32:15 +0800
  • aea8223637
    description_list: Renamed child to item, and add child to add DescriptionItem. (#1521) Jason Lee 2025-11-05 15:26:17 +0800
  • 2093046942
    clipboard: Removed content method from Clipboard. (#1520) Jason Lee 2025-11-05 15:17:58 +0800
  • d3ec1f29f8
    breadcrumb: Rename item to child and add children method. (#1519) Jason Lee 2025-11-05 15:13:29 +0800
  • b08f5be97c
    radio: Rename on_change to on_click for RadioGroup. (#1517) Jason Lee 2025-11-05 10:53:22 +0800
  • 0524c51b3e
    toggle: Refactor Toggle, ToggleGroup API. (#1515) Jason Lee 2025-11-05 10:47:55 +0800
  • a4e93132f1
    input, select, date_picker: Refactor cleanable to have argument and default to false. (#1506) Moulberry 2025-11-05 09:33:31 +0800
  • 522f3ced43
    docs: Fix footer and add note to home page. (#1511) Jason Lee 2025-11-04 23:07:33 +0800
  • 4b8775f7d3
    chore: Remove unused image example. (#1510) Jason Lee 2025-11-04 22:55:02 +0800
  • 5f39b99fe4
    list: Avoid select item when selectable(false). (#1508) Jason Lee 2025-11-04 22:12:31 +0800
  • d037f074dc
    chore: Move searchable to ListState and SelectState. (#1507) Jason Lee 2025-11-04 21:26:11 +0800
  • 087cb70d00
    select, list: Update searchable default to false. (#1504) Jason Lee 2025-11-04 20:59:38 +0800
  • 2870bc6e36
    list: Add searchable, search_placeholder option to List and Select. (#1503) Jason Lee 2025-11-04 19:06:50 +0800
  • 27f1f960a0
    select: Restore the selection when canceling (#1501) Floyd Wang 2025-11-04 18:22:00 +0800
  • 3a9198b5de chore: Hard link crates/ui/LICENSE-APACHE. Jason Lee 2025-11-04 17:54:14 +0800
  • fbaddbe9e3
    tiles: Add scrollbar_show option to Tiles (#1496) ihavecoke 2025-11-04 17:42:46 +0800
  • b7815ed6ec
    table: Keep scroll to item at bottom when move down. (#1499) Jason Lee 2025-11-04 17:28:37 +0800
  • 2e5bdd0c3a
    list: Fix incorrect next selection when select index is none (#1498) Floyd Wang 2025-11-04 17:17:17 +0800
  • e7aa8983dc
    input: Delete selected text with modifier keys (#1497) Moulberry 2025-11-04 16:54:31 +0800
  • 893e323692
    Fix state internal update to refresh for List, Tree, Table and Select. (#1492) Jason Lee 2025-11-04 16:25:37 +0800
  • f6bbef0082
    docs: Update docs website style. (#1488) Jason Lee 2025-11-03 22:18:18 +0800
  • faee23eef8
    table: Change context_menu method in TableDelegate to mutable window and cx. (#1487) Jason Lee 2025-11-03 18:06:29 +0800
  • be460dcbed
    modal, drawer: Block background interaction when Modal, Drawer is active. (#1483) FlyingYu 2025-11-03 16:51:38 +0800
  • 3d606a6909
    select: Avoid reopen menu when clearing selection (#1484) Floyd Wang 2025-11-03 16:24:54 +0800
  • 9fa2669ff4
    list, table: Refactor List, Table to have ListState, TableState. (#1468) Jason Lee 2025-11-02 20:59:37 +0800
  • 123934237a Bump v0.4.0-preview0 Floyd Wang 2025-10-30 15:50:45 +0800
  • e75c37a1ac
    chore: Update List, Tree, Kbd exports. (#1467) Jason Lee 2025-10-30 15:19:39 +0800
  • ed11282782
    docs: Add Context & ElementId doc. (#1460) Jason Lee 2025-10-29 23:37:26 +0800
  • 2727a65494
    resizable: Simplify Resizable API. (#1459) Jason Lee 2025-10-29 23:01:05 +0800
  • a1ca8624af
    example: Add file tree to Editor example. (#1457) Jason Lee 2025-10-29 20:58:40 +0800
  • 7036415662
    chore: Keep spawn task on it owner. (#1456) Jason Lee 2025-10-29 19:11:49 +0800
  • d34ea6640a
    docs: Improve docs add more details. (#1447) Jason Lee 2025-10-29 10:41:28 +0800
  • 4eb1ed2cfd
    tab: Use on_click instead of action for TabBar dropdown menu. (#1454) Jason Lee 2025-10-29 09:04:14 +0800
  • 55db53a46d
    select: Impl SelectItem for &'static str. (#1451) Jason Lee 2025-10-28 21:37:00 +0800
  • 34ef0ff6d0
    chore: Rename Dropdown to Select, TextInput to Input. (#1449) Jason Lee 2025-10-28 21:22:31 +0800
  • 0e2397cf15
    chart(bar): Fix the label is not centered (#1448) Floyd Wang 2025-10-28 16:53:42 +0800
  • e005bd0f46
    docs: Update chart (#1446) Floyd Wang 2025-10-28 14:46:13 +0800
  • 38a10fe05c
    menu: Add item and export PopupMenuItem with builder methods to PopupMenu. (#1445) Jason Lee 2025-10-28 14:42:56 +0800
  • 19a54d6065
    chart(pie): Support dynamic inner and outer radius (#1444) Floyd Wang 2025-10-28 13:53:28 +0800
  • 904c9f3fa7
    theme: Export more theme options for schema. (#1442) Jason Lee 2025-10-28 11:28:18 +0800
  • cc0f936348
    tiles: Add tile_radius theme option and default 0px. (#1441) Jason Lee 2025-10-28 10:54:41 +0800