aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 61338 -- avoid infinite loop triggered by fuzzed wmf fileTim Allison2017-07-253-8/+31
* 61295 -- prevent potential oom in HPSF triggered by fuzzed fileTim Allison2017-07-251-3/+10
* augment expected sizes in TestFontsTim Allison2017-07-241-1/+4
* Refactor test somewhat to make it easier to see what it actually verifiesDominik Stadler2017-07-241-34/+53
* Fonts bugfixAndreas Beeker2017-07-242-2/+2
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-2335-983/+2009
* My version of Java 6 chokes on Generics hereDominik Stadler2017-07-211-6/+3
* Adjust TestFonts for my version of UbuntuDominik Stadler2017-07-211-4/+8
* Add note that japicmp cannot be upgrade until Gradle 4 is usedDominik Stadler2017-07-211-1/+1
* ExtractorFactory: Try to close resources also on Errors to avoid keeping file...Dominik Stadler2017-07-211-0/+9
* Fix some IntelliJ warningsDominik Stadler2017-07-211-19/+28
* Exclude some more nodes for OpenJDK buildDominik Stadler2017-07-191-1/+1
* fix tests broken by <br/> doc changesPJ Fanning2017-07-175-8/+7
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-17272-854/+854
* some javadoc fixesPJ Fanning2017-07-157-19/+15
* try to fix build issues since namespaces constants were changedPJ Fanning2017-07-152-0/+2
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-1414-14/+60
* clean up whitespace and indentsTim Allison2017-07-141-640/+674
* avoid using non-ascii in unit testsTim Allison2017-07-141-1/+1
* bug 61286/bug 61287 -- allow WriteProtectRecord to have 2 bytes, and allow fo...Tim Allison2017-07-144-2/+21
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-145-62/+108
* bug 61296: suggest de-duplication of purl dublin core namespace urlJaven O'Neal2017-07-141-2/+2
* bug 61296: deduplicate ooxml schema constantsJaven O'Neal2017-07-141-4/+5
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-141-2/+2
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-143-7/+16
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-134-4/+204
* avoid unnecessary string concats in SXSSF SheetDataWriterPJ Fanning2017-07-133-29/+48
* add 362px font height for my computer's configuration (high-dpi monitor)Javen O'Neal2017-07-131-1/+3
* replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...Javen O'Neal2017-07-133-21/+21
* replace return variable assignments with return statementsJaven O'Neal2017-07-131-6/+3
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-132-25/+14
* [Bug-61281] fix issue with export of table columns - Thanks to Daniel for the...PJ Fanning2017-07-122-11/+17
* remove more deprecated methodsPJ Fanning2017-07-123-25/+3
* remove deprecated methods from CommentsTablePJ Fanning2017-07-121-56/+0
* [Bug-61281] guard against index out of bounds in XSSFExportToXml column mappingPJ Fanning2017-07-113-97/+134
* expand range of acceptable values in TestFontsPJ Fanning2017-07-101-3/+2
* bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink r...Javen O'Neal2017-07-102-1/+11
* whitespaceJaven O'Neal2017-07-101-2/+2
* font rendering - handle a few system dependent textbox sizesAndreas Beeker2017-07-091-2/+9
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-094-5/+16
* fix spellingPJ Fanning2017-07-091-5/+5
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-096-0/+118
* Rollback of r1801368 because of a generics bug with self-referenced types in ...Andreas Beeker2017-07-0924-25/+25
* SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-07-0923-24/+24
* test environment via ant - not via the shell - hope that makes sense ...Andreas Beeker2017-07-081-0/+4
* add .ttf to ignored test integration resources Andreas Beeker2017-07-081-0/+1
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-0810-77/+346
* [Bug 58975] add test case for new function args default of 255PJ Fanning2017-07-081-0/+39
* [github-25] support excel number trailing comma format - Thabks to Luca Marti...PJ Fanning2017-07-062-7/+86
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-053-3/+68