4211 Commits (3810b2740143d349c0106f621981c934154a1f16)
 

Author SHA1 Message Date
Daniel Grunwald 3810b27401 using System.Collections.ObjectModel; 17 years ago
Daniel Grunwald f6b6b49dc3 Convert accessor keys to WPF format. 17 years ago
Martin Koníček 0c8663d53a Implemented PositionedGraphNodeControl, displaying tree of properties instead of flat list. 17 years ago
Martin Koníček 662a324258 Fix build. 17 years ago
Martin Koníček 766110e934 Commit before refactoring of PositionedGraphNode: from flat list to tree of properties. 17 years ago
Martin Koníček 61a4278c9c Refactoring - renames. 17 years ago
Martin Koníček b5ca53f765 Moved generic data-virtualization classes to Visualizers/Common. 17 years ago
Martin Koníček 65afc732e5 - Refactored ObjectGraphNode - using tree-structured content (like in Debugger.AddIn.TreeModel) instead of flat list of properties. 17 years ago
Martin Koníček ce6c51af7d Commit of minor changes before big refactoring. 17 years ago
David Srbecký c8215974ff Console: Pretty print ICollection 17 years ago
Martin Koníček 0f5665e2c5 Object graph visualizer - scrolling of view area. 17 years ago
David Srbecký df042aa949 Console: Binary operations 17 years ago
Martin Koníček 53c7f38b2d - Fixed NullReferenceException in DebugType.IsInteger 17 years ago
Martin Koníček 16a6f9c97f Implemented TypeResolver properly, to support eg. finding IList<T> implementation on class MyClass : List<Person>. 17 years ago
David Srbecký 09ca330bb6 Console: Indexing using the indexer property 17 years ago
Martin Koníček 144dc2dec4 Grid visualizer - implemented EnumerableValuesProvider, now displays lazily loaded grid for IEnumerable<T>. 17 years ago
David Srbecký affaea8a94 Console: Indexing of arrays using literal integers; 17 years ago
David Srbecký bbcc95f3d0 Attempt to fix NullReference exception 17 years ago
David Srbecký ed13621a90 Pretty print array content in debugger console 17 years ago
David Srbecký e936a38958 Fix the position of code completion window for non-default DPI 17 years ago
David Srbecký 87498ad3a7 Use Cecil instead of my own code to parse the signatures 17 years ago
David Srbecký 3a9080c49d Added the source code of Mono.Cecil to the debugger. 17 years ago
Siegfried Pammer d15e1cf98d reverted old highlighting functionality 17 years ago
Matt Ward 13e940da3b Fixed XmlParser.GetAttributeNameAtIndex returning an attribute name when inside an element's text child node. 17 years ago
Siegfried Pammer 84c898a045 fixed Startup 17 years ago
Siegfried Pammer 3284781d8f Added some XAML PowerToys 17 years ago
David Srbecký e2c1ff9f33 Some support for creating debug types form signature blobs 17 years ago
Siegfried Pammer d1dd93073d implemented new XAML code completion features 17 years ago
David Srbecký df4ba376ab Ignoring "Thread is not in collection" that started to appearing in .NET 4.0; I still have no idea why it is happening - it seems that the API is reporting exits of threads without announcing their creation. 17 years ago
David Srbecký 8fcb895665 New command line argument - noExceptionBox 17 years ago
Martin Koníček 590536a38c Grid visualizer - Preparation for displaying IEnumerable (just implementation of EnumerableValuesProvider is missing) 17 years ago
David Srbecký 8c17432262 Fixed debugger tests 17 years ago
David Srbecký 564262cf1b Updates of debugger tests for .NET 4.0 17 years ago
Martin Koníček 53c34b73ee - Grid visualizer - first prototype - shows IList in ListView, lazy loaded as user scrolls 17 years ago
Martin Koníček 000009056b - added Grid visualizer window 17 years ago
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 17 years ago
Daniel Grunwald ea250dd7e2 Add missing GlobalAssemblyInfo.cs references. 17 years ago
Daniel Grunwald 42f2675b73 ComponentInspector does not need log4net.dll anymore. 17 years ago
Daniel Grunwald a5a43d54d2 Explicitly set build order to workaround MSBuild bug when compiling SharpDevelop on the command line. 17 years ago
Daniel Grunwald 7baee25647 Fixed path to REVISION file. 17 years ago
Daniel Grunwald a123d00416 ignore failing test 17 years ago
Daniel Grunwald e2973d98fe Merge trunk into dotnet4. 17 years ago
Daniel Grunwald 9ef4087aa2 Add missing files to setup. 17 years ago
Daniel Grunwald f14dd8e927 Adjusted setup and automatic build. 17 years ago
Daniel Grunwald 13a3c93e61 Ported WixBinding.Tests to MSBuild 4.0. 17 years ago
Daniel Grunwald 5ffe90b200 Ported UnitTesting.Tests to MSBuild 4.0. 17 years ago
Daniel Grunwald 1c44e6f14a Ported PythonBinding tests to .NET 4.0. 17 years ago
Daniel Grunwald 056d1692b1 Fixed CodeCoverage tests. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 17 years ago
Daniel Grunwald 2b3d5c8fb8 Dispose option panels. 17 years ago