Martin Zikmund
fb3c3ce8d4
chore: Update to latest verision to fix NavigationView white bar
2021-11-26 07:21:46 +01:00
Jerome Laban
f5cfa48aad
ci: Update to uno latest
2021-11-17 08:22:47 -05:00
Jerome Laban
8275339b13
chore: Update to uno latest
2021-11-15 22:42:40 -05:00
Jerome Laban
5387129ca6
ci: Adjust version
2021-11-01 21:31:16 -04:00
Jerome Laban
da225f35cc
ci: Update to uno latest
2021-10-29 15:12:29 -04:00
Jerome Laban
dc0983de40
Merge from upstream/main
2021-09-07 13:54:55 -04:00
michael-hawker
ca6f772a99
Clean-up and simplify Shadow Animations, add support for animating all shadows
2021-08-25 11:44:19 -07:00
ArchieCoder
8b3be50b33
Fix StyleCop
2021-08-10 16:29:37 -04:00
ArchieCoder
e2e5a658d5
Added license
2021-08-06 16:54:00 -04:00
ArchieCoder
368b8a0136
Merge branch 'feature/KeyDownTriggerBehavior' of https://github.com/ArchieCoder/WindowsCommunityToolkit into feature/KeyDownTriggerBehavior
2021-08-06 00:21:49 -04:00
ArchieCoder
6c5f8a231c
Fixes post code review
2021-08-06 00:21:43 -04:00
ArchieCoder
fc4e6d713f
Update Microsoft.Toolkit.Uwp.UI.Behaviors/Keyboard/KeyDownTriggerBehavior.cs
...
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2021-08-05 13:27:45 -04:00
ArchieCoder
7513e421f7
Update Microsoft.Toolkit.Uwp.UI.Behaviors/Keyboard/KeyDownTriggerBehavior.cs
...
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2021-08-05 13:26:52 -04:00
Jerome Laban
16c556bbae
chore: Uno adjustments
2021-08-04 17:04:04 -04:00
ArchieCoder
f9541bff84
Completed
2021-08-04 14:49:09 -04:00
Jerome Laban
31c12cbf7e
Merge from github/main
2021-08-03 12:03:12 -04:00
Rosario Pulella
ffed1a6799
Merge branch 'main' into focusBehavior
2021-07-21 09:59:20 -04:00
Yifan Liu
d01bbd7bfa
use bool flag for ListViewBase
2021-07-21 10:29:01 +08:00
Nirmal Guru
a7f0b4930b
Remove BOM (Byte Order Mark) from new files
...
VS IDE still adds this but its no longer needed!
2021-07-20 21:45:20 +05:30
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
Alexandre Zollinger Chohfi
2a60354dab
Org rename: windows-toolkit -> CommunityToolkit
2021-07-19 10:39:06 -07:00
Yifan Liu
93291a4bdd
add a comment
2021-07-07 14:46:07 +08:00
Yifan Liu
010b09fa23
Improve FocusBehavior: support list view lazy render. support control x:load.
2021-07-07 14:12:15 +08:00
Michael Hawker MSFT (XAML Llama)
d38bd78db8
Merge branch 'main' into add-textbox-selectall-behavior
2021-06-18 13:27:57 -07:00
Nirmal Guru
7586eeb013
Reorder code-blocks for better readability
...
To make diff understandable through blame and across similar project files,
I have re-organized some lines in these project files. This also improves
readability. Previously, the focus is per-project file but now—to maintain
project logic across repos and several similar logic across project files,
new way of authoring project files is required.
This refactor is the start of it.
2021-06-04 21:00:22 +05:30
Nirmal Guru
8d205a1096
Fix-up comments across project files
...
Format comments to be legible.
- Place comment start and end tags on a new line for multi-line comments.
- Have space between start and end tags in a single line comment.
Place comments where appropriate.
- If an entire block is common to the comment then place it above the block.
- Only place a comment near or after the block, if it refers exclusively.
Sources are not formatted!
2021-06-04 21:00:21 +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
Kyaa Dost
cd4e5ca0ab
Merge branch 'main' into add-textbox-selectall-behavior
2021-05-25 09:59:48 -07:00
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
Rosario Pulella
6a55e517e7
Given that spaces seperate tags, remove duplicate tags
2021-03-22 17:39:23 -04:00
Rosario Pulella
8de7ea40ec
Update Microsoft.Toolkit.Uwp.UI.Behaviors/Microsoft.Toolkit.Uwp.UI.Behaviors.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
Julien Brianceau
8ac9c11b28
Merge branch 'master' into add-textbox-selectall-behavior
2021-03-12 09:45:21 +01:00
Jerome Laban
b1e718e232
Merge rel/7.0.0
2021-03-11 11:27:32 -05:00
Alexandre Zollinger Chohfi
c2e3c526d1
Changed all DispatcherTimer to DispatcherQueueTimer.
2021-03-10 12:42:36 -08:00
Jerome Laban
1dc21ed175
chore: Adjust for preview5 merge
2021-03-04 17:38:56 -05:00
Julien Brianceau
bb7ac37e01
Add AutoSelectBehavior
2021-02-25 17:41:17 +01:00
Sergio Pedri
f2a4d5d38d
Changed extensions namespaces in UWP packages
2021-02-24 01:37:08 +01:00
Sergio Pedri
7b4acf3bf7
Renamed AnimationSet trigger behaviors
2021-02-09 18:41:08 +01:00
Sergio Pedri
71608cc36c
Renamed AnimationSet.Ended to Completed
2021-02-09 18:41:08 +01:00
Sergio Pedri
90c6f40c44
Fixed Diagnostics dependencies in other packages
2021-02-03 01:45:15 +01:00
Sergio Pedri
4f3547109c
Added StopAnimationAction
2021-01-21 13:41:14 +01:00
Sergio Pedri
a3e3ffff08
Tweaked some namespaces
2021-01-17 19:37:06 +01:00
michael-hawker
9e4f4bc3b9
Add InvokeActionsActivity to Behaviors Package and Sample
2021-01-08 12:18:35 -08:00
michael-hawker
b8e1eed561
Merge branch 'dev/new-animations' into feature/animation-apis-revamp
...
# Conflicts:
# Microsoft.Toolkit.Uwp.UI.Animations/CompositionAnimations/Animations/AnimationBase.cs
# Microsoft.Toolkit.Uwp.UI.Animations/CompositionAnimations/KeyFrames/KeyFrame.cs
# Microsoft.Toolkit.Uwp.UI.Animations/Extensions/AnimationTools.cs
2021-01-08 10:39:56 -08:00