aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d...Yegor Kozlov2011-12-106-4/+49
* fixed javadoc warningsYegor Kozlov2011-12-0929-61/+61
* keep rat quietYegor Kozlov2011-12-092-1/+17
* disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j...Yegor Kozlov2011-12-091-13/+20
* Bugzilla 46288: fixed refcount of Fill pictures in HSLFYegor Kozlov2011-12-094-1/+65
* Bugzilla 51961: support compression of temp files in SXSSF Yegor Kozlov2011-12-0911-269/+483
* Bugzilla 52268 - support cloning sheets with drawings in XSSFYegor Kozlov2011-12-075-45/+139
* Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi...Nick Burch2011-12-063-196/+245
* Test that shows that bug #52288 is already fixedNick Burch2011-12-061-0/+21
* Add test file for bug #51873 from Jeremy, and a test that uses itNick Burch2011-12-051-1/+17
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-054-20/+13
* improved rendering of groupped shapes in xslfYegor Kozlov2011-12-0415-78/+130
* Restore HWPF support for inline Escher images (stored in Escher rather than d...Nick Burch2011-11-283-37/+42
* Demote the HPSF CodePageString null check from an exception to a Warning, as ...Nick Burch2011-11-281-4/+10
* Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,...Nick Burch2011-11-282-8/+58
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-282-8/+35
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a...Nick Burch2011-11-283-0/+384
* Unit tests for POIFS EntryUtilsNick Burch2011-11-282-7/+139
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-252-0/+155
* more progress with XSLF: made some methods publis as suggested on poi-dev, mo...Yegor Kozlov2011-11-2418-89/+547
* added missing definition of the upArrow shape, moved support for line decorat...Yegor Kozlov2011-11-217-311/+313
* fixed TestXSLFTextParagraph that failed when the Arial font was not availableYegor Kozlov2011-11-201-4/+26
* Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLFYegor Kozlov2011-11-195-10/+23
* avoid exception when breaking text with a trailing newlineYegor Kozlov2011-11-192-3/+65
* Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide Yegor Kozlov2011-11-174-13/+26
* misc improvements in text rendering in xlsfYegor Kozlov2011-11-179-55/+273
* Patch from bug #52190 - null check on XWPF setFontFamilyNick Burch2011-11-163-2/+2
* more progress with PPTX2PNGYegor Kozlov2011-11-1432-158/+243
* improved rendering of indented text in XSLF, also improved import content fro...Yegor Kozlov2011-11-1014-84/+695
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-0713-4/+599
* Bugzilla 52062: ensure that temporary files in SXSSF are deleted Yegor Kozlov2011-11-073-20/+39
* more progress with xlsf: support for gradient and texture fills, backgrounds,...Yegor Kozlov2011-11-0755-985/+2233
* update test caseSergey Vladimirov2011-10-301-2/+2
* different workarounds for old Word formatSergey Vladimirov2011-10-307-16/+55
* Fix 47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures(...Sergey Vladimirov2011-10-303-28/+62
* fix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBoundsSergey Vladimirov2011-10-304-17/+19
* fix additional issue found in bug 52032, add test filesSergey Vladimirov2011-10-293-63/+117
* update list types definitions using new Grfhic classSergey Vladimirov2011-10-2914-271/+585
* fix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken...Sergey Vladimirov2011-10-293-0/+13
* replace exception with warningSergey Vladimirov2011-10-292-14/+18
* more progress with PPTX2PNG: support for gradient and texture fill, also refa...Yegor Kozlov2011-10-2838-469/+1183
* keep javac on JDK 1.5 quietYegor Kozlov2011-10-275-11/+11
* compact cssSergey Vladimirov2011-10-271-9/+9
* ability to change CSS building procedureSergey Vladimirov2011-10-271-12/+23
* ability to extends documents facadesSergey Vladimirov2011-10-275-16/+37
* fix dead field structure boundariesSergey Vladimirov2011-10-261-4/+6
* add TOC supportSergey Vladimirov2011-10-261-29/+34
* ability to customize Excel-to-HTML CSS prefixesSergey Vladimirov2011-10-261-7/+60
* add TOC supportSergey Vladimirov2011-10-261-31/+127
* support for preset shape geometries in xslfYegor Kozlov2011-10-2642-709/+2195