Zhang Dian
4a0da34d56
misc: bump nightly version.
2026-02-10 00:05:37 +08:00
Zhang Dian
6edfba9595
fix: update TextBox padding for improved layout consistency. ( #748 )
...
(cherry picked from commit a56b1e374a )
2026-02-10 00:01:35 +08:00
Zhang Dian
9f9ba4c91b
feat: add ClearSelectionOnLostFocus property to AutoCompleteBox. ( #746 )
...
(cherry picked from commit 664d05db45 )
2026-02-10 00:01:34 +08:00
Zhang Dian
5aa8e2e10d
feat: Properly handle nc hit test for caption buttons. ( #745 )
...
(cherry picked from commit fdbfd91b8f )
2026-02-10 00:00:47 +08:00
Zhang Dian
755777fd73
fix: reverse TickBar when Slider direction is reversed. ( #744 )
...
(cherry picked from commit 3b0b007a40 )
2026-02-10 00:00:46 +08:00
Zhang Dian
1b647f7984
fix: add AutomationProperties names to ScrollViewer controls. ( #738 )
...
(cherry picked from commit c1eff9ddf8 )
2026-02-10 00:00:45 +08:00
xoma-zver
fc0fdef07f
feat: add Inter font resource reference to SemiFontFamilyRegular ( #722 )
...
(cherry picked from commit 4285e6e227 )
2026-02-10 00:00:43 +08:00
Zhang Dian
c61ac70125
fix: update MenuFlyout to use ShowMode for context menus in SelectableTextBlock and TextBox ( #739 )
...
(cherry picked from commit edacd88fa7 )
2026-02-10 00:00:43 +08:00
Zhang Dian
d5eec907a3
fix: fix DatePicker & TimePicker to respect custom Width property. ( #737 )
...
(cherry picked from commit 136d577667 )
2026-02-10 00:00:42 +08:00
Zhang Dian
ca6e04e18a
Update AutoCompleteBox style to use ClassHelper for Bordered TextBox ( #747 )
...
* feat: update AutoCompleteBox style to use ClassHelper for Bordered TextBox.
* Update src/Semi.Avalonia/Controls/AutoCompleteBox.axaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* feat: unitize Bordered style selectors.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-09 23:29:58 +08:00
Dong Bin
f3f59bd5b2
Implement PlaceholderText ( #727 )
...
* feat: replace Watermark with PlaceholderText in AutoCompleteBox and related controls
* fix: remove duplicate PlaceholderForeground setter.
2026-02-09 15:00:07 +08:00
Zhang Dian
0f63bc68bc
adjust CornerRadius & MinWidth for SplitButton ( #725 )
...
* feat: support CornerRadius for SplitButton.
* Update src/Semi.Avalonia/Controls/SplitButton.axaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* feat: refactor SplitButton layout to use Grid for better structure.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-07 16:51:27 +08:00
Zhang Dian
f46bd16904
misc: update XML namespace references and converters in XAML files. ( #726 )
2026-02-06 23:09:13 +08:00
Zhang Dian
ddad2a80d5
chore: fix conflict typos.
2026-02-06 21:50:08 +08:00
Zhang Dian
e10e83d282
misc: add SemiBorderRadiusSpacingExtraSmall for tokens.
2026-02-06 21:40:49 +08:00
Zhang Dian
9de52992b4
misc: remove useless theme.
2026-02-06 21:39:29 +08:00
Zhang Dian
61fef49023
misc: using AvaloniaUseCompiledBindingsByDefault.
2026-02-06 21:38:48 +08:00
Zhang Dian
05385a733c
feat: colorpicker reference Shared package.
2026-02-06 21:35:03 +08:00
Zhang Dian
646c9c0dbb
feat: add GroupBox.
2026-02-06 21:24:43 +08:00
Zhang Dian
925c368c53
chore: ready for 12.0.x.
2026-02-06 20:24:35 +08:00
Zhang Dian
4ef1520e64
fix: remove inline text decorations from Popup styles.
2026-01-16 17:40:11 +08:00
Dong Bin
5e751ccdbb
Disable scroll chaining in AutoCompleteBox popup. ( #716 )
...
* feat: disable scroll chaining in popup.
* feat: disable scroll chaining in MenuScrollViewer
2026-01-09 15:45:00 +08:00
Zhang Dian
185fe8c984
fix: fix the reference version of TDG.
2025-12-30 16:33:43 +08:00
Zhang Dian
104ba2f1f4
misc: bump version.
2025-12-30 15:26:35 +08:00
Zhang Dian
4895d2f51b
fix: ClearButton shouble not be focusable.
2025-12-29 16:02:00 +08:00
Shatyuka
414736443d
fix: controls under TextBox inheriting Ibeam cursor ( #710 )
2025-12-22 19:32:57 +08:00
Copilot
65d2f88cab
Make DataGrid cell grid lines use dynamic resources for thickness ( #666 )
...
* Initial plan
* Implement dynamic resources for DataGrid grid line thickness and color
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Revert DynamicResource to StaticResource for DataGridLineBrush in theme files
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
2025-12-16 17:08:07 +08:00
Dong Bin
5ef8f7ddaf
fix: replace icon resource include with semi:Icons in Index.axaml ( #707 )
2025-12-09 16:06:04 +08:00
Zhang Dian
ba9dd0a574
chore: turn on CPM & slnx.
2025-12-09 13:58:01 +08:00
Zhang Dian
69cc9b9ca3
misc: bump version.
2025-11-15 15:18:45 +08:00
Zhang Dian
9226858cda
misc: bump version.
2025-11-15 14:58:50 +08:00
Copilot
7f81aa3bde
Sync upstream: Move ContentPresenter.RecognizesAccessKey to style setters ( #696 )
...
* Initial plan
* Move ContentPresenter.RecognizeAccessKey from local value to style
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
2025-11-12 20:08:34 +08:00
Zhang Dian
7a831d35f7
feat: add AI style - Colorful & Gradient to TagLabel.
2025-11-11 19:06:17 +08:00
Zhang Dian
4c7caa6dbf
misc: revert SplitButton.
2025-11-11 15:50:32 +08:00
Zhang Dian
445b31893e
feat: enhance button styles with AI Colorful classes and update ButtonDemo layout.
2025-11-11 15:20:36 +08:00
Zhang Dian
6c8825b3df
Add AI icons & Excel, PDF, Word icons ( #691 )
...
* feat: add AI-related icons.
* feat: add AI icons to IconDemo and update view model.
* feat: rename icon files and update resource includes for consistency.
* feat: refactor IconDemo to use dynamic tab control for icons.
* fix: Filled Icons -> Fill Icons.
* misc: remove commas in icon Path.
* feat: add Excel, PDF, and Word icons.
2025-11-05 12:55:01 +08:00
Zhang Dian
aa105337fa
Merge pull request #690 from irihitech/typo
...
PointerOver -> Pointerover
2025-11-04 14:53:17 +08:00
Copilot
f92b5f4373
Add AI-related color resources to theme palette and demo ( #689 )
...
* Initial plan
* Add AI-related color resources for Light and Dark themes
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Fix gradient angle to correctly represent 278 degrees
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Fix gradient angle and add AI resources to palette demo
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Add AI General gradients section to palette demo UI
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* feat: unify gradient initialization.
* feat: add AI-related color resources for Light and Dark themes.
* feat: add AI-related color tokens to ColorTokens and PaletteDemo
* Rename AI token names from Ai to AI (capital)
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* fix: fix AI-related color tokens names.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
Co-authored-by: Dong Bin <popmessiah@hotmail.com >
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com >
2025-11-03 15:18:49 +08:00
Zhang Dian
0ea632437d
fix: fix copilot comment.
2025-10-16 16:12:40 +08:00
Zhang Dian
c0277a7004
feat: using ResourceDictionary.SetItems to improve Locale switching.
2025-10-16 15:28:45 +08:00
Zhang Dian
2c527dc598
fix: fix README badges for ColorPicker, DataGrid, and TreeDataGrid.
2025-10-09 19:54:35 +08:00
Copilot
ab2cef9dc4
Add README files to NuGet packages ( #677 )
...
* Initial plan
* Add README files to NuGet packages for Semi.Avalonia, Semi.Avalonia.DataGrid, and Semi.Avalonia.ColorPicker
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Restore Package.props import to reduce code duplication
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Add README file to Semi.Avalonia.TreeDataGrid package
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
2025-10-09 19:47:10 +08:00
Zhang Dian
1062175204
misc: bump version.
2025-10-04 11:33:54 +08:00
Zhang Dian
c632c6c1f5
feat: upgrade Avalonia.Controls.DataGrid to 11.3.7.
2025-10-04 11:19:25 +08:00
Zhang Dian
be2b25a94b
feat: implement IsEditable for ComboBox.
2025-10-04 11:11:07 +08:00
rabbitism
47c6899b94
fix: fix copilot comments.
2025-10-04 10:58:32 +08:00
rabbitism
975d14a36f
feat: upgrade to 11.3.7, implement splitview changes.
2025-10-04 10:48:38 +08:00
Zhang Dian
521ed1bd0f
misc: reduce publish warning.
2025-09-26 02:10:19 +08:00
Zhang Dian
1c69f53c3c
misc: bump version.
2025-09-20 18:13:23 +08:00
Zhang Dian
6f2129639a
misc: using AvaloniaUseCompiledBindingsByDefault.
2025-09-20 18:00:04 +08:00