]> source.dussan.org Git - poi.git/shortlog
poi.git
2014-02-16 Andreas Beeker- Changed status/changes xdocs/xslt, to link to the...
2014-02-16 Dominik StadlerFix unit tests broken by newly added test-file, ignore...
2014-02-16 Dominik StadlerFix unit test which failed after new corrupted file...
2014-02-16 Dominik StadlerAdjust test to write the failing PNG in case expected...
2014-02-15 Nick BurchTest file from bug #56138 from Jon Iles, with a zero...
2014-02-15 Dominik StadlerInstead of using initCause() when re-throwing exception...
2014-02-15 Dominik StadlerAdd a set of maven pom.xml files for Sonar, a few worka...
2014-02-15 Dominik StadlerProvide more output on test that failed for me locally
2014-02-15 Dominik StadlerAdjust some tests to not hardcode the 'test-data' direc...
2014-02-15 Dominik Stadlerbuild.xml: Add missing depends on init for compile...
2014-02-15 Dominik StadlerUpdate Javadoc somewhat
2014-02-15 Dominik StadlerAdd assertions, remove Sonar warnings
2014-02-14 Andreas Beekerupdate *ssf-workbook tests to junit4
2014-02-14 Andreas BeekerBug 53130 - SXSSF Shared Strings option support, to...
2014-02-14 Andreas BeekerFindBugs fix
2014-02-13 Andreas BeekerFindBugs fix
2014-02-13 Andreas Beekerdisable not applicable findbugs check
2014-02-12 Nick BurchFix the copyright notice year
2014-02-11 Andreas BeekerBug 55902 - Mixed fonts issue with Chinese characters...
2014-02-09 Andreas BeekerFindBugs fix
2014-02-09 Andreas Beekerexcluded findbugs (svn:ignore)
2014-02-08 Andreas BeekerUse findbugs in the jenkins build
2014-02-03 Dominik StadlerBug 55923: Fix compare/sorting of nodes in exported XML
2014-02-03 Dominik StadlerBug 55924: Avoid errors during exporting XML if there...
2014-02-03 Dominik StadlerBug 55926: Handle numeric formula values when exporting...
2014-02-03 Dominik StadlerBug 55927: Handle date types when exporting to XML
2014-02-03 Dominik StadlerSwitch to JDK 6 for generated code as well
2014-02-03 Dominik StadlerAdjust Eclipse classpath for new versions of third...
2014-02-03 Dominik StadlerUpdate commons-logging to 1.1.3 and set scope to test...
2014-02-02 Nick BurchFix whitespace
2014-02-02 Nick BurchAdd setIncludeHeadersFooters(boolean) to the ExcelExtra...
2014-02-02 Nick BurchPatch from Shaun Kalley from bug #56022 - XSSF Event...
2014-02-02 Nick BurchFix whitespace
2014-02-02 Nick BurchHave the Excel text extractors all implement the same...
2014-02-02 Nick BurchUpdate the junit version in the license, to match the...
2014-02-02 Dominik StadlerAdjust Eclipse project for JDK 1.6
2014-02-02 Dominik StadlerAdd missing test-file for Bug 56017
2014-02-02 Dominik StadlerBug 56017: Fix comment-ref when shiftig rows with comme...
2014-02-02 Andreas BeekerBug 53282 - Hyperlink with a non-breaking space throws...
2014-02-01 Andreas Beekerjavadoc fix
2014-02-01 Andreas BeekerBug 55802 - Special Letters not exported correct
2014-02-01 Nick BurchFix up whitespace / indents to be consistent
2014-02-01 Nick BurchFix javadoc formatting
2014-02-01 Andreas BeekerJavadoc fix
2014-02-01 Nick BurchExpose the StyleIndex of CharacterRuns, and expand...
2014-02-01 Andreas BeekerBug 51891 - Fix StringIndexOutOfBoundsException : Ole10...
2014-02-01 Dominik StadlerBug 56011: Use default style if the cell style attribut...
2014-02-01 Nick BurchSync the Maven POM defined dependencies with the Ant...
2014-02-01 Dominik StadlerUpdate third party libs: commons-codec to 1.9, log4j...
2014-01-26 Andreas BeekerTreeSet without JDK 6 method usages
2014-01-26 Andreas BeekerThis patch is not working as of license incompatibility...
2014-01-26 Andreas BeekerAs Jdk 1.5 doesn't provide NavigableMap/Set classes...
2014-01-26 Andreas Beeker- Bug 51585 - WorkbookFactory.create() hangs when creat...
2014-01-25 Andreas Beekerjdk 5 compiler doesn't support overwrite for interfaces ...
2014-01-23 Nick BurchPatch from Detlef Brendle from bug #55873 - Support...
2014-01-20 Dominik StadlerFix pattern for license check failure
2014-01-20 Dominik StadlerAdd license check via Apache rat to jenkins build
2014-01-20 Dominik Stadleradjust ant-target check-rat: Download jarfile instead...
2014-01-18 Andreas BeekerAdded license headers
2014-01-16 Yegor Kozlovset version.id to 3.11-beta1
2014-01-11 Andreas Beekerjavadoc fix
2014-01-10 Andreas BeekerBug 35897 - Password protected files
2014-01-10 Nick BurchEnsure our package html files have consistent line...
2014-01-01 Dominik StadlerBug 55723: Make HSSFSheet.setAutoFilter() behave equal...
2013-12-31 Dominik Stadlerremove some unused imports and some useless TODOs,...
2013-12-31 Dominik StadlerDon't unnecessarily convert from ArrayList to array...
2013-12-31 Dominik StadlerPrint out which actual value was out of range
2013-12-30 Andreas Beekerobsoleted by TestEscherBlipRecord and EscherMetafileBlip
2013-12-29 Andreas BeekerBug 45776 - Fix corrupt file problem using TextRun...
2013-12-27 Andreas BeekerBug 41246 - AIOOBE with missing notes entries
2013-12-27 Nick BurchFix whitespace - reformat to consistent spaces, instead...
2013-12-27 Andreas BeekerBug 48593 - [PATCH] Multiple Saves Causes Slide Corruption
2013-12-26 Dominik StadlerBug 51158: clear out Memory-based part before writing...
2013-12-26 Dominik StadlerRemove unnecessary separate length, an array already...
2013-12-26 Dominik StadlerUpdate to latest JaCoCo 0.6.4
2013-12-26 Dominik StadlerAdd some @Overrides suggested by Eclipse, generics...
2013-12-26 Dominik StadlerFix some Eclipse warnings in ReaderWriter
2013-12-26 Dominik StadlerRemove unused members and make others private
2013-12-26 Andreas BeekerBug 55579 - [PATCH] Patch for add/embed OLE objects...
2013-12-25 Andreas Beekerjavadoc and compiler warning house-keeping
2013-12-25 Andreas Beekerjavadoc house-keeping
2013-12-25 Dominik StadlerFix some JavaDoc items that are reported in the build...
2013-12-25 Andreas BeekerJCE policy fix
2013-12-24 Andreas BeekerFix jdk-differences for encryption patch
2013-12-24 Andreas BeekerFix jdk-differences for encryption patch
2013-12-24 Andreas BeekerFix jdk-differences for encryption patch
2013-12-24 Andreas BeekerPatch for Bug/Enhancement 55818 - add encryption support
2013-12-24 Yegor Kozlovpatch 55731: StringBuilder logic in DataFormatter...
2013-12-24 Yegor Kozlovpatch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFo...
2013-12-18 Yegor Kozlovremoved pictureFileZero.ppt from svn as requested by...
2013-12-18 Nick BurchFix bug #55901 - Avoid using RMI based
2013-12-12 Nick BurchDon't use the degree symbol in comments, as it upsets...
2013-12-12 Nick BurchMore javadocs for Cell.setCellType
2013-12-08 Dominik StadlerAdd moreunit-settings
2013-12-08 Dominik StadlerRefactor XSSFExportToXml a bit, split code into more...
2013-12-08 Dominik StadlerBug 55850: fix NullPointerException during extraction...
2013-12-02 Dominik StadlerBug 55640, added reproducer, a fix for the Exception...
2013-11-28 Dominik StadlerBug 55745: fix handling of tables in XSSF if there...
2013-11-28 Dominik StadlerBug 55745: fix handling of tables in XSSF if there...
2013-11-22 Dominik StadlerSet source of generated ooxml classes
next