Граф коммитов

3207 Коммитов

Автор SHA1 Сообщение Дата
michael-hawker da12803821 Update Sample App's Sample ToString method for helping with Debugging/UIA 2021-03-24 15:08:22 -07:00
Alexandre Zollinger Chohfi 354c7e3f60 Fixed ListViewExtensionsCode.bind file. 2021-03-16 11:03:39 -07:00
Julien Brianceau 8ac9c11b28
Merge branch 'master' into add-textbox-selectall-behavior 2021-03-12 09:45:21 +01:00
Michael Hawker MSFT (XAML Llama) 5c190b2b09
Merge branch 'master' into sample-app-updates 2021-03-10 22:19:14 -08:00
Alexandre Zollinger Chohfi 0addc9b813
Merge branch 'master' into sampleAppMediaFix 2021-03-10 20:20:21 -08:00
Alexandre Zollinger Chohfi 934706adde
Update Microsoft.Toolkit.Uwp.SampleApp/Models/Sample.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2021-03-10 20:20:15 -08:00
michael-hawker a022a85cec Update app version number to 7.0.0 2021-03-10 14:48:17 -08:00
michael-hawker 42930b0609 Fix Fade doc link and extra comma 2021-03-10 14:47:18 -08:00
michael-hawker ed2924bd97 Merge remote-tracking branch 'sergio/sample/animation-apis' into sample-app-updates 2021-03-10 14:35:00 -08:00
Michael Hawker MSFT (XAML Llama) ea6adecf2c
Merge pull request #2 from RosarioPulella/sample-app-updates-url-fixes
Sample app updates url fixes
2021-03-10 14:33:08 -08:00
Rosario Pulella 2c80dd9e7f
Fix sampel doc link AutoFocusBehavior + FocusBehavior 2021-03-10 17:26:44 -05:00
Rosario Pulella 8392fc6c17
EnumValuesExtnetion sample fix DocUrl 2021-03-10 17:19:34 -05:00
Sergio Pedri 7a0fda9658 Fixed outdated docs links 2021-03-10 22:29:15 +01:00
Rosario Pulella 9287bb1a64
Mark missing docs 2021-03-10 15:36:52 -05:00
Rosario Pulella 16a10ee2ea
Mark broken urls 2021-03-10 15:36:40 -05:00
Rosario Pulella 079014733c
Maybe good url for GazeTracking sample 2021-03-10 15:35:10 -05:00
Rosario Pulella 13385237bd
Maybe good urls for VisualEffectFactory 2021-03-10 15:34:33 -05:00
Sergio Pedri 99bacbd968 Fixed animation samples links and icons 2021-03-10 21:33:00 +01:00
Rosario Pulella a3d6d0289c
More safe url fixes 2021-03-10 15:32:28 -05:00
Rosario Pulella 73bc2a44ab
A bunch of safe url fixes for the sample pages 2021-03-10 15:22:33 -05:00
michael-hawker 7703b5c101 Add-in Graph Control docs
Can't add examples back as we haven't rebuilt the Graph Controls library yet.
2021-03-10 11:22:21 -08:00
michael-hawker daede61937 Ensure code url goes to the same version as the package in release mode. 2021-03-10 00:15:37 -08:00
michael-hawker 3bed168f6f Update Sample App to properly open links found in docs now
Have docs in release mode look at live branch of last shipped docs.
2021-03-09 23:33:49 -08:00
michael-hawker 8fa1b43af1 Fix Home Button being broken
Remove Custom NavigationView template, it should support everything we need now
Remove workaround for WinUI 2.4 bug
Add new workaround for another issue...
2021-03-09 18:33:36 -08:00
michael-hawker 99dded7013 Apply XAML Styler changes 2021-03-09 17:42:15 -08:00
michael-hawker 78dacf4fcd Add 7.0 features to landing page
Fix issue with version history display on About page
Add Wiki Link
Add MVVM Toolkit entry to sample for docs
Clean-up ColorPickerPage sample
2021-03-09 17:42:07 -08:00
michael-hawker a66a4a03f6 Simplify Range Selector sample 2021-03-09 16:43:26 -08:00
Michael Hawker MSFT (XAML Llama) f34345a39a
Merge branch 'master' into dev/fast-pass-rendering 2021-03-08 15:03:21 -08:00
Michael Hawker MSFT (XAML Llama) e4050fae96
Merge branch 'master' into dev/stringextensions-a11y 2021-03-08 15:01:08 -08:00
Marcel Wagner 343e21be7e
Fix issue with bold not being applied 2021-03-08 21:47:40 +01:00
michael-hawker d6fcdfc021
Update RangeMin and RangeMax to RangeStart and RangeEnd
These properties and their descriptions were confusing (and abbreviated) which made it difficult to understand how they differed from the Minimum/Maximum value properties.
This clearly now separates which properties are being selected by the user. Their comments have been updated as well.
It also aligns with the new Range struct field names in .NET: Start/End.

original author: @michael-hawker
2021-03-08 15:30:58 -05:00
Marcel Wagner e4f8d5b842 Switch to italic 2021-03-08 19:19:17 +01:00
Marcel Wagner 76215966a7 Switch to fast pass rendering 2021-03-08 18:31:18 +01:00
Sergio Pedri 41c44729f8 Renamed mask placeholder property 2021-03-05 23:32:21 +01:00
Sergio Pedri 6b4985ec33 Updated TextBoxExtensions sample pages 2021-03-05 23:32:21 +01:00
Sergio Pedri 72dd8318d3 Added AnimationBuilder C# sample code 2021-03-05 18:51:59 +01:00
michael-hawker bb961a4d89 🦙 Add more 🦙 2021-03-04 13:02:06 -08:00
michael-hawker 08bbe5802c Clean-up sample and better separate the two examples 2021-03-04 12:32:55 -08:00
michael-hawker 332fd2c2b4 Remove duplicate style from WrapPanel sample 2021-03-04 11:25:27 -08:00
michael-hawker c63e6955ba Remove complex property from SwitchPresenter
Fix name of TargetType DependencyProperty
Add better Enum string support
2021-03-04 11:25:27 -08:00
michael-hawker 2506faacb7 Add basic SwitchPresenter sample to Sample App 2021-03-04 11:25:26 -08:00
Michael Hawker MSFT (XAML Llama) f7bf580c89
Merge branch 'master' into fix-local-release-build 2021-03-04 02:00:40 -08:00
Shane Weaver 3a308428cc
Merge branch 'master' into shweaver/inappnotifications 2021-03-03 10:06:50 -08:00
Kyaa Dost 73be0aa7eb
Merge branch 'master' into shweaver/inappnotifications 2021-03-02 14:16:56 -08:00
Sergio Pedri eb0c096a5f Fixed a crash with the items list animations 2021-03-02 22:51:31 +01:00
Shane Weaver 5932530c5e Fixed the bug in InAppNotifications with datatemplate 2021-03-02 12:37:04 -08:00
Shane Weaver d5d569c243 Fixed bug in InAppNotification sample 2021-02-26 12:15:39 -08:00
Rosario Pulella 121746658d
Made fuctions synchronous that were no longer using await 2021-02-26 11:13:25 -05:00
Rosario Pulella 4405645baf
Split out multi class file 2021-02-26 11:09:05 -05:00
Rosario Pulella dfebacc946
Remove unused _isParsing var 2021-02-26 11:09:04 -05:00
Rosario Pulella 6a4baa2c76
Add space before comment 2021-02-26 11:09:04 -05:00
Julien Brianceau 96ccfe1871 Add documentation url in samples.json to address PR comment 2021-02-26 11:40:00 +01:00
Shane Weaver b66de95f9d Restructuring use of custom notification 2021-02-25 14:27:49 -08:00
Julien Brianceau bb7ac37e01 Add AutoSelectBehavior 2021-02-25 17:41:17 +01:00
Alexandre Zollinger Chohfi 5205a24132
SampleApp fix. BitmapFileFormat moved assemblies. 2021-02-24 13:19:17 -08:00
James Croft df21fcac0b
Merge branch 'master' into jamesmcroft/3506-carousel-automation 2021-02-24 18:07:48 +00:00
michael-hawker a24cfb4747 Fix Surface Dial Helpers to function as well as before
Add RotationResolutionInDegrees customization
Still some issues with Menu deregistration tracked in #3774
2021-02-24 01:37:09 +01:00
michael-hawker fc89232f0e Fix Surface Dial Sample Loading
Was trying to bind to non-DependencyProperties
2021-02-24 01:37:09 +01:00
michael-hawker 17f50782ad Fix Sample Loading though there's a missing code-path for registration still
FYI @Sergio0694
2021-02-24 01:37:09 +01:00
Sergio Pedri ec188d87d2 Refactored the Surface Dial extensions for TextBox 2021-02-24 01:37:09 +01:00
Sergio Pedri 8941f6c95e Fixed more leftover .Extensions references 2021-02-24 01:37:09 +01:00
Sergio Pedri 1f3ff5d318 Renamed "uwpui" XML namespace to "ui" 2021-02-24 01:37:08 +01:00
Sergio Pedri a91097cdf1 Fixed some build errors in the sample app 2021-02-24 01:37:08 +01:00
Sergio Pedri f2a4d5d38d Changed extensions namespaces in UWP packages 2021-02-24 01:37:08 +01:00
michael-hawker 0240266cdf Update 30 to 32 for DPI scaling benefit 2021-02-23 12:04:15 -08:00
Ismael e752eb3768 fixed button size and position 2021-02-23 12:04:14 -08:00
Ismael 3c394d92c7 smaller buttons and text 2021-02-23 12:04:14 -08:00
Sergio Pedri bf823e0793 Fixed some more leftover references 2021-02-22 20:45:12 +01:00
Sergio Pedri b50f3ed2a2 Updated leftover references in the codebase 2021-02-22 20:45:12 +01:00
Sergio Pedri 40b615ca62 Restructured the FindDescendant extensions 2021-02-22 20:45:12 +01:00
Rosario Pulella 675efdd959
Dissable warnings from using dpericated Parsing code 2021-02-18 15:33:16 -05:00
Rosario Pulella f91aaef69a
Remove MarkdownParserPage 2021-02-18 11:10:03 -05:00
Rosario Pulella c48d2bc50b
Remove Parsers pacakge.
Move Parsers code into markdown package.
2021-02-18 10:25:51 -05:00
Michael Hawker MSFT (XAML Llama) 72bcb6b884
Merge branch 'master' into deprecate-radial 2021-02-17 15:55:46 -08:00
Michael Hawker MSFT (XAML Llama) d29e7b9951
Merge branch 'master' into test-chop-imageex 2021-02-17 12:55:09 -08:00
michael-hawker d5001cea87 Update to newest released UWP package. 2021-02-17 11:07:56 -08:00
Alexandre Zollinger Chohfi 6ebfaf560e
Merge branch 'master' into deprecate-radial 2021-02-17 09:28:56 -08:00
michael-hawker b386021796 Apply PR feedback - Use CancellationToken instead, Simplify calling pattern
Automatically handle failure cases for image loading, added comment to clarify events.
Do better type checks & cleaned-up calls to type conversions
2021-02-16 16:21:44 -08:00
Rosario Pulella 3c8acd8f84
Remove services and related 2021-02-16 17:57:06 -05:00
Kyaa Dost c2fc4ad5a7
Merge branch 'master' into test-chop-imageex 2021-02-16 14:53:48 -08:00
michael-hawker 7b8e82f89b Upgrade to WinUI 2.5 and other Dependencies - Deprecate RadialProgressBar 2021-02-16 11:43:00 -08:00
James Croft 3b2d965424 Merge branch 'master' into jamesmcroft/3506-carousel-automation 2021-02-16 16:21:46 +00:00
Michael Hawker MSFT (XAML Llama) 9d9f2532a4
Merge branch 'master' into test-chop-imageex 2021-02-12 13:41:15 -08:00
Rosario Pulella ecaa7e68a6
Update sample.json 2021-02-12 16:38:34 -05:00
michael-hawker 6428d8a295 Merge branch 'master' into dev/split-controls
# Conflicts:
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBar.Metadata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBar.Typedata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBarItem.Metadata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBarItem.Typedata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.csproj
#	Microsoft.Toolkit.Uwp.UI.Controls/Themes/Generic.xaml
#	Microsoft.Toolkit.Uwp.UI.Controls/VisualStudioToolsManifest.xml
#	UnitTests/UnitTests.UWP/UnitTests.UWP.csproj
#	Windows Community Toolkit.sln

Tested Sample App
2021-02-11 16:07:55 -08:00
michael-hawker 9c1dcdf50a Fix issues with ImageEx Lazy Loading Sample
Can now use the sample button as a toggle.
Close button is now visible.
Made grid taller so sample is more apparent on high resolution monitors.
2021-02-11 11:16:10 -08:00
Rosario Pulella 71efaa753e
Merge branch 'master' into feature/tabbedcommandbar 2021-02-10 13:36:21 -05:00
Rosario Pulella b80e511545
Fix ref to namespace of Debounce extention 2021-02-10 13:01:35 -05:00
Yoshi Askharoun 8ba0622e64
Merge branch 'master' into feature/tabbedcommandbar 2021-02-10 07:11:30 -06:00
michael-hawker 68fd8054e1 Fix Contextual Tab Sample Page 2021-02-10 00:52:37 -08:00
Joshua Askharoun 57c20d4d51 Inverted contextual toggle in sample; Fixed incorrect background during transition animation (again) 2021-02-09 15:08:56 -06:00
Joshua Askharoun 5bb806eb92 Updated sample to use ColorPickerButton and only Segoe MDL2 icons 2021-02-09 10:53:51 -06:00
Kyaa Dost 8b9742062d
Merge branch 'master' into aleader/notif-api-consistency 2021-02-09 08:38:53 -08:00
Rosario Pulella ba5f7ff2eb
Make execution more "lazy"
Should run more like the for loop version.
Loads types from one assembly at a time.
2021-02-08 12:51:24 -05:00
Rosario Pulella 99faaf351f
Smaple.cs: Simplfy LookForTypeByName 2021-02-08 12:34:28 -05:00
Rosario Pulella bfedaa9df8
Smaple.cs LookForTypeByName(string) add assmbiles to search in
- Microsoft.Toolkit.Uwp.UI.Controls -> Microsoft.Toolkit.Uwp.UI.Controls.Core
+ Microsoft.Toolkit.Uwp.UI.Controls.Layout
+ Microsoft.Toolkit.Uwp.UI.Controls.Media
+ Microsoft.Toolkit.Uwp.UI.Controls.Media
2021-02-08 11:39:05 -05:00
Joshua Askharoun 12b5068fc2 Moved TabbedCommandBar sample to "Menus and Toolbars" subcategory 2021-02-08 00:41:10 -06:00
Yoshi Askharoun 3e91302e2e
Merge branch 'master' into feature/tabbedcommandbar 2021-02-08 00:34:32 -06:00
Joshua Askharoun 876235343d Updated to follow new sample page guidelines 2021-02-07 23:23:08 -06:00
Joshua Askharoun 6eec4b7814 Added contextual tab toggle to sample 2021-02-07 19:59:20 -06:00
Joshua Askharoun 66274ca19e Added AppBarSplitButtonStyle; Added contextual tab to sample; Pass Visibility to TabbedCommandBarItems; Switched TabbedCommandBarItem.Header to type Object 2021-02-07 19:34:54 -06:00
Rosario Pulella 1293b2c0ee
Include Controls.Input in Tests and Sample App proejcts 2021-02-04 14:07:08 -05:00
Rosario Pulella c2a56eabf4
Sample: update CodeUrl props in samples.json 2021-02-02 14:43:18 -05:00
Yoshi Askharoun 308f067199
Merge branch 'master' into feature/tabbedcommandbar 2021-02-01 09:17:15 -06:00
Ratish Philip 2f6f192b1b Merge branch 'feature/win2dparser' of https://github.com/ratishphilip/WindowsCommunityToolkit into feature/win2dparser 2021-01-30 07:58:04 -08:00
Ratish Philip 3e55f52c9a Sample app now switches to Commands List pivot item to show the parsing error. 2021-01-30 07:57:40 -08:00
Andrew Leader 6d4d290acb Merge branch 'master' into aleader/notif-api-consistency 2021-01-29 10:26:14 -08:00
Ratish Philip 46d93c02a6
Merge branch 'master' into feature/win2dparser 2021-01-28 21:36:23 -08:00
Michael Hawker MSFT (XAML Llama) 2ed7e867b6
Merge branch 'dev/split-controls' into rename-controls-to-core 2021-01-28 15:51:38 -08:00
michael-hawker 50c7c6bfe1 Merge remote-tracking branch 'origin/master' into dev/split-controls 2021-01-28 15:51:03 -08:00
michael-hawker b664b23a83 Created a SystemSerializer to handle our primitive types within SystemInformation
Tested copying data from 6.1 Sample App and was able to read/resume file writes with this new serializer.
TODO: Update tests.
2021-01-27 16:24:04 -08:00
Andrew Leader 18f33db93d Update sample 2021-01-26 19:09:22 -08:00
Rosario Pulella fefbccd1aa
Merge branch 'dev/split-controls' into rename-controls-to-core 2021-01-26 16:20:13 -05:00
michael-hawker d09c667a0b Merge remote-tracking branch 'origin/master' into dev/split-controls 2021-01-26 13:16:21 -08:00
Joshua Askharoun 2f548674ad Change ComboBox in sample to use MinWidth 2021-01-22 10:48:54 -06:00
Vincent Gromfeld cffaa7f711 metadata control + sample app update 2021-01-22 17:47:55 +01:00
Ratish Philip e618fc74cc CanvasGeometry path parse error now more descriptive in the Sample App. 2021-01-22 08:22:40 -08:00
Rosario Pulella 831b0d5c6b
Smaples: Rename MasterDetailViewPage -> ListDetailsViewPage 2021-01-22 10:54:39 -05:00
Ratish Philip eb7d40de40 SampleApp.csproj build failure fix. 2021-01-21 20:30:19 -08:00
Ratish Philip 37a70eff87 Parsing CanvasGeometry on Input change. 2021-01-21 19:58:16 -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
Rosario Pulella 2a5718ca58
Smaple: rename MasterDetailView folder to ListDetialView 2021-01-21 18:08:41 -05:00
Rosario Pulella a85f88069e
Sample: Ref ListDetailView 2021-01-21 18:02:41 -05:00
Rosario Pulella d422af71b0
Rename class: MasterDetailsView -> ListDetailsView 2021-01-21 17:36:59 -05:00
Michael Hawker MSFT (XAML Llama) de190e4a11
Merge branch 'master' into lazyLoadingThreshold 2021-01-21 13:34:47 -08:00
Michael Hawker MSFT (XAML Llama) 758d123628
Merge branch 'master' into feature/tabbedcommandbar 2021-01-21 13:31:07 -08:00
Rosario Pulella 41bb7e554f
Reanme controls package to controls.core 2021-01-21 16:20:09 -05:00
Rosario Pulella 704a3561f7
Move Controls to Controls.Core folder 2021-01-21 16:18:22 -05:00
michael-hawker f55f101ca2 Merge remote-tracking branch 'origin/master' into dev/split-controls
# Conflicts:
#	Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj
#	Microsoft.Toolkit.Uwp.SampleApp/Models/Sample.cs
#	Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.csproj
#	Microsoft.Toolkit.Uwp.UI.Controls/Themes/Generic.xaml
#	SmokeTests/SmokeTests.proj
#	Windows Community Toolkit.sln
2021-01-21 13:00:32 -08:00
Sergio Pedri 86843c2784 Simplified namespace organization 2021-01-21 14:12:38 +01:00
Sergio Pedri 608b308a22 Fixed Offset sample page 2021-01-21 13:38:49 +01:00
Sergio Pedri 6196cdf328 Reverted accidental edit in Fade sample page
Going back from e5ee018adb
2021-01-21 13:32:02 +01:00
James Croft c544bb05a5
Merge branch 'master' into jamesmcroft/3506-carousel-automation 2021-01-21 07:39:51 +00:00
Michael Hawker MSFT (XAML Llama) 563eb214af
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Animations/Effects/EffectAnimations.bind 2021-01-20 22:44:05 -08:00
Sergio Pedri 560648325b Updated Rotate sample page 2021-01-21 00:33:22 +01:00
Sergio Pedri f4c3579a89 Updated Scale sample page 2021-01-21 00:28:08 +01:00
Sergio Pedri 9ee094d9e1 Updated Saturation sample page 2021-01-21 00:16:31 +01:00
Sergio Pedri faaf5ed1cb Removed leftover files 2021-01-21 00:01:05 +01:00
Sergio Pedri 9c5fd3e8b1 Updated Offset sample page 2021-01-21 00:00:49 +01:00
Sergio Pedri e6b1c5f6a3 Removed Light sample (for now) 2021-01-20 23:50:48 +01:00
Sergio Pedri cd67f1dd89 Removed leftover files 2021-01-20 23:50:26 +01:00
Sergio Pedri b4db2f05ea Fixed some C# sample pages 2021-01-20 23:45:30 +01:00
Sergio Pedri e5ee018adb Updated Blur sample page 2021-01-20 23:43:54 +01:00
Sergio Pedri 10a02d7e84 Fixed an error in the Effects/Fade sample page 2021-01-20 22:05:36 +01:00
Rosario Pulella aed5068fe3
TEMP: Remove usages of graph controls 2021-01-20 13:13:03 -05:00
Rosario Pulella 5a987f9929
Merge branch 'dev/split-controls' into split-media 2021-01-20 10:57:50 -05:00
h82258652 cef75d19d7
Merge branch 'master' into lazyLoadingThreshold 2021-01-20 09:14:12 +08:00
Sergio Pedri 4a7436aa6e Fixed sample page for effect animations 2021-01-20 02:12:23 +01:00
Sergio Pedri ffc309a5ee
Merge branch 'dev/new-animations' into feature/animation-apis-revamp 2021-01-20 00:17:16 +01:00
michael-hawker 70de6df1a0 Merge remote-tracking branch 'origin/master' into dev/split-controls 2021-01-19 15:05:24 -08:00
michael-hawker 86bd2d1502 Merge remote-tracking branch 'origin/master' into dev/new-animations 2021-01-19 15:04:41 -08:00
Ratish Philip 8a195a1b1a
Merge branch 'master' into feature/win2dparser 2021-01-19 14:02:48 -08:00
michael-hawker d77fa46ee8 Fixes #3673 and resolves issues with some samples not working correctly 2021-01-19 12:25:12 -08:00
Ratish Philip 31eeae1cc2 Implemented Xamllama's severl code review comments. 2021-01-18 08:52:23 -08:00
Sergio Pedri 3ccaf64a7f Fixed the PipelineBrush sample page 2021-01-17 19:58:31 +01:00
Sergio Pedri 4fdecd75c1 Added sample page for VisualEffectFactory 2021-01-17 19:56:52 +01:00
Sergio Pedri 4a48c828a5 Added effect animations sample page (WIP) 2021-01-17 19:37:25 +01:00
Sergio Pedri a3e3ffff08 Tweaked some namespaces 2021-01-17 19:37:06 +01:00
James Croft 7c8c126994
Merge branch 'master' into jamesmcroft/3506-carousel-automation 2021-01-17 12:36:52 +00:00
Michael Hawker MSFT (XAML Llama) 21c4fb585a
Merge branch 'master' into lazyLoadingThreshold 2021-01-14 13:51:44 -08:00
Rosario Pulella b85d0ddea6
Merge branch 'dev/split-controls' into split-media 2021-01-14 10:06:43 -05:00
Rosario Pulella c763049162
WIP: move Eyedropper, ImageCropper, InfiniteCanvas
to Microsoft.Toolkit.Uwp.UI.Controls.Media
Issue: coped ControlHelpers.XamlHost.cs Controls -> Controls.Media
2021-01-12 16:13:24 -05:00
michael-hawker 9e4f4bc3b9 Add InvokeActionsActivity to Behaviors Package and Sample 2021-01-08 12:18:35 -08:00
Rosario Pulella b6bc173b4b
Revert "Update Primiative controls ns"
This reverts commit e885c1014d.
2021-01-08 14:06:10 -05: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
michael-hawker 671939cd44 Merge branch 'master' into dev/new-animations
# Conflicts:
#	Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.csproj
#	Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.cs (Removed)
2021-01-08 10:24:57 -08:00
Rosario Pulella e885c1014d
Update Primiative controls ns 2021-01-08 11:51:57 -05:00
Rosario Pulella 6956c733fa
Move some controls to Primitives. 2021-01-08 11:38:02 -05:00
Yoshi Askharoun 134d14e93d Merge branch 'master' into pr/3556 2021-01-07 19:33:51 -06:00
Yoshi Askharoun ccd7f0b083 Added IsContextual and OverflowButtonAlignment properties 2021-01-07 11:21:57 -06:00
Ratish Philip 7360ed979e
Merge branch 'master' into feature/win2dparser 2021-01-06 19:33:25 -08:00
Rosario Pulella df7497c306
Remove unneeded refs to System.Text.Json 2021-01-05 16:20:31 -05:00
Ratish Philip 874579c43f
Merge branch 'master' into feature/win2dparser 2021-01-02 19:38:47 -08:00
michael-hawker acd7d87dba Add Activity and StartAnimationActivity 2021-01-02 15:35:02 -08:00
michael-hawker 40f699ec36 Fix issues preventing Sample App to build with Namespace Changes 2021-01-02 15:35:01 -08:00
michael-hawker f1372781ac Update Fade Behavior Example for new Animations 2021-01-02 15:35:01 -08:00
Michael Hawker MSFT (XAML Llama) 700364b89c
Merge branch 'dev/new-animations' into feature/animation-apis-revamp 2021-01-02 15:34:11 -08:00
michael-hawker 0d502fef58 Merge remote-tracking branch 'origin/master' into dev/new-animations 2021-01-02 15:30:53 -08:00
michael-hawker 633ceef5fa Type property is now optional for Samples
This allows us to more easily create XAML Only samples and load them more efficiently.
Removed Dummy Pages for State Triggers as a Test
2020-12-30 16:20:03 -08:00
Sergio Pedri cedbbf73b0 Moved the ScrollViewer expression animation extensions 2020-12-28 00:32:54 +01:00
Sergio Pedri 9903609c7b Replaced Blur behaviors with visual factory APIs 2020-12-27 19:35:12 +01:00
Sergio Pedri 3568ed7c98 Renamed ReorderGridAnimation sample page files 2020-12-27 14:18:16 +01:00
Sergio Pedri bbe37de0aa Fixed ItemsReorderGridAnimation sample page 2020-12-27 14:08:09 +01:00
Sergio Pedri 8bad1409ce Updated sample app to use the updated APIs 🎉 2020-12-27 01:44:54 +01:00
michael-hawker 3362890824 Creating Microsoft.Toolkit.Uwp.UI.Behaviors
Removes ScrollHeader from the Controls Package
Updates Sample pages to use Behaviors instead from new Behaviors package
TODO/Broken:
- Animation Behaviors Currently don't have a home (still in folder structure of Animations, most likely removed for new approach using Behaviors directly w/ new Animation System)
- General Animation extensions removed (to be replaced with a new coordinated system)
- Blur/Saturation Effect extensions don't have a home (to move to Media package?)
- Sample App
  - Graph Control Samples (needs to be rebuilt with new Behaviors package)
  - ViewportBehavior Example (was using Blur Extension)
  - Re-apply Blur effect to the backgrounds in Shell.xaml as was using Behavior
2020-12-16 17:29:51 -08:00
Ratish Philip 7f8162ac92
Merge branch 'master' into feature/win2dparser 2020-12-16 11:22:25 -08:00
Ratish Philip 609e249f81 updated SampleApp.csproj file to resolve conflict 2020-12-16 11:21:52 -08:00
James Croft 951774d682
Merge branch 'master' into jamesmcroft/3506-carousel-automation 2020-12-07 19:17:35 +00:00
null-val c6648c6042 Merge branch 'master' of https://github.com/winston-de/WindowsCommunityToolkit 2020-12-04 13:36:07 -08:00
null-val 033cd45fe2 Updated dark theme color to #660000 2020-12-04 13:33:57 -08:00
Winston de Jong 379e431cf3
Merge branch 'master' into master 2020-12-04 12:19:05 -08:00
Sergio Pedri 92407a0fc3 Removed leftover DispatcherHelper usages 2020-12-03 20:18:36 +01:00
null-val 31db7704e4 Consolidated code 2020-11-29 19:15:34 -08:00
null-val 869dd4ff9e Added a theme listener, separate light/dark theme error styles, and property that returns the respective theme.
resolves #3545
2020-11-29 17:05:54 -08:00
Kyaa Dost 662e5010e2
Merge branch 'master' into jamesmcroft/3506-carousel-automation 2020-11-13 09:58:59 -08:00
h82258652 1600c7846d
Merge branch 'master' into lazyLoadingThreshold 2020-11-13 21:21:19 +08:00
Yoshi Askharoun 94c5f4f1dc
Merge branch 'master' into feature/tabbedcommandbar 2020-11-13 01:09:19 -06:00
James Croft c9825f1c8b Merge branch 'jamesmcroft/3506-carousel-automation' of https://github.com/windows-toolkit/WindowsCommunityToolkit into jamesmcroft/3506-carousel-automation 2020-11-11 20:26:46 +00:00
James Croft a706ca6913 Improved implementation for Carousel automation peer 2020-11-11 20:26:30 +00:00
Michael Hawker MSFT (XAML Llama) eca3eb6f14
Merge branch 'master' into improvement/dispatcher-queue-helper 2020-11-10 11:38:34 -08:00
h82258652 ad1c67845e
Merge branch 'master' into lazyLoadingThreshold 2020-11-10 20:05:48 +08:00
Kyaa Dost aa6e892281
Merge branch 'master' into aleader/notifications-registry 2020-11-09 15:50:50 -08:00
Kyaa Dost eb61e6d212
Apply suggestions from code review 2020-11-09 14:43:50 -08:00
Michael Hawker MSFT (XAML Llama) 3b5dfa7064
Merge branch 'master' into aleader/notifications-registry 2020-11-09 14:39:02 -08:00
Michael Hawker MSFT (XAML Llama) 55944ef7b5
Merge branch 'master' into robloo/reimagined-color-picker 2020-11-09 13:35:03 -08:00
Sergio Pedri bd033e8cf8
Merge branch 'master' into improvement/dispatcher-queue-helper 2020-11-09 12:28:26 +01:00
robloo 5a05f83d79 Merge branch 'master' into robloo/reimagined-color-picker 2020-11-08 22:31:46 -05:00
robloo 4064179663 Move ColorPickerSlider foreground/background calculation into the control itself
* Simplifies template by moving logic for foreground calulation into the slider itself
* Switches the sliders to work entirely within HSV which means its background stops turning red when you get to a minimum value
* Exposes properties to fix the Saturation/Value and Alpha channels at maximum when calculating backgrounds
* Moves slider into Primitives namespace
2020-11-08 22:25:17 -05:00
Matt Lacey 3c375186a5 Stop the Smaple app needing to be rebuilt even when nothing has changed
For #3332
2020-11-07 18:55:47 +00:00
YoshiAsk f14dd7ef0d Fix styles and animations, allow overriding of default styles 2020-11-06 20:35:38 -06:00
Andrew Leader 5c8fc1b970 ToastButton builders 2020-11-06 16:11:15 -08:00
YoshiAsk 4d8e9bf6b1 Switch TabbedCommandBar to be a NavigationView 2020-11-06 13:05:15 -06:00
YoshiAsk a65b0a7120 Added basic sample 2020-11-06 12:18:08 -06:00
Andrew Leader 89ed383f5d Add back top level action type in samples 2020-11-05 18:50:28 -08:00
h82258652 fb40d85cc1
Merge branch 'master' into lazyLoadingThreshold 2020-11-06 08:47:41 +08:00
Andrew Leader f9045dee9a Simplified generic toast arguments 2020-11-05 15:12:32 -08:00
Andrew Leader 3d96ba156d
Merge branch 'master' into aleader/notifications-registry 2020-10-30 11:25:02 -06:00
Andrew Leader 02ff3a88a9 Fixed bug in TileBuilder small tile content
The enum flags were incorrectly specified such that when adding content to Medium/Wide/Large tiles, it also added the content to small tiles, which was resulting in the small weather tile not appearing correctly.

Note that the small weather tile preview is still missing the temperature (must be bug in NotificationsVisualizerLibrary), but when pinned to Start it looks correct!
2020-10-30 11:21:41 -06:00
Andrew Leader e8f8d70ff9 Update toast samples to use ToastArguments 2020-10-30 10:20:56 -06:00
Vincent 20d95c1258
Merge branch 'master' into wrapPanel.verticalAlignment 2020-10-29 09:50:39 +01:00
Andrew Leader 62bc118f23 Merge branch 'master' into aleader/notifications-registry 2020-10-28 21:02:13 -06:00
Michael Hawker MSFT (XAML Llama) b353c78252
Update sample app readme to point to Wiki. 2020-10-28 16:53:42 -07:00
michael-hawker ea75c8a11f Add in ColorPickerButton again to Codebase 2020-10-27 15:38:44 -07:00
h82258652 c94aaa0cf1
Merge branch 'master' into lazyLoadingThreshold 2020-10-25 13:14:35 +08:00
Vincent 792bc93682
Merge branch 'master' into wrapPanel.verticalAlignment 2020-10-23 12:27:56 +02:00
michael-hawker 3da0975e11 Add SwitchPresenter control (first-pass)
Made SwitchPresenter inherit from ContentPresenter directly
Updated ColorPicker to use ListBox+SwitchPresenter vs. Pivot
Split out Styles
Removed conditional CornerRadius

TODO:
- [ ] See if 'Parent' can be removed from SwitchPresenter
- [ ] Add margins/padding back to content within SwitchPresenter for each 'tab' of the Color Picker
2020-10-21 18:57:33 -07:00
michael-hawker 981b2881d1 Merge remote-tracking branch 'origin/master' into mhawker/color-picker-responsive
# Conflicts:
#	Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj
#	Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.csproj
2020-10-20 13:30:12 -07:00
Rosario Pulella 8876688b38
Merge branch 'master' into aleader/notifications-registry 2020-10-15 15:14:02 -04:00
Ratish Philip 36c56174ee
Merge branch 'master' into feature/win2dparser 2020-10-15 11:11:22 -07:00
Vincent Gromfeld 1952e16977 Merge remote-tracking branch 'origin/master' into wrapPanel.verticalAlignment 2020-10-06 10:14:48 +02:00
Andrew Leader 389c6e1443
Merge branch 'master' into aleader/notifications-registry 2020-10-04 21:16:16 -07:00
Alexandre Zollinger Chohfi 19722d8e98 Merge branch 'master' into gazeCS 2020-09-29 10:24:53 -07:00
Ratish Philip 298d22ffed
Merge branch 'master' into feature/win2dparser 2020-09-28 22:14:09 -07:00
Marcel Wagner 387164cad2 Update formatting 2020-09-28 21:37:44 +02:00
Marcel Wagner dc9495d351 Do some stuff... 2020-09-28 20:08:48 +02:00
Ratish Philip cec5bd67a5 Added the Win2d Path Geometry parser. 2020-09-26 09:24:08 -07:00
Andrew Leader 0b65a73b30 Merge branch 'master' into aleader/notifications-registry 2020-09-24 10:02:07 -07:00
Sergio Pedri 83d84753b4 Code refactoring, improved XML docs 2020-09-23 01:01:23 +02:00
Sergio Pedri 09977702ea Renamed DispatcherQueueHelper APIs 2020-09-23 00:50:56 +02:00
michael-hawker 37639f8738 Fix null exception crash when removing button from Gaze sample page 2020-09-22 15:20:39 -07:00
michael-hawker 5e4f30e784 Add text for Gaze sample Button to make it easier to focus on. 2020-09-22 14:17:05 -07:00
Alexandre Zollinger Chohfi 3a9c26d505 Merge branch 'master' into gazeCS
# Conflicts:
#	Microsoft.Toolkit.Uwp.Input.GazeInteraction/Microsoft.Toolkit.UWP.Input.GazeInteraction.vcxproj
#	UnitTests/UnitTests.XamlIslands/UnitTests.XamlIslands.csproj
#	Windows Community Toolkit.sln
2020-09-22 11:08:44 -07:00
Alexandre Zollinger Chohfi ae92e24d21
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ImageEx/ImageExPage.xaml.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2020-09-22 08:58:27 -07:00
Alexandre Zollinger Chohfi 58fcd8b970
Merge branch 'master' into updateSdks 2020-09-22 08:57:13 -07:00
Vincent 5ecf80687d
Merge branch 'master' into wrapPanel.verticalAlignment 2020-09-22 10:02:15 +02:00
Sergio Pedri ea2dd57d3e Minor UI tweaks 2020-09-22 01:43:21 +02:00
Sergio Pedri e02308b2f7 Switched to AcrylicBrush in all loading samples 2020-09-22 01:24:10 +02:00
Sergio Pedri 232e5dabde Fixed incorrect blur in loading sample 2020-09-21 16:45:44 +02:00
h82258652 8dfc8e3477 Add lazy loading threshold 2020-09-18 12:39:10 +08:00