summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update curvesapi to 1.04Dustin Spicuzza2016-05-304-5/+5
* Bug 57838: Also remove comments when removing a rowDominik Stadler2016-05-293-10/+37
* Update error message to better indicate that we need a sample-file hereDominik Stadler2016-05-291-1/+1
* Remove the created temporary directory after the test againDominik Stadler2016-05-291-3/+6
* Prepare build.xml for initial Java 9 testing:Dominik Stadler2016-05-291-3/+7
* Try to access set/getVisible as well in TestXSSFVMLDrawingDominik Stadler2016-05-291-0/+4
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-244-40/+99
* Revert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note t...Dominik Stadler2016-05-241-5/+9
* Adjust two tests slightlyDominik Stadler2016-05-242-15/+9
* Upgrade to FindBugs 3.0.1 and add some findbugs-excludesDominik Stadler2016-05-243-14/+74
* Fix inconsistent spacing / whitespaceNick Burch2016-05-241-92/+80
* Another excludeNick Burch2016-05-241-1/+1
* Whitespace fixNick Burch2016-05-241-3/+3
* Copy out code from the site and fixNick Burch2016-05-241-0/+129
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-226-84/+175
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-222-3/+11
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-224-27/+102
* fix junit4Andreas Beeker2016-05-211-13/+10
* findbugs fixesAndreas Beeker2016-05-203-58/+32
* fix javadocsAndreas Beeker2016-05-201-4/+1
* Fix some compiler warnings, close resources in testsDominik Stadler2016-05-193-5/+5
* Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ...Dominik Stadler2016-05-192-4/+57
* findbugs fixesAndreas Beeker2016-05-175-143/+36
* Bug 59427: Add a check to better report cases when a document is already closed.Dominik Stadler2016-05-172-1/+22
* Revert expected failure as it seems to be fixed nowDominik Stadler2016-05-171-1/+0
* BiffViewer: Close resources alwaysDominik Stadler2016-05-171-26/+32
* Exclude newly added corrupt fileDominik Stadler2016-05-171-1/+3
* ignore external relationsAndreas Beeker2016-05-171-0/+4
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-163-127/+95
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-164-257/+246
* add aslAndreas Beeker2016-05-162-0/+30
* deprecation fixAndreas Beeker2016-05-161-1/+1
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-166-18/+53
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-3/+24
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-162-9/+47
* Sonar fixes - array is stored directlyAndreas Beeker2016-05-164-9/+10
* Dispose XmlCursorAndreas Beeker2016-05-168-80/+100
* added commons-logging to integration test to make profiling easier - just mat...Andreas Beeker2016-05-163-1/+34
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-1623-365/+381
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-1312-157/+262
* add @since to javadocsJaven O'Neal2016-05-091-0/+3
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-092-4/+11
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-093-4/+7
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-094-35/+129
* fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work wi...Javen O'Neal2016-05-091-5/+11
* whitespaceJaven O'Neal2016-05-092-42/+42
* add disabled unit test for bug 59393 from stoneJaven O'Neal2016-05-091-0/+44
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTe...Javen O'Neal2016-05-092-19/+18
* merge TestComment into TestHSSFCommentJaven O'Neal2016-05-093-310/+288