-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformatted all Java code and other files
- 4 runs of reformatting - No semantic code changes - Reformat .java, .html, .md and .yml
- Loading branch information
Showing
773 changed files
with
69,487 additions
and
63,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
## Description of the new Feature/Bugfix | ||
|
||
Describe here how you fixed the bug, or implemented the new feature. | ||
|
||
Related Issue: # | ||
|
||
## Unit-Tests for the new Feature/Bugfix | ||
|
||
- [ ] Unit-Tests added to reproduce the bug | ||
- [ ] Unit-Tests added to the added feature | ||
|
||
## Compatibilities Issues | ||
|
||
Is anything broken because of the new code? Any changes in method signatures? | ||
|
||
## Testing details | ||
|
||
Any other details about how to test the new feature or bugfix? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
# 1.3.32 | ||
|
||
## Changes | ||
|
||
* Speed up loading fonts from JAR (#955 #954) | ||
* Bump commons-io:commons-io from 2.13.0 to 2.15.0 (#967) | ||
* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 (#966) | ||
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 | ||
* Bump com.puppycrawl.tools:checkstyle from 10.12.3 to 10.12.4 (#958) | ||
* Nullsafe equals in XfaForm when processing template (#959) | ||
* Fix height calculation for table rows with rowspan @fellmann (#865) | ||
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 | ||
* Bump com.puppycrawl.tools:checkstyle from 10.12.3 to 10.12.4 (#958) | ||
* Nullsafe equals in XfaForm when processing template (#959) | ||
* Fix height calculation for table rows with rowspan @fellmann (#865) | ||
* Added AutoCloseable annotations on classes, that already implement the close method @SirLefti (#831) | ||
* Fixing umlauts in form fields @antonleliuk (#847) | ||
* Skipping eliminateSharedStreams() method call. @netmackan (#772) | ||
* Fixing umlauts in form fields @antonleliuk (#847) | ||
* Skipping eliminateSharedStreams() method call. @netmackan (#772) | ||
* Add flag to inhibit FOP glyph substitution @dadza (#904) | ||
* Refactorings by @Lonzak Part I (#853) | ||
* Refactorings by @Lonzak Part I (#853) | ||
* Align /ID entry creation with 14.4 File Identifiers @bsanchezb (#876) | ||
* Bump com.ibm.icu:icu4j from 73.2 to 74.1 (#976) | ||
* Bump org.pitest:pitest-junit5-plugin from 1.2.0 to 1.2.1 (#975) | ||
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 | ||
* Bump org.apache.maven.plugins:maven-checkstyle-plugin (#978) | ||
* Bump org.pitest:pitest-junit5-plugin from 1.2.0 to 1.2.1 (#975) | ||
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 | ||
* Bump org.apache.maven.plugins:maven-checkstyle-plugin (#978) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# 1.3.37 | ||
|
||
## Changes | ||
* OpenPDF 1.3.37 requires Java 11. | ||
|
||
* OpenPDF 1.3.37 requires Java 11. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# 2.0.0 | ||
|
||
## Changes | ||
* Removal of 108 deprecated old methods and fields. See JavaDoc for the methods marked as deprecated in 1.3.40 and the new methods to use instead: https://javadoc.io/doc/com.github.librepdf/openpdf/latest/index.html | ||
|
||
* Removal of 108 deprecated old methods and fields. See JavaDoc for the methods marked as deprecated in 1.3.40 and the | ||
new methods to use instead: https://javadoc.io/doc/com.github.librepdf/openpdf/latest/index.html | ||
* Java 17 required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Formatter Configuration | ||
|
||
You can find in this directory the configuration files for the formatters used in this project. For IntelliJ IDEA | ||
and Eclipse. If you have other IDE, please contribute with a configuration file. OpenPDF has it's own coding style. | ||
You can find in this directory the configuration files for the formatters used in this project. For IntelliJ IDEA | ||
and Eclipse. If you have other IDE, please contribute with a configuration file. OpenPDF has it's own coding style. | ||
It is based in the Google Java Style Guide, but with some modifications: | ||
|
||
* Indentation: 4 spaces | ||
* Line length: 120 characters | ||
* Continuation indent: 8 spaces | ||
* Continuation indent: 8 spaces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.