| Commit message (Expand) | Author | Age | Files | Lines |
* | SonarQube fixes | Andreas Beeker | 2017-05-03 | 1 | -1/+1 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 6 | -9/+9 |
* | #60998 - HSLFTable.setRowHeight sets row height incorrect | Andreas Beeker | 2017-04-17 | 1 | -1/+1 |
* | Fix typo to "length", closes #51 | Dominik Stadler | 2017-03-19 | 1 | -1/+1 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 2 | -317/+317 |
* | Revert previous changes enough to restore the case in the commoncrawl-corpus ... | Dominik Stadler | 2017-02-05 | 2 | -50/+48 |
* | SonarQube fixes | Andreas Beeker | 2017-01-03 | 1 | -39/+34 |
* | SonarCube fix - make members private | Andreas Beeker | 2016-12-04 | 13 | -92/+116 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 6 | -43/+21 |
* | javadoc fixes (jdk8) | Andreas Beeker | 2016-06-22 | 7 | -53/+59 |
* | fix findbugs issues | Javen O'Neal | 2016-06-13 | 1 | -1/+1 |
* | findbugs fixes | Andreas Beeker | 2016-06-12 | 3 | -7/+8 |
* | javadocs / java warnings (jdk8) fixes | Andreas Beeker | 2016-06-07 | 5 | -6/+35 |
* | javadocs / java warnings (jdk8) fixes | Andreas Beeker | 2016-06-06 | 26 | -121/+651 |
* | Fix some Sonar issues and some IntelliJ warnings | Dominik Stadler | 2016-06-02 | 1 | -16/+15 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 1 | -1/+1 |
* | HSLF: Add support for system colors | Andreas Beeker | 2016-03-14 | 1 | -3/+15 |
* | Regression fixes for H/XSLF and HWMF | Andreas Beeker | 2016-02-24 | 1 | -7/+4 |
* | #56004 - Support for WMF rendering | Andreas Beeker | 2016-01-16 | 1 | -0/+8 |
* | #56570 - RecordType has repeat by code type 3009 | Andreas Beeker | 2015-12-31 | 1 | -2/+2 |
* | Fix typo in EscherProperties | Andreas Beeker | 2015-11-14 | 1 | -2/+2 |
* | 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 |