| Change Set |
Date |
Downloads |
Comment |
24221
by
JoshSmithOnWpf
|
Apr 17 at
4:32 PM
|
447 |
** DO NOT DOWNLOAD THIS VERSION ** |
20231
by
JoshSmithOnWpf
|
Dec 12 2008 at
12:14 PM
|
1401 |
Refactored the ViewModelUtilities class out of existence. Created AnimatedObservableCollection<T> and put it to use. Commented out the ElementTreeExplorer command button since that workspace is not finished yet. |
18700
by
JoshSmithOnWpf
|
Nov 23 2008 at
5:37 PM
|
394 |
Added better error handling support, such as informing the user that .NET 3.5 SP1 must be installed for the app to run. |
16596
by
DrWPF
|
Nov 10 2008 at
11:24 AM
|
214 |
Element Tree Explorer (part 1 of n) |
16035
by
JoshSmithOnWpf
|
Nov 7 2008 at
1:48 PM
|
97 |
Fixed a bug where navigating to a System.ComponentModel.PropertyChangedEventManager caused the app to freeze indefinitely. |
15931
by
JoshSmithOnWpf
|
Nov 7 2008 at
1:07 AM
|
63 |
Added support for some edge cases in the Reflector integration feature. Made it possible to crack open an XBAP (but it must be running Full Trust) |
14944
by
JoshSmithOnWpf
|
Nov 3 2008 at
12:07 AM
|
243 |
*** Release Version 1.2 ***
Fixed the Reflector integration so that it can open any member of any type, and it can open Reflector to a type (by right-clicking on it in the TreeView in Memory Explorer) |
14763
by
JoshSmithOnWpf
|
Nov 2 2008 at
2:29 AM
|
55 |
Added a ContextMenu to items in the Member Name column in Memory Explorer. That menu contains an "Open in Reflector" command, which opens Red Gate's .NET Reflector to the specified member of a type/object. The logic that maps a member to a command-line argument for Reflector is not perfect yet, so some very complex types (ex. generic types with generic type parameters) will not open correctly. |
14727
by
JoshSmithOnWpf
|
Nov 1 2008 at
8:53 PM
|
40 |
Tracked down and finally fixed the bug in Memory Explorer's TreeView where selecting an item, after a filter is applied, caused the TreeView to enter an infinite layout loop. |
14687
by
JoshSmithOnWpf
|
Nov 1 2008 at
5:55 AM
|
200 |
Applied a patch, provided by Jeremiah Morrill, that speeds up the code that locates running .NET desktop apps. |
14145
by
JoshSmithOnWpf
|
Oct 29 2008 at
2:51 AM
|
64 |
Fixed bug where fields did not have tooltips in Memory Explorer. Cleaned up the code a bit. |
13647
by
JoshSmithOnWpf
|
Oct 25 2008 at
5:23 PM
|
90 |
Added the IronPython assemblies to source control, thanks to a suggestion by Mark Nijhof. |
13635
by
JoshSmithOnWpf
|
Oct 25 2008 at
4:47 PM
|
34 |
Release Version 1.1 |
13617
by
JoshSmithOnWpf
|
Oct 25 2008 at
3:21 PM
|
15 |
Fixed the access modifier filtering logic so that items in a collection are not filtered out when a valid filter is applied. |
13613
by
JoshSmithOnWpf
|
Oct 25 2008 at
3:07 PM
|
13 |
Updated the assembly versions. |
13610
by
JoshSmithOnWpf
|
Oct 25 2008 at
2:57 PM
|
22 |
Reorganized the CrackNET.InjectedViewer project directory structure, and updated all namespaces. Fixed the logic that refreshes the properties & fields of an object in Memory Explorer. Cleaned up the code a bit, removed unused namespaces, etc. |
13513
by
JoshSmithOnWpf
|
Oct 24 2008 at
3:33 PM
|
34 |
Implemented a set of changes suggested by Andrew Smith: Added support for filtering on a property or field's access modifier (public, private, etc) Added support for filtering on properties/fields with null values Added icons to the Assembly Browser TreeView that indicate what each item represents (an assembly, class/struct, enum, or interface) Added the name of the declaring type to a nested type's name in the TreeView |
13361
by
JoshSmithOnWpf
|
Oct 23 2008 at
3:08 PM
|
59 |
Fixed a bug in the Assembly Browser TreeView by setting VirtualizationMode to Standard (the Recycling mode caused problems) Set MainWindow's Icon to an image, since some people weren't seeing the image in the windows taskbar. |
13330
by
JoshSmithOnWpf
|
Oct 23 2008 at
5:37 AM
|
95 |
Improved the responsiveness of the ListView in Memory Explorer when the selected object or type has hundreds of members to display.
Put Expanders into the ListView so that it's easy to hide/show all fields, or properties, or collection items. Fixed a few issues regarding the decision process for filtering out properties from the UI. Refactored the code a bit. Cleaned up the Memory Explorer UI (color changes, etc). |
13188
by
JoshSmithOnWpf
|
Oct 22 2008 at
4:25 AM
|
177 |
Fixed bug where app freezes when calling ToString on a System.Security.Policy.Hash object. Refactored the BreadcrumbViewModel class. |
13174
by
JoshSmithOnWpf
|
Oct 22 2008 at
12:19 AM
|
7 |
Prevented the ability to navigate to a Char value in Memory Explorer. Removed the PropertyChangedEventArgsEx class because it caused re-entrancy problems (thanks go to WPF Mastermind John Gossman for that fix) Got rid of an ugly hack in BreadcrumbTrailViewModel that was working around a bug caused by PropertyChangedEventArgsEx. |
13087
by
JoshSmithOnWpf
|
Oct 21 2008 at
12:56 PM
|
17 |
Configured projects for x86 compilation to send output files to a common Build folder. |
13068
by
JoshSmithOnWpf
|
Oct 21 2008 at
8:05 AM
|
2 |
Fixed the issue regarding 64-bit systems, added a dummy Style for Hyperlink so that it doesn't pick up any other Style from App, and made the Memory Explorer listview animate into position. |
13049
by
JoshSmithOnWpf
|
Oct 21 2008 at
1:35 AM
|
17 |
Added Crack.NET to the CodePlex repository. |