..
Logging
Sort logging classes into different files
2015-01-18 22:15:05 +00:00
Properties
Take version to 0.0.0: AppVeyor bumps it on build
2016-01-29 12:49:31 +00:00
StyletIoC
Rename FuncNoKeyRegistration, since there is no FuncWithKeyRegistration any more
2017-04-05 12:22:05 +01:00
Xaml
Don't crash if Imaging.CreateBitmapSourceFromHIcon fails
2016-01-30 14:22:23 +00:00
BindableCollection.cs
Remove unnecessary usings
2015-09-24 13:37:29 +01:00
Bootstrapper.cs
Dispose Instance bindings by default, but allow this to be configured
2016-09-23 11:20:55 +01:00
BootstrapperBase.cs
Fix access modifier on BootstrapperBase.Launch
2016-02-02 08:24:31 +00:00
Conductor.cs
Deprecate CanClose
2016-08-26 11:44:34 +01:00
ConductorAllActive.cs
Conductor.OneActive should close children removed with items.Clear()
2016-12-03 13:15:14 +00:00
ConductorBase.cs
Conductors, which override CanCloseAsync, must call CanClose
2016-07-09 12:50:51 +01:00
ConductorBaseWithActiveItem.cs
Remove usage of expression-based NotifyOfPropertyChange in library code
2016-11-17 13:03:12 +00:00
ConductorNavigating.cs
Conductor: copy items before calling into them
2016-11-17 20:44:39 +00:00
ConductorOneActive.cs
If a ConductorOneActive item is closed, don't dispose it twice
2017-05-18 10:09:21 +01:00
EventAggregator.cs
Rewrite parts of the EventAggregator to avoid reentrancy issues
2016-03-24 10:21:49 +00:00
Execute.cs
Fix Resharper warnings, and downgrade unnecessary ones to Hint
2015-01-12 10:24:26 +00:00
ExpressionExtensions.cs
Fix Resharper warnings, and downgrade unnecessary ones to Hint
2015-01-12 10:24:26 +00:00
IBootstrapper.cs
Remove unnecessary usings
2015-09-24 13:37:29 +01:00
IConductor.cs
Remove unnecessary usings
2015-09-24 13:37:29 +01:00
IDispatcher.cs
Fix Resharper warnings, and downgrade unnecessary ones to Hint
2015-01-12 10:24:26 +00:00
INotifyCollectionChanging.cs
Remove unnecessary usings
2015-09-24 13:37:29 +01:00
INotifyPropertyChangedDispatcher.cs
Add StyleCop support
2015-01-10 14:22:28 +00:00
IScreen.cs
Deprecate Screen.State, in favour of Screen.ScreenState
2016-08-26 11:44:35 +01:00
IValidationAdapter.cs
Fix the ValidatingModelBase, in the face of WPF asking for model-wide errors
2016-08-26 11:27:37 +01:00
LabelledValue.cs
Improve GetHashCode and Equals in LabelledValue<T> slightly
2016-01-27 11:33:05 +00:00
MessageBoxView.xaml
Make the MessageBox display properly with multi-line content
2015-02-28 13:25:35 +00:00
MessageBoxViewModel.cs
Add default FlowDirection and TextAlignment to MessageBoxViweModel
2016-11-12 11:35:58 +00:00
PropertyChangedBase.cs
SetAndNotify returns a value indicating whether it raised a notification
2016-05-12 09:16:21 +01:00
PropertyChangedExtensions.cs
Fix Resharper warnings, and downgrade unnecessary ones to Hint
2015-01-12 10:24:26 +00:00
Screen.cs
Remove usage of expression-based NotifyOfPropertyChange in library code
2016-11-17 13:03:12 +00:00
ScreenExtensions.cs
Remove unnecessary usings
2015-09-24 13:37:29 +01:00
Settings.StyleCop
Add StyleCop support
2015-01-10 14:22:28 +00:00
Stylet.csproj
Rename FuncNoKeyRegistration, since there is no FuncWithKeyRegistration any more
2017-04-05 12:22:05 +01:00
Stylet.ruleset
Minor tidying, fix stylecopy violations
2015-10-07 09:27:26 +01:00
StyletConductorExtensions.cs
Remove unnecessary usings
2015-09-24 13:37:29 +01:00
ValidatingModelBase.cs
Add a method to ValidatingModelBase allowing someone to clear all errors
2016-11-25 17:12:43 +00:00
ViewManager.cs
Fix bug in ViewManager when searching multiple assemblies
2016-03-22 18:40:50 +00:00
WindowManager.cs
Don't override window's StartupLocation if Top or Left are bound
2017-06-12 12:35:25 +01:00