0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved file into new "doc-files" directory and renamed it More... over 20 years ago
Added notes for 0.7.0 More... over 20 years ago
Improved test example by adding an inline link in a deprecated tag (to test hyperlink with correct bold and italic font) More... over 20 years ago
Refactoring: Created new subclasses for custom PDF elements to replace many "create.." methods in class PDFUtil More... over 20 years ago
Added new class for generic static utility methods More... over 20 years ago
Removed obsolete stdout warning More... over 20 years ago
Replaced some hardcoded Strings with constants More... over 20 years ago
Refactoring. Moved some methods out of PDFDoclet class because it was way too big. Added some new classes which implement those methods for printing tags, summaries etc. More... over 20 years ago
Cleanup (removed obsolete comments, old System.out.println() statements etc.) More... over 20 years ago
Added Eclipse variable for "tools.jar" More... over 20 years ago
- Added wrapper class for 3rd party HTML parser - Cleaned up some obsolete comments More... over 20 years ago
Added some constants from HTML tags More... over 20 years ago
Added new bug fixes More... over 20 years ago
Fixed bug 845938 (parms and args on separate lines) by commenting out the initial creation of a paragraph in the BODY tag implementation. I don't remember anymore why i made this in the first place. As far as I can see, it doesn't do any good now. Commenting out did not do any damage to other parts. More... over 20 years ago
Replaced invalid JPG More... over 20 years ago
*** empty log message *** More... over 20 years ago
Added second inner class to text fix for bug #838171 (inner classes incorrect handled in bookmarks) More... over 20 years ago
Fixed bug #838171 (inner classes incorrect handled in bookmarks) More... over 20 years ago
Updated for release 0.6.0 More... over 20 years ago
Added some support stuff for building a release More... over 20 years ago
Fixed "processConfiguration" method. It now only overrides commandline arguments with config file properties if the corresponding properties are actually set. More... over 20 years ago
Updated for release 0.6.0 More... over 20 years ago
Removed "-workdir" argument from "test-pdf" javadoc call because it's now set as a config file property More... over 20 years ago
Added {@docRoot} tag to image path More... over 20 years ago
Removed some unnecessary <p> tags More... over 20 years ago
Added "workdir" config property More... over 20 years ago
Added "dontspec" config property for some java.* packages More... over 20 years ago
Added "overview" parameter in laby HTML javadoc. More... over 20 years ago
Fixed broken binary package build (files in "example" subdir were not included) More... over 20 years ago
- Made sure that the path returned by "getWorkDir" does NEVER end with a file separator character - Fixed bug in "processConfiguration" method. Values set by parameters were set back to null or the property file value (added "if" to only set the to the config file value if not specified by parameter) More... over 20 years ago