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
Made a field readonly... More... about 14 years ago
Merge conductor fix with default. More... about 14 years ago
Fixes an overisight in the new conductors mechanism which prevented the ConductorWithCollectionOneActive from closing children which should be closed even if the parent cannot close. A bool property was added to the constructor of the DefaultCloseStrategy in order to simplify changing this behavior. More... about 14 years ago
Merge template fixes into default. More... about 14 years ago
Fixed a problem with ContentTemplateSelector in WPF tab controls. More... about 14 years ago
Some refactoring in WindowManager to fix some bugs in event wireups and lifecycle. More... about 14 years ago
Adding Support for using a DataTemplateSelector with WPF ItemsControls More... about 14 years ago
Fixed a bug in the InstanceActivator for WP7 related to more changes in RTM chooser functionality. More... about 14 years ago
Merged with template corrections. More... about 14 years ago
Enabled all features of Actions to work withing the AppBar on WP7. Simply use CM's AppBarButton and AppBarMenuItem instead of the OOTB elements. Set the Message property on these elements and the framework will make it work. More... about 14 years ago
corrected a problem wioth the template generation, fixes #35 More... about 14 years ago
Fixed a bug with availability effects ovverriding explicit bindings. More... about 14 years ago
Merge GetTargetMethod changes with PhoneService changes. More... about 14 years ago
Some reworking of the GetTarget method to remove parameter tpe chaecking and use linq. More... about 14 years ago
Fixed a bug with launcher/choosers that was introduced in the RTM WP7 build. Now we call the completed event regardless of whether the app gets tombstoned or not by the chooser. More... about 14 years ago
-Added RegisterWithPhoneService to the PhoneContainer in the WP7 template. This allows DI of instances which are actually cached in the PhoneApplicationState. Use this for complex shared data that needs to persist across tombstoned instances. -A minor bit of refactoring in the SurviveTombstoneAttribute. More... about 14 years ago
Added a way to specify the PhoneApplicationFrame for a WP7 application. This enables the injection of custom animating frames, etc. More... about 14 years ago
Added "GetTargetMethod" to ActionMessage, which now parses parameters to determine match More... about 14 years ago
Fixed some typos in the vs templates. More... over 14 years ago
Fixed a bug in nested path binding conventions if the path relates to interface defined properties. More... over 14 years ago
Split the project templates out into their own solution. More... over 14 years ago
Fixed some typos. More... over 14 years ago
Added a missing debug symbol to the WPF project. More... over 14 years ago
Fixed a bug I just introduced in WP7. More... over 14 years ago
Some bug fixes to Action.Target. More... over 14 years ago
Some reformatting. More... over 14 years ago
Dropped HasHandlerProperty Use ReadLocalValue / DependencyProperty.UnsetValue instead More... over 14 years ago
If Action.Target* is explicitly set and it is null, don't continue searching the hierarchy upwards for a matching target. More... over 14 years ago
Merge More... over 14 years ago
Consider all elements in the tree when binding to Target changes More... over 14 years ago