aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copy attributes since some XML parsers might reuse the Attributes instance.Jeremias Maerki2010-10-213-3/+6
* Allow to pass through document-level extensions from the first document passe...Jeremias Maerki2010-10-211-2/+9
* Wrap the whole page stream in a q..Q pair to avoid problems when the page str...Jeremias Maerki2010-10-211-0/+2
* Bugfix for unescaped name characters which can cause trouble with PDF parsers.Jeremias Maerki2010-10-111-1/+3
* Bugzilla #49379:Jeremias Maerki2010-10-0714-85/+575
* Handled optional CR and LF chars between structured fields.Jeremias Maerki2010-10-062-19/+93
* More cleanup of unused methods in HyphenatorSimon Pepping2010-10-061-70/+0
* Making fallback from (lang,country) to (lang) consistentSimon Pepping2010-10-062-30/+198
* Fixing a few checkstyle warningsSimon Pepping2010-10-022-6/+11
* Remove unused methods from Hyphenator; this leaves a utility classSimon Pepping2010-10-021-65/+1
* Make handling of configuration errors consistentSimon Pepping2010-10-021-13/+13
* Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-026-13/+139
* Metrics need to be added before the font properties to avoid NPEs on font rep...Jeremias Maerki2010-09-301-1/+1
* Removed custom asf.todo tagVincent Hennebert2010-09-291-1/+0
* Added support for font substitutions on PDF/PSTranscoder by configuring the F...Jeremias Maerki2010-09-293-19/+22
* Some fine-tuning for the font selection in SVG to better match AWT/GVT fonts ...Jeremias Maerki2010-09-211-3/+25
* Add the availability of nightly snapshotsSimon Pepping2010-09-213-13/+20
* Update the location of the maven XML schemaSimon Pepping2010-09-211-1/+1
* Bugzilla #46360:Jeremias Maerki2010-09-161-1/+8
* Bugzilla #46360:Jeremias Maerki2010-09-162-1/+10
* Created target nightly-buildSimon Pepping2010-09-131-0/+47
* Moving the AFP parser from XGC to FOP for now.Jeremias Maerki2010-09-103-0/+514
* Fixed formatting of help messageVincent Hennebert2010-09-081-1/+1
* Bugzilla #49885:Jeremias Maerki2010-09-076-15/+129
* Add parent block, update XGC version in pom templateSimon Pepping2010-09-071-2/+7
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-0319-110/+87
* Implemented reset method for changing IPDVincent Hennebert2010-09-022-6/+24
* Fixed indentationVincent Hennebert2010-08-274-10/+10
* Removed unused methodsVincent Hennebert2010-08-271-10/+4
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-2720-22/+22
* Fixed indentationVincent Hennebert2010-08-2724-179/+179
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-2546-6753/+60
* Enabling CMYK encoding for PDF output (applies to decoded bitmap images).Jeremias Maerki2010-08-201-1/+1
* Bugfix:Jeremias Maerki2010-08-201-8/+11
* Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...Jeremias Maerki2010-08-181-3/+1
* Implemented reset methodVincent Hennebert2010-08-181-0/+6
* Bugzilla #49752:Simon Pepping2010-08-182-11/+54
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-187-12/+11
* Delete becomes flush.Adrian Cumiskey2010-08-171-1/+1
* -delete-cache command line argument replaced with -flush. Seems like a more ...Adrian Cumiskey2010-08-173-27/+20
* One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
* Resolved conflict (ClassCastException) with named destinations which in contr...Jeremias Maerki2010-08-174-39/+74
* Removed the Class-Path Manifest entry since it's often not quite right and FO...Jeremias Maerki2010-08-161-1/+0
* Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-1610-20/+226
* Removed tab character.Jeremias Maerki2010-08-161-2/+2
* Document exitsSimon Pepping2010-08-161-2/+3
* FIX: The cache-file setting should still be set even if use-cache setting is ...Adrian Cumiskey2010-08-151-5/+9
* Reinstated support for being able to specify a font cache filepath in the fop...Adrian Cumiskey2010-08-159-111/+271
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1474-357/+264
* Bugzilla #49733:Jeremias Maerki2010-08-14405-1977/+3883