| Commit message (Expand) | Author | Age | Files | Lines |
* | Most of the PostScript extensions are implemented in PSPainter now (and tested). | Jeremias Maerki | 2008-12-22 | 6 | -82/+222 |
* | Fixed another spacing issue in IFRenderer. | Jeremias Maerki | 2008-12-22 | 4 | -6/+71 |
* | Need to use xml:space="preserve" on text elements in IF and SVG output to avo... | Jeremias Maerki | 2008-12-22 | 3 | -0/+6 |
* | Merge from Trunk revisions 724690 - 728025. | Jeremias Maerki | 2008-12-19 | 11 | -39/+93 |
|\ |
|
| * | Fixed painting bug introduced by rev 721430 (originally rev 672291 in AFP GOC... | Jeremias Maerki | 2008-12-19 | 1 | -5/+8 |
| * | Fixed black backgrounds occurring for transparent images in PCL output. | Jeremias Maerki | 2008-12-16 | 2 | -0/+7 |
| * | Bugzilla #46369: | Chris Bowditch | 2008-12-10 | 10 | -34/+82 |
* | | Borders and leaders/rules for the PostScript painter. | Jeremias Maerki | 2008-12-19 | 7 | -220/+422 |
* | | Update XML Graphics Commons to latest Trunk. | Jeremias Maerki | 2008-12-17 | 1 | -0/+0 |
* | | Added getUserAgent() to IFDocumentHandler (implemented by all implementations... | Jeremias Maerki | 2008-12-17 | 25 | -292/+1929 |
* | | Fixed another little kerning bug. | Jeremias Maerki | 2008-12-11 | 1 | -5/+11 |
* | | First checks for the IF "link" element. | Jeremias Maerki | 2008-12-11 | 1 | -0/+5 |
* | | Added -ifin command-line option to use the intermediate format as input format. | Jeremias Maerki | 2008-12-11 | 3 | -23/+168 |
* | | Fixed parsing of document navigation namespace (its elements are no longer si... | Jeremias Maerki | 2008-12-11 | 4 | -177/+204 |
* | | Run AT tests only if there are such tests. | Jeremias Maerki | 2008-12-11 | 1 | -3/+7 |
* | | Fixed NPE: the user agent was not set. | Jeremias Maerki | 2008-12-11 | 1 | -0/+1 |
* | | My first attempt at implementing links was messed up. This second attempt act... | Jeremias Maerki | 2008-12-11 | 14 | -321/+394 |
* | | Forgot to add link support. First version added now. Generalizing this for th... | Jeremias Maerki | 2008-12-09 | 21 | -119/+878 |
* | | Merge from Trunk revisions 719662 - 724689. | Jeremias Maerki | 2008-12-09 | 302 | -8691/+22454 |
|\| |
|
| * | Bugzilla 46319: | Andreas L. Delmelle | 2008-12-08 | 3 | -12/+41 |
| * | Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI w... | Jeremias Maerki | 2008-12-08 | 7 | -12/+30 |
| * | Reverted accidental commit of unfinished change. Sorry about that. | Jeremias Maerki | 2008-12-08 | 1 | -1/+0 |
| * | Bugzilla #46360: | Jeremias Maerki | 2008-12-07 | 1 | -1/+2 |
| * | Bugzilla #46360: | Jeremias Maerki | 2008-12-07 | 8 | -26/+70 |
| * | FopCharacterSet doesn't follow the same contract as its superclass. The metri... | Jeremias Maerki | 2008-12-07 | 3 | -12/+9 |
| * | Avoid replacement notification if we're only checking the presence of a certa... | Jeremias Maerki | 2008-12-05 | 1 | -4/+4 |
| * | Bugfix: Custom AFP fonts reported bad metrics. | Jeremias Maerki | 2008-12-05 | 2 | -11/+11 |
| * | Oops, introduced a compile error with the previous commit | Andreas L. Delmelle | 2008-12-02 | 1 | -10/+0 |
| * | Minor changes; mostly code- and javadoc-aesthetics... | Andreas L. Delmelle | 2008-12-02 | 1 | -220/+201 |
| * | Bugfix: there was no notification if no registered internal font can be found... | Jeremias Maerki | 2008-12-02 | 1 | -6/+13 |
| * | A note on missing glyphs. | Jeremias Maerki | 2008-12-02 | 1 | -1/+15 |
| * | Documented the hard-coded font triplets for the Base-14 set. | Jeremias Maerki | 2008-12-02 | 1 | -0/+29 |
| * | Improved documentation concerning text and SVG. | Jeremias Maerki | 2008-12-01 | 2 | -5/+32 |
| * | Reverting a change introduced by revision 721430 which breaks extensions caus... | Jeremias Maerki | 2008-12-01 | 1 | -3/+4 |
| * | MERGE of https://svn.apache.org/repos/asf/xmlgraphics/fop/{branches/AFP_GOCAR... | Adrian Cumiskey | 2008-11-28 | 294 | -8436/+22085 |
| |\ |
|
| | * | * Text encoding is now handled by PresentationTextData and character set enco...Temp_AFPGOCAResources | Adrian Cumiskey | 2008-11-27 | 10 | -86/+120 |
| | * | Merged revisions 719616,719629,719646,719654 via svnmerge from | Adrian Cumiskey | 2008-11-26 | 8 | -67/+209 |
| | * | * Reverted back the interface changes I made to ImageHandler. | Adrian Cumiskey | 2008-11-25 | 24 | -217/+228 |
| | * | Fixed ArrayOutOfBoundsException. Object Classification triplet is 96 bytes long. | Jeremias Maerki | 2008-11-25 | 1 | -1/+1 |
| | * | Minor cleanup. | Adrian Cumiskey | 2008-11-21 | 2 | -3/+4 |
| | * | <svg:image/> y-axis positioning fix in AFPGraphics2D. | Adrian Cumiskey | 2008-11-21 | 8 | -60/+80 |
| | * | Improved plumbing :) | Adrian Cumiskey | 2008-11-20 | 3 | -17/+16 |
| | * | Merged revisions 718666,718705,719038,719110 via svnmerge from | Adrian Cumiskey | 2008-11-20 | 7 | -25/+107 |
| | * | SetCurrentPosition fix for line drawing. | Adrian Cumiskey | 2008-11-20 | 71 | -791/+1055 |
| | * | Method signature wrong, was using super class implementation. | Adrian Cumiskey | 2008-11-19 | 1 | -8/+7 |
| | * | Structured field length bug fix. | Adrian Cumiskey | 2008-11-19 | 1 | -7/+6 |
| | * | Removed AbstractGraphics2DImagePainter and Graphics2DImagePainterGOCA (painti... | Adrian Cumiskey | 2008-11-18 | 14 | -729/+670 |
| | * | Merged revisions 718557,718570,718591 via svnmerge from | Adrian Cumiskey | 2008-11-18 | 6 | -38/+53 |
| | * | Merged revisions 718309,718502 via svnmerge from | Adrian Cumiskey | 2008-11-18 | 2 | -32/+25 |
| | * | Default 10pt font fallback removed. | Adrian Cumiskey | 2008-11-18 | 1 | -7/+6 |