]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-03-22 Javen O'Nealreturn unmodifiable shared strings to guarentee paralle...
2016-03-22 Javen O'Nealbug 59208: correctly understand val="1" for isBold...
2016-03-22 Javen O'Nealfix inconsistent newlines (remove carriage returns...
2016-03-21 Andreas Beekerfindbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLE
2016-03-21 Andreas Beekerfindbugs fixes - RR_NOT_CHECKED
2016-03-21 Andreas Beekeranother gump run fix (... try)
2016-03-21 Andreas Beekerfix eclipse warnings
2016-03-20 Andreas Beekerfix eclipse warnings
2016-03-20 Andreas BeekerXmlBeans generation still needs the original jar
2016-03-18 Andreas Beekereclipse warning fixes
2016-03-18 Andreas Beekersonar fix
2016-03-18 Andreas Beeker#59195 - POIXMLTypeLoader depends on XMLBeans 2.6.0...
2016-03-17 Andreas Beekersonar fix
2016-03-17 Andreas Beekerfindbugs fix
2016-03-17 Andreas Beekersonar fix
2016-03-16 Andreas Beekerforgot another contains call ...
2016-03-16 Andreas Beekerfindbugs fix
2016-03-16 Andreas Beekersonar fixes
2016-03-16 Andreas Beekerincrease perm gen
2016-03-16 Andreas Beekersonar fixes
2016-03-16 Andreas Beekersonar fixes
2016-03-16 Andreas Beekerfindbugs fixes
2016-03-16 Andreas Beekerforbidden-apis-fix
2016-03-16 Andreas Beekerfindbugs fixes
2016-03-16 Andreas Beekersonar fixes
2016-03-16 Andreas BeekerFirst try of uncluttering CellNumberFormatter.
2016-03-16 Andreas BeekerFix for Softmaker Office files, which set encryption...
2016-03-16 Tim Allison59183 - handle timezones (even with colons) in date...
2016-03-15 Nick BurchIgnore ODS
2016-03-15 Nick BurchOne final invalid file type check
2016-03-15 Nick BurchBefore opening an OOXML file, check the first few bytes...
2016-03-15 Nick BurchPush all the zip opening logic into ZipHelper
2016-03-15 Nick BurchFix inconsistent indents
2016-03-15 Nick BurchFix inconsistent indents
2016-03-15 Nick BurchStart to give more helpful Exceptions from OPCPackage...
2016-03-15 Nick BurchAdd a test ODS file, for more helpful error messages
2016-03-14 Dominik StadlerRemove some useless lines of code, the initialAllocatio...
2016-03-14 Dominik StadlerFix some IntelliJ warnings and adjust Javadoc of readFu...
2016-03-14 Andreas BeekerHSLF: Add support for system colors
2016-03-13 Dominik StadlerBug 56930: Add Workbook.getNames() to allow to query...
2016-03-13 Dominik StadlerBug 55791: Avoid using an existing file-name when creat...
2016-03-13 Dominik StadlerBug 55668: Try to avoid NullPointerException when chani...
2016-03-13 Nick BurchEscape spaces in the URL
2016-03-13 Andreas Beeker#59135 - Password gets truncated when using passwords...
2016-03-13 Andreas Beekersonar fix
2016-03-12 Dominik StadlerBug 57200: Do not try to delete the poifiles-tempdir...
2016-03-12 Dominik StadlerFix bug 56549: correctly calculate char index ranges...
2016-03-12 Andreas Beeker#59170 - Remove deprecated classes (POI 3.15) - *Workbo...
2016-03-12 Dominik StadlerApply patch to fix bug 57495: getTableArray method...
2016-03-12 Dominik StadlerRefactor some common code from the various Document...
2016-03-12 Dominik StadlerFix some cases where POI itself or the tests leaked...
2016-03-12 Dominik StadlerFindbugs fixes
2016-03-12 Dominik StadlerMark duplicated RecordFormatException as deprecated...
2016-03-12 Dominik StadlerEnable some tests that are ignored, actually run green...
2016-03-12 Dominik StadlerAdd test for bug 59098 which shows that this is fixed...
2016-03-12 Andreas Beekeradd fixcrlf to docs-target, to fix windows document...
2016-03-12 Andreas Beeker#59170 - Remove deprecated classes (POI 3.15) - org...
2016-03-11 Andreas Beekersonar fixes
2016-03-10 Andreas Beekersonar fixes
2016-03-10 Andreas Beekersonar fixes
2016-03-09 Andreas Beekerfindbugs fix
2016-03-09 Andreas Beekerfix class dependency error of #57031 / #59058 patch
2016-03-09 Andreas BeekerRemove a superfluous/bloated log function, which String...
2016-03-09 Nick BurchMore helpful exception message if POIFS is given a...
2016-03-09 Andreas Beeker#59058 - OOM when parsing docx after OPCPackage.open...
2016-03-09 Andreas Beeker#57031 - Out of Memory when extracting text from attach...
2016-03-07 Dominik StadlerFix source rebuilding verification after resulting...
2016-03-07 Andreas Beekersigning and repository upload via ant
2016-03-07 Andreas Beekerupdate doap to poi 3.14
2016-03-03 Dominik StadlerFixup last commit: don't remove the xmlbeans.marker...
2016-03-03 Dominik StadlerSwitch to 3.15-beta1 in the sonar-build-files as well
2016-03-01 Nick BurchComment and Javadoc updates
2016-03-01 Andreas Beekerswitch to 3.15-beta1
2016-03-01 Andreas Beeker3.14 release preparation
2016-03-01 Andreas Beeker3.14 release preparation
2016-02-29 Andreas Beeker#59056 - Render individual slideshow shapes
2016-02-29 Andreas BeekerFix NPE of regression tests
2016-02-28 Dominik StadlerExclude file for bug 59074 for some more tests
2016-02-28 Andreas Beekerfind bugs fix - WMF_HEADER_MAGIC isn't final but should be
2016-02-27 Dominik StadlerAlso mark the file for bug 59074 as expected-failure...
2016-02-27 Dominik StadlerBug 57914: Provide a better error message for OOXML...
2016-02-27 Dominik StadlerAdd missing file for bug 59074
2016-02-27 Dominik StadlerUpdate to JaCoCo 0.7.6 to try to restore coverage on...
2016-02-26 Nick Burch#59074 More helpful exception if Excel 1-95 files are...
2016-02-26 Nick BurchRefactor out the POIFS directory entry name for Excel...
2016-02-26 Nick BurchFix inconsistent indents
2016-02-26 Nick BurchRefactor to pull out the list of Excel 97+ directory...
2016-02-24 Andreas BeekerRegression fixes for H/XSLF and HWMF
2016-02-24 Dominik StadlerBug 47245: Comment out check and exception in case...
2016-02-24 Dominik StadlerAdd xlsx which verifies via the integration-tests that...
2016-02-23 Nick Burch#59021 Namespace aware processing fix for ReadOnlyShare...
2016-02-23 Nick BurchPull out two more XSSF namespace definitions as re...
2016-02-23 Nick BurchPull out http://schemas.openxmlformats.org/spreadsheetm...
2016-02-21 Nick BurchPatch from Jim King from bug #57989 - XSSFChart support...
2016-02-21 Dominik StadlerOne more possible resource leak when creating the TextE...
2016-02-21 Dominik StadlerInclude stacktrace of inner exception when block-positi...
2016-02-19 Tim AllisonPOI 59030 fix NPE in XWPFTableCell's getVerticalAlignme...
2016-02-18 Javen O'Nealbug 58896: comment out time-dependent test
2016-02-18 Nick BurchJavadoc fixes
2016-02-18 Javen O'Nealmove trackColumnsForAutoSizingIfSXSSF into ITestDataPro...
next