1950 Commits (358ea923d487bee28a8c3992b4b5d18d16dfd81e)

Author SHA1 Message Date
Siegfried Pammer fd65a7cd5f remove ILocatable implementation from DebuggerTextOutput 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 64cfb62ab6 fix F1 context help on enum types 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
Siegfried Pammer 7e0d8cb3d7 fix http://community.sharpdevelop.net/forums/t/19499.aspx 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
Siegfried Pammer 9cce5d9369 implement GetMethodsFromDocumentPosition and set breakpoints in all methods (lambdas, etc.) in that location 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
Siegfried Pammer bda8abaaa9 implement some more methods in ILSpyUnresolvedFile 12 years ago
Matt Ward 2c6d2f6468 Fix forms designer error when non .NET assembly referenced by project. 12 years ago
jkuehner f05bf96027 Set the IsInDesignMode Property 12 years ago
jkuehner 32e9869652 RenderTransformOriginProperty -> Only one Undo Step when moving the Origin, not for each MouseMove! 12 years ago
jkuehner 34857e15bd Whitespace fixes... 12 years ago
jkuehner 2f872569c6 Remove unused Fields 12 years ago
Siegfried Pammer b277aa8865 remove remaining traces of ITextEditorProvider and ICodeEditorProvider 12 years ago
Siegfried Pammer a53f674b3b fix conflict in Escape/UnescapeTypeName 12 years ago
Siegfried Pammer 3d873f9299 add escape/unescape methods for DecompiledTypeReference.TypeName 12 years ago
Siegfried Pammer 7fae7ab4fb try to create an IAssemblyModel for assemblies that cannot be found in the IClassBrowser 12 years ago
Siegfried Pammer f00cbc8f50 add global cache for Cecil's AssemblyDefinition in ILSpyDecompilerService 12 years ago
Siegfried Pammer 5f6ca0b8b3 clean up code 12 years ago
Siegfried Pammer 009356e2f2 implement CreateCompilationForSingleFile in ILSpyParser 12 years ago
Siegfried Pammer 2bbde47f50 fix debugger symbols for decompiled code 12 years ago
Siegfried Pammer 6c6cb43749 fix exception in QCB, if there's a member without IUnresolvedFile 12 years ago
Peter Forstmeier a6e95f0e58 PageBreak, Cleanup 12 years ago
Siegfried Pammer d08ff2c7c3 implement Popup to let user choose a part (if there are more than one) to jump to in GoToDefinition 12 years ago
Siegfried Pammer 0ee8c81933 add void ShowContextActionsPopup(ContextActionsPopupViewModel viewModel); to IEditorUIService 12 years ago
Siegfried Pammer 80e4c82e33 WIP on IAssemblySearcher API 12 years ago
jkuehner 6ca53f06c6 Cache the Instances of XamlModelProperty in a Dictionary. 12 years ago
jkuehner c045a08fee - Flat Collection Editor now working 12 years ago
jkuehner 0029ec5d39 Flat Collection Editor Refresh fix (hacky) 12 years ago
jkuehner 3332f96d72 Flat Collection Editor 12 years ago
jkuehner 6d5f1082cf Collection Editor Tab Control fix 12 years ago
jkuehner edc132ea78 RenderTransformOrigin should also look to Propertygrid changes 12 years ago