summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ddf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed CRLF to LF in poi/ddf, Minor fixes for compiler warnings, and formattingJosh Micich2009-05-1933-1528/+611
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-276/+276
* Should have been part of c746085 (More fixes to allow EscherContainerRecord t...Josh Micich2009-02-201-30/+70
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-191-56/+56
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-192-57/+43
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-091-3/+4
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-0/+17
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-301-3/+13
* New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses in...Nick Burch2008-07-216-6/+6
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-06-091-0/+4
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-14/+21
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-062-7/+80
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-141-1/+1
* Merged revisions 614274 via svnmerge from Ugo Cei2008-01-241-1/+1
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-151-8/+60
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-091-4/+7
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-111-17/+0
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se...Yegor Kozlov2007-08-265-10/+585
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ...Nick Burch2007-08-151-1/+1
* Fix for bug 41946: remember if the complex part of an array property is empty...Yegor Kozlov2007-04-121-10/+20