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 few more methods on WindowManager virtual. More... about 14 years ago
Added a non-generic IChild interface which the generic version inherits from. Implemented on Screen. More... about 14 years ago
Added ConventionManager.IncludeStaticProperties to tell CM to include static properties in convention name matching checks. More... about 14 years ago
Fixed a bug in nested name binding. More... about 14 years ago
Made a couple more methods of WindowManager protected virtual. More... about 14 years ago
Changed the implementation of Bootstrapper.IsInDesignMode. Fixes #61. More... about 14 years ago
A minor change in the template generation documentation. More... about 14 years ago
Added generated-templates to the .hgignore file. More... about 14 years ago
Fixed a bug in ExtentionsMethods.GetNamedElementsInScope which prevented UserControls from being included in conventions application. The fix adds named user controls to the list of available elements but excludes the child controls of those user controls unless the user control is the definer of the scope. More... about 14 years ago
Fixed a bug in coroutine execution that caused some errors to go undetected. Fix brought over from Caliburn. More... about 14 years ago
Improved the WPF WindowManager to more intelligently detect which window should be the owner of a dialog. Fix brought over from Caliburn. More... about 14 years ago
Added some code to FrameAdapter to throw exceptions if pages do not inherit from PhoneApplicationPage or one of its descendents. While the WP7 framework allows other views to be navigated to, in some scenarios it will unexpected cause an application termination that is very hard to track down. This was added to help prevent developers from making that mistake. More... about 14 years ago
Fixed an issue with the FrameAdapter when using TransitionFrame. TransitionFrame causes the Loaded event to be fired before calling OnNavigated, which is different from the standard PhoneApplicationFrame, which calls OnNavigated first. This difference in behavior breaks Actions. I have added a second paramter to the FrameAdapter which when set to true allows the framework to treat pages as already loaded. This should be set to true when using TransitionFrame. By default, it is set to false. More... about 14 years ago
Enabled WindowManager's call to CanClose to process the callback on the UI thread automatically. More... about 14 years ago
Added IdleDetectionMode properties back to the WP7 IPhoneService (ROFLOL) More... about 14 years ago
Made Parser.CreateMessage public. More... about 14 years ago
Fixed a long standing, but difficult to track down, memory leak in ActionMessage. More... about 14 years ago
Enabled the WPF version of GetNamedElementsInScope to search HeaderedContentControl and HeaderedItemsControl. Fixes #48 More... about 14 years ago
Extened the SurviveTombstone attribute by adding a SerializeComplexType. Setting this property to true indicates that the entire value of the attributed property should be stored in the phone state. More... about 14 years ago
Fixed some issues with lifecycle during resurrection. Pertains to ticket #40 More... about 14 years ago
Fixed an ArgumentOutOfRangeException in SurviveTombstoneAttribute related to Conductors that are not activated. Fixes #44 More... about 14 years ago
Added the IClose interface with a TryClose method. Made IGuardClose inherit from IClose. More... about 14 years ago
Added thread marshalling to Screen.TryClose. More... about 14 years ago
Added a doc with instructions on how to generate the project templates. More... about 14 years ago
The generated templates will not be copied to your VS2010 project templates folder if the folder exists More... about 14 years ago
Removed the WP7 IPhoneService.UserIdleDetectionMode just in case... More... about 14 years ago
Removed IPhoneService.ApplicationIdleDetectionMode since even referencing this property apparently causes marketplaice certification failure. More... about 14 years ago
Improved the WP7 template by adding some custom conventions for Pivot and Panorama. More... about 14 years ago
-Some refactoring in the ConventionManager. -Enabled auto generation of header templates for TabControl if the model implements IHaveDisplayName. -Generisized the ability to conventionally apply selected item bindings. More... about 14 years ago
Enabled action messages created through the Parser to contain the work "Action" More... about 14 years ago