Dong Bin
e8dff305aa
fix: fix caller code.
2025-07-08 15:14:41 +08:00
Dong Bin
4f70744dd1
feat: update per naming convention
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-08 15:12:32 +08:00
Dong Bin
a0554d7add
feat: update per review.
2025-07-08 15:11:38 +08:00
Dong Bin
85016c9e37
feat: add inheritance.
2025-07-08 14:59:15 +08:00
Dong Bin
fb799636d9
feat: update selection handling, fix initial offset calculation.
2025-07-08 13:36:11 +08:00
Dong Bin
68f95826c5
feat: scroll to select.
2025-07-06 01:17:08 +08:00
Dong Bin
85605b5faf
feat: implement scroll detection.
2025-07-05 01:55:17 +08:00
Dong Bin
dbc41249d8
feat: implement tree like visual.
2025-07-04 16:09:33 +08:00
Dong Bin
817eb9acc9
feat: WIP.
2025-07-03 23:06:22 +08:00
Dong Bin
6deccdc1ac
feat: add mvvm demo.
2025-07-02 22:31:16 +08:00
Dong Bin
881b9ca7d3
feat: implementations.
2025-07-02 12:12:09 +08:00
Dong Bin
eb20d8eaec
Merge pull request #689 from SignorParabellaux/navmenu-improvements
...
Keyboard Navigation for NavMenu
2025-06-12 15:53:09 +08:00
Dong Bin
b6dfaa1b56
test: fix test failure.
2025-06-07 18:36:40 +08:00
Dong Bin
182eb28da5
refactor: improve AutoCompleteBox behavior and formatting
2025-06-07 18:29:04 +08:00
SignorParabellaux
f1c8d7a542
feat: add keyboard navigation to NavMenu
2025-05-31 22:28:22 +03:00
SignorParabellaux
87b971654a
refactor: NavMenu clarity and method order, NavMenuItem dedupe pointer, simplify and method order
2025-05-31 05:35:43 +03:00
Zhang Dian
82c1bf2100
Merge pull request #674 from irihitech/badge
...
Relax TemplatePart usage of Badge
2025-05-30 14:23:37 +08:00
Dong Bin
5128b03851
Fix typo
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-20 20:32:50 +08:00
Dong Bin
cda52829c7
feat: add documentation.
2025-05-20 20:28:45 +08:00
Dong Bin
c21a1d159d
feat: relax template part.
2025-05-20 20:26:19 +08:00
Dong Bin
fd27a7d429
feat: ensure initial state is respected in EnumSelector
2025-05-14 23:02:30 +08:00
Gehongyan
35fa4a6c24
remove handlers before adding handlers
2025-04-29 22:28:53 +08:00
Gehongyan
171dd85382
Subscribe to SizeChangedEvent on template applied
2025-04-29 22:14:45 +08:00
Gehongyan
d9c2a845a7
UpdateBadgePosition when the size of _badgeContainer changes
2025-04-29 10:57:32 +08:00
Gehongyan
2204e26c4a
Remove redundant call to UpdateBadgePosition
2025-04-28 17:25:10 +08:00
Gehongyan
8c31264d5a
fix: fix Badge position miscalculation
2025-04-28 17:03:52 +08:00
Zhang Dian
c5c17f6e5a
feat: add close button.
2025-04-25 00:53:08 +08:00
rabbitism
5bfa472c1e
feat: ensure dual mode event handling. ensure async command is closed.
2025-04-23 07:49:34 +08:00
rabbitism
aed5682f06
fix: fix flag issue.
2025-04-22 21:12:13 +08:00
Dong Bin
a01d36ceb3
feat: make mode a flag.
2025-04-18 19:39:13 +08:00
Dong Bin
8eaafee693
feat: always unregister event if possible.
2025-04-18 19:09:53 +08:00
Dong Bin
3eeba12d4f
fix: fix various issues from copilot review.
2025-04-18 18:59:56 +08:00
Dong Bin
0144285270
feat: improve icon and theme.
2025-04-18 18:22:40 +08:00
Dong Bin
5ba8789cf7
feat: update PopConfirm to support non-button triggers and rename Tap to Click
2025-04-18 17:59:07 +08:00
Dong Bin
67025dca9c
feat: enhance PopConfirm with async command support and improve binding. add more demo.
2025-04-18 17:54:16 +08:00
Dong Bin
2a081c0f95
feat: implement most feature.
2025-04-18 17:32:19 +08:00
Dong Bin
713c1731c9
feat: polish popup open.
2025-04-18 12:44:55 +08:00
Dong Bin
5da5e0626a
feat: add async command support.
2025-04-18 02:37:27 +08:00
Dong Bin
e9a94798e3
feat: add demo.
2025-04-18 02:08:12 +08:00
Dong Bin
c1d486297d
feat: add popconfirm.
2025-04-18 00:43:37 +08:00
Dong Bin
9e3f22c557
feat: fix various badge layout issues.
2025-04-15 22:18:23 +08:00
Gehongyan
47feb76af1
fix: fix CanDragMoveProperty for custom draggable area
...
1. Fixed the issue where specifying CanDragMoveProperty for components within the dialog in the user's code did not enable custom draggable area support.
2. Renamed title pointer event handlers for clarity, which represent handlers for all draggable areas besides the title.
Fixes irihitech/Ursa.Avalonia#643
2025-04-08 12:49:09 +08:00
rabbitism
ddcaa9483d
feat: use thumb in titlebar.
2025-04-02 00:48:47 +08:00
rabbitism
13891062c7
feat: add window thumb class.
2025-04-01 23:49:34 +08:00
Dong Bin
ffc47f572f
misc: update comment.
2025-03-28 11:52:23 +08:00
Zhang Dian
89b17752f3
feat: add TryGetXXManager to WindowXXManager.
2025-03-27 23:36:32 +08:00
Dong Bin
adf46e3949
Merge pull request #617 from irihitech/title
...
Allow setting titlebar HitTest from UrsaWindow
2025-03-21 23:25:50 +08:00
Dong Bin
917217eb2d
feat: allow setting titlebar hittest from UrsaWindow.
2025-03-20 16:53:42 +08:00
Dong Bin
38dd4642d1
fix: fix scroll button memory leakage.
2025-03-19 20:32:22 +08:00
Dong Bin
b18b6a49d1
feat: add InheritDataTypeFromItems.
2025-03-03 10:11:27 +08:00