270 Commits (983ee4df5465cf8b4e4a0014a5df80aa0b7c7b63)

Author SHA1 Message Date
Daniel Grunwald 1a5042de91 Remove unused DesignItem.ValueOnInstance setter. 16 years ago
Siegfried Pammer 66ce124332 improved GridRailAdorner with GridUnitSelector (only for rows currently) 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 947f9ae4db Fixed some FxCop warnings in WPF designer. 16 years ago
Daniel Grunwald 74304c5acb Fixed ArgumentException in ICSharpCode.WpfDesign.XamlDom.XamlObject.FindOrCreateProperty when selecting Window in WPF Designer. 16 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 16 years ago
Daniel Grunwald d1cf921a76 Added missing System.Xaml references to unit tests. 16 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 16 years ago
Daniel Grunwald 68fe102c06 Bracket highlighting: Create a different figure for start and end bracket (don't draw combining line when end bracket is on the next line after the start bracket) 16 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Siegfried Pammer 19406653ea - improved WPF designer in some areas 16 years ago
Siegfried Pammer ffa6cf7b41 - removed x-support from XamlResolver 16 years ago
Daniel Grunwald 8c715253b5 Add WPF Designer back to SharpDevelop 4. 16 years ago
Daniel Grunwald 36baa1af87 Move WPF Designer to .NET 4.0. 16 years ago
Daniel Grunwald c21ee80fc1 Some FxCop cleanup 16 years ago
Daniel Grunwald 46caf75b22 A few FxCop fixes and missing documentation. 16 years ago
Daniel Grunwald 05982705ab Code cleanup; fixed moving controls in and out of containers that had transforms applied. 16 years ago
Daniel Grunwald d47aae7e41 GrayOutDesignerExceptActiveArea: only primary selection 16 years ago
Daniel Grunwald 1884f91c61 Fix unit tests. 16 years ago
Daniel Grunwald 8a6b4fe28c Get rid of own HashSet implementation. 16 years ago
Daniel Grunwald fb3be54913 DragMoveMouseGesture bugfix: use coordinates relative to design panel because MoveLogic expects those. 16 years ago
Daniel Grunwald bb8f2e52dd More cleanup. 16 years ago
Daniel Grunwald f9832d1ea6 WPF Designer code cleanup. 16 years ago
Daniel Grunwald 15a491ab76 GrayOutDesignerExceptActiveArea bugfixes 16 years ago
Daniel Grunwald 9ca4d90d0f Resurrect old version of WPF designer (from revision 3608) 16 years ago
Daniel Grunwald 0f7890a6a1 Remove WPF Designer. 17 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 17 years ago
Ivan Shumilin a2c98174e2 Setup fix 17 years ago
Ivan Shumilin 3035c83c8e second attempt... 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 17 years ago
Daniel Grunwald a0d768dfff XML comments for WpfDesign. 17 years ago
Ivan Shumilin 52a743f540 Generate event handlers in a form "itemName_eventName". 17 years ago
Ivan Shumilin c193bb0ec0 - Draw red border if name is not correct or if name is empty + events tab opened 17 years ago
Ivan Shumilin 6812aa497e - Update code related to XamlObject.XmlAttribute (ME support) 17 years ago
Ivan Shumilin 110e3d9954 Create controls immediately when dragging from the toolbox 17 years ago
Ivan Shumilin edd4afa5ae - repair PermanentAdornerProvider 17 years ago
Ivan Shumilin 3fd8c5dc72 Default sizes, some initializers 17 years ago
Daniel Grunwald 6238250a69 Fixed unit tests. 17 years ago
Daniel Grunwald 57a8e59803 Fixed build. (don't commit while chatting about a different part of SharpDevelop) 17 years ago
Daniel Grunwald 4333bf1d26 Add missing documentation for WpfDesign.XamlDom. 17 years ago
Daniel Grunwald 22cb860681 Move OutlineTreeView into WpfDesign.Designer. 17 years ago
Daniel Grunwald a2c9321fef Add back GrayOutDesignerExceptActiveArea. 17 years ago
Ivan Shumilin 1cf6a442ae Dispatcher.BeginInvoke(delegate, priority) -> Dispatcher.BeginInvoke(priority, delegate) 17 years ago
Ivan Shumilin 74a952bdb5 WPF Designer: Report loading errors (TaskService for integrated version, ErrorListView for standalone) 17 years ago
Ivan Shumilin bdaf548e67 - Zoom / Pan 17 years ago
Ivan Shumilin 945d491f87 - Commands routing (for integrated and standalone WPF Designer, CCP still not implemented) 17 years ago
Ivan Shumilin b2015b1d0b - Improve PropertyGrid performance (select, move, undo much faster now) 17 years ago
Ivan Shumilin fb4e3c1e98 - Resize snaplines bugfix 17 years ago
Daniel Grunwald 24507c638c Converted GoTo dialog to WPF, add LocalizeExtension to ICSharpCode.Core.Presentation. 17 years ago
Markus Palme acaab0ff01 fixed compiler warning 17 years ago