openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Caliburn.Micro
Settings
|
Report Duplicate
15
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 46 of 55
Search / Filter on:
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.
EisenbergEffect
More...
almost 14 years ago
Fixed a memory leak in DefaultCloseStrategy.
EisenbergEffect
More...
almost 14 years ago
Merge
EisenbergEffect
More...
almost 14 years ago
Make the keyed items of ActionExecutionContext not throw when key not found, but return null instead.
EisenbergEffect
More...
almost 14 years ago
nuget\create-packages.ps1 can now be executed from a directory other than nuget.
Ryan Cromwell
More...
almost 14 years ago
Added nuget.exe from 1.1 release of nuget
Ryan Cromwell
More...
almost 14 years ago
merging .hgignore and nuget packages
Ryan Cromwell
More...
almost 14 years ago
ignoring package contents from building package
Ryan Cromwell
More...
almost 14 years ago
Fixed a typo in the comments.
EisenbergEffect
More...
almost 14 years ago
Improved the casting in ActionMessage.
EisenbergEffect
More...
almost 14 years ago
Added a DatePicker convention for WPF and Silverlight.
EisenbergEffect
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.
EisenbergEffect
More...
almost 14 years ago
Some code cleanup.
EisenbergEffect
More...
almost 14 years ago
Added a convention for the ProgressBar.
EisenbergEffect
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.
EisenbergEffect
More...
almost 14 years ago
WP7 profile is now in the assembly only package
Ryan Cromwell
More...
almost 14 years ago
can publish package with publish-packages.ps1
Ryan Cromwell
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.
Ryan Cromwell
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.
EisenbergEffect
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.
EisenbergEffect
More...
almost 14 years ago
Fixed some incorrect documentation.
EisenbergEffect
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.
EisenbergEffect
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.
EisenbergEffect
More...
almost 14 years ago
Fixed an issue where action guards would overwrite an explicit binding on the IsEnabled property.
EisenbergEffect
More...
almost 14 years ago
Added ActivateWith, DeactivateWith and ConductWith extension methods to attach arbitrary items into the lifecycle of another item.
EisenbergEffect
More...
almost 14 years ago
Fixed a bug in the WPF version of BindingScope.
EisenbergEffect
More...
almost 14 years ago
Added the game library sample back.
EisenbergEffect
More...
almost 14 years ago
Removed GameLibrary sample because of mercurial bug?
EisenbergEffect
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.
EisenbergEffect
More...
almost 14 years ago
Enabled the ConventionManager.Singularize function to handle words ending in "ies"
EisenbergEffect
More...
almost 14 years ago
←
1
2
…
42
43
44
45
46
47
48
49
50
…
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree