5380 Commits (19d1eb15b38c432b7dd42ebf1e58dc1317210700)
 

Author SHA1 Message Date
Daniel Grunwald 2c9c5991ea Fixed memory leak in GotoDialog. 16 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 16 years ago
David Srbecký 31b994266c Use WPF "DoEvents" 16 years ago
Daniel Grunwald b6fc279f87 Trying to fix the zero-height bugin AvalonDock (repro steps were: close last pad in a pane, change layout, change layout back, reopen pad). 16 years ago
Martin Koníček 793d82a9df Fixed "Process is not paused" exception in DebuggerHelpers.InvokeDefaultGetHashCode - thanks to David. 16 years ago
Daniel Grunwald a8f50a6850 Fixed NullReferenceException in go to dialog 16 years ago
Daniel Grunwald 1a9f2ab7f0 Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog 16 years ago
Daniel Grunwald dcf2544f20 Show methods in current file in the Go To dialog. 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 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 16 years ago
Daniel Grunwald 8429b4a3af Restore XamlDesigner to match old WPF Designer version 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
Mike Krüger 1b44fac5a9 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 16 years ago
David Srbecký 4b13eef2ec Ignore debugger unit tests for now 16 years ago
David Srbecký 76c428f5e5 Cache expressions (third attempt) 16 years ago
David Srbecký 96b13da65a Call all evaluations from a helper method 16 years ago
David Srbecký c01863f358 Reverted Debugger.Core to r4721 16 years ago
David Srbecký bac075bbcd Reverted some convenience methods from r4745 16 years ago
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 16 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 16 years ago
Matt Ward 7b77da2dc0 Python code converter now supports read-only and write-only property conversions. 16 years ago
David Srbecký 374470b84b Expression caching (second attempt) 16 years ago
Martin Koníček b3755fc862 Grid visualizer: 16 years ago
David Srbecký 3cfb2f81a5 Reverted expression caching 16 years ago
Daniel Grunwald f4fc787421 Disable all debugger tests (trying if this will fix the build). 16 years ago
Siegfried Pammer 60676b6387 removed Drag and Drop functionality from XamlOutlineNode 16 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 16 years ago
Matt Ward 81446a8a21 Python forms designer now supports negative doubles as method parameters. 16 years ago
Martin Koníček e8090246eb Grid visualizer can be opened from Debugger tooltips. 16 years ago
Daniel Grunwald 5cb13f81c6 Ignore Debugger tests that are failing on my machine. 16 years ago
Siegfried Pammer 0444f9b0e0 - XamlBinding: fixed bugs and added Unit Tests 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 16 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 16 years ago
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 16 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. 16 years ago
Matt Ward 96098e5761 Python forms designer now generating AnchorStyles properties. 16 years ago
David Srbecký 4162f7ab31 Expression caching 16 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 16 years ago
Daniel Grunwald 50f63c242a Merge 3.0 to trunk. 16 years ago