Christopher Blackman
891fa5c7ae
Fix resize issue when AttachedCardShadow.InnerContentClipMode == CompositionMaskBrush
2022-06-28 14:45:00 -04:00
Christopher Blackman
afe134d4ef
Fix potential resize issue whenAttachedCardShadow.InnerContentClipMode == CompositionGeometricClip
2022-06-28 14:40:41 -04:00
Christopher Blackman
bb048b4cc5
Null check fixes
2022-06-28 14:27:27 -04: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
555d6e9f15
Add comments to AttachedCardShadow
2022-05-09 19:05:28 -04:00
Christopher Blackman
b6cf5c1d8d
Update AttachedCardShadow.cs
...
Remove extra OnPropertyChanged call
2022-04-05 20:43:21 -04:00
Christopher Blackman
d2c13d0f99
Update AttachedCardShadow.cs
...
Fix DependencyProperty registration
2022-04-05 20:40:49 -04:00
Christopher Blackman
0809907dce
Add header
2022-04-05 20:31:55 -04:00
Christopher Blackman
169e296e3e
Add comment.
2022-04-05 20:31:55 -04:00
Christopher Blackman
2c870ee285
Rearrange elements
2022-04-05 20:31:55 -04:00
Christopher Blackman
d90b89aac5
Don't inherit from AttachedCardShadowBase
2022-04-05 20:31:55 -04:00
Christopher Blackman
136436f4ac
Remove unused code. Add InnerContentClipMode.None.
2022-04-05 20:29:32 -04:00
Christopher Blackman
fded2edffa
Add InnerContentClipMode
2022-04-05 20:29:15 -04:00
Sergio Pedri
c99142919b
Replace some BindSize calls with RelativeSizeAdjustment
2022-01-04 13:48:52 +01:00
michael-hawker
2ac2c51594
Update Package Descriptions - Fixes #4210
2021-09-15 14:56:44 -07:00
michael-hawker
e418928cd9
Clean-up Shadow internal part usage based on @Sergio0694 PR comments
2021-08-27 14:52:40 -07:00
michael-hawker
08ffdcf84e
Fix issues with XML documentation for new shadows feature
2021-08-25 11:44:19 -07:00
michael-hawker
0459a898ad
Add initial Composition based AttachedDropShadow support
2021-08-25 11:44:02 -07:00
michael-hawker
f48df97bc1
Clean-up some documentation and info about min version to sample app
2021-08-25 11:43:30 -07:00
michael-hawker
f2a82541f0
Move AttachedShadow to root namespace for Uwp.UI.Media
2021-08-25 11:42:46 -07:00
Christopher Blackman
5d1c7bf56c
Fixed member access
2021-08-25 11:42:44 -07:00
Christopher Blackman
ab486ec0b5
Initial attached shadow code
2021-08-25 11:42:43 -07:00
Nirmal Guru
b105331ad2
Update Assembly/Package Titles
...
The package title doesn't follow a particular format and is not machine readable.
Thus, I propose the following format: "'Product' - 'Area' - 'Specifics' ('Source/Target')"
2021-07-20 21:45:18 +05:30
Nirmal Guru
3ad9062623
Refactor Core project files
...
Organize Package tags
Update Package descriptions
Remove redundant MSBuild logic
Consolidate common MSBuild logic
2021-07-20 21:45:09 +05:30
Nirmal Guru
06362b2134
Fix-up new-lines across project files
...
Add/Remove new-lines (only in project files, xml files and some source files)
2021-06-04 21:00:19 +05:30
Nirmal Guru
c6d9fe4b48
Rename missed files from previous renames
...
Runtime Directive files and the text files that have been missed in previous renames have been renamed as proposed!
2021-06-04 21:00:13 +05:30
Nirmal Guru
92dd6a64e9
Remove redundant xml meta-tag
...
XML files defaults to 'UTF-8' encoding.
Thus, the meta-tag is no longer needed!
2021-05-17 12:43:06 -07:00
Nirmal Guru
41c9964cf9
Use Unicode charset without the BOM
...
Update and follow EditorConfig settings.
BOM: Byte Order Mark (Used to identify UTF-8 encoding).
We don't need BOM specified as the latest editors can work without it.
2021-05-17 12:43:06 -07:00
Nirmal Guru
ae9e58e25e
Clean-up trailing white-spaces
...
Remove final new-lines
Remove trailing white-spaces
2021-05-17 12:43:06 -07:00
Sergio Pedri
a042ce381b
Fixed param name generation in ExpressionNode
...
Fixes https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/4011
2021-05-05 00:34:06 +02:00
Sergio Pedri
0c1fb1b179
Improved Guid.ToUppercaseAsciiLetters() extension
2021-05-05 00:29:46 +02:00
Julien Brianceau
407b5d8d66
Fix typos in the code base
...
Note that only comments are impacted by this change.
2021-04-04 15:24:40 +02:00
Rosario Pulella
6a55e517e7
Given that spaces seperate tags, remove duplicate tags
2021-03-22 17:39:23 -04:00
Rosario Pulella
ded9c5d445
Update Microsoft.Toolkit.Uwp.UI.Media/Microsoft.Toolkit.Uwp.UI.Media.csproj
...
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2021-03-19 14:33:29 -04:00
Rosario Pulella
7566a30795
Remove repated Toolkit and Windows tags
2021-03-19 14:33:28 -04:00
Rosario Pulella
68e5ba2161
Add WCT tags to packages.
2021-03-19 14:33:28 -04:00
Rosario Pulella
7333504779
Sperate Tags by semicolons
2021-03-19 14:33:17 -04:00
Alexandre Zollinger Chohfi
2352a467ea
Moved a few things to use the DispatcherQueue.
2021-03-10 12:09:57 -08:00
Sergio Pedri
d97a7f674b
Added DelayBehavior option to XAML animation types
2021-03-03 23:47:38 +01:00
Sergio Pedri
8941f6c95e
Fixed more leftover .Extensions references
2021-02-24 01:37:09 +01:00
Sergio Pedri
a31958e630
Fixed visibility of some Media internal extensions
2021-02-24 01:37:08 +01:00
Sergio Pedri
4bafb55262
Refactored removed Diagnostics dependency
2021-02-04 22:21:59 +01:00
Sergio Pedri
67e3842342
Merge branch 'master' into feature/win2dparser
2021-02-04 21:58:23 +01:00
Sergio Pedri
90c6f40c44
Fixed Diagnostics dependencies in other packages
2021-02-03 01:45:15 +01:00
Ratish Philip
e618fc74cc
CanvasGeometry path parse error now more descriptive in the Sample App.
2021-01-22 08:22:40 -08:00
Ratish Philip
530e722630
Merge branch 'master' into feature/win2dparser
2021-01-21 18:27:23 -08:00
Ratish Philip
30a5040d6f
Removed logger from CanvasPathGeometry. Using ICanvasPathReceiver in SampleApp instead.
2021-01-21 18:22:27 -08:00
Sergio Pedri
86843c2784
Simplified namespace organization
2021-01-21 14:12:38 +01:00
Sergio Pedri
f362ebf91a
Improved exception messages with effect animations
2021-01-21 13:53:47 +01:00
Ratish Philip
42f9b5c0e2
Added more TestCases as per code review comments.
2021-01-19 17:28:16 -08:00