aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ddf/EscherTextboxRecord.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-148/+0
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-8/+4
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-1/+1
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-141-15/+14
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-121-20/+0
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-111-3/+19
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+7
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-301-50/+19
* javadocs / java warnings (jdk8) fixesAndreas Beeker2016-06-061-0/+19
* sonar fixesAndreas Beeker2015-09-301-1/+1
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-9/+8
* polishing BiffDrawingToXml: more readable output and removed unnecessary tagsYegor Kozlov2012-05-051-2/+0
* Bugzilla 53058 - Utility for representing drawings contained in a binary Exce...Yegor Kozlov2012-05-021-0/+22
* replace getInstance() / getOptions() with getShapeType for EscherSpRecordSergey Vladimirov2011-08-311-1/+2
* Changed CRLF to LF in poi/ddf, Minor fixes for compiler warnings, and formattingJosh Micich2009-05-191-30/+4
* New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses in...Nick Burch2008-07-211-1/+1
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Bug 34745 Update ddf.EscherTextboxRecord to be cleaner, and allow setting of ...Glen Stampoultzis2005-05-051-40/+30
* New licence changes.Glen Stampoultzis2004-04-091-52/+16
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-091-0/+215