aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-1212-494/+482
* Removed unnecessary languageStack fieldVincent Hennebert2009-10-071-24/+5
* Fixed support for links and images in the Intermediate FormatVincent Hennebert2009-10-073-8/+27
* Extracted code into new processStructureTree methodVincent Hennebert2009-09-281-37/+42
* Implemented parsing of structure trees from IF XML files.Vincent Hennebert2009-09-285-78/+271
* Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-225-198/+157
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-18269-4009/+17719
|\
| * Changed SVG output to produce coordinates in points rather than millipoints. ...Jeremias Maerki2009-09-174-44/+118
| * Added support for the #CMYK pseudo-profile supported by some commercial XSL i...Jeremias Maerki2009-09-168-34/+130
| * Added Checkstyle 5 config file (just ported from checkstyle-4.0.xml)Maximilian Berger2009-09-151-0/+201
| * Fixed SVN PropsMaximilian Berger2009-09-1550-226/+233
| * equals implementation violated spec -> replaced with new contentEquals functionMaximilian Berger2009-09-1512-72/+38
| * no page index requires no location to satisfy identity junit testMaximilian Berger2009-09-151-3/+11
| * removed possible null referenceMaximilian Berger2009-09-151-5/+5
| * non-functional stylistic fixesMaximilian Berger2009-09-151-15/+16
| * Add safeguards for getter not to return nullMaximilian Berger2009-09-151-11/+31
| * Moved the class UnicodeClasses to src/codegen/unicode, so that it isSimon Pepping2009-09-035-95/+277
| * There an easier way to throw exceptions from certain event otherwise not caus...Jeremias Maerki2009-09-031-1/+22
| * Forgot to update status file in rev. 808157Vincent Hennebert2009-09-011-0/+4
| * Fixed Checkstyle warnings and replaced a java 1.5 classSimon Pepping2009-08-263-14/+20
| * Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-2632-816/+1945
| * Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-2616-343/+807
| * Fixed some oversights: fo:title was already implemented long ago, fo:wrapper ...Andreas L. Delmelle2009-08-261-6/+6
| * declaration and icc-profile have been supported for a while nowMaximilian Berger2009-08-251-6/+6
| * Removed a commented leftover from local testsAndreas L. Delmelle2009-08-241-1/+0
| * Reduce messages to DEBUG level, since they are meant more as a reminder for d...Andreas L. Delmelle2009-08-241-2/+2
| * Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-2337-502/+1008
| * Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in th...Andreas L. Delmelle2009-08-232-9/+14
| * Revert some changes that were meant to be kept local for the moment...Andreas L. Delmelle2009-08-201-4/+1
| * Bugzilla 47710: White-space handling in retrieved markers throws a NullPointe...Andreas L. Delmelle2009-08-204-2/+101
| * Fixed checkstyle warningsSimon Pepping2009-08-201-15/+38
| * I tried to remove all methods which are not Java 1.4 compliant.Simon Pepping2009-08-201-14/+28
| * Prepare for new hyphenation pattern files, which do not have their own classe...Simon Pepping2009-08-187-201/+8181
| * bug fix: 47694 Avoid create IOCA for background on empty areasChris Bowditch2009-08-142-0/+6
| * Added tests for 2, 3, 4 values specified in the page boundaries properties.Vincent Hennebert2009-08-141-1/+51
| * Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-125-30/+44
| * Fixed issues in PageBoundaries class:Vincent Hennebert2009-08-105-169/+243
| * Fixed and improved documentation about prepress extensions:Vincent Hennebert2009-08-051-15/+21
| * added support for IMM Extension on fo:simple-page-master element in the AFP R...Chris Bowditch2009-08-045-32/+81
| * Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult.Jeremias Maerki2009-08-041-42/+39
| * What we thought were cubic curves in GOCA, were actually just quadratic ones....Jeremias Maerki2009-08-042-8/+150
| * Bugzilla #47311:Jeremias Maerki2009-08-035-149/+174
| * The javadocs task needs more memory.Vincent Hennebert2009-08-031-1/+9
| * Fixed problem with raster font substitution when there's no smaller font avai...Jeremias Maerki2009-08-031-3/+7
| * Reverted rev 798521.Jeremias Maerki2009-08-032-16/+15
| * Demo file for bleed and crop marks.Jeremias Maerki2009-08-021-0/+155
| * Bugzilla #47311:Jeremias Maerki2009-08-0210-21/+602
| * Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)Jeremias Maerki2009-08-023-2/+2
| * Also use Rectangle instead of Rectangle2D for page boxes in the PDF libraryVincent Hennebert2009-07-282-15/+16
| * Bugzilla #47311:Jeremias Maerki2009-07-288-63/+92