aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ddf
Commit message (Expand)AuthorAgeFilesLines
* sonar fixesAndreas Beeker2015-09-301-1/+1
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-283-17/+24
* Sonar fixesAndreas Beeker2015-09-277-22/+32
* fixed some wrong nightly assumptions ... (Note to myself, don't rely on ant a...Andreas Beeker2015-09-244-16/+15
* - a few findbugs/sonar fixesAndreas Beeker2015-09-234-14/+27
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-294-81/+12
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-6/+6
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-152-4/+3
* merged common_sl branch to trunkAndreas Beeker2015-07-244-35/+24
|\
| * merge trunk to common sl branchAndreas Beeker2015-07-191-0/+7
| |\ | |/ |/|
| * downgraded xjc params to jdk6 and regenerated geometry binding classesAndreas Beeker2015-07-082-6/+3
| * Fixed TextRun handling and various junit testsAndreas Beeker2015-06-103-9/+23
| * committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-271-26/+2
* | Adjust intendationDominik Stadler2015-05-111-4/+4
* | Provide better exception if we would access out of bounds in arraycopy for Es...Dominik Stadler2015-05-111-1/+8
|/
* Test and fix for bug #46441Andreas Beeker2015-01-022-2/+308
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-283-3/+3
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-312-27/+31
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-301-436/+0
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-131-10/+31
* fixed javadoc warningsYegor Kozlov2012-11-161-1/+1
* added features:Evgeniy Berlog2012-07-282-1/+10
* implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-011-1/+1
* implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-281-4/+19
* added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-222-8/+0
* improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-3/+45
* Added such improvements:Evgeniy Berlog2012-06-183-1/+16
* fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-141-1/+1
* more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-311-0/+3
* polishing BiffDrawingToXml: more readable output and removed unnecessary tagsYegor Kozlov2012-05-054-24/+18
* Bugzilla 53058 - Utility for representing drawings contained in a binary Exce...Yegor Kozlov2012-05-0226-18/+418
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-053-7/+15
* fix field updating in AbstractEscherOptRecord;Sergey Vladimirov2011-09-064-86/+76
* replace getInstance() / getOptions() with getShapeType for EscherSpRecordSergey Vladimirov2011-08-3118-19/+62
* split option field into version and instanceSergey Vladimirov2011-08-311-9/+64
* fix compiler warning about encodingSergey Vladimirov2011-08-091-2/+2
* exctract common properties record code into AbstractEscherOptRecordSergey Vladimirov2011-07-293-219/+184
* child of ContainerRecord is not only SpContainer; use generics to preserve so...Sergey Vladimirov2011-07-282-10/+18
* add additional escher properties names from 2.3.4. Group ShapeSergey Vladimirov2011-07-281-9/+56
* make EscherContainerRecord.toString() indent children even if they don't supp...Sergey Vladimirov2011-07-281-28/+20
* add EscherTertiaryOptRecord supportSergey Vladimirov2011-07-282-5/+118
* fix generics compiler warningsSergey Vladimirov2011-07-281-19/+16
* bug 50401 - fixed EscherProperty to return property name instead of 'unknown'...Yegor Kozlov2011-07-211-1/+1
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-191-3/+12
* prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579Yegor Kozlov2010-07-271-0/+13
* More license headersNick Burch2010-05-241-1/+1
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-083-7/+7
* Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()Josh Micich2009-06-231-602/+582
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...Yegor Kozlov2009-06-203-8/+24
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-011-17/+17