]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-04-05 Javen O'Nealbug 59264: use BorderStyle for changing Cell border...
2016-04-04 Javen O'Nealbug 59264: copy cell border style codes (from CellStyle...
2016-04-04 Javen O'Nealrearrange BORDER_DOTTED and BORDER_HAIR
2016-04-04 Tim Allisonrevert test file to original bytes see bug 59257. ...
2016-04-03 Andreas Beekerprepare for 3.15-beta2
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - pin documentation
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - updating build.xml...
2016-04-03 Andreas Beekerprepare for 3.15-beta2
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - pin documentation
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - updating build.xml...
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - updating build.xml...
2016-04-03 Dominik StadlerBug 55982: Don't fail to open the spreadsheet if no...
2016-04-02 Dominik StadlerFix two more places where wrong/invalid files can lead...
2016-04-02 Dominik StadlerPrevent us from changing the file with every test-run
2016-04-02 Dominik StadlerFix some cases where file handles are not closed in...
2016-04-02 Dominik StadlerRegression: Add unit-test which triggers more code...
2016-04-01 Nick BurchJavadoc fix - Generics are type-erased so not included...
2016-04-01 Dominik StadlerEnhance integration tests to call some of the common...
2016-04-01 Tim AllisonPOI 59257 upgrade Bouncy Castle to 1.54
2016-03-31 Dominik StadlerBug 57930: Add support for inlineString in FromHowTo
2016-03-31 Dominik StadlerAdjust integration tests, fix compilation warnings...
2016-03-31 Dominik StadlerApply patch from bug 58909 - Add a cloneSheet() which...
2016-03-30 Nick BurchFetch the Ant SVN binding jars if init-svn is called
2016-03-29 Dominik StadlerDumpPOIFS: Create a separate named sub-directory for...
2016-03-29 Dominik StadlerRevert set of inadvertedly committed files/changes
2016-03-29 Dominik StadlerBug 58915: Add note about memory consumption and update...
2016-03-29 Dominik StadlerBug 58915: Update javadoc for memory consumption and...
2016-03-29 Dominik StadlerTry to reproduce bug 58922, convert to JUnit 4
2016-03-29 Dominik StadlerFix some compiler warnings, improve error message,...
2016-03-29 Dominik StadlerBug 59132: Adjust implementation of COUNTBLANK to be...
2016-03-28 Andreas BeekerXSLF: do not display Master Slide objects by default
2016-03-28 Andreas Beekersome zips can't be opened via ZipFile in JDK6, as the...
2016-03-28 Andreas Beekersonar fixes
2016-03-28 Dominik StadlerFix some compiler warnings, javadoc, ...
2016-03-28 Dominik StadlerBug 59199: Handle null date-values in a similar way...
2016-03-27 Javen O'NealassertCloseDoesNotModifyFile method was adapted from...
2016-03-27 Javen O'Nealadd more commented-out tests for bug 58779: closing...
2016-03-27 Javen O'Nealmake OPCPackage logger final
2016-03-24 Javen O'Nealbug 59224: change hasTint, add hasAlpha and unit tests...
2016-03-24 Javen O'Nealmake private member variable ctColor final
2016-03-23 Javen O'Nealbug 59222: fix NPE thrown by (S)XSSFSheet.getCellCommen...
2016-03-22 Javen O'Nealbug 59212: Do not check for overlapping regions when...
2016-03-22 Javen O'Nealbug 59212: Do not check for overlapping regions when...
2016-03-22 Dominik StadlerCheck for null in IOUtils.closeQuietly() to not log...
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...
next