aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl/draw/DrawTextParagraph.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-770/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-11/+16
* Sonar fixesAndreas Beeker2020-12-261-1/+1
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-081-30/+60
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-2/+2
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-041-69/+74
* #64241 - XSLF - Wrong scheme colors used when renderingAndreas Beeker2020-03-211-2/+2
* TextLayout.getAdvance() for " " returns 0 in some cases / JDKs, which caused ...Andreas Beeker2020-02-021-14/+26
* #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-231-8/+0
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-181-1/+3
* FindBugs fixesAndreas Beeker2018-02-111-8/+9
* fix findbug issues introduced recentlyPJ Fanning2018-01-311-3/+3
* [bug-61792] basic testPJ Fanning2017-11-201-0/+4
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-201-26/+8
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-2/+2
* Fix further Windows JVM 6 font rendering errors - OOM and EXCEPTION_ACCESS_VI...Andreas Beeker2017-07-311-0/+1
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-231-147/+109
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-171-1/+6
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-101-14/+13
* BugFix for JDK-6623219Andreas Beeker2017-02-191-2/+41
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-731/+731
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-081-24/+82
* Fix some compilation warningsDominik Stadler2016-12-301-5/+4
* Add "*" option to font_map/fallback to provide a catch-all configurationAndreas Beeker2016-12-061-4/+12
* regression #55902 - Mixed fonts issue with Chinese characters (unable to for...Andreas Beeker2016-12-031-15/+64
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-041-8/+30
* findbugs fixesAndreas Beeker2016-03-161-2/+2
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-241-1/+3
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-121-20/+57
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-211-3/+2
* #53192 - Images in ppt file have wrong width when convering ppt to pngAndreas Beeker2015-11-091-14/+19
* #52297 - Bullets are not aligned properly while converting ppt slide to imageAndreas Beeker2015-11-081-15/+57
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-2/+2
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-2/+3
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-10/+10
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-151-4/+4
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-091-20/+67
* merged common_sl branch to trunkAndreas Beeker2015-07-241-1/+1
* merge trunk to common sl branchAndreas Beeker2015-07-191-0/+462