summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* replace more StringBuffersPJ Fanning2019-11-212-4/+2
* convert tabs to spacesPJ Fanning2019-11-181-272/+270
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-1727-40/+33
* Replace AbstractWordUtils.equals with Objects.equalsAxel Howind2019-11-122-13/+6
* #63918 - Fix texture fill - scale stretched images correctlyAndreas Beeker2019-11-111-35/+34
* add licenseAndreas Beeker2019-11-081-0/+17
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-0818-248/+439
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-0115-208/+252
* #63745 - Make GenericRecordJsonWriter Json-conformantAndreas Beeker2019-10-253-9/+51
* Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)Dominik Stadler2019-10-251-1/+2
* Fix one-off error at referencing adjust values for HSLF preset shapesAndreas Beeker2019-10-141-1/+1
* Fix sonar issuesAndreas Beeker2019-10-134-13/+17
* SL Common - Fix gradient fillsAndreas Beeker2019-10-132-35/+95
* #63818 - Allow multiple charsets for same font typefaceAndreas Beeker2019-10-122-24/+54
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-1226-282/+354
* revert hemf changes due to broken testPJ Fanning2019-09-143-21/+21
* rename tests so they run in Ant buildPJ Fanning2019-09-142-2/+2
* try to fix build failurePJ Fanning2019-09-143-15/+16
* try to avoid casting to intPJ Fanning2019-09-141-18/+17
* Unify PNG extractionAndreas Beeker2019-09-112-23/+4
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-11125-1393/+4270
* fix build issuePJ Fanning2019-08-311-2/+2
* Adjust reproducer test-case for bug 59322 to not print to stdout and close re...Dominik Stadler2019-08-311-27/+8
* Fix bug 59322: NullPointerException when converting a certain Word document t...Dominik Stadler2019-08-312-43/+110
* Fix bug #61490, for some tables in documents, we should not remove the last cellDominik Stadler2019-08-292-13/+35
* Do not use a WeakReference for the parent-link in HWPF-RangesDominik Stadler2019-08-292-10/+12
* Adjust JavaDoc and code formattingDominik Stadler2019-08-293-104/+82
* [bug-63664] do not use DocumentBuilderFactory directlyPJ Fanning2019-08-221-2/+1
* Bug 60656 - fix image dimensionsAndreas Beeker2019-07-222-50/+17
* Refactor alpha handlingAndreas Beeker2019-07-222-21/+6
* Bug 63580 - Fix texture paint handlingAndreas Beeker2019-07-221-9/+14
* Bug 63542 -- bump min record limit for TNEFAttributeTim Allison2019-07-101-1/+1
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-2310-153/+240
* tidy up some int castsPJ Fanning2019-06-121-1/+1
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-0622-301/+1296
* fix forbidden api issuePJ Fanning2019-05-271-1/+1
* try to fix integration tests (by ignoring some new msg files)PJ Fanning2019-05-273-3/+18
* [github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHt...PJ Fanning2019-05-264-75/+211
* remove some tab indentsPJ Fanning2019-05-221-124/+124
* fix result of multiplication cast to wider typeAlain Béarez2019-05-2110-72/+88
* fix boxed variable is never nullAlain Béarez2019-05-211-7/+7
* fix potential input resource leaks (LGTM)Alain Béarez2019-05-212-13/+16
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-1210-443/+2014
* #59004 - HSLF rendering - adjust values for presetShapeDefinition differs in ...Andreas Beeker2019-05-101-7/+31
* Don't fallback to master shape properties, if master shape is not assignedAndreas Beeker2019-05-101-1/+1
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-052-3/+2
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-0424-144/+2667
* Make compilation work in Eclipse 2019.03 again by working around a Dominik Stadler2019-04-252-4/+69
* #github-143 - MAPIType.isFixedLength: not true in case of length > 8Andreas Beeker2019-04-171-1/+1
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-1/+3