aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl
Commit message (Expand)AuthorAgeFilesLines
* close resources, as SlideShow is now CloseableAndreas Beeker2015-11-021-0/+3
* Add method for setting bullet stylesAndreas Beeker2015-10-311-0/+9
* Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't ...Andreas Beeker2015-10-311-1/+2
* Javadoc fixesNick Burch2015-10-291-4/+3
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-2911-55/+2311
* javadoc fixesAndreas Beeker2015-10-121-2/+2
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-2/+2
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-0/+6
* sonar fixesAndreas Beeker2015-09-301-1/+1
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-8/+4
* Sonar fixesAndreas Beeker2015-09-271-4/+2
* Fix javadoc warningsNick Burch2015-09-211-2/+2
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2112-38/+566
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-1/+24
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-3/+5
* forbidden apis fixesAndreas Beeker2015-08-292-6/+9
* javadoc fixAndreas Beeker2015-08-261-2/+2
* Fix for JDK6 bug: http://bugs.java.com/view_bug.do?bug_id=6569074Andreas Beeker2015-08-2620-21/+21
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-2439-208/+419
* Move and rename hslf line because of ambiguity with common sl lineAndreas Beeker2015-08-151-0/+8
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-152-5/+5
* Common stress test for X/HSLF and a few bug fixesAndreas Beeker2015-08-131-0/+13
* clamp (h)sl valuesAndreas Beeker2015-08-111-9/+4
* Provide more output when failing range-checks on HSL2RGB-constructionDominik Stadler2015-08-101-3/+3
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-0910-141/+294
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-031-1/+1
* gump build fixing - move system properties tinkering into junit classAndreas Beeker2015-08-031-22/+9
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-022-4/+90
* Fix XmlInputFactory error of gump buildAndreas Beeker2015-08-011-5/+22
* Adjust init of PresetGeometries to not keep the object if static initializati...Dominik Stadler2015-07-271-4/+9
* Improve error message slightly, add tests to verify things failing in Gump-bu...Dominik Stadler2015-07-271-1/+1
* Javadoc fixesAndreas Beeker2015-07-264-6/+5
* Annotation for unimplemented drawing handlers.Andreas Beeker2015-07-254-5/+118
* merged common_sl branch to trunkAndreas Beeker2015-07-24153-424/+20303
|\
| * merge trunk to common sl branchAndreas Beeker2015-07-19153-424/+20260
|/
* Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co...Nick Burch2015-05-281-0/+62
* #57963 Move the WP and SL interface definitions to core from scratchpad, so t...Nick Burch2015-05-2822-0/+744