| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Removed, now resides at org.apache.fop.afp.modca. | Adrian Cumiskey | 2008-10-27 | 0 | -0/+0 |
| * | All AFP library classes without Renderer dependencies moved from org.apache.f... | Adrian Cumiskey | 2008-10-27 | 179 | -1173/+795 |
| * | Merged revisions 707627 via svnmerge from | Adrian Cumiskey | 2008-10-24 | 9 | -236/+224 |
| * | Improved name truncation warning. | Adrian Cumiskey | 2008-10-22 | 1 | -2/+4 |
| * | Cleanup. | Adrian Cumiskey | 2008-10-22 | 1 | -2/+0 |
| * | supportsOutOfOrder = false | Adrian Cumiskey | 2008-10-22 | 1 | -1/+1 |
| * | Merged revisions 706319,706570,707083 via svnmerge from | Adrian Cumiskey | 2008-10-22 | 4 | -245/+45 |
| * | I am not in love yet with the new eclispe subversion client I'm using... :( | Adrian Cumiskey | 2008-10-22 | 12 | -1297/+0 |
| * | Default to inline resource level for GOCA graphic objects (when no afp:resour... | Adrian Cumiskey | 2008-10-22 | 17 | -8/+1381 |
| * | Cleanup. | Adrian Cumiskey | 2008-10-22 | 1 | -13/+1 |
| * | Fixed border painting, at the same time creating a generic PaintInfo interfac... | Adrian Cumiskey | 2008-10-22 | 7 | -95/+468 |
| * | Ensures > 0 coordinate values. | Adrian Cumiskey | 2008-10-22 | 1 | -8/+15 |
| * | Cleanup. | Adrian Cumiskey | 2008-10-21 | 2 | -11/+7 |
| * | Fix for block container absolute positioning reference orientation. | Adrian Cumiskey | 2008-10-21 | 1 | -10/+21 |
| * | Merged revisions 706272,706276 via svnmerge from | Adrian Cumiskey | 2008-10-20 | 7 | -39/+96 |
| * | Updated ImageGraphics2D with setGraphics2DImagePainter accessor method | Adrian Cumiskey | 2008-10-20 | 1 | -0/+0 |
| * | Absolute positioning border painting fixes. | Adrian Cumiskey | 2008-10-20 | 1 | -3/+3 |
| * | Merged revisions 705529,706135 via svnmerge from | Adrian Cumiskey | 2008-10-20 | 2 | -4/+12 |
| * | Removed. | Adrian Cumiskey | 2008-10-20 | 1 | -74/+0 |
| * | * SVG circle drawing improvements in AFPGraphics2D. | Adrian Cumiskey | 2008-10-20 | 11 | -143/+336 |
| * | Fall back to PathIterator painting for all unrecognized shapes (like polyline... | Jeremias Maerki | 2008-10-20 | 1 | -50/+48 |
| * | Make this class more extensible/adaptable. | Adrian Cumiskey | 2008-10-17 | 1 | -21/+67 |
| * | Removed debug code | Adrian Cumiskey | 2008-10-16 | 1 | -20/+23 |
| * | Added GOCA mime. | Adrian Cumiskey | 2008-10-16 | 3 | -0/+8 |
| * | Copy/paste error. | Adrian Cumiskey | 2008-10-16 | 1 | -1/+1 |
| * | Added an example of using afp:resource-level="inline" with an instream SVG. | Adrian Cumiskey | 2008-10-16 | 1 | -5/+20 |
| * | Improved documentation describing the use of afp:resource-level | Adrian Cumiskey | 2008-10-16 | 1 | -3/+9 |
| * | Fixes potential NullPointerException in AFPGraphics2D. | Adrian Cumiskey | 2008-10-16 | 1 | -0/+2 |
| * | Unused accessor method | Adrian Cumiskey | 2008-10-16 | 1 | -9/+0 |
| * | Documentation for <images native="true"/> configuration option. | Adrian Cumiskey | 2008-10-16 | 1 | -3/+10 |
| * | Merged revisions 704008,704907,704909 via svnmerge from | Adrian Cumiskey | 2008-10-15 | 4 | -74/+91 |
| * | Fixes scaling/grayscaling for fox:conversion-mode="bitmap" GOCA fallback. | Adrian Cumiskey | 2008-10-14 | 2 | -57/+84 |
| * | Fixes resource naming/levelling for fox:conversion-mode="bitmap" GOCA fallback. | Adrian Cumiskey | 2008-10-14 | 4 | -14/+44 |
| * | Merged revisions 699739 via svnmerge from | Adrian Cumiskey | 2008-10-10 | 1 | -0/+57 |
| * | * Block-container positioning fix. | Adrian Cumiskey | 2008-10-10 | 31 | -603/+864 |
| * | Merged revisions 693433,693462,693720,693742,693781,693784,693841,695491,6955... | Adrian Cumiskey | 2008-09-26 | 32 | -172/+462 |
| * | * Image positioning fix. | Adrian Cumiskey | 2008-09-08 | 29 | -316/+394 |
| * | Forgot to add. | Adrian Cumiskey | 2008-09-03 | 1 | -0/+85 |
| * | Toggleable support for AFP native image flavours. | Adrian Cumiskey | 2008-09-03 | 7 | -28/+66 |
| * | Documentation for native image support. | Adrian Cumiskey | 2008-09-03 | 1 | -4/+5 |
| * | Fixed comment typo. | Adrian Cumiskey | 2008-09-03 | 1 | -1/+1 |
| * | Fix for text decoration. | Adrian Cumiskey | 2008-09-03 | 1 | -2/+1 |
| * | Order important for setting uri otherwise value gets clobbered. | Adrian Cumiskey | 2008-09-03 | 1 | -2/+2 |
| * | Set the resource level to the default value if not set. | Adrian Cumiskey | 2008-09-03 | 1 | -2/+2 |
| * | Fix for writing objects before Active Environment Group. | Adrian Cumiskey | 2008-09-03 | 1 | -1/+1 |
| * | Built from the latest commons which includes AFP IOCA image types in MimeCons... | Adrian Cumiskey | 2008-09-03 | 1 | -0/+0 |
| * | * Structural fixes with StrucFlgs class. | Adrian Cumiskey | 2008-09-03 | 30 | -512/+844 |
| * | Merged revisions 690319,690324,690382,690532,690903 via svnmerge from | Adrian Cumiskey | 2008-09-01 | 11 | -217/+648 |
| * | ObjectContainer/IncludeObject structure fixes. | Adrian Cumiskey | 2008-08-29 | 29 | -308/+594 |
| * | Added PresentationEnvironmentControl object. | Adrian Cumiskey | 2008-08-29 | 1 | -0/+97 |