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

411 Коммитов

Автор SHA1 Сообщение Дата
Jeffrey Stall 92e5ee73e7
Merge pull request #371 from microsoft/user/jeffstall/makereadonly
Moved samples to WinAppSDK and make this repo read-only.
2024-06-10 14:17:09 -07:00
Jeffrey Stall (MS) 242cebe95f Update README.md 2024-06-10 13:33:13 -07:00
Jeffrey Stall 5eaaeb4a15
Merge pull request #368 from microsoft/user/jstall/issue367
Fixes for Issue 367
2024-04-24 11:20:49 -07:00
Jeffrey Stall (MS) 2367dcfba6 Modernize for CsWinRT and SceneNode
Getting the SceneNode sample to work again:
- Update for .NET 8 (LTS), needed for CsWinRT fixes around MemoryBuffer.
- Create a modern SamplePackage project to ensure no legacy UWP holdover.
- Remove older NuGet "win10-" style to become just "win-" style.
2024-04-23 10:16:58 -07:00
Jeffrey Stall (MS) 40d69254fb Update NuGet dependencies
Update NuGet packages:
1. WASDK 1.5
2. Win2D
3. Build Tools
4. VCRT Forwarders
2024-04-22 15:29:01 -07:00
Jeffrey Stall (MS) b99e063402 Fixes
Fixes:
1. Updates from .NET 5 (not supported) to .NET 6 (LTS)
2. Removing UWP-only APIs
3. Fixing modern C# compiler warnings.
2024-04-22 13:27:24 -07:00
Jeffrey Stall 3770a6d2e7
Merge pull request #365 from moonlit-melody/patch-1
Fix typo
2023-08-02 05:05:59 -07:00
melody c5eca9eb5f
Fix typo
Fix a minor typo
2023-08-02 04:22:10 +08:00
microsoft-github-policy-service[bot] c2877fe40a
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-27 13:09:24 +00:00
microsoft-github-policy-service[bot] abdc34041a
Microsoft mandatory file 2023-06-12 19:02:12 +00:00
Jeffrey Stall 3928bdcb11
Merge pull request #362 from robmikh/fix#361
Fix #361
2023-02-06 08:07:17 -08:00
robmikh f36a64e581 fix 2023-02-06 00:00:46 -08:00
angelazhangmsft 59366e9c34
Add correct metadata to the README (#357)
Adding the name and page_type metadata entries so this sample will show up in https://docs.microsoft.com/samples/browse/?expanded=windows&products=windows-app-sdk
2022-03-22 13:39:21 -07:00
Kevin Guo 6eb4bea1cc
WindowsAppSDK Version (#356)
* Modified STARTUP to include more instructions around startup project and solution platform

* updated gif

* added link to UWP version of WinComp samples

* Update README.md

Co-authored-by: Jesse Bishop <16565497+jesbis@users.noreply.github.com>

* Update README.md

Co-authored-by: Jesse Bishop <16565497+jesbis@users.noreply.github.com>

* Update README.md

Co-authored-by: Jesse Bishop <16565497+jesbis@users.noreply.github.com>

* Update STARTUP.md

Co-authored-by: Jesse Bishop <16565497+jesbis@users.noreply.github.com>

* Update STARTUP.md

Co-authored-by: Jesse Bishop <16565497+jesbis@users.noreply.github.com>

* Fixes to markdown

* Changed commit link to tag link

* changed string for product name

Co-authored-by: Jesse Bishop <16565497+jesbis@users.noreply.github.com>
2021-12-02 15:52:27 -08:00
Kevin Guo 48077464cb
Merge pull request #355 from microsoft/kegu/updatewin2d
upgrade Win2d version to 1.26.0 and updated platform toolset to be compatible with VS2019
2021-12-01 15:58:46 -08:00
kevinguo305 7532cfb3bb Updated Platform toolset to 142 2021-12-01 15:33:15 -08:00
kevinguo305 ddcedaad9c upgrade Win2d version to 1.26.0 2021-11-22 13:01:55 -08:00
James Clarke 044d27c9e1
Merge pull request #309 from microsoft/animationcompleted
Adding AnimationCompleted API Reference sample
2019-12-05 16:18:02 -08:00
Robert Mikhayelyan 1b2a428d28
Merge pull request #338 from microsoft/robmikh/removevideolink
Remove link button from Video Playground sample
2019-09-05 10:15:45 -07:00
Robert Mikhayelyan 54de96f4ae remove link button 2019-08-30 19:57:38 -07:00
Steven White da7495d96d
Adding description, yml indentation
Trying adding a description; and also making the indentation of the yml exactly match a repo that has been ingested into the samples browser.
2019-08-08 13:27:09 -07:00
Steven White f55488bdad
changing readme to trigger webhook...
...and doing a very light editorial pass in the process.
2019-08-07 13:37:29 -07:00
Danielle Neuberger 92fa764446
Update README.md 2019-08-06 15:42:40 -07:00
Emily Bender 5da7a5a8f8 Embender/lineargradients (#320)
Add Linear Gradient Sample
2019-04-22 10:48:35 -07:00
Jesse Bishop 7b5b49b5ad
Update Xaml links in readme (#325)
- update Xaml Controls Gallery link to new repo
- remove explicit locale from WinUI link
2019-04-10 16:06:04 -07:00
Simeon bb240a7d35
Enabling StyleCop rules. (#324)
This doesn't attempt to fix any violations - I've just disabled a bunch of rules that should be enabled. Fixes will come in subsequent commits.
2019-04-08 13:41:12 -07:00
Quentin 4da90c59c1 Fixed topBorderExitAnimation (#317)
topBorderExitAnimation was set to -30.  However, that is the setting for mainContentExitAnimition.  

topBorderOffsetAnimation is set to -450.0f on the show animation (keyframe 0), line 40.  To reverse that animation, -450.0f should be used on the exit animation (keyframe 1), line 84.

The updated setting provides a smoother and more complete top border exit animation.
2019-03-14 12:53:06 -07:00
Karl Erickson b2f6c304e1 metadata update (#318)
* metadata update

* Update README.md
2019-02-05 11:07:36 -08:00
Danielle Neuberger c87846032a
Add demo gif to readme 2019-01-30 12:48:27 -08:00
Karl Erickson e2378c91d7 metadata update (#312)
* metadata update
2019-01-02 11:44:40 -08:00
Lindsay Kubasik c02ab3845d Adding thumbnail image 2018-12-06 17:15:31 -08:00
Lindsay Kubasik 7ec315f364
Interactiontracker sample updates (#308)
* Updating InteractionTracker Samples & adding SDK 17763

Making incremental updates to samples using InteractionTracker.
-Add mousewheel & pen functionality to PullToAnimate
-Add pen and mouse click functionality to Curtain
-Update Curtain to use NaturalMotion InertiaModifiers
-Add pen & mousewheel support to Interactions3D
-Fix bugs resulting from failed TryRedirect* calls
-Add runtime & compile-time checks for version-dependent features
2018-12-04 13:00:21 -08:00
Lindsay Kubasik bbcbf74543 minor fixes 2018-12-04 10:19:53 -08:00
Lindsay Kubasik e0692c8fbd
Merge pull request #307 from Microsoft/updatebuild
Update CommonBuild.props to include 17134
2018-12-03 22:35:13 -08:00
Lindsay Kubasik 73e6a0e2a0 Update CommonBuild.props to include 17134
-fixing typo in build props
2018-12-03 22:30:27 -08:00
Lindsay Kubasik fcb5b85095
Merge pull request #306 from Microsoft/animationcontroller
Add AnimationController
2018-12-03 22:22:11 -08:00
Lindsay Kubasik 408a64a8d1 Updating with feedback
-fixed build props
-added comments around dispatcher timer
-fixed capitalization issue
2018-12-03 22:16:33 -08:00
Lindsay Kubasik f262065c30 Add AnimationController
- Adds SDK 17134 folder for gallery
- Adds API Reference sample for AnimationContoller
2018-12-03 19:13:08 -08:00
Danielle Neuberger 969d002b4c Merged PR 2524333: Merge future to master 2018-10-30 21:33:01 +00:00
Danielle Neuberger d2261bfdca Merged PR 2523984: Merge public changes down 2018-10-30 21:14:57 +00:00
Danielle Neuberger 841dd2cd8b Merged PR 2523980: Merge public changes 2018-10-30 20:38:14 +00:00
Rob Aldinger 721aed52ff Merged PR 2464546: Updates for compatibility with RS5.
Updates for compatibility with RS5.
- Fixed crash when adding a layer on RS5
- Fixed new build warnings from bindings
- Fix release crash due to Native C# toolchain being configured
2018-10-29 23:17:55 +00:00
Danielle Neuberger ba94687d9d
Merge pull request #304 from KarlErickson/master
added metadata file
2018-10-24 11:38:44 -07:00
Karl Erickson 552feb3ecc description edits 2018-10-24 11:06:59 -07:00
Karl Erickson af777841fd added metadata file 2018-10-23 16:56:55 -07:00
Hans Bakker eed8e0f119 Upgrades and fixes (#301)
* Retarget Visual Studio PlatformToolset to v141
* Retarget Windows SDK to 17763
* Add SamplesNative to EffectEditor Project
* Compile fix from @daneuber
* Changes from diff2.txt by @daneuber

Fixes #300
2018-10-16 10:48:43 -07:00
Danielle Neuberger 67abc5c4dc
Update README.md
Add more content to related project descriptions
2018-08-23 11:11:00 -07:00
Danielle Neuberger 4d6768250d
Update CONTRIBUTING.md
Update name
2018-08-20 14:46:19 -07:00
Danielle Neuberger 9d3c8fef4f
Update STARTUP.md 2018-08-20 14:42:59 -07:00
Danielle Neuberger e81c33c04a
Update pull_request_template.md 2018-08-20 14:41:58 -07:00