444 Commits (358ea923d487bee28a8c3992b4b5d18d16dfd81e)

Author SHA1 Message Date
Siegfried Pammer 5988520b64 fix #292: Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls 12 years ago
Siegfried Pammer 7448c62812 Rename RegisterFixNamespaces to RegisterDesignerNamespaces 12 years ago
Andreas Weizel 6c6a55d0b7 Implemented AsynchronousWaitDialog.ShowWaitDialogForAsyncOperation() API. 12 years ago
Daniel Grunwald 6da57f8678 Add back "using System;" that got lost due to file header replacement. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Siegfried Pammer 2f32cc398d (temporarily) fix #292: Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls 12 years ago
Siegfried Pammer 7196a27721 disable support for custom controls in WPF designer, due to http://community.sharpdevelop.net/forums/p/19968/50794.aspx#50794 12 years ago
Daniel Grunwald d41a6e02c6 Update to NRefactory commit 6837c57. 12 years ago
Daniel Grunwald 9bc803afcb Fix #258: Incorrect property used in WpfDesigner.Designer.ModelTools 12 years ago
Siegfried Pammer 8cf4ce9a91 rename should not be executed, if the name is not valid or the selection was changed 12 years ago
gumme 1f59343285 Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source. 12 years ago
Daniel Grunwald e25c69457c Set samples/XamlDesigner to .NET 4.5. 12 years ago
Siegfried Pammer caaedbd722 add partial implementation of rename for the WPF designer 12 years ago
jkuehner cff88a4151 Support for "Bring Item To Front / Send To Back" ContextMenu ... 12 years ago
gumme c7f70a14bf String can now be added to collections, for example a ResourceDictionary. 12 years ago
gumme 89ddb464da Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception. 12 years ago
gumme 410d44477a Fixed type resolve when pasting a custom control using StaticResource. 12 years ago
gumme cd29a15e0d Removes namespace attributes from child nodes in the pasted snippet if they are already present in the root where the snippet is pasted. 12 years ago
gumme 91ef4ab5c9 IDictionary (and not just ResourceDictionary) is considered a collection and supported by own XamlParser. 12 years ago
gumme 14dd5a9a43 Added xaml parser support for collections in attached properties. 12 years ago
Siegfried Pammer 293307cb9f fix some more warnings 12 years ago
gumme b401bc5cc1 Fixed parser so it can handle explicit lists. 12 years ago
Daniel Grunwald 52ab4d36a5 Normalize newlines in *.cs 12 years ago
Daniel Grunwald f07ea5af32 Reduce number of compiler warnings; and re-enable some old unit tests. 12 years ago
Daniel Grunwald 2dfa409711 Fix some compiler warnings. 12 years ago
jkuehner 77bb8e480a Layout Rounding Design Time Property 12 years ago
jkuehner d267d43428 Outline Node. 12 years ago
jkuehner f8c08d5b0d Fix in design Panel -> element was null 12 years ago
jkuehner b2655efc5b * Proportional Resize when pressing Ctrl 12 years ago
jogibear9988 ccd532ab86 Outline view : Filtering & Scroll Selected Control into View on Design Area 12 years ago
jogibear9988 2194f16822 Xaml Designer: 12 years ago
Siegfried Pammer 718c577f50 fix WPF Designer unit test 12 years ago
gumme 4d288202a3 Added test that loads xaml with an explicit list. The official XamlReader can read it successfully but the own XamlParser fails and should be fixed. 12 years ago
gumme 0516cd1b75 Added test for testing generated names for pasted element copies and that the new names is registered in the correct namescope. 12 years ago
gumme fe0e8c045a Fixes the following in RegisterXamlComponentRecursive method (called for example on Paste): 12 years ago
gumme 2e0026d59c Movement of a control is now only possible if the control is visible. 12 years ago
gumme e7cdfc0e3a Some fixes to BorderForInvisibleControl adorner as follows; 12 years ago
jogibear9988 3112e412f1 Scroll Selected OutLine Node Into View 12 years ago
gumme 75dc74620c Using filter to ignore invisible elements in hit testing on design surface. 12 years ago
gumme f1da926bee Added tests for testing property values set as element, with proper prefix for types outside default XML-namespace. 12 years ago
gumme ee33a1c6d6 Added tests for testing that property values are written correctly as attribute in XAML; namespace prefix should only be used for attached properties, and prefix should be generated and added if not already present. 12 years ago
gumme 07c44c9870 Added namespace tests to test XML-namespaces that is added automatically in the document root when controls or types outside the default XML-namespace is used. 12 years ago
gumme 0b59cb78ae Fixed ignored SetPropertyTests; Must set the property value on the DesignItem representing the object, otherwise the value will not get written to XAML. 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
jkuehner e64135beef Default Placement should also work for Control, because it could have a Content Property 12 years ago
jkuehner a6b6e44fbb x:name does not set the name property of a Control. 12 years ago
jkuehner 9cf2257f18 Fix Unit Tests -> ListBox is a ItemsControl and can now get Content! 12 years ago
jkuehner 05ddcf4275 Items Control can also be a Control container, so allow Placement in it! 12 years ago
jkuehner 085945326b Fix a Null Ref Exception in Thumbnail View 12 years ago
jkuehner f05bf96027 Set the IsInDesignMode Property 12 years ago