41
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* CompareWindow.cs: Add the 3.5 assemblies to the list; With 3.5 replacing 2.0 assemblies to effectively be an SP1, should we deprecate 2.0? More... over 16 years ago
* MainWindow.cs: rework the "Show {present, missing, extra, etc}" stuff using a gtk treemodelfilter. It's slower than recreating the tree, but it maintains expanded state and selection across changes, which is nice. * CompareContext.cs: add more missing elements to the tree, and also keep track of the counts from the reference assembly so we can give *some* indication of progress, More... over 16 years ago
* cm/*.gif: make all these transparent as a first pass at making them not look like ass. More... over 16 years ago
* CecilMetadata.cs: rename Utils to CecilUtils. Also, fix the broken logic that was resulting in private properties being included in the list of properties (and therefore showing up as extras). * MasterMetadata.cs: abstract out a lot of the list creation stuff into a Utils class, like we do in CecilMetadata.cs Call it MasterUtils. More... over 16 years ago
* CecilMetadata.cs: add a ctor for CecilMetadata that takes a TypeDefinition (along with one that takes a TypeReference). in the type_def case, we populate the member lists just as we would for a class, so we can check them. currently they all show up as extra, since the MasterMetadata doesn't populate its interfaces properly yet. More... over 16 years ago
* CecilMetadata.cs: factor out all the duplicate attribute list handling code. also, make it deal with MonoTODO attributes. * CompareContext.cs: fix progress message More... over 16 years ago
* MainWindow.cs: add handling for the refresh button. also, remove the counts of various things if the View menu has them disabled. * gtk-gui/MainWindow.cs, gtk-gui/gui.stetic: add a refresh button to re-run the current comparison. this is a stopgap for the planned inotify/fam/whatever based code that will notice when the assembly changes and will automatically refresh. More... over 16 years ago
* MainWindow.cs: repopulate the model if any of the View actions change. also, take into account the view actions when populating the tree model. * gtk-gui/MainWindow.cs, gtk-gui/gui.stetic: add a View menu for showing errors/missing/extra/present items More... over 16 years ago
* CecilMetadata.cs: skip special named fields, and start dealing with attributes. * Metadata.cs: kinda gross, but make CompProperty subclass from ICompMemberContainer so that we can reuse all the code to check if the methods (set_*/get_*) match. Also, add CompAttribute * CompareContext.cs: duplicate some code to deal with attribute comparisons (need to factor this out somehow). * MasterMetadata.cs: start dealing with attributes * Masterinfo.cs: make more stuff public. More... over 16 years ago
* CecilMetadata.cs: populate the property/event lists, and add CecilProperty/CecilEvent. return the enum list properly. * MasterMetadata.cs: more stuff added * Masterinfo.cs: make more things public More... over 16 years ago
Shuffle things More... over 16 years ago
2007-12-26 Miguel de Icaza <[email protected]> More... over 16 years ago
A small touchup More... over 16 years ago
Add gtk-gui More... over 16 years ago
Updates More... over 16 years ago
* MainWindow.cs: New file, from MonoDevelop, copy mot of the code from CompareWindow here. * Main.cs: new file, generated by MonoDevelop * InfoManager.cs: New file, this tracks and downloads new masterinfos if required on demand. * CompareContext.cs: Now the CompareContext uses two delegates of type LoadCompAssembly to do the comparison. More... over 16 years ago
2007-12-12 Mike Kestner <[email protected]> More... over 16 years ago
* GtkHtmlHtmlRender.cs: Hack: "fix" the URLs retrieved from GTKHTML -- s/&lt;/</g, s/&gt;/>/g -- so that the engine can properly lookup generic types. More... over 16 years ago
lots of work refactoring and cleaning things up More... over 16 years ago
more stuff, including the counts in the treeview. More... over 16 years ago
update to new mono.cecil.dll More... over 16 years ago
2007-12-07 Chris Toshok <[email protected]> More... over 16 years ago
Embed resources More... over 16 years ago
Fix More... over 16 years ago
don't need this file... More... over 16 years ago
add initial gui-compare stuff More... over 16 years ago
2007-11-23 Mario Sopena <[email protected]> More... over 16 years ago
2007-11-15 Wade Berrier <[email protected]> More... over 16 years ago
oops, fix date More... over 16 years ago
2007-11-09 Wade Berrier <[email protected]> More... over 16 years ago