2004-03-15 Ben Maurer * monop.cs: Add buffering, makes output way, way faster. 2004-03-15 Ben Maurer * outline.cs: add support for events. 2004-03-15 Ben Maurer * monop.cs: remove printing logic. * outline.cs: new file that just does printing stuff. Makes the code *MUCH* cleaner. 2004-03-15 Miguel de Icaza * monop.cs: Add -r: command line. 2004-03-14 Ben Maurer * monop.cs: do structs better. 2004-03-14 Ben Maurer * monop.cs: add gtk#. Try catch if gtk# is not installed. 2004-03-14 Ben Maurer * monop.cs: You can type `monop string' 2004-03-14 Ben Maurer * monop.cs: show `static' when it applies. Static members first. new sorting stuff. 2004-03-14 Ben Maurer * monop.cs: sort members 2004-03-14 Ben Maurer * monop.cs: show base type, interfaces. 2004-03-14 Ben Maurer * monop.cs: Make this work on MS (we have a bug). 2004-03-07 Ben Maurer * monop.cs: New tool, clone of javap. Allows you to get an outline view of a class.