248 Commits (a1438e1e5efcc554b46113f82fc02c5e75eae31f)

Author SHA1 Message Date
gumme a1438e1e5e Removing the optional "Extension" suffix from Markup Extension name if present. 12 years ago
Daniel Grunwald 7ed3cf8a5c Fix infinite loop in WPF designer. 13 years ago
Matt Ward 15c8a822c7 Do not show WPF designer for Windows Workflow files. 13 years ago
Daniel Grunwald 8293675a92 Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)' 13 years ago
Matt Ward ec6ad9e42e Fix failing unit tests being run with MTA thread. 13 years ago
Daniel Grunwald a2f42f2665 Fixed StackPanelPlacementSupport.ChangePositionTo(). 13 years ago
Daniel Grunwald 415f4ae274 Replace spaces with tabs. 13 years ago
Siegfried Pammer 6d8bf0047d fix bug introduced by f0ab34006f - http://community.sharpdevelop.net/forums/t/15792.aspx 13 years ago
Daniel Grunwald c5e470b7af Fixed thread-safety issue when accessing IProjectContent.ReferencedContents. 13 years ago
Siegfried Pammer bcc9fa34ae implemented SD-1890 - WPF Designer does not support WPF Page 14 years ago
Siegfried Pammer d01ae06ee0 improve information provided in WpfDocumentError 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 14 years ago
Daniel Grunwald 68f75c067b Fix SD-1872 - Forms Designer is unbearably slow in 4.2 14 years ago
Matt Ward eebe2e928c Reformat code. 14 years ago
Matt Ward f0ab34006f Stop WPF designer from reformatting XAML in text editor when nothing is changed in the designer. 14 years ago
Daniel Grunwald 5df40bdd49 WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx) 14 years ago
Daniel Grunwald c67e7b2394 WPF Designer: Fixed "Cannot undo when item is moved inside outline view" (http://community.sharpdevelop.net/forums/t/13247.aspx) 14 years ago
Daniel Grunwald c1ba2b7a41 WPF Designer: Fixed "Cannot move multiple controls" (http://community.sharpdevelop.net/forums/t/13250.aspx) 14 years ago
Siegfried Pammer 5a943271ea working on SD-1527 - A display binding's supported files should be independent from the files it handles by default: 14 years ago
Eusebiu Marcu 58e5ace255 fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4 14 years ago
Daniel Grunwald eb0d93724e ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance. 14 years ago
Daniel Grunwald d14fa2d34d WPF Designer: Fix ImageSourceEditor. 14 years ago
Daniel Grunwald 1d25ed2fd1 Fix bug in WPF designer: ChangeGroup was left open when creating a control by clicking on the design surface (http://community.sharpdevelop.net/forums/t/12410.aspx) 15 years ago
Matt Ward be8c299f6a WPF designer now looks in project references for assemblies when opening the designer. 15 years ago
Daniel Grunwald 84ed7ca178 Avoid test failure on build server when unit tests for several branches are running concurrently. 15 years ago
Siegfried Pammer 8405f8c707 moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj 15 years ago
Daniel Grunwald 12f96be5bf Use ITypeDescriptorContext for call to TypeConverter.CanConvertTo() 15 years ago
Matt Ward 10b427cfaf Fix SD-1657 - Grid adorner - File no longer marked as dirty when just moving the mouse over the column header. 15 years ago
Matt Ward 5e98f8f577 Fix bug introduced in last commit - return value from ProjectService.FindProjectContainingFile instead of null. 15 years ago
Matt Ward 7929de1418 Fix SD-1760 - NullReferenceException when double-clicking button in WPF designer when .xaml file does not belong to a project 15 years ago
Daniel Grunwald b9b018525d Fixed build. 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 15 years ago
Kumar Devvrat 45e5c89b60 Remove NotImplementedException in BeforeSetPosition() 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 57023bbb15 changed /Addins/WpfDesign to /AddIns/WpfDesign; the addin tree is case sensitive; avoid two AddIns sections on the root level 15 years ago
Kumar Devvrat ff9486c3d6 Fix a bug where the initial text disappeared when clicking on any other editable text. 15 years ago
Kumar Devvrat 49202257d4 Fix a bug where Outline was not displayed in the first switch to Design tab. 15 years ago
Kumar Devvrat 86d1e42f90 Add tests for Outline and fix CanInsert/Insert bugs due to drag'n'drop. 15 years ago
Kumar Devvrat 72f208e637 -Add support for custom controls. 15 years ago
Kumar Devvrat e22ed87a60 - Fix a bug which caused a ContentControl to be placed inside another ContentControl when it should not be. 15 years ago
Kumar Devvrat 6b249a878d - Hide the exceptions show by AbstractViewContentHandlingLoadErrors, instead show a friendly error window. 15 years ago
Kumar Devvrat d2a1fe9e83 - Add tests for grid placement and tab/shift+tab navigation. 15 years ago
Kumar Devvrat a851d04ff9 Add collection editor for editing Menu, TreeView, ListBox, ComboBox items 15 years ago
Kumar Devvrat 5b3f1e4470 Fix error in the Tools order. 15 years ago
Kumar Devvrat 42b1ccfc25 - Re-adjust styles. 15 years ago
Kumar Devvrat 958d12d508 - Fix various issues related to alignments,width and height. 15 years ago
Kumar Devvrat f722685771 Fix null reference exception. 15 years ago
Kumar Devvrat 89ec55d12f - Fix in-place editor placement and resolve issue when resizing while editing text too;caused an exception due to nested transactions. 15 years ago
Kumar Devvrat 5c91c8bb32 - Add StackPanelPlacementSupport.cs in .csproj to be compiled. 15 years ago