| Commit message (Expand) | Author | Age | Files | Lines |
* | removed pictureFileZero.ppt from svn as requested by the owner, see discussio... | Yegor Kozlov | 2013-12-18 | 1 | -2/+9 |
* | Bugzilla 55560 : Patch for hiding slides in HSLF | Yegor Kozlov | 2013-11-09 | 4 | -3/+333 |
* | Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIG... | Dominik Stadler | 2013-11-03 | 4 | -34/+178 |
* | Add more output to assertion in test-case that is sometimes failing, see e.g.... | Dominik Stadler | 2013-11-03 | 1 | -4/+3 |
* | Fix bug #55733 - XWPFWordExtractor need | Nick Burch | 2013-11-01 | 1 | -1/+0 |
* | Potential NPE in PPExtractor; found while working on TIKA-1171 | Tim Allison | 2013-09-27 | 1 | -3/+5 |
* | POI-54722 table text in ppt files | Tim Allison | 2013-09-27 | 2 | -0/+42 |
* | Adjust build.xml to run JaCoCo coverage when running unit tests when | Dominik Stadler | 2013-08-04 | 1 | -0/+9 |
* | Have MAPIMessage try the codepage properties to get the ascii encoding, befor... | Nick Burch | 2013-06-26 | 2 | -12/+40 |
* | More unit tests for the HSMF fixed sized property values (a few still remain ... | Nick Burch | 2013-06-26 | 1 | -7/+63 |
* | Make the fixed sized properties parser more flexible in the face of slightly ... | Nick Burch | 2013-06-26 | 2 | -4/+32 |
* | Dig out the normal type for some more common properties | Nick Burch | 2013-06-26 | 1 | -4/+4 |
* | Support decoding a few more property types | Nick Burch | 2013-06-26 | 2 | -1/+42 |
* | More friendly output of byte arrays for property values in HSMFDump | Nick Burch | 2013-06-26 | 2 | -1/+46 |
* | Fix inconsistent whitespace in HSMF test files | Nick Burch | 2013-06-26 | 5 | -432/+420 |
* | Fix inconsistent whitespace in HSMF files | Nick Burch | 2013-06-26 | 7 | -168/+165 |
* | Convert classes with a assertContains method to using the new POITestCase com... | Nick Burch | 2013-06-26 | 6 | -72/+21 |
* | Sanity check the length, logging and truncating if too long, to avoid a Strin... | Nick Burch | 2013-06-25 | 1 | -0/+11 |
* | Fix the indenting to be consistent throughout the file | Nick Burch | 2013-06-25 | 1 | -363/+362 |
* | Add another record type to the "don't warn" list, and tidy up the code a litt... | Nick Burch | 2013-06-25 | 1 | -14/+19 |
* | fixed compatibility issues with JDK 1.5 | Yegor Kozlov | 2013-06-05 | 1 | -1/+15 |
* | Unit test for bugs #54880 & #55030 - seems ok so far | Nick Burch | 2013-05-31 | 2 | -18/+83 |
* | Fix bug #55001 - check for unicode text too (plus fix indents) | Nick Burch | 2013-05-31 | 1 | -21/+26 |
* | More on bug #54682 - check for the end offset overflowing too | Nick Burch | 2013-05-29 | 1 | -3/+5 |
* | Fix bug #54682 - UnhandledDataStructure should sanity check before allocating... | Nick Burch | 2013-05-29 | 1 | -5/+18 |
* | A bit more towards matching properties to chunks | Nick Burch | 2013-02-04 | 2 | -1/+37 |
* | Continue with support for property lookups of chunks | Nick Burch | 2013-02-01 | 6 | -37/+118 |
* | Start on decoding fixed sized HSMF properties, and linking the variable sized... | Nick Burch | 2013-02-01 | 11 | -41/+149 |
* | Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG | Yegor Kozlov | 2012-12-02 | 1 | -0/+31 |
* | fixed missing licence headers | Yegor Kozlov | 2012-11-25 | 5 | -0/+80 |
* | Bugzilla 54188 - Avoid NPE in PPT2PNG | Yegor Kozlov | 2012-11-25 | 2 | -0/+17 |
* | Bug 52628 - Replace System.err info messages with a POILogger | Yegor Kozlov | 2012-11-16 | 14 | -19/+58 |
* | fixed javadoc warnings | Yegor Kozlov | 2012-11-16 | 1 | -1/+2 |
* | Bugzilla 54111 - Fixed extracting text from table cells in HSLF | Yegor Kozlov | 2012-11-07 | 2 | -2/+96 |
* | Bug 52583 - Conversion to html : Problem with combobox | Sergey Vladimirov | 2012-11-06 | 14 | -160/+1161 |
* | 52863 - add workaround for files with broken CHP SPRMs | Sergey Vladimirov | 2012-11-05 | 1 | -3/+25 |
* | fix bug 53182 - Reading combined character styling and direct formatting of a... | Sergey Vladimirov | 2012-11-05 | 5 | -67/+124 |
* | 52311 - Conversion to html : Problem in titles number | Sergey Vladimirov | 2012-11-05 | 5 | -57/+101 |
* | move test case for Bug 47563 to distinguish file | Sergey Vladimirov | 2012-11-05 | 2 | -58/+86 |
* | Add support for CHP SPRM sprmCFNoProof 0x875 | Sergey Vladimirov | 2012-11-05 | 1 | -2/+13 |
* | update CHP type definition (all flags from grpfChp are supported now) | Sergey Vladimirov | 2012-11-05 | 1 | -67/+557 |
* | a bit more debug logging | Sergey Vladimirov | 2012-11-05 | 1 | -0/+2 |
* | Bug 53914 - TableRow#getTopBorder() return bottom's border | Sergey Vladimirov | 2012-11-05 | 1 | -1/+1 |
* | Bugzilla 54070: Patch for typos in comments, javadoc and documentation | Yegor Kozlov | 2012-11-01 | 1 | -1/+1 |
* | Bug #53707: SlideShow.addPicture declares IOException but throws HSLFException | Yegor Kozlov | 2012-10-26 | 1 | -6/+6 |
* | Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files | Yegor Kozlov | 2012-10-24 | 13 | -33/+1030 |
* | added missing licence header | Yegor Kozlov | 2012-10-24 | 1 | -0/+18 |
* | support links to slides in HSLF | Yegor Kozlov | 2012-10-24 | 4 | -2/+28 |
* | fixed failing tests, force UTC time zone when formatting dates | Yegor Kozlov | 2012-10-24 | 3 | -2/+7 |
* | Bug #53784 - Partial support for fixed-length Outlook property values in HSMF... | Nick Burch | 2012-10-15 | 8 | -9/+269 |