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

422 Коммитов

Автор SHA1 Сообщение Дата
Alexander Kozlenko b5872b2cfb Fix projects build order and unit tests project certificate 2015-12-22 00:15:49 +02:00
Erik De Bonte 6e66f8f50d Issue #62: Fixed NavigateToPageAction to find INavigate ancestors
The problem was NavigateToPageAction's management of sender vs.
senderObject in Execute's loop looking for an INavigate implementation.
Both implementations (managed and native) had similar problems where the
current element's visual parent was found, but wasn't actually analyzed on
the next time around the loop.

The fixes in the Execute methods are tiny.  The rest of the changes are
all about unit testing the managed fix.  I didn't invest in unit tests for
the native change, but did verify it manually in a test app.
2015-12-18 16:52:15 -08:00
Wiesław Šoltés 78ba69214a Update ControlStoryboardOption.cs 2015-12-11 16:45:22 +01:00
Wiesław Šoltés ab045c9873 Update ControlStoryboardOption.cs 2015-12-11 16:43:24 +01:00
Wiesław Šoltés e732613475 Update ComparisonConditionType.cs 2015-12-11 14:48:43 +01:00
Wiesław Šoltés 6ef03a0bfd Update CallMethodAction.cs 2015-12-11 14:46:20 +01:00
Wiesław Šoltés aa08f52387 Update EventTriggerBehavior.cs 2015-12-11 14:45:24 +01:00
Scott Lovegrove 0645fc5dae Merge pull request #59 from davidezordan/dev/davide/sample_package_version
Fix for issue #58: Managed sample should reference nuget package version 1.0.*
2015-12-07 22:54:04 +00:00
Davide Zordan 86f84e10b8 Fix for issue #58: Managed sample should reference nuget package version 1.0.* 2015-12-07 21:15:15 +00:00
Jon W Chu 27c01771de Merge pull request #57 from Microsoft/dev/jonchu/sample
Change Sample project dependency to 1.0.3 for managed project.
2015-12-07 12:32:41 -08:00
Jonathan Chu 688e440a31 Chaning Sample project dependency to 1.0.3 for managed project. 2015-12-07 12:27:05 -08:00
Nigel Sampson 86e9fd7256 Merge pull request #56 from PedroLamas/eventtriggerbehaviorsubscription
Fixed #55: Ensured EventTriggerBehavior unregisters the event handler
2015-12-07 20:03:04 +00:00
Pedro Lamas 2ad4966520 Fixed #55: Ensured EventTriggerBehavior unregisters the event handler
WindowsRuntimeMarshal.RemoveEventHandler() method requires the same
value for removeMethod that was used when
WindowsRuntimeMarshal.AddEventHandler() method was called, so ensure we
save these values.
2015-12-07 11:56:14 +00:00
Nigel Sampson c37066dac3 Merge pull request #54 from PedroLamas/netnativeresources
Set the rd.xml files Build Action to Embedded Resource in all projects
2015-12-06 19:31:46 +00:00
Scott Lovegrove fd710b5968 Merge pull request #51 from skendrot/Base_classes
Use the base behavior classes
2015-12-05 18:31:11 +00:00
Pedro Lamas 9068a0f52c Set the rd.xml files Build Action to Embedded Resource in all projects
This is inline with the default value when creating a new library, where
the file has Build Action set to Embedded Resource (as referenced here:
http://blogs.msdn.com/b/dotnet/archive/2014/05/23/net-native-deep-dive-making-your-library-great.aspx)

Also made the necessary changes in the managed nuspec file to ignore
these files as they are no longer required in the output nuget package.
2015-12-05 18:18:53 +00:00
Scott Lovegrove eb48b9ab57 Merge pull request #50 from skendrot/Documentation
Add xml documentation comments to the base behavior classes
2015-12-02 07:12:11 +00:00
Shawn Kendrot 7ed1dcdf99 Use the base behavior classes 2015-12-01 21:45:35 -07:00
Shawn Kendrot 5e6c5100b7 Add xml documentation comments to the base behavior classes 2015-12-01 21:03:18 -07:00
Lingling Tong 43febd9230 Merge pull request #49 from Microsoft/dev/ltong/fixsnsign
Update the XAML BehaviorSDKManaged version to 1.0.3
2015-12-01 12:41:37 -08:00
Lingling Tong e83668a426 Update the XAML BehaviorSDKManaged version to 1.0.3 as we fixed the strong name signing issue and need to re-public the package. 2015-12-01 12:37:38 -08:00
Scott Lovegrove 15db0ffeac Merge pull request #45 from davidezordan/master
Issue #44: Fix for XAMLBehaviorsSample solution not referencing nuget package 1.0.2
2015-12-01 08:43:20 +00:00
Lingling Tong ff2090b2ad Merge pull request #42 from Microsoft/dev/ltong/updateversion2
Missed 1 version file for Manged NuGet package.
2015-11-30 16:51:00 -08:00
Davide Zordan 3b34e6928b Issue #44: Fix for XAMLBehaviorsSample solution not referencing nuget package 1.0.2 2015-12-01 00:11:51 +00:00
Lingling Tong 8e4f30d905 Missed 1 version file for Manged NuGet package. 2015-11-24 14:19:27 -08:00
Lingling Tong d6fa52ff5b Merge pull request #41 from Microsoft/dev/ltong/updateversion2
Update the version to 1.0.2
2015-11-24 13:57:55 -08:00
Lingling Tong 66516449e0 Update the version to 1.0.2 2015-11-24 13:48:35 -08:00
Lingling Tong d0e6729631 Merge pull request #40 from Microsoft/dev/ltong/updateversion
Update version to 1.0.1
2015-11-23 17:03:48 -08:00
Lingling Tong b50372e6d2 Update version to 1.0.1 2015-11-23 16:59:07 -08:00
Jon W Chu 2df6889d9b Merge pull request #39 from Microsoft/dev/jonchu/img
Add iconURL to nuspec, adding in some image assets, and file cleanup
2015-11-19 16:46:49 -08:00
Jon Chu 5f30fcb718 Merge branch 'dev/jonchu/img' of https://github.com/Microsoft/XamlBehaviors.git 2015-11-19 13:24:16 -08:00
Jon Chu 2e8ee37974 Removing documentation assets from repo 2015-11-19 13:24:14 -08:00
Jon W Chu abe614380b Add fix in Readme
Added reference Universal Windows Tools for requirements
2015-11-19 13:15:22 -08:00
Jon Chu 0789dd5c6d Cleaned up folder structure for assets 2015-11-19 12:31:06 -08:00
Jon Chu e293a122ab Adding in image references for NuGet packages as well as assets. 2015-11-19 12:27:13 -08:00
Lingling Tong f58c1ff6f1 Merge pull request #38 from Microsoft/dev/ltong/targetversion
Update the TargetPlatformVersion to wintools update1 version
2015-11-19 11:39:59 -08:00
Lingling Tong f0aaaac43f Update the TargetPlatformVersion to wintools update1 version 2015-11-19 10:58:01 -08:00
Scott Lovegrove 1178c6e1f3 Merge pull request #19 from skendrot/master
Move virtual OnAttached and OnDetaching methods to the base Behavior class
2015-11-19 06:29:38 +00:00
Lingling Tong 2ba0128d82 Merge pull request #37 from Microsoft/dev/drewgil/versioning
Collecting all assembly and package version files together in a Versi…
2015-11-18 17:04:34 -08:00
Drew Gillies 6cb25f827e Collecting all assembly and package version files together in a Version directory in each source tree. 2015-11-18 14:38:13 -08:00
Lingling Tong 3ade1bd2bd Merge pull request #34 from Microsoft/dev/ltong/sn
Add StrongName signing to managed assemblies
2015-11-17 15:31:13 -08:00
Scott Lovegrove 8163101b3d Merge pull request #36 from Microsoft/dev/jonchu/doc
Nuspec Edits
2015-11-17 22:44:28 +00:00
Jon Chu f9f5a41f8f Changes to the nuspec file for better clarity. 2015-11-17 14:37:15 -08:00
Drew Gillies e0f912e736 Merge pull request #32 from Microsoft/dev/drewgil/unittests
Add unit tests to behaviors
2015-11-17 08:13:48 -08:00
Lingling Tong 60ba9633b6 Add StrongName signing to managed assemblies 2015-11-16 15:57:21 -08:00
Drew Gillies de5cfdfc46 Add unit tests to behaviors 2015-11-16 15:32:41 -08:00
Drew Gillies 8dfe26b62f Merge pull request #30 from Microsoft/dev/drewgil/symbols
Issue #28: enable symbols, source and XML doc comments for behaviors.
2015-11-16 14:22:50 -08:00
Rodrigo Hermann d36d470fce Merge branch 'dev/rhermann/localization' 2015-11-16 14:10:52 -08:00
Rodrigo Hermann d00916586f Merge branch 'master' into dev/rhermann/localization 2015-11-16 14:10:05 -08:00
Drew Gillies 6da7bd0c93 Issue #28: enable symbols, source and XML doc comments for behaviors. 2015-11-16 13:37:33 -08:00