From: <ri...@us...> - 2004-08-31 07:07:00
|
Date: Tuesday August 31, 2004 @ 0:06 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/org/jsynthlib/utils Log Message: Directory /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils added to the repository |
From: <ri...@us...> - 2004-08-31 07:08:09
|
Date: Tuesday August 31, 2004 @ 0:08 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24680/org/jsynthlib/utils Added Files: SAXEventRecorder.java Generator.java AdvDefaultHandler.java Log Message: Initial support for XML drivers and Groovy plugins. |
From: <ri...@us...> - 2004-09-11 19:26:57
|
Date: Saturday September 11, 2004 @ 12:26 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11774/org/jsynthlib/utils Modified Files: AdvDefaultHandler.java Log Message: Make base_path protected so subclasses can find files relative to XML file. |
From: <ha...@us...> - 2004-09-27 03:56:51
|
Date: Sunday September 26, 2004 @ 20:56 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv404/org/jsynthlib/utils Modified Files: Generator.java AdvDefaultHandler.java Log Message: replace show() which is deprecated by JDK1.5 with setVisible(true). get rid of unused import. |
From: <ri...@us...> - 2005-03-14 23:20:10
|
Date: Monday March 14, 2005 @ 15:19 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15868/org/jsynthlib/utils Modified Files: AdvDefaultHandler.java Log Message: Add option to ignore unused defaults, so EditorBuilder can parse parameters without having to parse the entire driver. |
From: <ri...@us...> - 2005-03-15 20:42:50
|
Date: Tuesday March 15, 2005 @ 12:42 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17696/org/jsynthlib/utils Modified Files: AdvDefaultHandler.java Log Message: Add helper methods for creating parsers and parsing. Change the setter search function to check implented interfaces as well as superclasses. |
From: <ri...@us...> - 2005-03-15 20:43:16
|
Date: Tuesday March 15, 2005 @ 12:43 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17825/org/jsynthlib/utils Added Files: Writable.java XMLWriter.java AutoSpringLayout.java Log Message: Utilities for the XML Editor |
From: <ri...@us...> - 2005-04-02 08:23:35
|
Date: Saturday April 2, 2005 @ 0:23 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28952/org/jsynthlib/utils Modified Files: AutoSpringLayout.java Log Message: EditorBuilder enhancements: * Rework layout code * Make property editing use JavaBeans * Reindent some code * Remove BSD License (now GPL'd) |
From: <ri...@us...> - 2005-05-04 17:14:38
|
Date: Wednesday May 4, 2005 @ 10:14 Author: ribrdb Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21142/org/jsynthlib/utils Modified Files: XMLWriter.java Log Message: Check that closing tags match opening tags |
From: <bil...@us...> - 2007-10-01 23:47:29
|
Date: Monday October 1, 2007 @ 16:47 Author: billzwicky Update of /cvsroot/jsynthlib/JSynthLib/org/jsynthlib/utils In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10922/org/jsynthlib/utils Modified Files: AdvDefaultHandler.java Log Message: Cleared warnings. |