aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug37630: SQUASHED! Array Ptgs now implemented (at least the read and write f...Jason Height2006-01-219-88/+504
* BUG 38230 Fixed. Confirmed that the typecast from byte to char caused errors....Jason Height2006-01-173-5/+46
* From Bug 38289: Yegor's support for pictures embeded in PPT filesNick Burch2006-01-161-0/+47
* From Bug 38289: Yegor's support for pictures embeded in PPT filesNick Burch2006-01-163-0/+178
* Sample data from bug 38283, for a PPT file with an embeded picture in itNick Burch2006-01-161-0/+0
* BUG 37056 & BUG 37058 fixedJason Height2006-01-132-1/+20
* Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.Jason Height2006-01-056-10/+43
* Add (and throw) an exception if the powerpoint file is corrupt in a way that ...Nick Burch2006-01-031-0/+34
* Add (and throw) an exception if the powerpoint file is corrupt in a way that ...Nick Burch2006-01-031-34/+0
* Add (and throw) an exception if the powerpoint file is corrupt in a way that ...Nick Burch2006-01-033-3/+45
* Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu...Jason Height2006-01-037-26/+154
* Added patch (along with fixes to it so that the unit tests work) for bug 37637Jason Height2006-01-03149-634/+411
* More rich text related testsNick Burch2005-11-291-5/+166
* Some support for changing text in Rich text runsNick Burch2005-11-292-18/+68
* Get a bit further with building up RichTextRunsNick Burch2005-11-292-3/+54
* Simple rich text sample PPT fileNick Burch2005-11-291-0/+0
* Fix NPE in case when we can't find the Document atom: throw an IllegalState i...Nick Burch2005-11-241-0/+6
* Test for extracting text from slide PPDrawings (to ensure bug 37451 is really...Nick Burch2005-11-131-18/+34
* Fix for text runs from PPDrawings (bug 37451), as suggested by YegorNick Burch2005-11-131-2/+8
* Test data from Yegor Kozlov from bug 37451 - PPT file with text from a text boxNick Burch2005-11-131-0/+0
* Basic tests for model.TextRun, and notes on what tests still need toNick Burch2005-11-131-0/+186
* Handle saving unicode text where the underlying record was byte based, byNick Burch2005-11-132-21/+70
* Tests for updated RecordContainerNick Burch2005-11-071-0/+111
* Bit of refactoring - move child records into parent RecordContainerNick Burch2005-11-079-41/+62
* Some further tests for rich text supporting codeNick Burch2005-11-071-0/+68
* Lay some of the groundwork for model/usermodel support for rich textNick Burch2005-11-076-34/+293
* Pass font details + character styling up to the modelNick Burch2005-09-175-8/+35
* Added information from Yegor on font storageNick Burch2005-09-171-0/+38
* List Yegor as co-author on file, since his code contribution was used in theNick Burch2005-09-051-1/+2
* List Yegor as co-author on file, since his information on Font and TextNick Burch2005-09-051-0/+1
* NCB: Updated documentation on StyleTextPropAtomNick Burch2005-09-041-39/+74
* Finish off character style tests, and add paragraph style testsNick Burch2005-09-041-27/+172
* Handle internal representation duplication correctlyNick Burch2005-09-041-1/+11
* BitfieldFactory updateJason Height2005-09-021-21/+21
* Updated to use BitFieldFactory. Appologies for stepping outside my HSSF domai...Jason Height2005-09-0223-371/+393
* Performance and memory improvements:Jason Height2005-09-0239-204/+249
* UnicodeString now does not do the peculiar new String(getBytes("Unicode"),"Un...Jason Height2005-09-021-14/+5
* Added a factory implementation for BitFields. Will save a bit of memory.Jason Height2005-09-021-0/+43
* Removed the containsLabels variableJason Height2005-08-261-8/+1
* Applied patch to convert LabelRecords to LabelSSTRecords from bug19053Jason Height2005-08-262-50/+48
* Fix for Bug#28328Amol S. Deshmukh2005-08-243-2/+78
* Minor javadoc updateJason Height2005-08-231-3/+3
* Why is there always one file that gets missed??Jason Height2005-08-181-3/+3
* Major landing of the following changes:Jason Height2005-08-18264-5332/+3901
* Add a few more testsNick Burch2005-08-141-0/+38
* For listing the contents of StyleTextPropAtom entriesNick Burch2005-08-141-0/+117
* Improved handling of BitMask TextProp entriesNick Burch2005-08-141-6/+59
* Update tests to track updates in StyleTextPropAtomNick Burch2005-08-141-57/+55
* Big overhaul, with lots of help from YegorNick Burch2005-08-141-176/+384
* Better handle the case of there not being enough data in the record to formNick Burch2005-08-071-3/+18