| Commit message (Expand) | Author | Age | Files | Lines |
* | support caching images in xslf | Yegor Kozlov | 2012-02-08 | 1 | -0/+17 |
* | added methods to get/set preset shape geometry in XSLF | Yegor Kozlov | 2012-02-08 | 1 | -0/+16 |
* | Bugzilla 52568: added methods to set/get an XWPFRun's text color | Yegor Kozlov | 2012-02-07 | 1 | -0/+7 |
* | Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF... | Yegor Kozlov | 2012-02-07 | 1 | -0/+87 |
* | Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe... | Yegor Kozlov | 2012-02-07 | 1 | -7/+30 |
* | Bugzilla 52561: Added methods to set table inside borders and cell margins in... | Yegor Kozlov | 2012-02-07 | 1 | -1/+92 |
* | improved support for line breaks in XSLF | Yegor Kozlov | 2012-02-03 | 3 | -9/+31 |
* | validate hyperlink address as discussed on poi-user | Yegor Kozlov | 2012-02-02 | 1 | -0/+29 |
* | Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of... | Nick Burch | 2012-01-30 | 1 | -9/+27 |
* | support kerning in XSLF text runs | Yegor Kozlov | 2012-01-25 | 2 | -5/+67 |
* | more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes | Yegor Kozlov | 2012-01-19 | 2 | -0/+87 |
* | added common interface for containers of shapes in XSLF | Yegor Kozlov | 2012-01-14 | 1 | -0/+64 |
* | POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ... | Nick Burch | 2012-01-11 | 1 | -2/+15 |
* | Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som... | Nick Burch | 2012-01-11 | 1 | -3/+13 |
* | Bugzilla 52348: Avoid exception when creating cell style in a workbook that ... | Yegor Kozlov | 2011-12-19 | 1 | -0/+15 |
* | Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi... | Yegor Kozlov | 2011-12-19 | 1 | -0/+45 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 9 | -0/+0 |
* | keep rat quiet | Yegor Kozlov | 2011-12-09 | 2 | -1/+17 |
* | Bugzilla 51961: support compression of temp files in SXSSF | Yegor Kozlov | 2011-12-09 | 5 | -11/+70 |
* | Bugzilla 52268 - support cloning sheets with drawings in XSSF | Yegor Kozlov | 2011-12-07 | 1 | -14/+70 |
* | Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi... | Nick Burch | 2011-12-06 | 1 | -0/+39 |
* | Test that shows that bug #52288 is already fixed | Nick Burch | 2011-12-06 | 1 | -0/+21 |
* | Patch from Marcel May from bug #51875 - More XSSF formula new-line support | Nick Burch | 2011-12-05 | 1 | -1/+7 |
* | improved rendering of groupped shapes in xslf | Yegor Kozlov | 2011-12-04 | 2 | -10/+23 |
* | more progress with XSLF: made some methods publis as suggested on poi-dev, mo... | Yegor Kozlov | 2011-11-24 | 3 | -14/+338 |
* | added missing definition of the upArrow shape, moved support for line decorat... | Yegor Kozlov | 2011-11-21 | 1 | -1/+1 |
* | fixed TestXSLFTextParagraph that failed when the Arial font was not available | Yegor Kozlov | 2011-11-20 | 1 | -4/+26 |
* | avoid exception when breaking text with a trailing newline | Yegor Kozlov | 2011-11-19 | 2 | -3/+65 |
* | misc improvements in text rendering in xlsf | Yegor Kozlov | 2011-11-17 | 1 | -2/+73 |
* | more progress with PPTX2PNG | Yegor Kozlov | 2011-11-14 | 24 | -90/+41 |
* | improved rendering of indented text in XSLF, also improved import content fro... | Yegor Kozlov | 2011-11-10 | 2 | -0/+165 |
* | keep rat-check quiet, also started writing xslf docs | Yegor Kozlov | 2011-11-07 | 2 | -0/+36 |
* | more progress with xlsf: support for gradient and texture fills, backgrounds,... | Yegor Kozlov | 2011-11-07 | 9 | -111/+223 |
* | more progress with PPTX2PNG: support for gradient and texture fill, also refa... | Yegor Kozlov | 2011-10-28 | 5 | -5/+209 |
* | support for preset shape geometries in xslf | Yegor Kozlov | 2011-10-26 | 2 | -0/+79 |
* | more progress with PPTX2PNG | Yegor Kozlov | 2011-10-24 | 1 | -8/+8 |
* | initial support for rendering pptx slides into images with a PPTX2PNG command... | Yegor Kozlov | 2011-10-21 | 6 | -19/+772 |
* | Add a bit more XSSFDrawing testing, not all of which works properly yet... | Nick Burch | 2011-10-05 | 1 | -1/+21 |
* | Fix bug #51963 - Correct AreaReference handling of references containing a sh... | Nick Burch | 2011-10-05 | 1 | -0/+19 |
* | Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data... | Nick Burch | 2011-10-05 | 1 | -0/+7 |
* | Allow the passing of a File object to WorkbookFactory.create, which permits l... | Nick Burch | 2011-09-29 | 1 | -0/+14 |
* | XLSF text extraction improvements relating to TIKA-712 | Nick Burch | 2011-09-26 | 1 | -16/+27 |
* | Tweak the HSLF and XSLF tests for master slide text to cover more (some of wh... | Nick Burch | 2011-09-26 | 1 | -1/+15 |
* | Fix bug #51850 - support creating comments in XSSF on an earlier slide when l... | Nick Burch | 2011-09-22 | 1 | -6/+30 |
* | Add a disabled test for bug #51850, and tweak the OPC package exceptions to m... | Nick Burch | 2011-09-22 | 2 | -4/+41 |
* | Update the XSLF slide master text extraction to be optional, as HSLF already ... | Nick Burch | 2011-09-21 | 1 | -13/+45 |
* | Fix bug #51804 - Include Master Slide text in XSLF text extraction | Nick Burch | 2011-09-21 | 1 | -33/+67 |
* | Test relating to TIKA-705 - XSLF internal hyperlinks | Nick Burch | 2011-09-19 | 1 | -1/+44 |
* | Start on a testcase for TIKA-705 (more work needed though) | Nick Burch | 2011-09-14 | 1 | -0/+8 |
* | avoid exceptions when using POI in Tika, see BUgs 51771 and 51770 | Yegor Kozlov | 2011-09-12 | 1 | -0/+22 |