| Commit message (Expand) | Author | Age | Files | Lines |
* | #56519 - XSLFSlide.draw is not working with text embeded in PPTX | Andreas Beeker | 2015-08-09 | 3 | -0/+0 |
* | merge trunk to common sl branch | Andreas Beeker | 2015-07-19 | 5 | -0/+0 |
|\ |
|
| * | Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files | Andreas Beeker | 2015-06-24 | 2 | -0/+0 |
| * | Avoid possible NullPointerException seen with some powerpoint files | Dominik Stadler | 2015-04-20 | 1 | -0/+0 |
| * | Avoid NullPointerException if an image cannot be read | Dominik Stadler | 2015-04-20 | 1 | -0/+0 |
| * | Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top... | Nick Burch | 2015-04-18 | 1 | -0/+0 |
* | | Rendering fixes | Andreas Beeker | 2015-06-17 | 1 | -0/+0 |
* | | Fixed TextRun handling and various junit tests | Andreas Beeker | 2015-06-10 | 2 | -0/+0 |
|/ |
|
* | Test and fix for bug #46441 | Andreas Beeker | 2015-01-02 | 1 | -0/+0 |
* | Bug 56240 - Handle PP97_DUALSTORAGE streams | Andreas Beeker | 2014-12-30 | 1 | -0/+0 |
* | Bug 47261 - SlideShow.removeSlide makes PPT corrupted | Andreas Beeker | 2014-12-30 | 1 | -0/+0 |
* | Bug 49541 - Mapping of symbol characters to unicode equivalent | Andreas Beeker | 2014-12-29 | 1 | -0/+0 |
* | Bug 54541 - Add support for cropped images in Slide.draw() | Andreas Beeker | 2014-12-29 | 1 | -0/+0 |
* | - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF | Andreas Beeker | 2014-12-25 | 1 | -0/+0 |
* | #57272 - deadlock on corrupted PPT file | Andreas Beeker | 2014-12-07 | 1 | -0/+0 |
* | simplified the cropping code and changed the cropping image to a more sophist... | Andreas Beeker | 2014-10-28 | 1 | -0/+0 |
* | Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent() | Andreas Beeker | 2014-10-27 | 1 | -0/+0 |
* | Add a disabled unit test for bug #56812, based on code and file from Geoff Wr... | Nick Burch | 2014-08-04 | 1 | -0/+0 |
* | Add unit test for bug 37625 which verifies that this file can now be loaded | Dominik Stadler | 2014-07-27 | 1 | -0/+0 |
* | Sample file for #56260, provided by Atlassian in CONF-18721 | Nick Burch | 2014-03-14 | 1 | -0/+0 |
* | Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr... | Andreas Beeker | 2014-02-19 | 1 | -0/+0 |
* | Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ... | Andreas Beeker | 2014-02-11 | 2 | -0/+0 |
* | Bug 45776 - Fix corrupt file problem using TextRun.setText | Andreas Beeker | 2013-12-29 | 1 | -0/+0 |
* | Bug 41246 - AIOOBE with missing notes entries | Andreas Beeker | 2013-12-27 | 2 | -0/+0 |
* | removed pictureFileZero.ppt from svn as requested by the owner, see discussio... | Yegor Kozlov | 2013-12-18 | 1 | -0/+0 |
* | POI-54722 table text in ppt files | Tim Allison | 2013-09-27 | 1 | -0/+0 |
* | Add disabled unit test for bug #54916 | Nick Burch | 2013-06-26 | 1 | -0/+0 |
* | Test file from bug #54880 | Nick Burch | 2013-05-31 | 1 | -0/+0 |
* | Bugzilla 54111 - Fixed extracting text from table cells in HSLF | Yegor Kozlov | 2012-11-07 | 1 | -0/+0 |
* | example how to create pptx pie chart from template, more tests for poi-ooxml | Yegor Kozlov | 2012-11-07 | 1 | -0/+0 |
* | Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files | Yegor Kozlov | 2012-10-24 | 3 | -0/+0 |
* | Bugzilla 53446 - Fixed some problems extracting PNGs | Yegor Kozlov | 2012-08-04 | 1 | -0/+0 |
* | unit test for #52991 (unexpected end of ZLIB input stream) | Maxim Valyanskiy | 2012-03-27 | 1 | -0/+0 |
* | bugzilla 52244 - use correct text attributes when presentation has multiple T... | Yegor Kozlov | 2012-03-01 | 1 | -0/+0 |
* | Bugzilla 52599 - avoid duplicate text when rendering slides in HSLF | Yegor Kozlov | 2012-02-22 | 1 | -0/+0 |
* | test file that belongs to r1292247 | Yegor Kozlov | 2012-02-22 | 1 | -0/+0 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 4 | -0/+0 |
* | more progress with XSLF: made some methods publis as suggested on poi-dev, mo... | Yegor Kozlov | 2011-11-24 | 1 | -0/+0 |
* | Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide | Yegor Kozlov | 2011-11-17 | 1 | -0/+0 |
* | improved rendering of indented text in XSLF, also improved import content fro... | Yegor Kozlov | 2011-11-10 | 1 | -0/+0 |
* | more progress with xlsf: support for gradient and texture fills, backgrounds,... | Yegor Kozlov | 2011-11-07 | 3 | -0/+94 |
* | more progress with PPTX2PNG: support for gradient and texture fill, also refa... | Yegor Kozlov | 2011-10-28 | 1 | -0/+0 |
* | initial support for rendering pptx slides into images with a PPTX2PNG command... | Yegor Kozlov | 2011-10-21 | 2 | -0/+0 |
* | Tweak the HSLF and XSLF tests for master slide text to cover more (some of wh... | Nick Burch | 2011-09-26 | 2 | -0/+0 |
* | Add test files from bugs 51803/51804 | Nick Burch | 2011-09-21 | 2 | -0/+0 |
* | Start on a testcase for TIKA-705 (more work needed though) | Nick Burch | 2011-09-14 | 1 | -0/+0 |
* | support for tables and hyperlinks in XSLF | Yegor Kozlov | 2011-08-17 | 1 | -0/+0 |
* | initial support for XSLF usermodel API | Yegor Kozlov | 2011-08-11 | 1 | -0/+0 |
* | Add a unit test to show that bug #49648 no longer occurs | Nick Burch | 2011-06-24 | 1 | -0/+0 |
* | Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (probl... | Nick Burch | 2011-05-27 | 1 | -0/+0 |