aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
| * Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-014-293/+521
| * bug fix: make sure CropBox is honoured in SVG when overflow="hidden"Chris Bowditch2009-06-251-6/+6
| * Added generics comments.Adrian Cumiskey2009-06-231-1/+2
| * Added generics comments.Adrian Cumiskey2009-06-231-3/+3
| * Extracted DummyPercentBaseContext from FOPRtfAttributes and made universally ...Adrian Cumiskey2009-06-232-16/+49
| * No code change here, just fixing the indentation of the if (useInclude) block...Adrian Cumiskey2009-06-191-29/+28
| * Correct wrongly encoded characterAndreas L. Delmelle2009-06-151-1/+1
| * bug fix: support PFM Files with no extent tableChris Bowditch2009-06-091-1/+7
| * AFP Output: Add support for fractional font-sizes, and make sure that, for no...Andreas L. Delmelle2009-06-062-49/+72
| * Bugzilla 46960: Previously retrieved marker not cleared when the subsequently...Andreas L. Delmelle2009-06-051-5/+5
| * bug fix: PCL and AFP Document Handlers for new IF were not registering all re...Chris Bowditch2009-05-272-3/+8
| * Bugzilla #47232: for the last character of a Type1 font, always a width of 0 ...Vincent Hennebert2009-05-221-1/+1
| * Changed meaning of '-v' option to 'verbose', which will print FOP's version a...Vincent Hennebert2009-05-141-6/+9
| * Bugzilla #47101: The cells of a table inside a marker were duplicated at ever...Vincent Hennebert2009-05-132-18/+20
| * Bugfix: use the effective color profile supplied by the ImageEncodingHelper, ...Vincent Hennebert2009-05-081-1/+13
| * bug fix: allow back slashes for file URLs as they are commonly used in WindowsChris Bowditch2009-05-071-0/+2
| * Changes from revision 768320 introduced another bug: footnotes from later ste...Vincent Hennebert2009-05-011-14/+18
| * Bugfix: reset graphic state when a page is finished in PostScript.Vincent Hennebert2009-04-302-3/+2
| * Added setting to enable dithered painting of filled rectangles in AFP and PCL.Vincent Hennebert2009-04-2813-77/+448
| * Added support for CMYK colors in PTOCAVincent Hennebert2009-04-281-13/+33
| * Bugfix: take rotation into account also when resource level is not inlineVincent Hennebert2009-04-281-3/+4
| * In the AFP stream, put the TLE fields associated to a page sequence before th...Vincent Hennebert2009-04-243-18/+29
| * Bugfix: footnotes occurring within the forced height of a table row did not a...Vincent Hennebert2009-04-241-10/+16
| * Typo.Jeremias Maerki2009-04-201-1/+1
| * Disabled auto-fonts in the PS transcoders by default because of OutOfMemoryEr...Jeremias Maerki2009-04-202-1/+18
| * Bugzilla #47031:Jeremias Maerki2009-04-201-1/+6
| * Bugzilla #47000:Jeremias Maerki2009-04-2019-989/+1346
| * Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ...Andreas L. Delmelle2009-04-192-7/+13
| * Some cleanup:Andreas L. Delmelle2009-04-151-132/+134
| * Fix the behaviour of pixel-lengths: influenced by target-resolution, rather t...Andreas L. Delmelle2009-04-122-4/+4
* | 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-178-16/+163
* | 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
* | Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-1417-80/+120
* | Fix test case: fox:alt was renamed to fox:alt-text.Jeremias Maerki2009-04-141-1/+1
* | 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-1482-1032/+2549
|\|
| * 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-031-0/+6