| Commit message (Expand) | Author | Age | Files | Lines |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 1 | -1/+1 |
* | Sonar fixes - add cloneable interface to classes with clone() | Andreas Beeker | 2015-09-28 | 3 | -17/+24 |
* | Sonar fixes | Andreas Beeker | 2015-09-27 | 7 | -22/+32 |
* | fixed some wrong nightly assumptions ... (Note to myself, don't rely on ant a... | Andreas Beeker | 2015-09-24 | 4 | -16/+15 |
* | - a few findbugs/sonar fixes | Andreas Beeker | 2015-09-23 | 4 | -14/+27 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 4 | -81/+12 |
* | common sl: reworked and unified generics definitions | Andreas Beeker | 2015-08-24 | 1 | -6/+6 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 2 | -4/+3 |
* | merged common_sl branch to trunk | Andreas Beeker | 2015-07-24 | 4 | -35/+24 |
|\ |
|
| * | merge trunk to common sl branch | Andreas Beeker | 2015-07-19 | 1 | -0/+7 |
| |\
| |/
|/| |
|
| * | downgraded xjc params to jdk6 and regenerated geometry binding classes | Andreas Beeker | 2015-07-08 | 2 | -6/+3 |
| * | Fixed TextRun handling and various junit tests | Andreas Beeker | 2015-06-10 | 3 | -9/+23 |
| * | committing intermediate results - hslf is mostly migrated to common interface... | Andreas Beeker | 2015-04-27 | 1 | -26/+2 |
* | | Adjust intendation | Dominik Stadler | 2015-05-11 | 1 | -4/+4 |
* | | Provide better exception if we would access out of bounds in arraycopy for Es... | Dominik Stadler | 2015-05-11 | 1 | -1/+8 |
|/ |
|
* | Test and fix for bug #46441 | Andreas Beeker | 2015-01-02 | 2 | -2/+308 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 3 | -3/+3 |
* | performance issue logging calls are expensive because of the objects created ... | Cédric Walter | 2014-03-31 | 2 | -27/+31 |
* | obsoleted by TestEscherBlipRecord and EscherMetafileBlip | Andreas Beeker | 2013-12-30 | 1 | -436/+0 |
* | Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF | Yegor Kozlov | 2013-10-13 | 1 | -10/+31 |
* | fixed javadoc warnings | Yegor Kozlov | 2012-11-16 | 1 | -1/+1 |
* | added features: | Evgeniy Berlog | 2012-07-28 | 2 | -1/+10 |
* | implemented work with existing shape groups and polygons | Evgeniy Berlog | 2012-07-01 | 1 | -1/+1 |
* | implemented creating comments in existing files, bugfixes | Evgeniy Berlog | 2012-06-28 | 1 | -4/+19 |
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests | Evgeniy Berlog | 2012-06-22 | 2 | -8/+0 |
* | improved aggregating drawing records in documents with charts, | Evgeniy Berlog | 2012-06-19 | 2 | -3/+45 |
* | Added such improvements: | Evgeniy Berlog | 2012-06-18 | 3 | -1/+16 |
* | fixed EscherAggregate to correctly write records with trailing solver container | Yegor Kozlov | 2012-06-14 | 1 | -1/+1 |
* | more tests and fixes, see patch from May 30 in Bugzilla 53010 | Yegor Kozlov | 2012-05-31 | 1 | -0/+3 |
* | polishing BiffDrawingToXml: more readable output and removed unnecessary tags | Yegor Kozlov | 2012-05-05 | 4 | -24/+18 |
* | Bugzilla 53058 - Utility for representing drawings contained in a binary Exce... | Yegor Kozlov | 2012-05-02 | 26 | -18/+418 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 3 | -7/+15 |
* | fix field updating in AbstractEscherOptRecord; | Sergey Vladimirov | 2011-09-06 | 4 | -86/+76 |
* | replace getInstance() / getOptions() with getShapeType for EscherSpRecord | Sergey Vladimirov | 2011-08-31 | 18 | -19/+62 |
* | split option field into version and instance | Sergey Vladimirov | 2011-08-31 | 1 | -9/+64 |
* | fix compiler warning about encoding | Sergey Vladimirov | 2011-08-09 | 1 | -2/+2 |
* | exctract common properties record code into AbstractEscherOptRecord | Sergey Vladimirov | 2011-07-29 | 3 | -219/+184 |
* | child of ContainerRecord is not only SpContainer; use generics to preserve so... | Sergey Vladimirov | 2011-07-28 | 2 | -10/+18 |
* | add additional escher properties names from 2.3.4. Group Shape | Sergey Vladimirov | 2011-07-28 | 1 | -9/+56 |
* | make EscherContainerRecord.toString() indent children even if they don't supp... | Sergey Vladimirov | 2011-07-28 | 1 | -28/+20 |
* | add EscherTertiaryOptRecord support | Sergey Vladimirov | 2011-07-28 | 2 | -5/+118 |
* | fix generics compiler warnings | Sergey Vladimirov | 2011-07-28 | 1 | -19/+16 |
* | bug 50401 - fixed EscherProperty to return property name instead of 'unknown'... | Yegor Kozlov | 2011-07-21 | 1 | -1/+1 |
* | bug 46250 - Fixed cloning worksheets with images | Yegor Kozlov | 2011-07-19 | 1 | -3/+12 |
* | prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579 | Yegor Kozlov | 2010-07-27 | 1 | -0/+13 |
* | More license headers | Nick Burch | 2010-05-24 | 1 | -1/+1 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 3 | -7/+7 |
* | Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps() | Josh Micich | 2009-06-23 | 1 | -602/+582 |
* | Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m... | Yegor Kozlov | 2009-06-20 | 3 | -8/+24 |
* | removed '@version $Id:$' tags (all were in javadoc comments) | Josh Micich | 2009-06-01 | 1 | -17/+17 |