3939 Commits (9a35b7902547c6a2de75f1829866e981d9bf7ba6)
 

Author SHA1 Message Date
  Yegor Kozlov 9a35b79025 tag r1022458 as POI-3.7 13 years ago
  Yegor Kozlov d770047464 removed svn:executable from project files 13 years ago
  Yegor Kozlov fce9af10cf avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla 50075 13 years ago
  Yegor Kozlov 6f62a4397d suppress deprecation warnings in poi-ooxml 13 years ago
  Yegor Kozlov 3eea555e41 revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations 13 years ago
  Yegor Kozlov c232f7e208 removed log4 and commons-logging from poi-scratchpad.pom 13 years ago
  Yegor Kozlov 8ac5434914 marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067 13 years ago
  Yegor Kozlov cdfa9574bd fixed unmappable characters for ASCII 13 years ago
  Yegor Kozlov 6ac11ae86c allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 13 years ago
  Yegor Kozlov ff9b658871 support for BorderCode in HWPF, see Bugzilla 49919 13 years ago
  Yegor Kozlov 5d6fb384b6 support for processing of symbols in HWPF, see Bugzilla 49908 13 years ago
  Yegor Kozlov 6abbe13c0d cleaned javadoc warnings 13 years ago
  Yegor Kozlov 733cf81a3b repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts 13 years ago
  Yegor Kozlov 1c753d4b75 support for retrieving pictures from HSSF workbooks, see bugzilla 50022 13 years ago
  Yegor Kozlov 7e02d41c34 Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020 13 years ago
  Yegor Kozlov c27d3438eb improved rounding in MathX.mod, see Bugzilla 50033 13 years ago
  Nick Burch 7033853c36 Test that shows we handle word floating and fixed pictures properly 13 years ago
  Maxim Valyanskiy 7d9e12864a revert previous commit because it causes problems with other old .docs 13 years ago
  Maxim Valyanskiy 2c24409229 hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsException 13 years ago
  Nick Burch 53488f06e9 Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying 13 years ago
  Nick Burch 9fb59dacbe Bump the version id 13 years ago
  Nick Burch 5820030124 Update the site for 3.7 beta 3 - download page and homepage 13 years ago
  Nick Burch 172106ae2c Add unit tests for the XWPF decorator classes 13 years ago
  Nick Burch 0b54001f09 A couple of tweaks to the release documentation 13 years ago
  Nick Burch 534799ad59 Prepare for building 3.7 beta 3 13 years ago
  Nick Burch e66079ef48 Fix 1.6ism 13 years ago
  Nick Burch 7d7bdeb2af Add a temporary workaround for bug #49934, while we wait for a proper xmlbeans fix 13 years ago
  Nick Burch 2009e394a7 Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 13 years ago
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas 13 years ago
  Nick Burch 89eaddd26c Add missing record, and fix a few indents 13 years ago
  Nick Burch af0085fd32 Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one 13 years ago
  Nick Burch 2fbe2f48a1 Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock 13 years ago
  Nick Burch 97c27ca476 Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up relationships 13 years ago
  Nick Burch 8b2f2bcff6 Work inspired by bug #48018 - get HWPF lists more consistent in read vs write, and preserve order as apparently that matters. Includes a fair number of list related unit tests, but not for everything 13 years ago
  Nick Burch d71e92ace2 Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline levels can be properly fetched 13 years ago
  Nick Burch 76a609d147 Add test that shows that bug #45877 has already been fixed 13 years ago
  Nick Burch 3e1adda4ed Hopefully fix bug #47271 - Avoid infinite loops on broken HWPF documents with a corrupt CHP style with a parent of itself 13 years ago
  Nick Burch 0a60791f41 More fixes for bug #49933, workaround the fact that some word6/word95 SEPX entries are compressed differently, and we don't have the specs for how they're stored 13 years ago
  Nick Burch 3ed873b593 Fix bug #49936 - Handle HWPF documents with problematic HeaderStories better 13 years ago
  Nick Burch 8cd8659010 Fix support for sections in old word 6 / word 95 files 13 years ago
  Nick Burch 44b21ca848 Fix generics warning 13 years ago
  Nick Burch 0aa3daebee Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string 13 years ago
  Nick Burch dbaf5aba32 Add disabled, failing unit test for bug #49940 13 years ago
  Nick Burch eea61bfe5d Add a few more test asserts 13 years ago
  Nick Burch 8edc9cbc64 Update the download site for 3.7 beta 2 13 years ago
  Nick Burch e0d6408917 Add some more paragraph property documentation and tests 13 years ago
  Nick Burch 326486c891 Various XWPF picture tweaks and more unit tests 13 years ago
  Nick Burch f52e5b1fd5 Fix up imports to remove un-used ones 13 years ago
  Nick Burch 6b1a10ac97 Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles 13 years ago
  Nick Burch 3d0143a196 Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream 13 years ago