Rosario Pulella
2ebe4b2fec
Make scrool controls part of the sample
2021-07-02 11:37:28 -04:00
Vijay Nirmal
2531a00537
Review changes
2021-07-02 11:37:28 -04:00
Vijay Nirmal
60fc7c5cb5
Fixes for Pipeline build failed
2021-07-02 11:37:27 -04:00
Vijay Nirmal
af4d2027fb
Updated Default ItemPlacement value
2021-07-02 11:37:27 -04:00
Vijay Nirmal
24ae708c94
Fix issue when index is greater than Count and Big Fix for Sample Page
2021-07-02 11:37:27 -04:00
Rosario Pulella
54944a7405
Use SampleCommand class dont change DataContext
2021-07-02 11:37:26 -04:00
Vijay Nirmal
5aa3a84ca5
Added SmoothScrollIntoView ListViewBase Extension Method
2021-07-02 11:37:26 -04:00
PandaSharp (Emiliano84)
db4039311f
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/SystemInformation/SystemInformationCode.bind
...
Co-authored-by: Sergio Pedri <sergio0694@live.com>
2021-06-24 12:50:27 +02:00
Emiliano Magliocca
cdff22fbe1
Small fixes
2021-06-24 12:50:27 +02:00
Emiliano Magliocca
c224e816f1
Add PreviousVersionInstalled to sample app
...
Update doc in app sample
Fix XML property comment
2021-06-24 12:50:27 +02:00
Michael Hawker MSFT (XAML Llama)
d38bd78db8
Merge branch 'main' into add-textbox-selectall-behavior
2021-06-18 13:27:57 -07:00
Julien Brianceau
39e1e938bf
Address PR comments
2021-06-18 18:01:05 +02:00
Kyaa Dost
ee7c9dbccb
Merge branch 'main' into sampleapp-fixes
2021-06-16 10:18:05 -07:00
Vincent
e6d3c3b3b2
Merge branch 'main' into metadataControl
2021-06-16 09:14:57 +02:00
Vincent
0df7592305
fix build issues
2021-06-09 23:57:31 +02:00
Vincent
1ecf6f97e7
fix merge issue
2021-06-09 23:48:02 +02:00
Vincent
ce61476e22
merge from master
2021-06-09 23:38:08 +02:00
Vincent
5984f29d7d
pr comments
2021-06-09 23:23:00 +02:00
Nirmal Guru
aa5f174190
Format missed files manually
...
These files were not formatted by the dotnet format tool.
So, manually formatting it by hand!
2021-06-04 21:00:27 +05:30
Nirmal Guru
7c61d09be3
Remove projects that are not required to be packed
...
Override projects with an empty Pack target that are not packed into packages.
This will prevent any any packages being accidentally produced.
2021-06-04 21:00:26 +05:30
Nirmal Guru
54ffaf9dee
Remove un-necessary build logic across project files
...
Remove commented build logic
Remove duplicated build logic
2021-06-04 21:00:25 +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
e606ae8b23
Fix corrupted emojis and symbols
...
The emojis and symbols applied here were corrupted since the following patch.
```
Commit: 7da44428ac
Author: David Catuhe <david.catuhe@live.fr>
Date : Fri Jul 15 07:51:16 2016 -0700
Title : Fixed encodings
```
2021-06-04 09:00:09 +05:30
michael-hawker
98033511e3
Fix error message display for InAppNotification used in Sample App
2021-06-02 14:32:02 -07:00
Marcel Wagner
6413fa340b
Merge branch 'main' into dev/fix-samplejson-links
2021-05-28 19:44:24 +02:00
Marcel Wagner
569e6cdeb8
Fix file...
2021-05-28 19:38:08 +02:00
Marcel Wagner
f4a6bdcafb
Update more links, fix more links
2021-05-28 19:25:02 +02:00
Marcel Wagner
97553d1823
Apply suggestions from code review
...
Co-authored-by: Nirmal Guru <Nirmal4G@gmail.com>
2021-05-28 18:46:54 +02:00
Marcel Wagner
3166637515
Cleanup samples.json
2021-05-27 23:12:04 +02:00
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
Michael Hawker MSFT (XAML Llama)
6549c74873
Merge branch 'main' into branch-update
2021-05-03 13:52:33 -07:00
Michael Hawker MSFT (XAML Llama)
fcde75008c
Update readme.md
2021-05-03 11:09:41 -07:00
Michael Hawker MSFT (XAML Llama)
4e673b0017
Update InitialContent.md
2021-05-03 11:08:45 -07:00
Michael Hawker MSFT (XAML Llama)
89fe685a98
Merge branch 'master' into unsetValue-to-null
2021-05-03 10:52:27 -07:00
Rosario Pulella
ba746674b0
Return UnsetValue instead of throw exception'
...
As per winui docs https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.dependencyproperty.unsetvalue?view=winrt-19041#remarks
2021-04-27 10:17:23 -04:00
Sergio Pedri
129ab97322
Added VisualExtensions.Translation samples
2021-04-24 15:40:19 +02:00
Michael Hawker MSFT (XAML Llama)
1f5537faab
Merge branch 'master' into patch-2
2021-04-20 09:49:16 -07:00
PandaSharp (Emiliano84)
4556c8a5f4
Update MouseCursorPage.bind
2021-04-16 09:24:21 +02:00
PandaSharp (Emiliano84)
3ae418a10d
Update Mouse to FrameworkElementExtensions
...
This will fix the oversight in the documentation after the 7.0 breaking change
2021-04-14 14:24:17 +02:00
PandaSharp (Emiliano84)
d4d69d7144
Update ExecuteOnUIThreadAsync to EnqueueAsync
2021-04-14 14:19:44 +02:00
michael-hawker
d84a00461c
Fix Remote Doc/Image Caching in Sample App
...
Create Remote_DOCS compiler directive to make it easier to debug, now Debug mode only uses local packages assets, and can add compiler directive to test remote doc scenarios and caching while in Debug mode still.
Fixes issue where images wouldn't be pulled from packaged assets in offline mode.
2021-03-30 11:55:14 -07:00
Rosario Pulella
98e76fac8d
Update ScrollHeader smaple docs to /docs/behaviors/HeaderBehaviors.md
2021-03-26 13:15:05 -04:00
Kyaa Dost
6347f1027b
Merge branch 'master' into wrap-panel-tests
2021-03-25 14:09:55 -07:00
Michael Hawker MSFT (XAML Llama)
43128c0e04
Merge branch 'master' into focus-tracker
2021-03-25 13:14:36 -07:00
michael-hawker
cfbb29d86a
Add Hang Prevention guidance from Sébastien Lachance
...
https://www.dotnetapp.com/hang-on/
2021-03-24 16:15:09 -07:00
Sergio Pedri
6a0f838128
Fixed crash in InvokeActionsActivity sample page
...
Closes https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3883
2021-03-24 23:54:48 +01:00
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