Commit Graph

366 Commits

Author SHA1 Message Date
Antony Male 7147f4cb43 ActionExtension.NullTarget and .ActionNotFound are no longer nullable, leading to clearer XAML 2014-07-25 12:36:15 +01:00
Antony Male 60aca05dd2 Simplify IViewManager, by aligning it to what someone actually wants the ViewManager to do 2014-07-24 16:39:26 +01:00
Antony Male b53d0f5195 Ensure that we don't throw if actions are bound before the ActionTarget is assigned 2014-07-24 16:30:57 +01:00
Antony Male 3e4e09a598 Prevent double closure of a Screen 2014-07-24 09:45:20 +01:00
Antony Male d51ef4a0a4 Avoid invalid binding notice when showing a MessageBox with the default title 2014-07-24 09:31:29 +01:00
Antony Male 240a543de8 Remove all instances of 'throw new Exception' 2014-07-23 15:21:02 +01:00
Antony Male b254f92fe8 Add OnStart hook for when Stylet starts up, and rename the existing hooks to avoid confusion 2014-07-23 13:24:12 +01:00
Antony Male e611367ab5 Replace the isSingleton bool with a RegistrationFactory lambda, which should more easily allow other scopes 2014-07-23 12:07:07 +01:00
Antony Male 092cf02599 Fix bug in BoolToVisibilityConverter, causing exception with some argument types 2014-07-21 11:20:29 +01:00
Antony Male 1d9a5d4248 Remove and sort usings 2014-07-21 11:04:08 +01:00
Antony Male 6533b34757 Split out the type which were all previously in StyletIoCContainer.cs 2014-07-21 10:57:18 +01:00
Antony Male 95f0f8b3e4 Add more system type aliases 2014-07-21 10:53:06 +01:00
Antony Male 96fdcd3e3c Move MessageBoxView back out of Xaml, so it's in the same location as its VM 2014-07-21 10:52:55 +01:00
Antony Male 58d5a6e55e Change the handler type for Bind and BindWeak, to include the sender and property name 2014-06-22 17:22:24 +01:00
Antony Male c18563267f Remove the WeakEventManager, as it was too complex
It's replaced with a BindWeak extension method, similar to the existing
Bind. This rejects delegates with compiler-generated targets
2014-06-22 16:41:52 +01:00
Antony Male 61d387d1ad Move MessageBoxView into Xaml 2014-06-22 15:30:51 +01:00
Antony Male 6f63c5cc2d Add channels to the EventAggregator 2014-06-17 17:44:35 +01:00
Antony Male ad4aa28b64 Extend BoolToVisibilityConverter to handle more types 2014-06-07 13:50:38 +01:00
Antony Male 17d280a898 Rename LambdaComparer to LambdaEqualityComparer, and create actual LambdaComparer 2014-06-06 13:14:20 +01:00
Antony Male 41542665f4 Change how Stylet.Samples.RedditBrowser's SubredditViewModel closes itself 2014-05-29 16:41:00 +01:00
Antony Male 556d25ef15 Fix typo in Stylet.Samples.RedditBrowser 2014-05-29 16:34:48 +01:00
Antony Male 835d6326f2 Update README with better symbol settings instructions 2014-05-29 16:23:27 +01:00
Antony Male 8511f32c50 Another little README tweak 2014-05-29 16:06:55 +01:00
Antony Male 1be747cdee Correct project title in README 2014-05-28 09:34:31 +01:00
Antony Male daa392ae03 Merge branch 'release/0.9.9' into develop 2014-05-27 13:31:45 +01:00
Antony Male 13248a97c5 Bump version 2014-05-27 13:29:41 +01:00
Antony Male 0beef2843d Update changelog 2014-05-27 13:29:22 +01:00
Antony Male 9f59c21f51 Fix bug where Stylet would launch before resources were loaded 2014-05-27 13:28:50 +01:00
Antony Male 9e0cfa0ea5 Merge branch 'release/0.9.8' into develop 2014-05-27 13:28:33 +01:00
Antony Male 15f216af0b Bump version 2014-05-27 13:00:57 +01:00
Antony Male 8614840280 Update changelog 2014-05-27 13:00:23 +01:00
Antony Male a45b4be523 Include .xaml files in the symbols package 2014-05-27 13:00:03 +01:00
Antony Male 4f9c0a5e04 Merge branch 'release/0.9.7' into develop 2014-05-27 12:56:42 +01:00
Antony Male 5af370313b Bump version 2014-05-27 12:55:48 +01:00
Antony Male 704b9f108f Update changelog 2014-05-27 12:55:16 +01:00
Antony Male 0e43decb94 Update the README with an introduction 2014-05-27 12:53:17 +01:00
Antony Male ff2ca4deb2 Fix Stylet.Samples.OverridingViewManager 2014-05-26 19:13:08 +01:00
Antony Male eeeb761e0d ViewManager methods should have been protected... 2014-05-26 19:13:08 +01:00
Antony Male 2104aa8417 It's no longer DispatcherWrapper's responsibility to capture the current Dispatcher 2014-05-26 19:01:17 +01:00
Antony Male 7bdafdc04a Change an exception to an assertion, since I can't hit it in tests 2014-05-26 19:00:10 +01:00
Antony Male 7203b02cdf Add a load of missing XML documentation 2014-05-26 18:54:56 +01:00
Antony Male a914d58668 Refactor the ViewManager, splitting out a few methods to make it easier to customize 2014-05-26 18:54:55 +01:00
Antony Male 2f4424a85d Split IEventAggregator methods for dispatching into extension methods 2014-05-26 18:54:54 +01:00
Antony Male bfd9ac3f06 Refactor Conductor.DetermineNextItemToActivate, so it's a bit more self-contained 2014-05-26 18:54:46 +01:00
Antony Male 956c9e970a Modify SetParent so it only sets the parent, not clears it 2014-05-26 18:53:53 +01:00
Antony Male 5962c1c8bb Fiddle with Condcutor.EnsureItem, so that it does one thing, rather than two 2014-05-26 18:53:30 +01:00
Antony Male f5f406596d Split out ViewManager a bit more 2014-05-26 17:05:58 +01:00
Antony Male 7b45e51919 Modify Rakefile to not fail if TestResult.xml doesn't exist 2014-05-23 13:31:21 +01:00
Antony Male 863bcf9b87 Actually fill in the blanks in the license 2014-05-23 13:08:19 +01:00
Antony Male 6d72e2d525 MessageBox supports MessageBoxOptions 2014-05-23 13:03:21 +01:00