aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-273-6/+64
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-272-3/+3
* Patch from Tim Jones from #61044 - Note on setCompressTempFilesNick Burch2017-04-261-0/+4
* bug 61021 - extract abspath from xlsbTim Allison2017-04-214-1/+62
* Add conditional formatting evaluation example code and output resultsGreg Woolsey2017-04-201-0/+87
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-2012-101/+93
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-197-101/+95
* Fix bug #61007Greg Woolsey2017-04-192-2/+8
* Fix bug #61007Greg Woolsey2017-04-192-5/+14
* Use assertContains instead of assertTrue(text.contains) for better error mess...Nick Burch2017-04-193-44/+50
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-17117-182/+180
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-174-16/+30
* findbugs fixesAndreas Beeker2017-04-175-53/+148
* add 3.16 to doap fileAndreas Beeker2017-04-171-0/+7
* fix forbidden-apis-check errorAndreas Beeker2017-04-161-2/+3
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-166-39/+99
* Website update / release guide fixAndreas Beeker2017-04-161-3/+3
* Add initial file of excludes when running with file-leak-detectorDominik Stadler2017-04-161-0/+55
* Exclude more temporary files from GitDominik Stadler2017-04-161-10/+36
* Set eclipse folder outside of build-folder to not have hickups in Eclipse whe...Dominik Stadler2017-04-161-1/+1
* Revert "Add hamcrest-all to Gradle build as well"Dominik Stadler2017-04-161-2/+0
* Add hamcrest-all to Gradle build as wellDominik Stadler2017-04-161-0/+2
* roll back to hamcrest-coreJaven O'Neal2017-04-161-1/+0
* roll back to hamcrest-coreJaven O'Neal2017-04-163-11/+12
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-161-1/+1
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-154-12/+63
* improve unit test error messagesJaven O'Neal2017-04-151-10/+16
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-152-10/+23
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-152-57/+29
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-153-8/+53
* #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling "...Nick Burch2017-04-122-5/+5
* Failing, disabled unit test for bug #60973Nick Burch2017-04-122-1/+22
* prepare for 3.17-beta1Andreas Beeker2017-04-1110-10/+10
* release prepare for 3.16 - updating build.xml and status.xmlAndreas Beeker2017-04-111-1/+1
* The new HeapDump class uses com.sun.* classes, which the previous settings fl...Greg Woolsey2017-04-111-1/+3
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-115-15/+127
* bug 50955 - add logging per Javen's recommendation. Thank you!Tim Allison2017-04-111-15/+28
* bug 50955 - incorporate info from the DocumentSummaryInformation forTim Allison2017-04-111-1/+30
* bug 50955 - try originally guessed codepoint, backoff to 1252 if that failsTim Allison2017-04-111-18/+37
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-103-5/+19
* Exclude some additional nodes from OpenJDK buildsDominik Stadler2017-04-071-1/+1
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
* Test for another type of xml-bombDominik Stadler2017-04-065-53/+61
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might...Dominik Stadler2017-04-063-1/+30
* Javadoc fixesNick Burch2017-04-052-2/+2
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-052-16/+2
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-0511-158/+593
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
* bug 50955 -- fix for java 7Tim Allison2017-04-043-6/+39
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-0424-64/+971