LalithaNadimpalli
f3cb295c53
ListDetailsView.ListPaneWidth Null check fix
...
List Details View NRE check
2022-08-26 09:32:10 -07:00
Michael Hawker MSFT (XAML Llama)
2d9041626d
Update Readme and add mention of Windows 11 and WinUI 3 ( #4563 )
...
* Update Readme and add mention of Windows 11 and WinUI 3
* Update Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
2022-05-20 14:48:51 -07:00
Michael Hawker MSFT (XAML Llama)
cca764fafb
Merge pull request #4404 from Ryken100/ryken100/feature-AttachedNineGridCardShadow
...
Clip inner content from AttachedCardShadow using CompositionMaskBrush
2022-05-11 10:14:45 -07:00
Christopher Blackman
095c31568b
Set CompositionGeometricClip as the default clipping mode
2022-04-05 20:29:40 -04:00
Christopher Blackman
7c1da95dfe
Add InnerContentClipMode to sample
2022-04-05 20:29:32 -04:00
HEIGE-PCloud
acc7f48f1d
chore: move format provider inline
...
Signed-off-by: HEIGE-PCloud <heige.pcloud@outlook.com>
2022-02-04 09:20:16 +00:00
HEIGE-PCloud
b1a4569ebe
fix: add InvariantCulture for DateTimeOffset.Parse
2022-02-03 09:34:25 +00:00
Zach Teutsch
c12c31b0f7
Added tooltip to ReleaseNoteTemplate
2022-01-11 19:29:33 -08:00
Zach Teutsch
6a6f3e134a
Added text trimming to release notes name on About page
2022-01-09 22:27:00 -08:00
XAML-Knight
532700278a
Merge pull request #4403 from XAML-Knight/bugfix/RemoveUnusedNSDecl
...
Remove excessive namespace declarations
2021-12-09 10:23:24 -08:00
XAML-Knight
8be732815d
.NET Standard extraction ( #4395 )
...
* Initial commit - remove projects
* After effects of removing NET Standard
* Removed duplicate tests, continued refactor
* Change to 7.1.2
* Update to 7.1.2 NuGet
* Address CI build errors
* Remove files from file system
* Update namespace in comments
* code comment to kick off CI build
* Initial commit - remove projects
* After effects of removing NET Standard
* Removed duplicate tests, continued refactor
* Change to 7.1.2
* Update to 7.1.2 NuGet
* Address CI build errors
* Remove files from file system
* Update namespace in comments
* code comment to kick off CI build
* Update cake
* Remove MVVM package reference
* Bring in Microsoft.Toolkit NuGet
* Delete solution filter file
2021-12-02 13:15:33 -08:00
Darren Batchelor
0c8bebcb8e
Remove excessive ns declarations
2021-11-29 14:52:55 -08:00
Michael Hawker MSFT (XAML Llama)
3381011665
Merge pull request #4320 from XAML-Knight/dev/ViewportLogging
...
Add Property panel for ViewportBehavior
2021-10-15 13:52:59 -07:00
Darren Batchelor
0ce0cf3a2d
Bring back original impl, set IsAlwaysOn in Sample page to true
2021-10-14 14:01:31 -07:00
Darren Batchelor
7ef191888a
Moved code into *.Properties.cs file, wired up IsAlwaysOn flag
2021-10-13 16:35:37 -07:00
Darren Batchelor
d766b9ee59
Initial commit
2021-10-12 09:58:51 -07:00
Herrick Spencer
d139c80771
Fix for the OnDeviceExtension Sample
2021-10-11 14:14:23 -07:00
Sergio Pedri
6a46fb5feb
Fixed incorrect path for T-Rex sample image
2021-09-28 15:17:47 +02:00
Sergio Pedri
0109e8bfef
Fixed incorrect paths for pipeline sample resources
2021-09-27 13:44:12 +02:00
Sergio Pedri
4612a38f2a
Added sample page demo for reset feature
2021-09-24 17:55:26 +02:00
michael-hawker
dd9e3b896a
Update new samples
2021-09-22 15:33:30 -07:00
michael-hawker
05d5f05915
Test fix for ListDetailsView
2021-09-22 15:33:24 -07:00
michael-hawker
98985af02a
Remove Warnings
2021-09-22 15:33:11 -07:00
michael-hawker
41539089d9
Update Copyright
2021-09-22 15:33:01 -07:00
Rosario Pulella
f623901b86
samples.json: Fix Graph doc url
2021-09-21 14:36:06 -04:00
Michael Hawker MSFT (XAML Llama)
760ab9ff25
Merge pull request #4260 from michael-hawker/shadow-docs
...
Update AttachedShadow example and future doc links
2021-09-21 08:09:49 -07:00
Michael Hawker MSFT (XAML Llama)
19dae10862
Merge pull request #4261 from RosarioPulella/sample/fix-samples.json
...
Fix samples.json values.
2021-09-20 18:38:34 -07:00
Rosario Pulella
f96ff02130
samples.json: Make CodeUrl values more specific to samples
2021-09-20 16:51:43 -04:00
Rosario Pulella
9218877e69
samples.json: Make CodeUrl point to a folder containing all relevent
...
code for sample
2021-09-20 16:49:44 -04:00
Rosario Pulella
1b993306aa
samples.json: Fix CodeUrl values point to wrong location in
...
Graph-Controls
2021-09-20 16:48:15 -04:00
Andrew Leader
fa96904bd4
Remove NotificationsVisualizerLibrary from sample app ( #4259 )
...
The NotificationsVisualizerLibrary is being deprecated/no longer updated, and we really don't need this dependency. Replacing the previews with static images/GIFs so that there are still previews of the toasts/tiles without affecting sample functionality.
2021-09-20 13:46:54 -07:00
Rosario Pulella
a9c00c0274
samples.json: Fix broken CodeUrl values that point to wrong location in
...
WCT
2021-09-20 16:46:30 -04:00
Rosario Pulella
72fc5d9258
samples.json: Fix CodeUrl values that should point to main branches
2021-09-20 16:39:56 -04:00
michael-hawker
f7801ea57f
Use lighter Border over Grid for Shadow Target
2021-09-20 11:50:59 -07:00
Michael Hawker MSFT (XAML Llama)
f832e011eb
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows/AttachedShadowCompositionXaml.bind
2021-09-20 11:22:13 -07:00
michael-hawker
7734adfe84
Update AttachedShadow example and future doc links
2021-09-20 11:16:57 -07:00
Michael Hawker MSFT (XAML Llama)
7816189147
Merge pull request #4256 from michael-hawker/winui27-update
...
Update to WinUI 2.7
2021-09-16 17:39:28 -07:00
Michael Hawker MSFT (XAML Llama)
6ed77211e0
Merge pull request #4249 from XAML-Knight/dev/InAppNotifDismiss225
...
Upgraded Dismiss button to be legible at 225% text display setting
2021-09-16 15:05:06 -07:00
michael-hawker
336bd38257
Update to WinUI 2.7
2021-09-16 10:47:34 -07:00
michael-hawker
f992af412c
Apply fix to sample to show proper way to use TokenizingTextBox Binding to ItemsSource
...
Avoids bug #4248
2021-09-15 14:56:43 -07:00
Darren Batchelor
a094881d9b
Removed excess white space before transform element
2021-09-15 14:36:51 -07:00
Darren Batchelor
3237e699ac
Upgraded Dismiss button to behave at 225% setting
2021-09-15 13:51:31 -07:00
Michael Hawker MSFT (XAML Llama)
9cf163043e
Add comment about DateTimeOffset binding from #2493 comment
...
https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/2493#issuecomment-424917060
2021-09-02 17:00:03 -07:00
michael-hawker
e89cac670b
Add PreparingCellForEdit example to open CalendarDropDown on 2nd click
2021-09-02 16:27:14 -07:00
michael-hawker
99d587f939
Enhance DataGrid Sample
2021-09-02 15:55:09 -07:00
Michael Hawker MSFT (XAML Llama)
2b84917581
Remove stale comment on attached shadow example
2021-08-30 16:02:51 -07:00
robloo
9f20cf4dbb
Merge branch 'master' into color-picker-fixes
2021-08-29 13:11:57 -04:00
robloo
79f2931657
Fix ColorPickerButton samples and switch to StackPanel
...
This is now the same as ColorPicker samples
2021-08-29 13:05:05 -04:00
Michael Hawker MSFT (XAML Llama)
01c9fa3717
Update Microsoft.Toolkit.Uwp.SampleApp/Common/Vector3Converter.cs
2021-08-27 14:05:28 -07:00
Michael Hawker MSFT (XAML Llama)
f3b0e5c40e
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows/AttachedShadowCompositionXaml.bind
2021-08-27 12:34:56 -07:00