aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xslf
Commit message (Expand)AuthorAgeFilesLines
* Add method for setting bullet stylesAndreas Beeker2015-10-311-0/+22
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-2915-252/+442
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-1714-19/+33
* sonar fixesAndreas Beeker2015-10-041-63/+61
* sonar fixesAndreas Beeker2015-09-303-11/+2
* sonar fixesAndreas Beeker2015-09-291-3/+0
* Removed HDF APIAndreas Beeker2015-09-281-9/+10
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2112-79/+201
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-203-28/+93
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-1/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-011-3/+4
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-2422-64/+139
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-151-3/+1
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-0910-174/+305
* #58205 - getSlideMasters() returns the master slides in the incorrect orderAndreas Beeker2015-08-071-14/+17
* #57786 - XSLFFreeformShape ignores quadratic bezier curvesAndreas Beeker2015-08-051-2/+21
* #58206 - provide a mechanism to find slide layouts by nameAndreas Beeker2015-08-052-0/+37
* #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun...Andreas Beeker2015-08-052-40/+40
* Javadoc fixesAndreas Beeker2015-08-031-7/+1
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-026-219/+160
* #58193 - Use input stream rather than byte array for checksum etc.Andreas Beeker2015-08-012-15/+22
* Improve error message slightly, add tests to verify things failing in Gump-bu...Dominik Stadler2015-07-271-1/+1
* Javadoc fixesAndreas Beeker2015-07-262-6/+5
* Annotation for unimplemented drawing handlers.Andreas Beeker2015-07-251-0/+2
* merged common_sl branch to trunkAndreas Beeker2015-07-2479-5656/+1785
|\
| * merge trunk to common sl branchAndreas Beeker2015-07-191-0/+4
| |\ | |/ |/|
| * junit fixesAndreas Beeker2015-07-155-105/+155
| * JUnit and rendering fixesAndreas Beeker2015-07-126-39/+77
| * 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
* | Correct packageNick Burch2015-05-281-1/+1
* | Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co...Nick Burch2015-05-281-1/+1
* | Fix some Eclipse warningsDominik Stadler2015-04-201-6/+9
* | Avoid possible NullPointerException seen with some powerpoint filesDominik Stadler2015-04-201-1/+1
* | Avoid NullPointerException if an image cannot be readDominik Stadler2015-04-201-0/+4
* | Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-141-1/+5
|/
* 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