Commit Graph

  • bc1092a6e1 context_menu: Prevent mouse events when menu popped out (#1750) Floyd Wang 2025-12-05 17:09:37 +08:00
  • 893155bcee docs: Fix typo in notifications doc. (#1747) Jason Lee 2025-12-05 15:25:09 +08:00
  • 56fb93bca8 table: Add render_header method to support custom table header. (#1746) Jason Lee 2025-12-05 15:17:13 +08:00
  • 8fcf5f337d input: Fix resetting highlighting for single line code editor (#1742) Andreas Johansson 2025-12-05 02:53:07 +01:00
  • 3b2746e0ba setting: Supplement subscription InputEvent for number_input (#1740) Ylin 2025-12-04 14:47:11 +08:00
  • 13eceab1ac webview: Public the raw wry webview handle (#1739) Floyd Wang 2025-12-04 11:53:28 +08:00
  • 514aea00be setting: Use precise subscripts for use_keyed_state (#1735) Ylin 2025-12-03 21:51:57 +08:00
  • a50b1e9341 dock: Fix tab panel first tab left border overlap issue (#1734) Floyd Wang 2025-12-03 18:32:48 +08:00
  • 31bab9dcc3 text_view: Adding optional code block actions to the TextView (#1725) Duane Bester 2025-12-03 04:21:47 -06:00
  • b70a0633ab dock: Simplify DockItem API. (#1732) Jason Lee 2025-12-03 17:53:37 +08:00
  • e2f022cb59 divider: Add support for dashed divider (#1730) Floyd Wang 2025-12-03 16:22:36 +08:00
  • ec097ed406 docs: Fix footer display. (#1727) Jason Lee 2025-12-02 19:24:14 +08:00
  • 222663cde9 docs: Fix footer display. v0.5.0-preview2 Jason Lee 2025-12-02 19:21:30 +08:00
  • e43662190a Bump v0.5.0-preview2 Floyd Wang 2025-12-02 17:12:49 +08:00
  • 8abaa82233 list: Fix list item may overflow. (#1726) Jason Lee 2025-12-02 13:33:47 +08:00
  • 64aa975c77 title_bar: Remove window control bg color in normal mode. (#1720) Jason Lee 2025-12-01 21:56:15 +08:00
  • 2c644ab9dc Add tray-icon, not working. tray-icon Jason Lee 2025-12-01 21:18:25 +08:00
  • 43e1029b9f dock: Improve Panel trait changed title to return impl IntoElement. (#1719) Jason Lee 2025-12-01 18:13:23 +08:00
  • d92e3a3222 dock: Fix title method missed thing in PR #1716 (#1718) Jason Lee 2025-12-01 18:03:29 +08:00
  • 4ded78ed30 dock: Refactor Panel trait to has &mut self and &mut Context<Self>. (#1716) Jason Lee 2025-12-01 17:57:18 +08:00
  • c0f801dd8c list: Refactor ListDelegate to easy access delegate. (#1713) Jason Lee 2025-12-01 17:42:44 +08:00
  • 001b1795f1 table: Refactor TableDelegate to easy to access delegate. (#1712) Jason Lee 2025-12-01 17:20:52 +08:00
  • 0126f1b036 input: Fix wrong font being used in Input. (#1706) Andreas Johansson 2025-12-01 10:05:34 +01:00
  • 0f655314c9 title_bar: Fix TitleBar drag area on macOS, and only handle show window menu when it supports. (#1710) Jason Lee 2025-12-01 16:07:18 +08:00
  • 4e0f9af789 story: Use uniform_list for scroll example. (#1709) Jason Lee 2025-12-01 11:07:29 +08:00
  • a792719dbe editor: Fix cursor direction not resetting after mouse up (#1708) FlyingYu 2025-12-01 11:06:40 +08:00
  • 7e479aa7f2 input: Add to support CodeEditor as single line mode. (#1696) Andreas Johansson 2025-11-28 12:51:40 +01:00
  • 1ce09cc1d1 sidebar: Fix Sidebar group and items gap. (#1705) Jason Lee 2025-11-28 17:56:39 +08:00
  • df9655e80a input: Adjust blink cursor height. (#1704) Jason Lee 2025-11-28 17:54:48 +08:00
  • 6505be409b input: Change to input text size to smaller. (#1703) Jason Lee 2025-11-28 17:37:43 +08:00
  • 04abdbe771 theme: Fix some dropdown to use popover for bg, and improve macos-cla… (#1702) Jason Lee 2025-11-28 16:57:13 +08:00
  • 660c88cc21 docs: Add icons for page background to website. (#1701) Jason Lee 2025-11-28 15:14:43 +08:00
  • 11f4fe4176 docs: Remove outdated note on README (#1700) Jason Lee 2025-11-28 13:13:44 +08:00
  • 7a42e44c28 theme: Fix macos-classic theme details and fix theme schema. (#1699) Jason Lee 2025-11-28 12:10:51 +08:00
  • d7ff792cf4 dock: Use visible_panels method (#1698) Floyd Wang 2025-11-28 11:18:09 +08:00
  • 37326819af dock: Render title bar based on visible panels (#1697) Floyd Wang 2025-11-28 11:01:31 +08:00
  • 36b229068d chore: Fix dialog scroll by #1694 change. (#1695) Jason Lee 2025-11-27 21:11:20 +08:00
  • 118a0f500e scrollbar: Introduce overflow_scrollbar to adds Scrollbars to elements. (#1694) Jason Lee 2025-11-27 19:29:50 +08:00
  • 0b1fab5b08 script: Push both change and tag to remote Floyd Wang 2025-11-27 16:45:32 +08:00
  • 666945dae1 Bump v0.5.0-preview1 v0.5.0-preview1 Jason Lee 2025-11-27 16:30:22 +08:00
  • e38f784219 title_bar: Improve Styled support to TitleBar. (#1693) Jason Lee 2025-11-27 16:25:36 +08:00
  • 740d59d280 Bump v0.5.0-preview0 v0.5.0-preview0 Jason Lee 2025-11-27 14:49:36 +08:00
  • 4a3f520c5f scrollbar: Manage ScrollbarState in Scrollbar internal. (#1690) Jason Lee 2025-11-27 11:39:58 +08:00
  • 7f956e0f55 ci: Update release crate CI. Jason Lee 2025-11-27 10:03:28 +08:00
  • 70b413c78d ci: Update release crate CI. v0.4.2 v0.4.x Jason Lee 2025-11-27 10:03:28 +08:00
  • aa71692d62 Bump v0.4.2 Jason Lee 2025-11-27 09:53:50 +08:00
  • e297cf1e74 chore: Upgrade tracing-subscriber to fix CVE-2025-58160 (#1678) orbisai0security 2025-11-25 12:56:01 +05:30
  • 4d148bb0aa tab: Allow tab item to fill remaining space. (#1654) obito 2025-11-21 11:49:30 +08:00
  • 0d167f61e5 plot: Add support for stacked chart (#1681) Floyd Wang 2025-11-26 18:24:57 +08:00
  • 55da14edb2 theme: Use difference color like the window background for TitleBar. (#1686) Jason Lee 2025-11-26 11:54:28 +08:00
  • e5fa0709d1 theme: Add switch.thumb.background theme config support (#1685) han 2025-11-26 10:25:35 +08:00
  • 9d02133977 color_picker: Only change value when it's confirmed (#1682) Floyd Wang 2025-11-25 18:05:43 +08:00
  • e70d072b88 menu: Add check_side to PopupMenu to support display check at right side. (#1677) Jason Lee 2025-11-25 15:30:36 +08:00
  • 5ae9311202 chore: Upgrade tracing-subscriber to fix CVE-2025-58160 (#1678) orbisai0security 2025-11-25 12:56:01 +05:30
  • fb090ba77c theme: Update macos-classic list even color. (#1679) obito 2025-11-25 12:40:34 +08:00
  • 5672c6065f chore: Split some feature into geometry.rs (#1676) Jason Lee 2025-11-25 10:07:31 +08:00
  • 4be9784f70 chore: Fix issue template to remove browser and fix PR template. (#1673) Jason Lee 2025-11-24 18:13:40 +08:00
  • 191f85a683 docs: Fix minor docs issues (#1656) Andreas Johansson 2025-11-21 10:34:30 +01:00
  • fdce2e041f editor: Improve scroll to support position at the edge of the editor on click. (#1672) Jason Lee 2025-11-24 17:37:59 +08:00
  • 70ba2f7106 input: Fix scroll to offset to support soft wrap mode. (#1671) Jason Lee 2025-11-24 17:14:39 +08:00
  • dae5fcd8aa editor: Improve scroll to support position at the edge of the editor on click. (#1672) Jason Lee 2025-11-24 17:37:59 +08:00
  • 8144085077 input: Fix scroll to offset to support soft wrap mode. (#1671) Jason Lee 2025-11-24 17:14:39 +08:00
  • bdc5ce4b6e story: Update Table story to generate increment id. (#1670) Jason Lee 2025-11-24 15:01:34 +08:00
  • f2cbc16655 chore: Update to use Rust edition 2024. (#1669) Jason Lee 2025-11-24 14:38:43 +08:00
  • af51057d52 chore: Add issue and pull request template. Jason Lee 2025-11-24 11:39:57 +08:00
  • fc36451a27 setting: Add scrollbar to SettingPage. (#1660) Jason Lee 2025-11-21 23:04:56 +08:00
  • 857f7973e3 scrollbar: Remove Scrollbar::uniform_scroll, use Scrollbar::vertical instead. (#1659) Jason Lee 2025-11-21 22:53:33 +08:00
  • c523b3485b sidebar: Refactor Sidebar to support Styled. (#1658) Jason Lee 2025-11-21 22:44:35 +08:00
  • 44829a05e4 setting: Add SettingFieldElement trait. (#1657) Jason Lee 2025-11-21 18:48:29 +08:00
  • ffeeee5d12 docs: Fix minor docs issues (#1656) Andreas Johansson 2025-11-21 10:34:30 +01:00
  • c91d806057 tab: Allow tab item to fill remaining space. (#1654) obito 2025-11-21 11:49:30 +08:00
  • 6271ef1453 tab: Allow tab item to fill remaining space. tab_flex_stable obito 2025-11-21 10:59:43 +08:00
  • b552489ebd ci: Add cherry-pick GitHub Action. cherry-pick-action Jason Lee 2025-11-21 10:59:42 +08:00
  • 41d2b9808b color_picker: Add radius on focus border (#1652) Floyd Wang 2025-11-21 10:53:14 +08:00
  • 9e8e258765 menu: Use defer to avoid race conditions with click listeners (#1651) Andreas Johansson 2025-11-21 03:27:21 +01:00
  • b6bf2d8c5e menu: Use defer to avoid race conditions with click listeners (#1651) Andreas Johansson 2025-11-21 03:27:21 +01:00
  • c8652f9010 setting: Add Settings component. (#1632) Jason Lee 2025-11-20 21:51:44 +08:00
  • c93b91dfa3 chore: Reduce font size. update-text-size Jason Lee 2025-11-20 19:35:45 +08:00
  • 91de551ab0 ci: Update only release docs on tag push. (#1650) Jason Lee 2025-11-20 17:39:50 +08:00
  • 0a24925a7f Bump v0.4.1 v0.4.1 Jason Lee 2025-11-20 17:26:14 +08:00
  • d55125149b list: Fix incorrect selected item background color (#1648) Floyd Wang 2025-11-20 16:46:57 +08:00
  • b6dace13cc theme: Fix Flexoki Light focus color. (#1647) Jason Lee 2025-11-20 13:37:43 +08:00
  • d251a9b08b icon: Rework icons to make use of the IconNamed trait (#1640) grubby 2025-11-20 03:30:08 +01:00
  • 2e3387a76f sidebar: Add to support disable state to sidebar item. (#1645) Adriano Tumino 2025-11-20 03:16:41 +01:00
  • 65c5bae745 Update README Floyd Wang 2025-11-20 10:10:54 +08:00
  • 96c34a9fb0 sidebar: Improve Sidebar to allows caret icon to expand submenu. (#1642) Jason Lee 2025-11-19 13:39:24 +08:00
  • 9d11418bd1 select: Add render prop to customize item title display. (#1638) obito 2025-11-18 20:30:37 +08:00
  • 01082f11d2 button: Add dropdown_caret option to show a caret icon to end of button. (#1637) Jason Lee 2025-11-18 16:41:16 +08:00
  • 44dc2c7f38 input: Use input border on the buttons (#1634) Floyd Wang 2025-11-18 14:57:53 +08:00
  • 4f882a1b98 docs: Little adjust logo border and radius. (#1635) Jason Lee 2025-11-18 14:57:31 +08:00
  • f8a7dd71bf dropdown_button: Add more button option methods to DropdownButton. (#1633) Jason Lee 2025-11-18 14:31:14 +08:00
  • 446831af33 chart: Add support to set stroke color on line chart (#1629) Floyd Wang 2025-11-18 13:52:39 +08:00
  • ee1cb05a9d Initial plan copilot/add-th-translations-to-ui-yml copilot-swe-agent[bot] 2025-11-18 05:49:18 +00:00
  • ed92f63a9b table: Use click event instead of mouse down event (#1622) Floyd Wang 2025-11-17 16:30:42 +08:00
  • db22454b3a menu: Fix icon width to tidy indent in PopupMenuItem. (#1620) Floyd Wang 2025-11-17 11:32:14 +08:00
  • 6c4de54fa4 theme: Use font_family for all elements. (#1618) Jason Lee 2025-11-17 11:18:17 +08:00
  • 0a5c799aba editor: Fix may crash on render indent guides. (#1619) Jason Lee 2025-11-17 11:17:06 +08:00
  • 672a80dcd8 docs: Remove index page warrning. Jason Lee 2025-11-17 10:22:01 +08:00
  • aa4f896b20 Bump v0.4.0 Jason Lee 2025-11-17 10:04:39 +08:00
  • 3975a758df Bump v0.4.0 v0.4.0 Jason Lee 2025-11-17 10:04:39 +08:00