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

172 Коммитов

Автор SHA1 Сообщение Дата
Michael Hawker MSFT (XAML Llama) ab8e8e9843
Remove MyGet for Preview Packages Wiki page in Readme 2021-01-11 11:17:14 -08:00
Michael Hawker MSFT (XAML Llama) e5d0ecacd7
Update readme.md 2020-11-06 13:14:46 -08:00
Kyaa Dost 989d7c06ba
Update readme.md 2020-11-06 11:35:10 -08:00
Kyaa Dost dad1747124
Update readme.md 2020-11-05 13:48:03 -08:00
Kyaa Dost 75339749dd
Update readme.md 2020-11-04 16:59:25 -08:00
Kyaa Dost 5cb240c1d9
Update readme.md 2020-11-04 15:04:36 -08:00
Kyaa Dost cca5b394ae
Update readme.md 2020-11-04 14:08:40 -08:00
Kyaa Dost e4d3800097
Update readme.md 2020-11-04 13:27:51 -08:00
Kyaa Dost 07bccaa195
Update readme.md 2020-11-04 12:28:59 -08:00
Alexandre Zollinger Chohfi 77da3608b6
Update readme.md
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2020-09-22 09:00:48 -07:00
Alexandre Zollinger Chohfi bc141e152a Updated min and target SDKs and removed redundant conditional execution paths.
Removed any WinJS reference.
2020-09-16 17:29:14 -07:00
Alexandre Zollinger Chohfi 24c2da528f Removed RSS parsers. 2020-08-20 14:08:18 -07:00
Alexandre Zollinger Chohfi 7921fa74da Removed deprecated FacebookService, and the Microsoft.Toolkit.Uwp.Services project. 2020-08-17 11:55:03 -07:00
Michael Hawker MSFT (XAML Llama) 175dbc0bd0
Forgot to update Production shields to 6.1 2020-07-09 14:54:37 -07:00
Sergio Pedri 5d0f0b4dcf
Synced packages list with docs repo 2020-06-05 14:06:34 +02:00
Michael Hawker MSFT (XAML Llama) 5004edb6cb
Update Dependency Info about Sample App for 2004 2020-05-16 17:09:08 -07:00
Sergio Pedri 60e5a9ee47
Win2D pipeline brushes (#3112)
* Added extensions and Win2D helpers

* Added PipelineBuilder type

* Added acrylic and tiles brushes

* Added XamlCompositionBrush type

* Added Win2D/Composition effects

* Added pipeline brush

* Minor code styling tweaks

* Switched composition cache to ConditionalWeakTable<TKey, TValue>

* Minor performance improvements

* More code switched to ConditionalWeakTable<TKey, TValue>

* Fixed missing file header

* Added empty PipelineBrush sample page

* Fixed an incorrect namespace

* Implemented PipelineBrush sample

* Fixed incorrect extensions namespaces

* Reordered using directives

* Code refactoring, added LuminanceToAlpha pipeline effect

* Added C# sample code

* Reordered a using statement

* Renamed some public APIs

* More API refactoring

* Removed unused API

* Reordered a using statement

* Added support for repeated effects in a pipeline

* Animation delegates changed to TimeSpan params

* Added effects setter APIs

* Removed unnecessary remarks

* Added generic parameter to effect setters

* Added generic parameter to effect animations

* Added overloads to set/animate a color effect

* Fixed some XML docs

* Added check for composition capabilities in brushes

* BackdropSaturationBrush switched to pipeline

* Removed unnecessary using directives

* Added pipeline invert effect

* BackdropInvertBrush switched to pipeline

* Reordered using directives

* BackdropBlurBrush switched to pipeline

* Added sepia effect APIs

* BackdropSepiaBrush switched to pipeline

* Added HDR color pipeline initialization APIs

* Minor code refactoring

* More code refactoring

* More code refactoring

* Added exposure effect

* Added grayscale effect

* Minor code refactoring and bug fixes

* Switched to ValueTask<T> to reduce allocations, new APIs

* Removed unnecessary APIs

* Streamlined prebuilt acrylic pipelines

* Added support for live updates in the acrylic brush

* Code refactoring to keep the style consistent

* Added support for noiseless acrylic effects

* Code refactoring

* Added XML remarks with Win2D reference links

* Renamed the TintEffect type

* Added TintEffect

* Added TemperatureAndTintEffect

* Added HueRotationEffect

* Aadded missing capability check

* Removed unnecessary APIs, code refactoring

* Removed an unnecessary resize step

* Win2DImageHelper class renamed to SurfaceLoader

* Unified SurfaceLoader APIs in the .Media package

* Added sample page for the AcrylicBrush

* Updated AcrylicBrush icon

* Added bindings for the AcrylicBrush sample

* Added dependency property to the TilesBrush

* Added sample page for the TilesBrush

* Fixed two XML comments

* Updated tile texture

* Added new brushes to the readme

* Minor code refactoring

* Added support for device lost in SurfaceLoader.Instance

* Updated tile brush texture

* Added opacity to tile brush sample

* Updated the PipelineBrush sample page icon

* Fixed PipelineBrush sample page shallow copy

* Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TilesBrush/TilesBrushXaml.bind

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>

* Removed unnecessary CU badges

* Update Microsoft.Toolkit.Uwp.UI.Media/Brushes/AcrylicBrush.cs

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>

* Added missing effects to shallow copy

* Moved brushes to .Media namespace

* Fixed crash in pipeline sample page

* Switched BlendEffect.Mode to use proxy enum

* Minor code refactoring

* Added unicorn to PipelineBrush sample

* Fixed code URLs for brushes

* Fixed documentation URLs to brushes

* Fix StyleCop Issues with namespaces in Brushes

* Fixed uppercase acronym in public property

* Added DpiMode property to TilesBrush

Co-authored-by: Michael Hawker MSFT (XAML Llama) <michael.hawker@outlook.com>
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2020-05-16 17:02:25 -07:00
Michael Hawker MSFT (XAML Llama) 24fede1a50
Add info about VS Workloads to Dependencies list 2020-05-14 11:26:18 -07:00
Kyaa-dost 2800d06d6b
Update Readme feature list (#3236)
* Update Readme feature list

* Update features section with the toc.md link

* Update To do list 🎉

Co-authored-by: Michael Hawker MSFT (XAML Llama) <michael.hawker@outlook.com>
2020-05-13 12:40:00 -07:00
Sergio Pedri 059cf83f1f
Microsoft.Toolkit.HighPerformance package (part 2) (#3273)
* Added support for .NET Core 2.1 and 3.1 targets

* Fixed T[] dangerous accessors on .NET Standard

* Minor speed improvements to Array2DColumnEnumerable<T>

* Updated 2D array extensions

* Minor code tweaks

* Added DangerousGetLookupReferenceAt<T> extension

* Added BitHelper.HasLookupFlag APIs

* Added BitHelper.ExtractRange and SetRange APIs

* Added bool bitwise mask extensions

* Added StreamExtensions class on .NET Standard 2.0

* Added IBufferWriterExtensions type

* Added more Stream extensions

* Added object field offset extensions

* Minor code refactoring

* Improved description

* Switched managed count to IntPtr

* Refactored GetDjb2HashCode code, minor tweaks

* Unit tests fixes

* Refactored Count extensions, minor tweaks

* Fixed incorrect operators precedence

* Added SpanHelper.GetDjb2LikeByteHash method

* Minor code refactoring

* Code refactoring to HashCode<T>

* Minor style tweaks

* Updated comments styles to follow style convention

* Minor code tweaks to the Count method

* More code tweaks to the Count method

* Added tests for DangerousGetObjectDataByteOffset

* Fixed visibility of new object extensions

* Added tests for 64-bit extract/set range APIs

* Added tests for bool to bitwise mask APIs

* Fixed MemoryStream EOF exception type

* Enabled Stream extension tests on UWP

* Added StreamExtensions read/write value tests

* Minor code refactoring to IBufferWriter<T> extensions

* Added IBufferWriterExtensions tests

* Added MemoryBufferWriter<T> type

* Added IBuffer<T> interface

* Added MemoryBufferWriterDebugView<T> type

* Added MemoryBufferWriter<T> tests

* Fixed a unit test

* Fixed incorrect inlining attribute

* Removed leftover partial modifier

* Added missing readonly modifier for lock structs

* Improved summary for the Box<T> type

* Added comments for #pragma warning disable items

* Added info on (x << 5) + x over x * 33 optimization

* Improved XML docs for BitHelper APIs

* Fixed potentially misleading test method names

* Added comment for MemoryOwner<T>.Dispose test

* Fixed multi-target support for string extensions

* Improved IMemoryOwner.AsStream tests

* Added XML remarks to the HashCode<T> type

* Improved docs for ReadOnlySpanExtensions.GetDjb2HashCode<T>

* Tweaked an XML link

* Tweaked attributes for SpanHelper methods

* Minor optimizations to SpanHelper.Count

* Fixed an overflow bug in SpanHelper.Count

* Speed improvements to SpanHelper.Count

~35% speedup with large collections of byte-size values, ~10% with other types

* Updated .csproj description

* Added float/double support to SpanHelper.Count

* Added exception to the Box<T> constructor

* Removed unnecessary [SuppressMessage] attributes

* Removed [SuppressMessage] attributes

* Changed NullableRef<T>-s exceptions to follow Nullable<T>

* Added more operators to NullableRef<T> types

* Added missing in modifiers in ParallelHelper.For overloads

* Removed SIMD support for float/double count

It lacked proper handling of NaN values and both (signed) zeros

* Fixed compiler directives in SpanEnumerable<T>

* Updated ReadOnlySpanEnumerable<T> type

* Updated NuGet package tags

* Added HighPerformance package to readme.md list

* Added .NET Standard 1.4 target

* Added tests for implicit NullableRef<T> operators

* Removed unnecessary using directive

* Added missing sealed modifiers to MemoryStream methods

* Added Span<T>.IndexOf(ref T) extension

* Added ReadOnlySpan<T>.IndexOf<T>(in T) extension

* Added missing changes (incorrect commit)

* Removed unnecessary workaround (method is inlined)

* Added improved remarks for bool.ToBitwiseMask32/64

* Added internal NotNullWhen attribute when < .NET Standard 2.1

* Enabled .csproj-wide nullability annotations

* Minor code style tweaks

* Added [ReadOnly]NullableRef<T>.Null static properties
2020-05-13 12:32:20 -07:00
Salman Muin Kayser Chishti 7e48f22ed3
Updated link to use Md file 2020-04-13 21:48:14 +01:00
Michael Hawker MSFT (XAML Llama) 8d4fb2d43d
Add Dependency Info (#3115)
* Add Dependency Info

Add info in readme for building the toolkit repo and dependencies required.

* Update readme.md

Co-Authored-By: Vijay Nirmal <pon.vijaynirmal@outlook.com>

* Update readme.md

* Update readme.md

* Clean-up Anchors on Page for Links

Co-authored-by: Kyaa-dost <35208324+Kyaa-dost@users.noreply.github.com>
Co-authored-by: Vijay Nirmal <pon.vijaynirmal@outlook.com>
2020-03-17 10:42:55 -07:00
Kevin Gallahan c904958071
UserVoice is no longer being used. 2020-01-24 23:27:35 -05:00
Rudy Huyn c22fb16bc7
Fix docs.microsoft.com links in Readme.md
All links to docs.microsoft.com are currently broken (due to the final '/')
2019-10-01 23:01:22 -07:00
Michael Hawker MSFT (XAML Llama) 49d8fbe8b9
Fix Build Badges for both Production and Preview in Readme 2019-09-19 01:15:45 -04:00
Kevin Gallahan eedc093346
New link produces better / more concise results. 2019-05-17 16:22:43 -04:00
hhchaos ce0391ad49 Add the ImageCropper document link to readme.md 2019-02-15 16:18:32 +08:00
sohchatt a370cacedd
Add Lottie links to Readme 2019-02-14 08:47:13 -08:00
Karl Erickson 0bf41f9a3c metadata update 2019-01-02 12:46:15 -08:00
michael-hawker 387e7d1598 TabView - Fix docs links in samples.json, add to readme and manifest. 2018-10-26 17:31:49 -07:00
Nikola Metulev 26f0656e31 removed links from readme 2018-10-14 20:00:52 -07:00
Harsh Savergaonkar 4a73e13569
Grammatical error fixed 2018-10-11 15:04:15 +05:30
Nikola Metulev c3223b97fc updated links to new repo 2018-10-10 21:49:11 -07:00
Nikola Metulev 37558b5f76 updated min version to rs3 and target version to rs5 2018-10-03 21:08:12 -07:00
Daniel Chalmers ffd42a88d1
Update readme.md 2018-10-02 14:37:04 -05:00
Daniel Chalmers 51a0d43c0e
Update readme.md 2018-10-02 14:13:20 -05:00
Oren Novotny c6bb7cac77
Update readme.md 2018-09-12 20:51:58 -04:00
Nikola Metulev 3790bc540a updated stackoverflow tag 2018-08-15 15:24:41 -07:00
Nikola Metulev e9ba327819 updated sample app photo and links for 4.0, updated readme 2018-08-01 16:18:41 -07:00
Regis Brid 669d80e207 Addressing PR feedback #1. 2018-07-24 14:37:26 -07:00
Regis Brid 70590847d2 Merging with master. 2018-06-25 15:10:24 -07:00
Ibraheem Osama 8cbf951829 Adding infinte canvas to read me 2018-06-07 20:16:48 +10:00
Nikola Metulev 2950534488 updated master 2018-05-29 17:33:28 -07:00
Nikola Metulev ae78f1060e Merge branch 'master' into rel/3.0.0-preview 2018-05-17 00:09:44 -07:00
TimoSalomäki c4de07a33f
Fixed 404 links to uwpcommunitytoolkit.com 2018-05-15 17:05:53 +02:00
Nikola Metulev 280ae1ed88 Merge branch 'master' into rel/3.0.0-preview 2018-05-14 00:46:05 -07:00
Nikola Metulev 9766eb794d updated readme to include build 2018 announcements 2018-05-07 21:45:19 -07:00
Nikola Metulev 742e65c17b Merge branch 'master' into rel/3.0.0-preview 2018-05-07 08:39:26 -07:00
Oren Novotny 4f141fd6f3
Add master build badge 2018-05-05 04:41:11 -04:00
Nikola Metulev 6e054fcec7
Update readme.md 2018-05-04 21:20:12 -07:00