aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-022-3/+9
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-083-72/+112
* Restored the cast: JDK 1.4 needs it. :-(Rainer Klute2007-06-261-2/+2
* Removed unnecessary cast.Rainer Klute2007-06-251-2/+2
* Consistency check added when reading property set stream. An IllegalPropertyD...Rainer Klute2007-06-231-0/+24
* Add standard licence header for src/java directoryMark Thomas2007-01-152-3/+35
* License comment fixed.Rainer Klute2007-01-151-17/+16
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2234-170/+204
* Forgot to check in my nit-picking grammatical changes in comments.Rainer Klute2006-05-061-27/+27
* Support for many, many character encodings added. Thanks to TrejkazRainer Klute2006-05-062-2/+162
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-0331-265/+2115
* - Added support for the Korean character set MS949. Thanks again to Ralf Terd...Rainer Klute2005-04-292-4/+9
* - Added a couple of Macintosh codepage numbers to Java encoding names.Rainer Klute2005-04-232-4/+84
* - Support for variant type VT_R8 added.Rainer Klute2005-04-132-3/+32
* Bug 34247 fixed. Dictionaries are read with the specified codepage now.Rainer Klute2005-04-012-30/+59
* - Added support for the MacRoman codepage (10000). Thanks to Mikael Puittinen...Rainer Klute2005-02-132-0/+5
* Fixed bugzilla referencesGlen Stampoultzis2005-01-011-1/+1
* - Links to outdated information deleted.Rainer Klute2004-12-291-10/+0
* - Outdated links to Microsoft documentation removed.Rainer Klute2004-12-282-17/+4
* - A section's size is a multiple of 4 now. The Windows explorer seems to be c...Rainer Klute2004-08-312-30/+63
* - Adjusting the variant type moved to Property.Rainer Klute2004-08-311-9/+3
* - Two properties are regarded as equal now if one of them is a Variant.VT_LPW...Rainer Klute2004-08-311-4/+18
* - Bug 30954 fixed.Rainer Klute2004-08-311-0/+5
* - Bug 30953 fixed: Method toString() now delivers all sections instead of the...Rainer Klute2004-08-311-1/+1
* Some code and documentation cleanup.Rainer Klute2004-08-154-22/+52
* Fixed a bug where the logical comparison of two sections returned false only ...Rainer Klute2004-08-152-4/+25
* Fixed a bug where a mutable section's format ID was written in the wrong byte...Rainer Klute2004-08-132-2/+22
* - Fix: HPSF now ensures that string properties are always written with the ty...Rainer Klute2004-06-2212-79/+217
* - Write properties sorted by property ID now. This hopefully fixes M$ Word co...Rainer Klute2004-06-091-2/+20
* - Support for SJIS encoding added.Rainer Klute2004-06-021-0/+2
* New licence changes.Glen Stampoultzis2004-04-0931-1559/+497
* Buf fix plus testcasde: Reading property values failed with a StringIndexOutO...Rainer Klute2004-01-081-1/+1
* HPSF: new testcase to check the new codepage support - plus a fix to correct ...Rainer Klute2003-12-032-13/+5
* HPSF: codepage support addedRainer Klute2003-12-027-40/+129
* Superfluous import statements removedRainer Klute2003-11-241-2/+0
* *** empty log message ***Rainer Klute2003-11-071-18/+22
* bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verifyAvik Sengupta2003-10-311-1/+23
* - Added Robert Flaherty's method getCustomProperties() (refactored)Rainer Klute2003-10-236-22/+45
* - Comparing sections refined: For the dictionary (property 0) only the value ...Rainer Klute2003-09-202-2/+76
* These changes introduce the following HPSF enhancements and fixes:Rainer Klute2003-09-188-22/+215
* *** empty log message ***Rainer Klute2003-09-161-0/+1
* - PropertySetFactory.create(InputStream) no longer throws an UnexpectedProper...Rainer Klute2003-09-136-31/+65
* Writing: API enhanced, bugs fixed, performance improvements, code simplificat...Rainer Klute2003-09-047-91/+172
* *** empty log message ***Rainer Klute2003-09-041-0/+113
* *** empty log message ***Rainer Klute2003-09-011-2/+0
* Property ID handling fixed (long vs. int).Rainer Klute2003-09-013-5/+5
* New method toInputStream() added.Rainer Klute2003-09-011-0/+30
* Bug fixed in writing Unicode strings.Rainer Klute2003-09-011-4/+3
* HPSF writing capability added.Rainer Klute2003-08-3025-196/+1417
* Apache license added.Rainer Klute2003-08-252-0/+124