3
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
code cleanup: removed unneeded code - insert() and add() call parent.remove() before adding node More... about 17 years ago
code cleanup: removed unneeded code - insert() and add() call parent.remove() before adding node
Przemek Więch
as pewu
More... about 17 years ago
refactoring: made SoftLinkNode a separate class not to interfere with JreepadNode's default implementation
Przemek Więch
as pewu
More... about 17 years ago
refactoring: made SoftLinkNode a separate class not to interfere with JreepadNode's default implementation More... about 17 years ago
refactoring: refactored JreepadArticle from JreepadNode. JreepadNode is the tree node and contains an article. JreepadArticle is the article with no connection to the tree. More... about 17 years ago
refactoring: refactored JreepadArticle from JreepadNode. JreepadNode is the tree node and contains an article. JreepadArticle is the article with no connection to the tree.
Przemek Więch
as pewu
More... about 17 years ago
Comparator class is not needed. Comparable.compareTo() is sufficient More... over 17 years ago
Comparator class is not needed. Comparable.compareTo() is sufficient
Przemek Więch
as pewu
More... over 17 years ago
bug: should be closing the Writer not the OutputStream More... over 17 years ago
bug: should be closing the Writer not the OutputStream
Przemek Więch
as pewu
More... over 17 years ago
refactoring: extracted HtmlWriter from JreepadNode
Przemek Więch
as pewu
More... over 17 years ago
refactoring: extracted HtmlWriter from JreepadNode More... over 17 years ago
Added header comment More... over 17 years ago
Added header comment
Przemek Więch
as pewu
More... over 17 years ago
refactoring: moved XML and HJT readers from JreepadNode to separate classes
Przemek Więch
as pewu
More... over 17 years ago
refactoring: moved XML and HJT readers from JreepadNode to separate classes More... over 17 years ago
refactoring: started new reader/writer framework and moved two writers out from JreepadNode More... over 17 years ago
refactoring: started new reader/writer framework and moved two writers out from JreepadNode
Przemek Więch
as pewu
More... over 17 years ago
Updated for the new name of gnu regexp jar
Przemek Więch
as pewu
More... over 17 years ago
Updated for the new name of gnu regexp jar More... over 17 years ago
refactoring: JreepadNode now inherits from DefaultMutableTreeNode and uses its implementation More... over 17 years ago
refactoring: JreepadNode now inherits from DefaultMutableTreeNode and uses its implementation
Przemek Więch
as pewu
More... over 17 years ago
refactoring: Simplified JreepadTreeModel - inherit instead of copypaste More... over 17 years ago
refactoring: Simplified JreepadTreeModel - inherit instead of copypaste
Przemek Więch
as pewu
More... over 17 years ago
Added gnu regexp lib. Note that I had to change the JAR filename slightly (by adding "-lib") to get round the weird CVS problem "Assertion `key != ((void *)0)' failed". More... over 17 years ago
Added gnu regexp lib. Note that I had to change the JAR filename slightly (by adding "-lib") to get round the weird CVS problem "Assertion `key != ((void *)0)' failed". More... over 17 years ago
refactoring: extracted TreeView from JreepadView to manage the tree component
Przemek Więch
as pewu
More... over 17 years ago
refactoring: extracted TreeView from JreepadView to manage the tree component More... over 17 years ago
added .cvsignore for build and dist directories More... over 17 years ago
added .cvsignore for build and dist directories
Przemek Więch
as pewu
More... over 17 years ago