aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xslf
Commit message (Expand)AuthorAgeFilesLines
* added ASL header to drawing classesAndreas Beeker2015-07-093-3/+6
* downgraded xjc params to jdk6 and regenerated geometry binding classesAndreas Beeker2015-07-083-163/+106
* Rendering fixesAndreas Beeker2015-06-172-211/+123
* Rendering of rotated group shapes fixed, other smaller fixes, defaulting to w...Andreas Beeker2015-06-131-0/+6
* Fixed TextRun handling and various junit testsAndreas Beeker2015-06-104-5/+5
* fixed HSLF text handlingAndreas Beeker2015-05-031-31/+2
* committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-2710-86/+176
* Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-1911-99/+115
* committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-0725-1845/+764
* initial commit - still lots of errors, but I need to switch to a clean trunk ...Andreas Beeker2015-02-2166-3736/+800
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-3/+7
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-1/+2
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-121-10/+35
* 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdListAndreas Beeker2014-12-071-8/+12
* Bug 55164 - Support for adding slide notesAndreas Beeker2014-10-295-24/+168
* simplified the cropping code and changed the cropping image to a more sophist...Andreas Beeker2014-10-281-30/+20
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-272-12/+60
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-2817-95/+125
* Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi...Nick Burch2014-08-041-2/+55
* Add a disabled unit test for bug #56812, based on code and file from Geoff Wr...Nick Burch2014-08-041-10/+16
* Fix some Eclipse identified warningsNick Burch2014-04-241-0/+1
* FindBugs fixAndreas Beeker2014-02-131-5/+5
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-18/+6
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-262-15/+34
* javadoc house-keepingAndreas Beeker2013-12-251-9/+7
* Don't use the degree symbol in comments, as it upsets the compiler, and cause...Nick Burch2013-12-121-7/+8
* Patch 53176 - Fixed auto shapes render problem in pptx filesYegor Kozlov2013-11-091-4/+35
* one more fix related to Bugzilla 54407Yegor Kozlov2013-01-231-0/+1
* Bugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides Yegor Kozlov2013-01-222-0/+88
* fix exception when calling importContent, see Bugzilla 54407Yegor Kozlov2013-01-213-7/+32
* Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNGYegor Kozlov2012-12-021-1/+35
* fixed javadoc warningsYegor Kozlov2012-11-162-5/+0
* added relation for XSLF chartsYegor Kozlov2012-09-142-1/+118
* avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-021-3/+3
* more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-202-1/+40
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-057-31/+4
* Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documentsYegor Kozlov2012-02-262-1/+50
* Bugzilla 52701: fixed seting vertical alignment for XSLFTableCellYegor Kozlov2012-02-211-0/+28
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-211-0/+7
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-142-11/+77
* support caching images in xslfYegor Kozlov2012-02-082-23/+42
* added methods to get/set preset shape geometry in XSLFYegor Kozlov2012-02-084-28/+252
* improved support for line breaks in XSLFYegor Kozlov2012-02-034-15/+83
* support kerning in XSLF text runsYegor Kozlov2012-01-252-1/+24
* more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classesYegor Kozlov2012-01-191-7/+49
* added common interface for containers of shapes in XSLFYegor Kozlov2012-01-143-4/+119
* more progress with merging external slidesYegor Kozlov2011-12-283-5/+65
* more xlsf docs and samplesYegor Kozlov2011-12-163-17/+122
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-111-0/+19
* fixed javadoc warningsYegor Kozlov2011-12-096-14/+10