Commit Graph

74 Commits

Author SHA1 Message Date
mdb 0581c39b39 Added savedoc, updated README and library dependencies.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1471 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2004-08-02 03:26:55 +00:00
mdb 28dc15c3d5 Converted to Java regexp code; renamed to avoid enum keyword collision.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1470 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2004-08-02 03:16:13 +00:00
mdb ed08d46f3f Use JAVA_LIBS now instead of old hardcoded business.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1039 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-28 22:40:59 +00:00
mdb bc72a70c9f Added support for an exclusion regexp.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1038 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-28 22:39:35 +00:00
mdb fcd800ce02 Javadoc related fixes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@503 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 10:08:33 +00:00
mdb 55bee86612 Updates for next release.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@502 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 10:00:39 +00:00
mdb 5e756bac24 Use File.toURI() rather than build the URI by hand.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@500 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 09:14:11 +00:00
mdb 594ef4f482 Updated old driver to deal with the new deal.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@497 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 08:53:45 +00:00
mdb 5309e8649d Added ability to generate postscript output file.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@496 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 08:53:31 +00:00
mdb fcce503ebb Send hiertest output to a file.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@495 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 08:53:05 +00:00
mdb 02fd255d97 More Visualizer interface improvements. Created ANT task for invoking
viztool which is much nicer than the script.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@494 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 08:34:53 +00:00
mdb 1f0c38ddad Added documentation for the ANT task.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@493 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 08:34:05 +00:00
mdb a818f1b996 Added targets to test the ANT driver task.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@492 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 08:33:53 +00:00
mdb be2d49522b Summary visualization enhancements.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@491 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 06:14:03 +00:00
mdb f262335d25 Made sorting by height optional.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@490 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 06:13:54 +00:00
mdb 0aa3405734 More notes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@489 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-03 06:13:39 +00:00
mdb ecbf77bebd Created a visualization that displays classes, their public fields,
members and constructors rather than the inheritance hierarchy.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@488 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-01 06:22:18 +00:00
mdb d6758265bf Refactored things into layout and render utility classes. Other cleanups.
Upped the on screen font size.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@487 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-12-01 05:28:01 +00:00
mdb 0618cc9b8e Rearranged packages in preparation for the addition of a new type of
visualization.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@486 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-11-30 22:57:31 +00:00
mdb 2ced5ba7c9 Updates.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@485 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-11-30 22:57:03 +00:00
mdb e8fb1e7738 Documentation fix.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@484 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-11-30 22:41:04 +00:00
mdb ed62ee452f Bring build file up to date with latest template. It would be neat if
there was some easy way to include the default template. Will have to look
into that.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@447 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-11-08 19:41:34 +00:00
mdb db5477a804 Allow the explicit specification of the classpath when invoking viztool.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@446 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-11-08 19:38:54 +00:00
mdb 5cad47a365 Be more verbose about dumping methods and fields.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@274 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 06:23:08 +00:00
mdb 6a1e92bd56 Added shaper's suggestion.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@273 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 01:58:55 +00:00
mdb 69a8354a53 Release 1.01 prep.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@271 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 01:32:00 +00:00
mdb 6bda784d0b Updates.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@270 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 01:31:46 +00:00
mdb 3d4face77e Added a NEWS file for keeping track of changes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@268 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 01:15:02 +00:00
mdb 3a44794415 Added copyright header.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@265 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:58:49 +00:00
mdb 243d5c2c2d Switched to using a Pageable in hopes that this would cause Java to allow
the user to print only particular pages, but it doesn't seem to make use
of the pageable information to do that. Alas.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@264 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:58:15 +00:00
mdb 2b933c195d Added a whole UI for browsing the visualizations on the screen.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@263 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:45:56 +00:00
mdb 99ce178d1c Abort printing if the user cancels the print setup dialog.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@262 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:41:53 +00:00
mdb 9bbb5e8f58 Added support for rendering a particular page of the visualization and
made viz panel return a preferred size that makes sense (it preferrs to be
one page size as rendered to the screen: which is 72 dpi, but I should
look into whether or not I can avoid hard coding that).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@260 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:05:03 +00:00
mdb 121085cea7 Stick our viz panel in a panel with a border around it so that it's not
pressed up against the edge of the window.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@259 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:04:08 +00:00
mdb 9b4e93bee8 Lay ourselves out to our preferred size rather than a hardcoded size.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@258 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:58:56 +00:00
mdb f0807a6878 Use SwingUtil to center the frame.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@257 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:43:20 +00:00
mdb eee679513e Need to call super.paintComponent() for painting to work properly.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@256 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:43:09 +00:00
mdb 467ae03b3a Removed no longer used constant definitions.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@255 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:42:43 +00:00
mdb 3e9e45725b Wasn't included the classpath from the environment.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@254 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:30:52 +00:00
mdb 6a563f89f9 Added license headers, fixed LGPL references.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@250 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 04:36:58 +00:00
mdb 43cf7422ee Edits.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@249 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 04:21:18 +00:00
mdb 6dfb1d4ada Exclude .cvsignore files from the distribution.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@248 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 04:21:13 +00:00
mdb 4ddd0fbf02 Numerous cleanups in preparation for public release.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@247 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:59:21 +00:00
mdb 5ea831c2fd Notes!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@246 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:19:46 +00:00
mdb bbf9a4d836 No longer need this class now that we're using Java 2D for rendering.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@245 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:11:19 +00:00
mdb 475e87e246 Explain what's going on here.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@244 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 03:10:58 +00:00
mdb 75ded64bea Ignore jar files.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@243 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:53:15 +00:00
mdb 2eb51ccd4e Created a script for invoking viztool easily.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@242 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:52:51 +00:00
mdb 80b1b10d27 Not to freak out if an exclusion list is not provided.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@241 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:40:44 +00:00
mdb c618f44ce6 Use proper location of samskivert home page.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@240 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:40:25 +00:00