]> source.dussan.org Git - poi.git/shortlog
poi.git
2019-09-14 PJ Fanningtry to fix build failure
2019-09-14 PJ Fanningtry to avoid casting to int
2019-09-14 PJ Fanningtry to avoid casting to int
2019-09-12 Andreas Beekerremove obsolete JDK6 workarounds
2019-09-12 Andreas Beekerremove obsolete JDK6 workarounds
2019-09-12 PJ Fanningtry to use gradle wrapper to fix build
2019-09-11 Andreas Beeker#63541 - NullPointerException from XSLFSimpleShape...
2019-09-11 Andreas BeekerUnify PNG extraction
2019-09-11 Andreas Beeker#63745 - Add traversing and debugging interface
2019-09-04 PJ Fanningremove debug code
2019-09-04 PJ Fanning[bug-63725] commons-compress 1.19
2019-08-31 PJ Fanningfix typo
2019-08-31 PJ Fanningupgrade to commons-collections4 4.4
2019-08-31 PJ Fanningfix build issue
2019-08-31 Dominik StadlerAdjust reproducer test-case for bug 59322 to not print...
2019-08-31 Dominik StadlerFix bug 59322: NullPointerException when converting...
2019-08-29 PJ Fanningupgrade bouncycastle
2019-08-29 PJ Fanningupgrade commons-codec and mockito
2019-08-29 PJ Fanningupgrade commons-codec and mockito
2019-08-29 Dominik StadlerFix bug #61490, for some tables in documents, we should...
2019-08-29 Dominik StadlerDo not use a WeakReference for the parent-link in HWPF...
2019-08-29 Dominik StadlerAdjust JavaDoc and code formatting
2019-08-22 PJ Fanning[bug-63664] do not use DocumentBuilderFactory directly
2019-08-15 Dominik StadlerBug 63657: Optimize onDocumentWrite() to not do the...
2019-08-15 Dominik StadlerClose file-resources in unit-tests, fix IDE warnings
2019-08-12 Dominik StadlerBug 63657: Rework the for bug #62130 to not use up...
2019-07-25 PJ Fanningadd some missing classes to poi-ooxml-schemas
2019-07-25 PJ Fanningadd some missing classes to poi-ooxml-schemas
2019-07-22 Andreas BeekerBug 60656 - fix image dimensions
2019-07-22 Andreas BeekerRefactor alpha handling
2019-07-22 Andreas BeekerBug 63580 - Fix texture paint handling
2019-07-21 PJ Fanningtry to fix NPE in tests
2019-07-20 PJ Fanningmissing @since annotations
2019-07-19 PJ Fanning[github-150] XWPFPicture: easy access to width and...
2019-07-19 PJ Fanning[github-153] XWPFParagraph: easier way to create a...
2019-07-19 PJ Fanning[github-157] add setters for ExtendedProperties. Thanks...
2019-07-16 PJ Fanning[github-156] add setKeepNext to XWPFParagraph. Thanks...
2019-07-10 Tim AllisonBug 63542 -- bump min record limit for TNEFAttribute
2019-07-01 PJ Fanning[bug-63533] fix javadoc that refers to horisontalPdi
2019-06-23 Andreas Beekerfix rendering of xslf shapes with no/external blip...
2019-06-23 Andreas Beekeromit png output on test
2019-06-23 Andreas BeekerBug 60656 - EMF image support in slideshows
2019-06-22 Dominik StadlerBug 62906 and 63401: Ensure tables have an initial...
2019-06-22 Dominik StadlerFix IDE warnings
2019-06-22 Dominik StadlerBug 63509: Allow to format a CellReference without...
2019-06-12 PJ Fanning[bug-57342] Excel compatible Zip64 implementation....
2019-06-12 PJ Fanningtidy up some int casts
2019-06-12 PJ Fanning[bug-63498] NPE when calling getShapeName on XSLFTableC...
2019-06-11 PJ FanningXMLBeans Java 1.12 build
2019-06-09 PJ Fanningmodify xmlbeans jobs
2019-06-06 Andreas BeekerBug 60656 - EMF image support in slideshows
2019-06-05 Dominik StadlerExcelComparator: Adjust iterating rows/columns
2019-06-05 Dominik StadlerPrint out where the junit-test-report is written to
2019-06-05 Dominik StadlerAdd helper class for mass-regression-tests which scans...
2019-06-01 PJ Fanning[github-151] XWPFRun: allow style retrieval. This close...
2019-05-31 PJ Fanning[bug-63463] ignore forbiddenapis in new testcase
2019-05-30 PJ Fanning[bug-63463] ignore forbiddenapis in new testcase
2019-05-30 PJ Fanning[bug-63463] add tests fix issue with shifting rows...
2019-05-30 PJ Fanning[bug-63463] fix issue with shifting rows. Thanks to...
2019-05-29 Alain Béarezremove code smells
2019-05-27 PJ Fanningfix forbidden api issue
2019-05-27 PJ Fanningtry to fix integration tests (by ignoring some new...
2019-05-26 PJ Fanning[github-149] improve MAPIMessage.guess7BitEncoding...
2019-05-22 PJ Fanningremove some tab indents
2019-05-22 PJ Fanningtry to use more https urls in pom.xml
2019-05-21 Alain Béarezcode inspired from Axel Richter on StackOverflow
2019-05-21 PJ Fanningtry to remove http refs from some pom files
2019-05-21 PJ Fanningswitch svn jars to https site
2019-05-21 Alain Béarezfix missing space in string literal (LGTM)
2019-05-21 Alain Béarezfix result of multiplication cast to wider type
2019-05-21 Alain Béarezfix whitespace contradicts operator precedence
2019-05-21 Alain Béarezfix boxed variable is never null
2019-05-21 Alain Béarezfix potential output resource leaks (LGTM)
2019-05-21 Alain Béarezfix potential input resource leaks (LGTM)
2019-05-21 Alain Béarezcode cleanup plus fix for bug 63153
2019-05-21 Alain BéarezAdded more chart supports.
2019-05-20 Dominik StadlerUse TempFile to avoid problems with temporary directori...
2019-05-20 Dominik StadlerInclude actual found type in exception when encounterin...
2019-05-20 Dominik StadlerFileMagic now has patterns with up to 12 bytes (JPG)
2019-05-16 Dominik StadlerRefine JavaDoc of WorkbookFactory slightly
2019-05-15 Tim AllisonBug 63431 -- unbug ChunkedCipherInputStream's read()
2019-05-14 PJ Fanning[github-148] update license text in pom file. Thanks...
2019-05-12 Andreas Beekerrevert exclude H27 / don't complain on mkdir
2019-05-12 Andreas Beekerexclude H27
2019-05-12 PJ Fanning[github-145] issue in PackagingURIHelper.encode. Thanks...
2019-05-12 Andreas BeekerBug 60656 - EMF image support in slideshows
2019-05-10 Andreas Beeker#59004 - HSLF rendering - adjust values for presetShape...
2019-05-10 Andreas BeekerDon't fallback to master shape properties, if master...
2019-05-06 PJ Fanning[bug-63404] add description to assemble target
2019-05-05 Andreas BeekerDisable all beam nodes - ANT is not installed on them
2019-05-05 Andreas BeekerBug 60656 - EMF image support in slideshows
2019-05-04 Andreas BeekerBug 60656 - EMF image support in slideshows
2019-04-26 PJ Fanning[bug-62906] ensure table display name is always set
2019-04-25 Dominik StadlerMake compilation work in Eclipse 2019.03 again by worki...
2019-04-23 Dominik StadlerClose more file-handles in tests
2019-04-23 Dominik StadlerUpdate JAXB to the latest version
2019-04-23 Dominik StadlerBug 63371: addMergedRegion does not update CTMergeCells...
2019-04-23 Dominik StadlerBug 63073: Adjust returned index of merged regions...
2019-04-22 Dominik StadlerUse https in build.xml where possible to avoid errors...
2019-04-22 Dominik StadlerJenkins DSL: Exclude more beam* nodes which cause stran...
next