Commit Graph

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