3006 Commits (7b0a2b6b3d4e966fb61b9c69e1168b43157c8a2f)

Author SHA1 Message Date
Daniel Grunwald 8c715253b5 Add WPF Designer back to SharpDevelop 4. 17 years ago
Daniel Grunwald 36baa1af87 Move WPF Designer to .NET 4.0. 17 years ago
Daniel Grunwald c21ee80fc1 Some FxCop cleanup 17 years ago
Daniel Grunwald 46caf75b22 A few FxCop fixes and missing documentation. 17 years ago
Daniel Grunwald 05982705ab Code cleanup; fixed moving controls in and out of containers that had transforms applied. 17 years ago
Daniel Grunwald d47aae7e41 GrayOutDesignerExceptActiveArea: only primary selection 17 years ago
Daniel Grunwald 1884f91c61 Fix unit tests. 17 years ago
Daniel Grunwald 8a6b4fe28c Get rid of own HashSet implementation. 17 years ago
Daniel Grunwald fb3be54913 DragMoveMouseGesture bugfix: use coordinates relative to design panel because MoveLogic expects those. 17 years ago
Daniel Grunwald bb8f2e52dd More cleanup. 17 years ago
Daniel Grunwald f9832d1ea6 WPF Designer code cleanup. 17 years ago
Daniel Grunwald 15a491ab76 GrayOutDesignerExceptActiveArea bugfixes 17 years ago
Daniel Grunwald 9ca4d90d0f Resurrect old version of WPF designer (from revision 3608) 17 years ago
David Srbecký 4b13eef2ec Ignore debugger unit tests for now 17 years ago
David Srbecký 76c428f5e5 Cache expressions (third attempt) 17 years ago
David Srbecký 96b13da65a Call all evaluations from a helper method 17 years ago
David Srbecký c01863f358 Reverted Debugger.Core to r4721 17 years ago
David Srbecký bac075bbcd Reverted some convenience methods from r4745 17 years ago
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 17 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 17 years ago
Matt Ward 7b77da2dc0 Python code converter now supports read-only and write-only property conversions. 17 years ago
David Srbecký 374470b84b Expression caching (second attempt) 17 years ago
Martin Koníček b3755fc862 Grid visualizer: 17 years ago
David Srbecký 3cfb2f81a5 Reverted expression caching 17 years ago
Daniel Grunwald f4fc787421 Disable all debugger tests (trying if this will fix the build). 17 years ago
Siegfried Pammer 60676b6387 removed Drag and Drop functionality from XamlOutlineNode 17 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 17 years ago
Matt Ward 81446a8a21 Python forms designer now supports negative doubles as method parameters. 17 years ago
Martin Koníček e8090246eb Grid visualizer can be opened from Debugger tooltips. 17 years ago
Daniel Grunwald 5cb13f81c6 Ignore Debugger tests that are failing on my machine. 17 years ago
Siegfried Pammer 0444f9b0e0 - XamlBinding: fixed bugs and added Unit Tests 17 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
Matt Ward 70942e3ac3 Fixed bug in python forms designer failing to convert an integer into a double when loading a form with a property of type double. 17 years ago
Matt Ward 96098e5761 Python forms designer now generating AnchorStyles properties. 17 years ago
David Srbecký 4162f7ab31 Expression caching 17 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Siegfried Pammer 6adccfa490 XamlBinding: ported outline content to AXml API 17 years ago
Martin Koníček 5b19084276 Fixed build. 17 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 17 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 17 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 17 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 17 years ago
Siegfried Pammer de1a7da0be XamlBinding: bugfixes 17 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 17 years ago
Siegfried Pammer c60dc09dc5 - implemented XamlParser 17 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 17 years ago
David Srbecký 18e073d771 Fixed thread safety. Handling of null version. 17 years ago