1 2009-07-24 Alan McGovern <amcgovern@novell.com>
3 * VSM/System/Windows/VisualStateGroup.cs: Copy/paste bug here.
4 Register/Unregister the correct events and handlers for
7 2009-07-07 Alan McGovern <amcgovern@novell.com>
9 * VSM/System/Windows/VisualStateGroup.cs:
10 * VSM/System/Windows/VisualStateManager.cs: Update VSM so that
11 it works now that we have better namescope handling.
13 2009-03-06 Alan McGovern <amcgovern@novell.com>
15 * VSM/System/Windows/VisualStateManager.cs: Update VSM so that
16 it doesn't crash and burn with PropertyPaths created from
19 2009-03-06 Alan McGovern <amcgovern@novell.com>
22 * VSM/System/Windows/VisualStateManager.cs: Revert - I didn't
23 mean to commit that yet. It's not complete.
25 2009-03-05 Alan McGovern <amcgovern@novell.com>
27 * VSM/System/Windows/VisualStateManager.cs: The PathParameters
28 supplied to PropertyPath are always guaranteed to be of
29 length 0. There is no point in storing them, exposing them
32 2009-02-18 Jeffrey Stedfast <fejj@novell.com>
34 * VSM/System/Windows/VisualStateGroup.cs: Default the name to "".
36 2009-02-02 Chris Toshok <toshok@ximian.com>
38 * VSM/System/Windows/VisualState.cs: use a hack to get around our
39 lack of support for RuntimeNameProperty (use the
40 DependencyObject.NameProperty for Name for the time being.)
42 2009-01-30 Chris Toshok <toshok@ximian.com>
44 * VSM/System/Windows/VisualStateManager.cs: dubious change - the
45 type Collection<VisualStateGroup> is *mostly* hidden, and is
46 reflected as IList to managed code. so let's take advantage of
47 this fact to make things MUCH easier on us, and make it a subclass
48 of PresentationFrameworkCollection<VisualStateGroup>.
50 2009-03-15 Alan McGovern <amcgovern@novell.com>
52 * VSM/System/Windows/VisualStateGroup.cs: Simplify how native events are
53 connected to in managed code. The managed add/remove event methods
54 just call RegisterEvent/UnregisterEvent defined in DO.cs instead of
55 each event managing the event list itself.
57 2009-01-12 Sebastien Pouliot <sebastien@ximian.com>
59 * VSM/System/Windows/VisualStateGroup.cs,
60 * VSM/System/Windows/VisualTransition.cs: Fix API to match SL2
62 2008-11-21 Stephane Delcroix <sdelcroix@novell.com>
64 * VSM/System/Windows/VisualStateChangedEventArgs.cs:
65 * VSM/System/Windows/VisualStateGroup.cs:
66 * VSM/System/Windows/VisualStateManager.cs: Various changes to
67 integrate those WPF.Toolkits parts in our System.Windows.dll