| Commit message (Expand) | Author | Age | Files | Lines |
* | Add method for setting bullet styles | Andreas Beeker | 2015-10-31 | 1 | -0/+22 |
* | Common sl unification - copy first paragraph / textrun properties on XSLFText... | Andreas Beeker | 2015-10-29 | 15 | -252/+442 |
* | Use the default XmlOptions for all the invocations of the XmlBeans XML parsing | Dominik Stadler | 2015-10-17 | 14 | -19/+33 |
* | sonar fixes | Andreas Beeker | 2015-10-04 | 1 | -63/+61 |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 3 | -11/+2 |
* | sonar fixes | Andreas Beeker | 2015-09-29 | 1 | -3/+0 |
* | Removed HDF API | Andreas Beeker | 2015-09-28 | 1 | -9/+10 |
* | - #58216 - provide picture-shape resize that maintains the aspect ratio | Andreas Beeker | 2015-09-21 | 12 | -79/+201 |
* | - #58207 - Provide user access to the original image dimensions (XSLF) | Andreas Beeker | 2015-09-20 | 3 | -28/+93 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -1/+2 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -3/+4 |
* | common sl: reworked and unified generics definitions | Andreas Beeker | 2015-08-24 | 22 | -64/+139 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 1 | -3/+1 |
* | #56519 - XSLFSlide.draw is not working with text embeded in PPTX | Andreas Beeker | 2015-08-09 | 10 | -174/+305 |
* | #58205 - getSlideMasters() returns the master slides in the incorrect order | Andreas Beeker | 2015-08-07 | 1 | -14/+17 |
* | #57786 - XSLFFreeformShape ignores quadratic bezier curves | Andreas Beeker | 2015-08-05 | 1 | -2/+21 |
* | #58206 - provide a mechanism to find slide layouts by name | Andreas Beeker | 2015-08-05 | 2 | -0/+37 |
* | #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun... | Andreas Beeker | 2015-08-05 | 2 | -40/+40 |
* | Javadoc fixes | Andreas Beeker | 2015-08-03 | 1 | -7/+1 |
* | #58190 - The current picture handling uses raw integers for types and index, ... | Andreas Beeker | 2015-08-02 | 6 | -219/+160 |
* | #58193 - Use input stream rather than byte array for checksum etc. | Andreas Beeker | 2015-08-01 | 2 | -15/+22 |
* | Improve error message slightly, add tests to verify things failing in Gump-bu... | Dominik Stadler | 2015-07-27 | 1 | -1/+1 |
* | Javadoc fixes | Andreas Beeker | 2015-07-26 | 2 | -6/+5 |
* | Annotation for unimplemented drawing handlers. | Andreas Beeker | 2015-07-25 | 1 | -0/+2 |
* | merged common_sl branch to trunk | Andreas Beeker | 2015-07-24 | 79 | -5656/+1785 |
|\ |
|
| * | merge trunk to common sl branch | Andreas Beeker | 2015-07-19 | 1 | -0/+4 |
| |\
| |/
|/| |
|
| * | junit fixes | Andreas Beeker | 2015-07-15 | 5 | -105/+155 |
| * | JUnit and rendering fixes | Andreas Beeker | 2015-07-12 | 6 | -39/+77 |
| * | 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 |
* | | Correct package | Nick Burch | 2015-05-28 | 1 | -1/+1 |
* | | Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co... | Nick Burch | 2015-05-28 | 1 | -1/+1 |
* | | Fix some Eclipse warnings | Dominik Stadler | 2015-04-20 | 1 | -6/+9 |
* | | Avoid possible NullPointerException seen with some powerpoint files | Dominik Stadler | 2015-04-20 | 1 | -1/+1 |
* | | Avoid NullPointerException if an image cannot be read | Dominik Stadler | 2015-04-20 | 1 | -0/+4 |
* | | Remove some findbugs warnings about missing close of streams, use existing IO... | Dominik Stadler | 2015-03-14 | 1 | -1/+5 |
|/ |
|
* | 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 |