1004 Commits

Author SHA1 Message Date
SKProCH 698a9de8eb Merge pull request #181 from AvaloniaCommunity/dev
Publish release / Build and pack (push) Has been cancelled
Publish release / Merge packages and publish release (push) Has been cancelled
v3.0.0-avalonia10-preview2
2022-09-26 20:58:20 +03:00
SKProCH c411c24339 Merge branch 'master' into dev v3.0.0-avalonia10-preview2 2022-09-26 20:56:54 +03:00
SKProCH 9317d2e201 Revert version change (still preview2) [no nightly] 2022-09-26 18:38:19 +03:00
SKProCH 074c431faa Downgrade Avalonia dependency for Material.Dialog 2022-09-26 18:34:18 +03:00
SKProCH ec4195aa83 Move FavIcon.svg to wiki folder, add package icon [no nightly] 2022-09-25 23:49:26 +03:00
SKProCH 1dd9116477 Add PackageTags [no nightly] 2022-09-25 23:35:02 +03:00
SKProCH db3ebff3ff Bump version to 3.0.0-avalonia10-preview2 [no nightly] 2022-09-25 21:33:02 +03:00
SKProCH d474f8b0a8 Version 3.0.0-rc0 was replaced with 3.0.0-avalonia10-preview1 (in order to keep version names clear) v3.0.0-avalonia10-preview1 2022-09-25 21:32:35 +03:00
SKProCH e20b47db59 Update license information [no nightly] 2022-09-25 20:52:41 +03:00
SKProCH 9fd7477a79 Merge branch 'release/3.0.0-preview2' into dev
# Conflicts:
#	Material.Styles/Themes/Theme.cs
#	Material.Styles/Themes/ThemeExtensions.cs
2022-09-25 19:58:44 +03:00
SKProCH 48555f2fd2 Rollback Avalonia dependencies to the nearest possible (0.10.13) for packages and to latest (0.10.18) for demo 2022-09-25 19:52:01 +03:00
SKProCH 897beae078 Remove Banner.svg and include Another README.md to nuget packages [no nightly] 2022-09-25 19:22:32 +03:00
SKProCH 7e5da70870 Change README.md images with direct links and markdown elements 2022-09-25 19:21:32 +03:00
SKProCH 9d8ccd5d7f Bump dependencies in demo [no nightly] 2022-08-09 15:00:52 +03:00
SKProCH 5a69b0aa0f Update README.md to avoid misunderstanding MaterialTheme in nightly versions [no nightly] 2022-08-09 14:33:18 +03:00
SKProCH e04c14e1b1 Implement adapting to system base theme mode on Windows 2022-07-30 20:20:55 +03:00
appleneko2001 1583193b26 Merge remote-tracking branch 'origin/dev' into 3.0_major_update
# Conflicts:
#	Material.Styles/Expander.xaml
2022-07-12 21:54:33 +09:00
appleneko2001 687b411a4b Replace Avalonia.Themes.Default style (Expander) 2022-07-12 21:49:12 +09:00
appleneko2001 235fae9349 Improve expander demo page 2022-07-12 21:44:46 +09:00
appleneko2001 ca6a37da31 Add ContentExpandControl to style includes 2022-07-12 21:44:20 +09:00
appleneko2001 d161b7f5ed Improve expander styles 2022-07-12 21:43:51 +09:00
appleneko2001 705ca788e8 Create ContentExpandControl, used for animate resizing 2022-07-12 21:43:19 +09:00
appleneko2001 d634d4c7c0 Redesign expander (vertical only, LayoutTransform have blinding glitch) 2022-07-12 18:21:56 +09:00
appleneko2001 db8a4e1eaf Merge remote-tracking branch 'origin/dev' into 3.0_major_update
# Conflicts:
#	Material.Avalonia/Material.Avalonia.csproj
#	Material.Colors/Material.Colors.csproj
#	Material.DataGrid/Material.DataGrid.csproj
#	Material.Demo/Material.Demo.csproj
#	Material.Dialog/Material.Dialog.csproj
#	Material.Dialog/Views/AlertDialog.axaml.cs
#	Material.Dialog/Views/CustomDialog.axaml.cs
#	Material.Dialog/Views/TextFieldDialog.axaml.cs
#	Material.Dialog/Views/TimePickerDialog.axaml.cs
#	Material.Ripple/Material.Ripple.csproj
#	Material.Styles/Material.Styles.csproj
2022-07-11 14:15:16 +09:00
appleneko2001 ca6c7455e3 Add TransitioningContentControl style support 2022-07-11 13:51:16 +09:00
appleneko2001 6de33a86e8 Use latest avaloniaUI (0.10.16) 2022-07-11 13:50:18 +09:00
appleneko2001 a29cad195c Allow use Avalonia.Diagnostics to dialogs when using DEBUG profile 2022-07-11 13:49:40 +09:00
appleneko2001 9d70fa5cca attach textblock properties to NumericUpDown 2022-07-11 13:35:02 +09:00
appleneko2001 a59f1f65ea Use OptionalCloseLeftDrawer api to close nav drawer when user choose section 2022-07-11 13:31:33 +09:00
SKProCH e43c9f364c Fix task name in pipelines [no nightly] 2022-07-07 15:28:59 +03:00
appleneko2001 04faae2824 Move dialog host control to top level as content of window, return back DialogHost demo 2022-07-05 11:36:09 +09:00
appleneko2001 0b2f6ff0b2 Remove unnecessary item group (Material.Demo project file) 2022-07-05 11:34:24 +09:00
appleneko2001 13dc0b9a63 Add padding to alert dialog and text field dialog 2022-07-05 11:33:55 +09:00
appleneko2001 db2dfa916c add await ContinueWith, change using (MaterialThemeBase) 2022-07-05 11:33:31 +09:00
appleneko2001 c7b39e09e3 Update avalonia package 2022-07-05 11:26:50 +09:00
appleneko2001 e5e9d3c945 Merge remote-tracking branch 'origin/dev' into 3.0_major_update
# Conflicts:
#	Material.Demo/App.axaml
#	Material.Demo/MainWindow.axaml
#	Material.Demo/Pages/DialogDemo.axaml
#	Material.Demo/Pages/DialogDemo.axaml.cs
#	Material.Demo/Pages/SlidersDemo.axaml
#	Material.Styles/Converters/AutoCorrectPositionConverter.cs
#	Material.Styles/DialogHost.axaml
#	Material.Styles/MaterialToolKit.xaml
#	Material.Styles/Slider.xaml
#	Material.Styles/Themes/MaterialThemeBase.cs
2022-07-05 11:02:37 +09:00
appleneko2001 31b3902740 .net core 3.1 not support ShowMeTheXaml, use .net5 instead 2022-07-05 10:43:09 +09:00
appleneko2001 67a87ef640 remove "not compile MaterialCalendar.cs" item group 2022-07-05 10:42:13 +09:00
appleneko2001 80a84d33d5 Remove nullable annotations in MaterialThemeBase and ColorZone 2022-07-05 10:39:17 +09:00
appleneko2001 35a8b3e85c Code cleaning (unused using) 2022-07-05 10:21:35 +09:00
appleneko2001 60c0aa2e51 Reformat and improve code (all assists) 2022-07-05 10:20:42 +09:00
appleneko2001 a830fd627a Merge remote-tracking branch 'origin/dev' into dev 2022-07-04 18:52:05 +09:00
appleneko2001 7376ff8560 Apply fix for issue #172 2022-07-04 18:50:13 +09:00
appleneko2001 1b4c7cee39 Add default value for Slider, correct dots positioning 2022-07-04 18:34:29 +09:00
appleneko2001 49ab2f387c Fix bubble position glitch (issue#172, for 3.0 PR) 2022-07-04 18:34:28 +09:00
SKProCH 0db7b055ea Update pipelines
[no nightly]
2022-07-02 19:55:52 +03:00
SKProCH 43bfc182dc Change resources apply logic to avoid colors apply delay while application starting 2022-07-02 19:43:16 +03:00
SKProCH a8e3637348 Fix Slider tooltips in demo
Fixes #174
2022-07-02 16:53:16 +03:00
SKProCH 920692d7b8 Merge pull request #175 from AvaloniaCommunity/removeDialogHostDependencies
Remove dialog host dependencies
2022-07-02 15:58:00 +03:00
SKProCH 8125ab5d84 Add DialogHost removal message in MaterialToolKit.xaml 2022-07-02 15:57:04 +03:00