Commit Graph

270 Commits

Author SHA1 Message Date
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 7776e18478 Making another release to support a viztool release.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@269 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 01:15:52 +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 9c640b9ca5 Added a NEWS file to keep track of changes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@267 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 01:14:40 +00:00
mdb 13c2815829 Added copyright headers.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@266 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:59:19 +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 09ab5b9005 Moved controller and controller provider into samskivert because they are
generally useful.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@261 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-14 00:18:01 +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 b85193117e Ignore .cvsignore files.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@253 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:24:42 +00:00
mdb 3df53e51ce Moved PathUtil into the net package and documented that it's meant to be
used on URL paths rather than filesystem paths.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@252 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 23:24:24 +00:00
shaper 9f34e3d41a Fixed comment whitespace.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@251 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-13 14:33: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
mdb 460a96fadb Catch NoClassDefFoundError and deal with it.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@239 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 02:40:02 +00:00
mdb 0627a035e9 Notes!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@238 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 01:51:25 +00:00
mdb 0de8441f02 Yet more documentation mania!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@237 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 01:45:46 +00:00
mdb f130acc2ce Documentation mania!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@236 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 01:34:31 +00:00
mdb 7a91629b37 Add a link directive that causes java.* packages to be properly
referenced.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@235 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 00:08:14 +00:00
mdb 1f9610da2b Added building instructions.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@234 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-12 00:00:42 +00:00
mdb ff563b68aa Created a script for building source distributions.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@233 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 23:06:11 +00:00
mdb dfa4565b87 Added an $Id$ tag.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@232 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:53:13 +00:00
mdb 07f87d8555 Added copyright headers.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@231 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:43:29 +00:00
mdb 8f2f04ad88 More edits.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@230 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:34:46 +00:00
mdb 4ce0f6b6b5 Added $Id$ and a URL where the library will be available.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@229 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:15:53 +00:00
mdb e77e7c4e34 Added a copy of the LGPL to the distribution.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@228 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:13:57 +00:00
mdb 9ada86318c We're releasing it under the LGPL not the GPL.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@227 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:13:36 +00:00
mdb 6cd3d23d7d Edits.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@226 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-11 22:01:57 +00:00
mdb 666afaaa93 Created an action listener that can be wired up to any action event
generator (button, etc.) which will cause the action event to be forwarded
into the controller system.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@225 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-09 01:37:26 +00:00
mdb df7435e6d0 Implemented controller action processing.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@224 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-09 01:31:27 +00:00
mdb 9073807f61 Beginnings of the controller framework and its integration into the Yohoho
client.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@223 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-08-09 01:08:50 +00:00