Floyd Wang
|
43a2c814a3
|
checkbox: Do not stop propagation when click (#1385)
|
2025-10-16 06:01:06 +00:00 |
|
Jason Lee
|
1adaf3ec55
|
tree: Add Tree. (#1373)
Close #318
https://github.com/user-attachments/assets/1fed12e2-df53-4213-a3f5-c57bd8b4cadb
|
2025-10-15 18:39:47 +08:00 |
|
Copilot
|
4fef96e407
|
story: Fix story panic when save state failed. (#1384)
Close #1383
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: huacnlee <5518+huacnlee@users.noreply.github.com>
|
2025-10-15 08:20:44 +00:00 |
|
han
|
1bc5ff03df
|
story: Add interactive brush drawing canvas (#1370)
<img width="2175" height="1358" alt="image"
src="https://github.com/user-attachments/assets/41716d72-655f-440a-ac9e-cdb91e1b4417"
/>
---------
Co-authored-by: hl <hl@nmcsoft.com>
|
2025-10-15 15:27:59 +08:00 |
|
Jason Lee
|
59f4e26c7b
|
input: Fix Input panics when masked have non-ASCII characters. (#1382)
Close #1377
|
2025-10-15 07:15:50 +00:00 |
|
Jason Lee
|
491bacfd0e
|
scrollbar: Fix scroll to show mode. (#1381)
Close #1379, this bug is introduced from #1196.
|
2025-10-15 05:51:13 +00:00 |
|
Jason Lee
|
429a4b2858
|
example: Add input example. (#1380)
|
2025-10-15 05:40:36 +00:00 |
|
Jason Lee
|
4ccd7d99d0
|
examples: Add examples folder. (#1378)
|
2025-10-15 02:26:13 +00:00 |
|
Jason Lee
|
6998708b81
|
Revert "chore: Update GPUI dependency." (#1376)
Reverts longbridge/gpui-component#1374
Because `gpui v0.2.1` have but, the text render not in vertical center.
|
2025-10-14 21:41:31 +08:00 |
|
Jason Lee
|
889382cba1
|
input: Grouping input history to avoid IME placeholder. (#1375)
|
2025-10-14 13:27:23 +00:00 |
|
Jason Lee
|
e56c7a39bf
|
chore: Update GPUI dependency. (#1374)
|
2025-10-14 12:37:15 +00:00 |
|
Jason Lee
|
0c0c36cb87
|
menu: Fix trigger action with context. (#1372)
Fix previous #1338 broken trigger action with context.
|
2025-10-14 19:58:11 +08:00 |
|
Jason Lee
|
1bcf5ac1b0
|
doc: Add hello world example to README. (#1369)
|
2025-10-14 15:17:52 +08:00 |
|
Floyd Wang
|
47978bc50e
|
button: Support specified anchor to dropdown button (#1367)
|
2025-10-14 11:19:22 +08:00 |
|
Floyd Wang
|
1abb6c2222
|
plot(line_chart): Add missing natural stroke style (#1366)
|
2025-10-14 09:40:10 +08:00 |
|
Martí Gimeno Ortí
|
5f13b49690
|
plot: Add stroke style per each Y series (#1364)
Enables the user to set different `stroke_style` to each Y data series,
keeping retrocompatibility with the previous API.
<img width="1300" height="411" alt="Screenshot from 2025-10-13 11-33-28"
src="https://github.com/user-attachments/assets/d665b87c-0d79-479c-9156-15a0f1c8ca10"
/>
|
2025-10-14 09:36:30 +08:00 |
|
Jason Lee
|
5b2fed0ccb
|
markdown: Use list for Markdown render and add scrollbar. (#1357)
|
2025-10-13 22:06:07 +08:00 |
|
Jason Lee
|
2574e7f812
|
story: Add open file to Markdown and Editor example. (#1363)
Close #1352
|
2025-10-13 11:52:16 +08:00 |
|
Jason Lee
|
97df4efd46
|
input: Fix set_value when Input is disabled. (#1362)
Close #1350
|
2025-10-13 11:15:32 +08:00 |
|
Jason Lee
|
08cf199b39
|
editor: Add delay to trigger hover popover. (#1361)
|
2025-10-13 10:40:09 +08:00 |
|
Sunli
|
8a63fd67ab
|
chore: Fix webview example (#1360)
|
2025-10-13 10:10:35 +08:00 |
|
Martí Gimeno Ortí
|
32b8d65075
|
plot: Add StepAfter kind to StokeStrike (#1356)
Implements new `StokeStrike::StepAfter` for plot component
<img width="1700" height="1030" alt="step-after-plot-stoke-style"
src="https://github.com/user-attachments/assets/89252ba9-2834-4c9a-9020-7977ffea6865"
/>
|
2025-10-13 09:59:51 +08:00 |
|
richerfu
|
20ddb88e95
|
input: impl Selectable for TextInput that allow it as tigger for popover (#1353)
|
2025-10-12 21:20:38 +08:00 |
|
Jason Lee
|
bfe99a2d33
|
doc: Update Longbridge app screenshot. (#1348)
|
2025-10-10 21:37:03 +08:00 |
|
Jason Lee
|
6817c8d3cc
|
menu: Add AppMenuBar. (#1338)
- input: Change Input to not unselect when blur.
- popup_menu: Fix get key binding on PopupMenu with action context.
<img width="935" height="694" alt="image"
src="https://github.com/user-attachments/assets/295fa84e-f1d8-4f6f-8a77-601a45f8ad6d"
/>
## TODO
- [x] Keyboard support.
- [x] Add submenu to example.
- [ ] ~~Icon~~ and check support. Wait
https://github.com/zed-industries/zed/pull/39876
|
2025-10-10 21:03:16 +08:00 |
|
Jason Lee
|
d364402a94
|
editor: Fix code actions not display. (#1347)
|
2025-10-10 19:28:59 +08:00 |
|
Floyd Wang
|
d4b0aff534
|
button: Fix the on_hover does not respond (#1346)
|
2025-10-10 10:52:05 +08:00 |
|
ihavecoke
|
9d01ac26bc
|
menu: Fix submenu item selection when multiple submenus exist (#1342)
Before:
https://github.com/user-attachments/assets/8653953e-4e9d-49e6-946a-1696ea6abee0
After:
https://github.com/user-attachments/assets/f5bfbf19-69e1-4e64-81c1-072c61e8a8f7
---------
Co-authored-by: Jason Lee <huacnlee@gmail.com>
|
2025-10-09 21:32:51 +08:00 |
|
Floyd Wang
|
7a8be9a628
|
button: Add Support for on_hover event (#1341)
|
2025-10-09 18:43:50 +08:00 |
|
Jason Lee
|
ca9d5b77e2
|
chore: Release v0.2.0
|
2025-10-09 15:21:10 +08:00 |
|
Jason Lee
|
6ca9ac46fa
|
chore: Bump crate version. (#1340)
|
2025-10-09 15:20:34 +08:00 |
|
Jason Lee
|
1fce2e1ac4
|
menu: Improve MenuItem paddings and fix submenu support. (#1339)
Fix #1332 was broken submenu selection.
|
2025-10-09 10:52:33 +08:00 |
|
Jason Lee
|
1db3e03fc3
|
context_menu: Fix subscription leak. (#1337)
|
2025-10-08 16:02:21 +08:00 |
|
Floyd Wang
|
66851c55e4
|
Bump gpui (#1336)
|
2025-10-08 11:20:06 +08:00 |
|
ihavecoke
|
d47b9c15ed
|
menu: Add flex property to custom element in popup menu items for better layout (#1335)
|
2025-10-08 11:04:21 +08:00 |
|
Floyd Wang
|
c3954b0455
|
input: Implement styled for number input (#1333)
|
2025-10-08 10:36:28 +08:00 |
|
Jason Lee
|
c579db975f
|
menu: Better handle hover for menu item. (#1332)
Follow #1328 to improve again.
|
2025-10-08 10:17:08 +08:00 |
|
Jason Lee
|
d0396d779e
|
editor: Add document_colors LSP. (#1329)
|
2025-10-06 18:08:12 +08:00 |
|
Jason Lee
|
efe7e14e88
|
menu: Unselect menu item when mouse move out. (#1328)
|
2025-10-06 09:45:45 +08:00 |
|
Jason Lee
|
794f4d6397
|
editor: Add to support move vertical for soft wrapped lines. (#1312)
|
2025-10-03 18:19:37 +08:00 |
|
Jason Lee
|
f59bac8c8b
|
tab_bar: Let normal/active tab has same border to avoid flash on active change. (#1327)
|
2025-10-03 16:30:28 +08:00 |
|
Jason Lee
|
a48232cefd
|
input: Clean to reset selection and scroll offset. (#1326)
- Focus back to input when click `clean` button.
|
2025-10-03 16:11:27 +08:00 |
|
Floyd Wang
|
9754cab4d7
|
button: Bind element ID after button is created (#1325)
- Fix the selected-state error in the popup menu.
|
2025-10-03 14:52:53 +08:00 |
|
Floyd Wang
|
1358b2906e
|
Bump gpui (#1324)
* Wireup the `Pixels` change
https://github.com/zed-industries/zed/pull/39367.
|
2025-10-03 14:32:29 +08:00 |
|
Floyd Wang
|
4d459ea160
|
chore: Remove debugging logs
|
2025-10-03 13:37:45 +08:00 |
|
Jason Lee
|
cfd060b66d
|
editor: Split Input and Editor background color. (#1323)
Keep input to use window background color, the `editor.background` only
for Editor mode.
|
2025-10-03 11:20:01 +08:00 |
|
Jason Lee
|
e84e8ebaad
|
button: Fix button label display has overflow hidden. (#1322)
|
2025-10-03 10:18:00 +08:00 |
|
Carlo Corradini
|
908c022efe
|
chore: Assets interpolate folder path via rust embed (#1318)
Use `rust-embed` feature `interpolate-folder-path` to always
(`debug`/`release`) load assets from the correct `assets` directory
|
2025-10-02 16:04:33 +08:00 |
|
Jason Lee
|
4ee64cc661
|
theme: Update theme schema to remove card and add group_box. (#1321)
|
2025-10-02 15:29:08 +08:00 |
|
Jason Lee
|
463f01bb16
|
theme: Update macos-clasic dark theme color. (#1320)
<img width="1073" height="1006" alt="image"
src="https://github.com/user-attachments/assets/625df905-b2f9-405f-a806-4574209d39de"
/>
<img width="908" height="893" alt="image"
src="https://github.com/user-attachments/assets/2d816d64-2e69-43dc-a707-a49e5f9842d4"
/>
|
2025-10-02 14:46:27 +08:00 |
|