| Commit message (Expand) | Author | Age | Files | Lines |
* | added ASL header to drawing classes | Andreas Beeker | 2015-07-09 | 3 | -3/+6 |
* | downgraded xjc params to jdk6 and regenerated geometry binding classes | Andreas Beeker | 2015-07-08 | 3 | -163/+106 |
* | Rendering fixes | Andreas Beeker | 2015-06-17 | 2 | -211/+123 |
* | Rendering of rotated group shapes fixed, other smaller fixes, defaulting to w... | Andreas Beeker | 2015-06-13 | 1 | -0/+6 |
* | Fixed TextRun handling and various junit tests | Andreas Beeker | 2015-06-10 | 4 | -5/+5 |
* | fixed HSLF text handling | Andreas Beeker | 2015-05-03 | 1 | -31/+2 |
* | committing intermediate results - hslf is mostly migrated to common interface... | Andreas Beeker | 2015-04-27 | 10 | -86/+176 |
* | Snapshot commit - still lots of errors, xslf rendering works, started work on... | Andreas Beeker | 2015-03-19 | 11 | -99/+115 |
* | committing intermediate results - xslf now compiles - hslf needs to be migrat... | Andreas Beeker | 2015-03-07 | 25 | -1845/+764 |
* | initial commit - still lots of errors, but I need to switch to a clean trunk ... | Andreas Beeker | 2015-02-21 | 66 | -3736/+800 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 1 | -3/+7 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 1 | -1/+2 |
* | Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it | Andreas Beeker | 2014-12-12 | 1 | -10/+35 |
* | 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList | Andreas Beeker | 2014-12-07 | 1 | -8/+12 |
* | Bug 55164 - Support for adding slide notes | Andreas Beeker | 2014-10-29 | 5 | -24/+168 |
* | simplified the cropping code and changed the cropping image to a more sophist... | Andreas Beeker | 2014-10-28 | 1 | -30/+20 |
* | Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent() | Andreas Beeker | 2014-10-27 | 2 | -12/+60 |
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods | Andreas Beeker | 2014-08-28 | 17 | -95/+125 |
* | Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi... | Nick Burch | 2014-08-04 | 1 | -2/+55 |
* | Add a disabled unit test for bug #56812, based on code and file from Geoff Wr... | Nick Burch | 2014-08-04 | 1 | -10/+16 |
* | Fix some Eclipse identified warnings | Nick Burch | 2014-04-24 | 1 | -0/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 1 | -5/+5 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -18/+6 |
* | Bug 51158: clear out Memory-based part before writing to it, | Dominik Stadler | 2013-12-26 | 2 | -15/+34 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 1 | -9/+7 |
* | Don't use the degree symbol in comments, as it upsets the compiler, and cause... | Nick Burch | 2013-12-12 | 1 | -7/+8 |
* | Patch 53176 - Fixed auto shapes render problem in pptx files | Yegor Kozlov | 2013-11-09 | 1 | -4/+35 |
* | one more fix related to Bugzilla 54407 | Yegor Kozlov | 2013-01-23 | 1 | -0/+1 |
* | Bugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides | Yegor Kozlov | 2013-01-22 | 2 | -0/+88 |
* | fix exception when calling importContent, see Bugzilla 54407 | Yegor Kozlov | 2013-01-21 | 3 | -7/+32 |
* | Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG | Yegor Kozlov | 2012-12-02 | 1 | -1/+35 |
* | fixed javadoc warnings | Yegor Kozlov | 2012-11-16 | 2 | -5/+0 |
* | added relation for XSLF charts | Yegor Kozlov | 2012-09-14 | 2 | -1/+118 |
* | avoid NPE when setting line properties if linewidth is zero | Yegor Kozlov | 2012-07-02 | 1 | -3/+3 |
* | more tests to ensure that poi compiles against poi-ooxml-schemas.jar | Yegor Kozlov | 2012-06-20 | 2 | -1/+40 |
* | optimized unused imports and removed deprecation warnings in poi-ooxml | Yegor Kozlov | 2012-03-05 | 7 | -31/+4 |
* | Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents | Yegor Kozlov | 2012-02-26 | 2 | -1/+50 |
* | Bugzilla 52701: fixed seting vertical alignment for XSLFTableCell | Yegor Kozlov | 2012-02-21 | 1 | -0/+28 |
* | fixed importing pictures having associated custom tags, see Bugzilla 52687 | Yegor Kozlov | 2012-02-21 | 1 | -0/+7 |
* | Bugzilla 52658: support mergin table cells in XSLF | Yegor Kozlov | 2012-02-14 | 2 | -11/+77 |
* | support caching images in xslf | Yegor Kozlov | 2012-02-08 | 2 | -23/+42 |
* | added methods to get/set preset shape geometry in XSLF | Yegor Kozlov | 2012-02-08 | 4 | -28/+252 |
* | improved support for line breaks in XSLF | Yegor Kozlov | 2012-02-03 | 4 | -15/+83 |
* | support kerning in XSLF text runs | Yegor Kozlov | 2012-01-25 | 2 | -1/+24 |
* | more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes | Yegor Kozlov | 2012-01-19 | 1 | -7/+49 |
* | added common interface for containers of shapes in XSLF | Yegor Kozlov | 2012-01-14 | 3 | -4/+119 |
* | more progress with merging external slides | Yegor Kozlov | 2011-12-28 | 3 | -5/+65 |
* | more xlsf docs and samples | Yegor Kozlov | 2011-12-16 | 3 | -17/+122 |
* | xlsf tutorial and cookbook updates | Yegor Kozlov | 2011-12-11 | 1 | -0/+19 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 6 | -14/+10 |