Zhang Dian
bfb3dd671b
Add fullscreen toggle functionality and update popover alignment ( #773 )
...
* fix: update Height binding and add VerticalAlignment to fullscreen popover.
* feat: add fullscreen toggle functionality with F11 key.
2026-03-21 22:21:23 +08:00
Dong Bin
b3b7459088
Pr3/carousel page ( #772 )
...
* feat: add CarouselPage and PipsPager.
* feat: add PipsPager control and integrate into index
* feat: add PipsPagerDemo and integrate into MainView
---------
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com >
2026-03-21 17:58:35 +08:00
Zhang Dian
96f7f3d1e1
Adjust Resource Structure ( #771 )
...
* chore: update GitHub Actions to use latest versions of actions.
* feat: update theme resource structure and remove Schemes.
* refactor: simplify locale resource handling and remove redundant code.
* feat: add Light theme resource to ColorPicker and DataGrid semi themes.
* feat: replace SetResources with BulkSetResources.
2026-03-21 17:57:56 +08:00
Zhang Dian
bd4d4e2096
chore: update package versions to 12.0.0-rc1.
2026-03-20 15:05:00 +08:00
Dong Bin
01e213d741
Implement DataGrid V12 ( #770 )
...
* feat: bring datagrid demo back.
* feat: add FunctionalColorGroupControl and ShadowGroupControl with data binding
* Add 10 TFM
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com >
* feat: Use new property
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* fix: fix changelog.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* fix: fix sort member path.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* chore: remove useless property.
---------
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-19 13:28:13 +08:00
Zhang Dian
646272dc21
Fix Android Demo Issues ( #767 )
...
* fix: fix android demo issues.
* feat: enable CoreCLR usage on Android.
2026-03-15 22:09:39 +08:00
Zhang Dian
672560643b
fix: Watermark -> Placeholder. ( #769 )
2026-03-15 03:40:20 +08:00
Copilot
1d59cff87d
Implement Semi Design theme for page-based navigation controls (ContentPage / DrawerPage / NavigationPage / TabbedPage) ( #766 )
...
* Initial plan
* Implement Semi Design theme for ContentPage, DrawerPage, NavigationPage, TabbedPage
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
* fix: bind ItemsSource to Pages in TabControl of TabbedPage.
* chore: split demo navigation pages.
* demo: improve NavigationPage demo pages with interactive controls
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
* fix: use comma-separated Padding syntax and remove trailing newline
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
* feat: implement semi design theme for navigation controls in demo pages.
* feat: enhance demo pages with foreground color for better visibility
* feat: add back button visibility control and improve navigation page layout.
* chore: remove DrawerPage unused static resources.
* feat: add HighContrast resources for ContentPage, DrawerPage, NavigationPage, TabbedPage
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
* feat: implement CardTabbedPage & ButtonTabbedPage themes.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
Co-authored-by: Dong Bin <popmessiah@hotmail.com >
2026-03-15 03:37:50 +08:00
Zhang Dian
c84c8a3c90
fix: fix :checked:disabled color in AppBarToggleButton.
2026-03-12 16:34:24 +08:00
Zhang Dian
dd5f5182fa
fix CommandBar issues ( #763 )
...
* feat: extract shared theme from AppBarButton & AppBarToggleButton.
* feat: enhance CommandBar with dynamic overflow and adjustable width.
* fix: fix Width in IsCompact mode.
2026-03-12 15:56:39 +08:00
Zhang Dian
d865f2aeb4
chore: enable developer tools in debug mode and update diagnostics package references.
2026-03-10 19:07:27 +08:00
Zhang Dian
25f75d605c
feat: add Semi theme styling for CommandBar, AppBarButton, AppBarTogg… ( #759 )
...
* feat: add Semi theme styling for CommandBar, AppBarButton, AppBarToggleButton, AppBarSeparator
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
* feat: add Semi theme icons for CommandBar buttons and update styles.
* feat: add dynamic label position selection to CommandBar demo.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-03-10 16:49:03 +08:00
Dong Bin
c144056ab0
feat: add basic implementation of window decorations.
2026-03-08 23:33:23 +08:00
Zhang Dian
65e4d0d4a4
feat: upgrade Avalonia to 12.0.0-preview2.
2026-03-06 15:09:57 +08:00
rabbitism
de3ffc97b6
chore: bump to 12.0 preview
2026-02-18 11:04:28 +08:00
Dong Bin
757f91a140
Implement PlaceholderText ( #727 )
...
* feat: replace Watermark with PlaceholderText in AutoCompleteBox and related controls
* fix: remove duplicate PlaceholderForeground setter.
2026-02-18 11:04:01 +08:00
Zhang Dian
8f24b2f332
feat: add GroupBox.
2026-02-18 11:04:00 +08:00
Zhang Dian
a309729c11
chore: ready for 12.0.x.
2026-02-18 11:03:55 +08:00
Zhang Dian
d57c843032
misc: bump version.
2026-02-09 23:54:05 +08:00
Zhang Dian
3b0b007a40
fix: reverse TickBar when Slider direction is reversed. ( #744 )
2026-02-09 18:29:13 +08:00
Zhang Dian
104ba2f1f4
misc: bump version.
2025-12-30 15:26:35 +08:00
Zhang Dian
ba9dd0a574
chore: turn on CPM & slnx.
2025-12-09 13:58:01 +08:00
Dong Bin
f784a2c927
fix: try to fix wasm deployment issue. ( #698 )
2025-11-17 11:23:45 +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
301a4e954c
fix: NEW -> New.
2025-11-05 13:27:23 +08:00
Zhang Dian
dc80578c53
feat: add "NEW" label for AI Icons in IconDemo.
2025-11-05 13:24:21 +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
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
c0277a7004
feat: using ResourceDictionary.SetItems to improve Locale switching.
2025-10-16 15:28:45 +08:00
Zhang Dian
8f7cdf52b4
feat: upgrade to .NET 9.0 for Android and fix Fonts issue.
2025-10-07 15:35:12 +08:00
Zhang Dian
176430f95f
fix: fix web demo issue#674.
...
upgrade web demo to .NET 9.0 and update GitHub Actions to use checkout@v5.
2025-10-07 13:20:31 +08:00
Zhang Dian
0dda40d322
Merge pull request #672 from irihitech/split
...
ready for Avalonia 11.3.7
2025-10-04 11:30:33 +08:00
Zhang Dian
37feb8a9a7
feat: set HorizontalAlignment to Stretch for PanelPlacementSelector in SplitViewDemo.
2025-10-04 11:21:42 +08:00
Zhang Dian
be2b25a94b
feat: implement IsEditable for ComboBox.
2025-10-04 11:11:07 +08:00
rabbitism
975d14a36f
feat: upgrade to 11.3.7, implement splitview changes.
2025-10-04 10:48:38 +08:00
Zhang Dian
f7ce4aef30
feat: update application icons for Android and Desktop projects.
2025-09-29 01:33:53 +08:00
Zhang Dian
f9a85734d1
feat: add Activate command to ApplicationViewModel and bind to TrayIcon.
2025-09-29 01:33:18 +08:00
Zhang Dian
9dd846f6be
feat: add JumpTo functionality in ApplicationViewModel and integrate with menu.
2025-09-28 18:11:55 +08:00
Zhang Dian
5384de7b23
feat: update TrayIcon in macOS.
2025-09-28 16:29:02 +08:00
Zhang Dian
521ed1bd0f
misc: reduce publish warning.
2025-09-26 02:10:19 +08:00
Zhang Dian
55d472300e
misc: remove x:CompileBindings attribute from multiple XAML files.
2025-09-26 02:10:16 +08:00
Zhang Dian
cd9daf11da
feat: add search functionality to VariablesDemo and update layout.
2025-09-25 18:46:24 +08:00
Zhang Dian
1c69f53c3c
misc: bump version.
2025-09-20 18:13:23 +08:00
Aytharn
513bbba154
Merge pull request #660 from Aytharn/aytharn/localization-help
...
This pull request adds additional localisation resources
2025-09-20 17:35:38 +08:00
copilot-swe-agent[bot]
2d2f2afec1
Add ClearButton support for TextArea with ClearButton class combination
...
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
2025-07-25 06:10:49 +00:00
Zhang Dian
08d55c2b7a
misc: bump version.
2025-07-11 19:47:43 +08:00
Zhang Dian
469e2080d4
ci: remove useless command.
2025-07-11 14:15:57 +08:00
Zhang Dian
d206876c03
feat: add support for Dock, Tabalonia, and AvaloniaEdit in Overview with installation instructions.
2025-06-21 15:35:52 +08:00