aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ...Andreas L. Delmelle2009-04-196-27/+92
| * Some cleanup:Andreas L. Delmelle2009-04-151-132/+134
| * Remove svn:executable property...Andreas L. Delmelle2009-04-121-0/+0
| * Fix the behaviour of pixel-lengths: influenced by target-resolution, rather t...Andreas L. Delmelle2009-04-123-4/+37
* | Bugzilla #46705:Jeremias Maerki2009-04-173-4/+175
* | Enabled support for PDF/A-1a now that we have Tagged PDF, Natural Language Sp...Jeremias Maerki2009-04-175-8/+70
* | Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-1710-16/+214
* | Made use of method overloading to homogenize the addition of standard mappings.Vincent Hennebert2009-04-171-33/+41
* | Removed FO to role mapping from the PDF library and moved it next to the rend...Jeremias Maerki2009-04-173-82/+170
* | Incorporated some more of the feedback to #46705:Jeremias Maerki2009-04-177-152/+43
* | Bugfix: Previous simplification requires keeping track of whether we are in a...Jeremias Maerki2009-04-163-9/+13
* | Some cleanup.Jeremias Maerki2009-04-162-6/+3
* | Bugfix for navigation elements when parsing intermediate content.Jeremias Maerki2009-04-161-1/+1
* | Fixed some bugs concerning marked content generation inside leaders (use-cont...Jeremias Maerki2009-04-165-112/+72
* | Fixed a possible NPE when intermediate content is parsed and navigation eleme...Jeremias Maerki2009-04-161-4/+4
* | Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-1610-32/+71
* | Enabled parsing support for foreign attributes on page-sequence.Jeremias Maerki2009-04-141-0/+3
* | Avoid empty "ptr" traits in the area tree.Jeremias Maerki2009-04-142-6/+7
* | Missing javadocs.Jeremias Maerki2009-04-141-0/+19
* | Fixed copy/paste mistake.Jeremias Maerki2009-04-141-1/+2
* | Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-1418-85/+124
* | Fix test case: fox:alt was renamed to fox:alt-text.Jeremias Maerki2009-04-142-3/+3
* | Strange, this change didn't get merged over. Not sure why.Jeremias Maerki2009-04-141-0/+24
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-14106-1099/+3386
|\|
| * Removed AbstractRenderer.getMimeType() as per Vincent's suggestion.Jeremias Maerki2009-04-033-15/+6
| * Fixed a bug that left the PrintRenderer unconfigured even if a configuration ...Jeremias Maerki2009-04-032-0/+10
| * Improved multi-threading testbed a bit:Jeremias Maerki2009-03-273-25/+132
| * Reverted changes from revision 757852.Adrian Cumiskey2009-03-251-40/+9
| * Forgot to add getBackgroundColor() accessor.Adrian Cumiskey2009-03-251-0/+8
| * Added some accessor methods to some public member variables. I have left the...Adrian Cumiskey2009-03-252-0/+74
| * Cleaned up unused imports.Adrian Cumiskey2009-03-241-2/+0
| * Added some nice bean methods for pageSequenceMaster and simplePageMaster, thi...Adrian Cumiskey2009-03-241-12/+45
| * Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead...Vincent Hennebert2009-03-244-21/+18
| * Amendment to revision 755894:Jeremias Maerki2009-03-244-11/+62
| * Set svn:eol-style property on page-position-last_break-before_bugzilla46489.x...Vincent Hennebert2009-03-232-119/+94
| * added extra blank line which is consistent with the other files in this folde...Chris Bowditch2009-03-231-1/+1
| * Deprecated font base url methods on user agent level in favor of the methods ...Jeremias Maerki2009-03-232-8/+16
| * Bugzilla #46882:Jeremias Maerki2009-03-232-14/+13
| * Minor refactoring: extract code-blocks from the Region implementations into p...Andreas L. Delmelle2009-03-226-79/+74
| * revert some changes... and do it right, this timeAndreas L. Delmelle2009-03-221-3/+2
| * revert some changes, dependent on other local changes, which would cause a co...Andreas L. Delmelle2009-03-221-4/+7
| * Add startsWithForcedBreak() utility method to ElementListUtils.Andreas L. Delmelle2009-03-223-29/+37
| * Bugzilla 46489: Andreas L. Delmelle2009-03-223-7/+130
| * Added a command-line tool to list all configured fonts (org.apache.fop.tools....Jeremias Maerki2009-03-227-0/+877
| * bug fix: 46867: afp:invoke-medium-map extension not working in the AFP RendererChris Bowditch2009-03-211-6/+13
| * Moved the font cache change check from outside PrintRendererConfigurator to i...Adrian Cumiskey2009-03-202-6/+6
| * Minor optimization.Adrian Cumiskey2009-03-201-3/+1
| * A little font configuration cleaning.Adrian Cumiskey2009-03-209-408/+631
| * Added some generics comments for the List collections.Adrian Cumiskey2009-03-202-4/+4
| * Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong conf...Jeremias Maerki2009-03-196-4/+172