17 Commits (352d2dcaca54be6df084871c60e28da9d6db1716)

Author SHA1 Message Date
gumme 6252f3b507 Added support for native types (string, int, double, etc). 11 years ago
gumme 5ccc93f254 Added tests for undo/redo operations on implicit and explicit dictionaries. 11 years ago
gumme 300417bb5f Added tests for undo/redo operations on implicit and explicit lists. 11 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
gumme c7f70a14bf String can now be added to collections, for example a ResourceDictionary. 12 years ago
gumme f4a283ff9b Added unit test for using SolidColorBrush as a resource. This also tests that the inner text of an XML element is only set if the element type defines a Content property. 12 years ago
Tobias Gummesson 64343cfe57 If properties on a markup extension (for example a binding) is modified after the markup extension was set on a property, and these property changes effect how the markup extension can be printed in XAML, the markup extension was not updated properly. 12 years ago
Tobias Gummesson d4beb03306 Fixed so markup extensions where property is set by a StaticResource checks if the referenced resource is declared locally, and it its declared locally it forces the markup extension to be printed as element and not as shorthand XAML markup extension code. This is so the StaticResource can find the correct resource. 12 years ago
Tobias Gummesson ccda46b899 Fixed so its possible to use MultiBinding and PriorityBinding on a DesignItemProperty and that it writes as expected to XAML. 12 years ago
Tobias Gummesson debb1489e3 If properties on a markup extension (for example a binding) is modified after the markup extension was set on a property, and these property changes effect how the markup extension can be printed in XAML, the markup extension was not updated properly. 12 years ago
Tobias Gummesson 8de92073b7 Fixed so markup extensions where property is set by a StaticResource checks if the referenced resource is declared locally, and it its declared locally it forces the markup extension to be printed as element and not as shorthand XAML markup extension code. This is so the StaticResource can find the correct resource. 12 years ago
Tobias Gummesson bb4a661db2 Fixed so its possible to use MultiBinding and PriorityBinding on a DesignItemProperty and that it writes as expected to XAML. 12 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Daniel Grunwald 9ca4d90d0f Resurrect old version of WPF designer (from revision 3608) 16 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 17 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Daniel Grunwald 877dd375d9 Allow creating new components. 19 years ago
Daniel Grunwald 5516b08461 Support loading .xaml files that use CDATA-sections. 19 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Daniel Grunwald 0564fc244a XamlDom: better support for element collections. 19 years ago
Daniel Grunwald a6e2f1476d Begin work on moving components between containers. 19 years ago
Daniel Grunwald a4035d10e4 Set Canvas.Left+Canvas.Top attached properties when resizing a control inside a Canvas. 19 years ago
Daniel Grunwald de3656269f Allow setting simple properties via DesignItem. 19 years ago