1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 18 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Cleaned up error messages related to unrar.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Added javolotion 5.5.1, which is needed by java-unrar.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
* Added support for Mac OS X 10.7 (Lion) by changing the included JavaApplicationStub to a symbolic link to the local stub. This ensures that Jomic uses an Intel stub on Intel Macs and a PowerPC stub on PowerPC Macs [Feature request 3331343].
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Changed unrar from universal binary to Intel only as a workaround for Mac OS X Lion. This breaks unrar for PowerPC, so this is only a intermediate solution until a Java only unrar is integrated.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Ignored JavaApplicationStub, which is no generated during build.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Changed JavaApplicationStub to symbolic link in order to make it work both for PowerPC systems and Mac OS X 10.7 Lion.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Reintroduced JAI ImageIO readers to support additional image formats again (such as JPEG 2000). However, this does not require any other JAI modules, so all other JAI JARs are left out.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Added copied test images to test comic. In particular, this includes images in alternative formats such as GIF and TIFF.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Fixed desktop menu entry, which now actually shows up and does have an icon.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Ignored debian.
Thomas Aglassinger
as roskakori
More... almost 13 years ago
Fixed improper semicolon.
Thomas Aglassinger
as roskakori
More... about 13 years ago
* Added manpage to debian release.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Fixed lintian issues.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Added lintian check of debian release and fixed some of the reported issues. This is a work in progress, several issues remain.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Cleaned up formatting.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Added assertions to track down bug 3295189: AssertionError when switching between fit to width/height.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Ignored *.class and .DS_Store.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Fixed incomplete class path from which commons-logging.jar was missing.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Added debian package release. This is a work in propgress, the application yet has to show up in the application menu.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Fixed broken fix for browser list in error message, which been correct in the first place.
Thomas Aglassinger
as roskakori
More... about 13 years ago
* Fixed a couple of potential deadlocks pointed out by FindBugs.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Cleaned up formatting.
Thomas Aglassinger
as roskakori
More... about 13 years ago
* Cleaned up CheckStyle issues.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Cleaned up unused background color.
Thomas Aglassinger
as roskakori
More... about 13 years ago
* Fixed class path for CheckStyle, which in turn cleans up a few style issues related to unknown but referenced Java Exceptions.
Thomas Aglassinger
as roskakori
More... about 13 years ago
* Updated SourceForge logo.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Cleaned up naming and formatting.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Changed logging to use Apache commons-logging directly and removed the need for WrapLog. Log4j is still there but technically would not be needed anymore because by now PDFBox uses commons-logging too.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Changed logging to use Apache commons-logging directly and removed the need for WrapLog. Log4j is still there but technically would not be needed anymore because by now PDFBox uses commons-logging too.
Thomas Aglassinger
as roskakori
More... about 13 years ago
Cleaned up JavaDoc warnings.
Thomas Aglassinger
as roskakori
More... about 13 years ago