aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 51305: Add sprmTCellPaddingDefault support; Update Table Cell Descriptor,...Yegor Kozlov2011-06-066-125/+546
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-0618-77/+779
* cleaned javadocs warningsYegor Kozlov2011-06-0613-19/+13
* updated release date and downloads page to reflect 3.8 beta3Yegor Kozlov2011-06-063-22/+40
* Enable more of the POIFS DocumetnInputStream tests to check NPOIFS as wellNick Burch2011-06-051-203/+197
* Work on NPOIFS document read/mark/reset work for bug #51318, including enabli...Nick Burch2011-06-043-63/+117
* Fix 1.6ismNick Burch2011-06-042-2/+0
* reverted a file mistakenly added in r1130120Yegor Kozlov2011-06-011-144/+0
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-0144-2019/+2969
* Apply patch from bug #51293 from Sergey for hdf types generationNick Burch2011-05-311-1/+4
* Patch from Sergey from bug #51292 - Additional HWPF Table Cell descriptor valuesNick Burch2011-05-313-12/+87
* Using data from the sourceforge dist system, fill in the dates of the release...Nick Burch2011-05-271-9/+33
* Bug 51098 - Error in calculating image width/height, if image fits into one cellYegor Kozlov2011-05-271-0/+1
* Bug 51098 - Error in calculating image width/height, if image fits into one cellYegor Kozlov2011-05-271-10/+1
* Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S...Nick Burch2011-05-273-1/+29
* Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (probl...Nick Burch2011-05-274-2/+122
* Fix bug #51188 - Support for getting and setting XPWF zoom settingsNick Burch2011-05-274-2/+81
* Add unit test from Stefan for bug #51172 - DOCX gif supportNick Burch2011-05-271-0/+26
* Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and ...Nick Burch2011-05-274-6/+221
* Fix bug #51273 - Hash codes can be negative when working on our own low memor...Nick Burch2011-05-272-3/+3
* Bug 51171: Improved performance of SharedValueManagerYegor Kozlov2011-05-262-70/+31
* Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f...Nick Burch2011-05-234-17/+44
* Avoid a System.out call, replace with loggingNick Burch2011-05-231-1/+7
* Bug 51196: more progress with chart apiYegor Kozlov2011-05-212-7/+8
* Test that shows that bug #51222 is a themes colour problemNick Burch2011-05-201-0/+41
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2033-121/+2173
* improved test coverage for SXSSFYegor Kozlov2011-05-199-164/+285
* Put back the NPOIFS constructor that got lost in r1101397Nick Burch2011-05-191-1/+4
* Add some more NPOIFS write related tests, some of which is disabled as the fu...Nick Burch2011-05-192-4/+32
* Put more details in the error message for next timeNick Burch2011-05-191-1/+4
* FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known...Maxim Valyanskiy2011-05-181-1/+14
* initial support for SXSSF testsYegor Kozlov2011-05-189-40/+381
* fixed resizing pictures in XSSF, see Bugzilla 51160Yegor Kozlov2011-05-181-2/+2
* status.xml: add note about Agile encryptionMaxim Valyanskiy2011-05-181-0/+1
* Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod...Yegor Kozlov2011-05-176-1/+3861
* Bugzilla 51171: Improved performance of opening large .xls filesYegor Kozlov2011-05-152-3/+1
* Update the release docs for having artificats in the dist repoNick Burch2011-05-152-31/+25
* Update the logos to include TMNick Burch2011-05-142-0/+0
* Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ...Nick Burch2011-05-139-89/+90
* Patch from Stefan from bug #51172 - XWPF .gif images supportNick Burch2011-05-134-2/+12
* Correct docs issueNick Burch2011-05-131-10/+8
* Add a note about XSSF and HSSF x and y values in client anchors differingNick Burch2011-05-131-1/+35
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-123-19/+63
* Finish NPOIFS support for writing to mini streams where the big block stream ...Nick Burch2011-05-124-7/+164
* The NPOIFS mini stream blocks need to be writable, correct that and add some ...Nick Burch2011-05-122-7/+132
* Project branding update - add trademark notice to page footersNick Burch2011-05-1226-3/+76
* update documentation on encryption supportMaxim Valyanskiy2011-05-101-2/+2
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-1010-143/+780
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-096-40/+91
* More testing around bug #48877Nick Burch2011-05-061-6/+31