15
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a helper method, Action.Invoke which can invoke any method via the Action pipeline. More... almost 14 years ago
Fixed a memory leak in DefaultCloseStrategy. More... almost 14 years ago
Merge More... almost 14 years ago
Make the keyed items of ActionExecutionContext not throw when key not found, but return null instead. More... almost 14 years ago
nuget\create-packages.ps1 can now be executed from a directory other than nuget. More... almost 14 years ago
Added nuget.exe from 1.1 release of nuget More... almost 14 years ago
merging .hgignore and nuget packages More... almost 14 years ago
ignoring package contents from building package More... almost 14 years ago
Fixed a typo in the comments. More... almost 14 years ago
Improved the casting in ActionMessage. More... almost 14 years ago
Added a DatePicker convention for WPF and Silverlight. More... almost 14 years ago
Generally improved the logging for conventions. Added a new static property to the ConventionManager called OverwriteContent which causes the Content of a ContentControl to be overwritten by a convention binding when set to true. By default this is set to false. More... almost 14 years ago
Some code cleanup. More... almost 14 years ago
Added a convention for the ProgressBar. More... almost 14 years ago
Fixed an inconsistency in the conventional binding API. It's a minor breaking change. ElementConvention.ApplyBinding must now return true/false indicating whether or not the binding was acutally applied. All samples and templates have been updated to reflect this change. More... almost 14 years ago
WP7 profile is now in the assembly only package More... almost 14 years ago
can publish package with publish-packages.ps1 More... almost 14 years ago
Scripted creation of assembly only package. Not sure what to do about the resource assemblies in SL. Need to add WP7 package creation. More... almost 14 years ago
Some internal behavior changes to screen. First, the TryClose method, if the screen is not in an IConductor, now searches through all cached views, not just the default, looking for one that can be closed. This fixes a bug in the case where a modal dialog with a contextual view needs to be closed. Previously, the view would not be found when calling TryClose on the screen and an exception would be thrown. Second, the view cache for a screen is now cleared when the screen is CLOSED. It is NOT cleared on deactivation only. This is because the primary use case was the need to keep expensive views around when screens were deactivated or hidden so that they wouldn't need to be reconstructed. However, if a screen is truly closed, there should be no reason to maintain a reference to its view. This seams to be the behavior that developers expected and has caused some issues in the past by not working this way. So now the Screen's view cache is cleared when the screen is closed. This also makes it easier to use singleton view models for modal dialogs. More... almost 14 years ago
Updated the solution so that the build output is firected to a bin folder at the root of the project. Fixed all samples to point the new build output location. More... almost 14 years ago
Fixed some incorrect documentation. More... almost 14 years ago
Added another configuration property to ActionMessage called ThrowsExceptions which can be used to turn off the default behavior of throwing exceptions when actions and targets cannot be found at invocation time. More... almost 14 years ago
Added a switch (off by default) on ActionMessage that turns on a "double check" for action guards which occurs just prior to invocation. This mostly applies to situations where you have multiple actions attached to the same element and you need to control the guard for each action individually. More... almost 14 years ago
Fixed an issue where action guards would overwrite an explicit binding on the IsEnabled property. More... almost 14 years ago
Added ActivateWith, DeactivateWith and ConductWith extension methods to attach arbitrary items into the lifecycle of another item. More... almost 14 years ago
Fixed a bug in the WPF version of BindingScope. More... almost 14 years ago
Added the game library sample back. More... almost 14 years ago
Removed GameLibrary sample because of mercurial bug? More... almost 14 years ago
Fixed a bug in convention binding to Single, Double and Decimal types where calling UpdateSource on the binding expression was messing up input if the fractional component had not been fully typed. More... almost 14 years ago
Enabled the ConventionManager.Singularize function to handle words ending in "ies" More... almost 14 years ago