| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 | 7 | -66/+205 |
* | * 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 | 5 | -25/+45 |
* | 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 | 3 | -22/+29 |
* | Merged revisions 718309,718502 via svnmerge from | Adrian Cumiskey | 2008-11-18 | 1 | -28/+14 |
* | Default 10pt font fallback removed. | Adrian Cumiskey | 2008-11-18 | 1 | -7/+6 |
* | Memory usage optimizations. | Adrian Cumiskey | 2008-11-17 | 58 | -1113/+1443 |
* | * PDFImageHandler interface split into ImageHandler and PDFImageHandler. | Adrian Cumiskey | 2008-11-13 | 71 | -1561/+2328 |
* | Deprecated method. | Adrian Cumiskey | 2008-11-05 | 1 | -12/+2 |
* | Improved font selection strategy when matching AWT Font against FontTriplet. | Adrian Cumiskey | 2008-11-05 | 4 | -74/+150 |
* | GOCA Text painting positional fix. | Adrian Cumiskey | 2008-11-05 | 1 | -8/+22 |
* | State --> PaintingState cleanup. | Adrian Cumiskey | 2008-11-05 | 1 | -15/+15 |
* | AFPGraphics2D Line drawing width (Stroke) fix. | Adrian Cumiskey | 2008-11-05 | 1 | -5/+5 |
* | Forgot to add. | Adrian Cumiskey | 2008-11-04 | 1 | -0/+55 |
* | "fixed" block container handling fixed (see block-container_absolute-position... | Adrian Cumiskey | 2008-11-04 | 44 | -740/+739 |
* | Fix for test/layoutengine/standard-testcases/block-container_absolute-positio... | Adrian Cumiskey | 2008-10-31 | 8 | -202/+284 |
* | Renamed GenericGraphics2DImagePainter to a slightly more meaningful name of B... | Adrian Cumiskey | 2008-10-29 | 3 | -8/+8 |
* | Merged revisions 707631,708012 via svnmerge from | Adrian Cumiskey | 2008-10-27 | 5 | -22/+135 |
* | Minor cleanup. | Adrian Cumiskey | 2008-10-27 | 1 | -19/+20 |
* | Moved AFPTextElementBridge and AFPTextPainter to org.apache.fop.afp since the... | Adrian Cumiskey | 2008-10-27 | 4 | -4/+6 |
* | All AFP library classes without Renderer dependencies moved from org.apache.f... | Adrian Cumiskey | 2008-10-27 | 178 | -1172/+794 |
* | 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 | 1 | -1/+33 |
* | 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 | 6 | -39/+93 |
* | 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 | 1 | -2/+2 |
* | 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 |