1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
Martin Koníček 95f2e9a20e Grid visualizer - choosing columns to display (using ComboBox with custom style based on default style). 17 years ago
David Srbecký 14bf49761a Fixed signature reading for fields; 17 years ago
Daniel Grunwald ee2a4e29cb Fixed code analysis AddIn (fixed support for custom MSBuild loggers, ported SuppressMessageCommand to ITextEditor). 17 years ago
David Srbecký ac76eaa009 Type caching simplified; 17 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 17 years ago
David Srbecký e89dd70d3c Renaming files accordingly and some final touches 17 years ago
David Srbecký 8ed71a4bf3 Created ThreadCollection class 17 years ago
David Srbecký b963238781 Created ModuleCollection class 17 years ago
David Srbecký 0e7636d384 Created EvalCollection class 17 years ago
David Srbecký 73eff347f1 Created ProcessCollection class 17 years ago
David Srbecký 9ff7a9d575 Created BreakpointCollection class 17 years ago
Siegfried Pammer abf561acc0 XamlBinding: 17 years ago
David Srbecký 6772190140 Resolve TypeRefs that are defined in a nested class 17 years ago
David Srbecký 6f341d41d5 Console: Report error if operator is not supported for given arguments. 17 years ago
David Srbecký 0aa7af205b Console: Unary expressions (-i; i++) 17 years ago
David Srbecký 18bd0dcfc9 Console: String indexer ("abcd"[2]); 17 years ago
David Srbecký 846fe05dfe Debugger tests - less verbose - do not show properties that have a default value (false, 0, null, {}) 17 years ago
David Srbecký 1ab3de7629 Get type of field, property or method return value. 17 years ago
Martin Koníček 131cfee89d - debugger tooltips - changed return type of IDebugger.GetTooltipControl to System.Object 17 years ago
Daniel Grunwald 83f72a30af Fixed forum-9335: checked state in FileTypeRegisterer option panel is incorrect for some entries. 17 years ago
Martin Koníček 38054e2991 - Object graph visualizer - tooltips with full text on values too long to fit into graph node 17 years ago
Daniel Grunwald db3f066b73 Fixed SD2-893 - Searching text in a directory with no access permissions throws exception 17 years ago
Daniel Grunwald f2a7b38c6c Fixed potential ArgumentNullException in search (forum-9109, though I couldn't reproduce it). 17 years ago
Siegfried Pammer f779eb0a69 - added EditGridColumnsAndRowsCommand 17 years ago
Martin Koníček fc0b426391 - Object graph visualizer - implemented visualization of IList<T> nodes 17 years ago
Martin Koníček 2146250942 - Object graph visualizer - implemented edge tooltips 17 years ago
Martin Koníček b7f96c707f Grid visualizer - values are now displayed as Value.InvokeToString() 17 years ago
Martin Koníček dcee305a84 - auto size Name column in node 17 years ago
Martin Koníček e9b84ee2a7 - remember expanded content nodes between debugger steps 17 years ago
Martin Koníček 28fc63226a - refactored ExpandedExpressions 17 years ago
Martin Koníček af991de9ae - added FullPath to NestedNodeViewModel to support remembering of expanded content nodes 17 years ago
Martin Koníček 64952cedfa - node content - added BaseClassNode, NonPublicMembersNode. 17 years ago
Martin Koníček f6e3e7674a Object graph visualizer - recalculate layout on expand/collapse of content nodes. 17 years ago
Martin Koníček b497bb4266 PositionedGraphNode - code cleanup. 17 years ago
Martin Koníček a8dc573d80 - ObjectGraphBuilder builds content nodes for base class members. 17 years ago
Siegfried Pammer 73360cb6cd - added ClassInheritanceTreeClassesOnly to IClass 17 years ago
Siegfried Pammer dd77c3a5ca enabled CLR2-compatibility mode when launching profiler under CLR4 17 years ago
Martin Koníček 84114e17f8 - lazy evaluation of node content 17 years ago
Martin Koníček 2f992ad798 - NestedNodeViewModel and PropertyNodeViewModel for displaying in PositionedGraphNodeControl 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