| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation for border painting for the new IF (including support ... | Jeremias Maerki | 2008-08-14 | 11 | -184/+609 |
* | Merged from Trunk revision 685573: | Jeremias Maerki | 2008-08-13 | 1 | -7/+14 |
|\ |
|
| * | Fixed border trait parsing for the area tree XML when CMYK or ICC colors were... | Jeremias Maerki | 2008-08-13 | 1 | -7/+14 |
* | | Added document-trailer element to the IF (for example for the bookmark tree). | Jeremias Maerki | 2008-08-13 | 7 | -20/+94 |
* | | Removed obsolete addTarget() method from IFPainter. | Jeremias Maerki | 2008-08-12 | 3 | -17/+0 |
* | | Implemented named destinations for PDF painter. | Jeremias Maerki | 2008-08-12 | 1 | -0/+9 |
* | | Widened "bookmarks" to "document-navigation" to fit named destination into th... | Jeremias Maerki | 2008-08-12 | 8 | -23/+127 |
* | | Added support for bookmarks to intermediate format (including PDF painter). | Jeremias Maerki | 2008-08-12 | 9 | -23/+865 |
* | | Extracted some often-used XML constants and utility methods into an interface... | Jeremias Maerki | 2008-08-12 | 10 | -205/+325 |
* | | Resolved a build problem after the last merge from trunk. | Jeremias Maerki | 2008-08-12 | 2 | -6/+10 |
* | | Merge from Trunk revisions 680381-685126. | Jeremias Maerki | 2008-08-12 | 41 | -388/+1058 |
|\| |
|
| * | Bugzilla #45606: | Jeremias Maerki | 2008-08-10 | 1 | -7/+8 |
| * | Merge from 0_95 branch: | Jeremias Maerki | 2008-08-10 | 1 | -15/+14 |
| * | Bugzilla 45490: Avoid altering the original 'href' if the protocol is other t... | Andreas L. Delmelle | 2008-08-10 | 1 | -9/+10 |
| * | Fixed small mistake with weight adjustment on font lookup. Weight 400 was sli... | Jeremias Maerki | 2008-08-05 | 1 | -1/+1 |
| * | The FontEventListener was not wired into font auto-detection. An error while ... | Jeremias Maerki | 2008-08-05 | 2 | -11/+24 |
| * | Skip IO Exception when loading a PFM and an AFM could be loaded. The PFM is o... | Jeremias Maerki | 2008-08-05 | 1 | -0/+5 |
| * | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 36 | -368/+1026 |
* | | Now that the most important stuff is working in IFRenderer, reduce verbosity ... | Jeremias Maerki | 2008-08-08 | 1 | -15/+15 |
* | | Update for image elements. | Jeremias Maerki | 2008-08-07 | 1 | -43/+66 |
* | | Implemented foreign-object support for the new intermediate format. | Jeremias Maerki | 2008-08-07 | 5 | -80/+239 |
* | | Bugfix: Don't use getWidth/Height() from superclass as this is accessing the ... | Jeremias Maerki | 2008-08-06 | 1 | -0/+12 |
* | | Fix for kerning (switched to SVG semantics, now working correctly for both SV... | Jeremias Maerki | 2008-08-06 | 5 | -19/+225 |
* | | First steps at unified image handling as proposed on http://wiki.apache.org/x... | Jeremias Maerki | 2008-08-05 | 27 | -432/+1443 |
* | | Refinements based on the extensions of XML Graphics Commons (better distincti... | Jeremias Maerki | 2008-08-05 | 6 | -5/+134 |
* | | Bugfix for leading glyph adjust in TJ array. | Jeremias Maerki | 2008-08-05 | 1 | -0/+3 |
* | | Merge from Trunk revisions 679735 to 680380. | Jeremias Maerki | 2008-07-28 | 11 | -83/+97 |
|\| |
|
| * | Reverted revision 670341 and replaced it with a different solution as discussed: | Jeremias Maerki | 2008-07-28 | 10 | -49/+55 |
| * | Bugzilla #45470: | Jeremias Maerki | 2008-07-28 | 1 | -34/+42 |
* | | Fixed block containers now working properly. | Jeremias Maerki | 2008-07-28 | 3 | -44/+291 |
* | | Reduce code duplication and make the toString() methods available to the outs... | Jeremias Maerki | 2008-07-28 | 2 | -23/+39 |
* | | Dealt with some double formatting issues (coordinate round-trips). | Jeremias Maerki | 2008-07-28 | 5 | -53/+89 |
* | | Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl... | Jeremias Maerki | 2008-07-28 | 11 | -66/+307 |
* | | Merge from Trunk revisions 677589 to 679734. | Jeremias Maerki | 2008-07-25 | 917 | -8173/+8253 |
|\| |
|
| * | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 916 | -8178/+8178 |
| * | Minor optimization. | Adrian Cumiskey | 2008-07-23 | 1 | -2/+2 |
| * | Lets free a little memory in every BlockParent :).. Commented out the unused... | Adrian Cumiskey | 2008-07-22 | 1 | -1/+1 |
| * | Hacked CommandLineOptions so that it accepts '-' as a specification of stdin/... | Vincent Hennebert | 2008-07-22 | 1 | -36/+54 |
| * | Desynchronized createFontKey() and removed single use of static TRIPLETS_TYPE... | Adrian Cumiskey | 2008-07-22 | 1 | -5/+5 |
| * | Renamed fname to more correct name fontKey. | Adrian Cumiskey | 2008-07-21 | 1 | -5/+5 |
| * | Removed unnecessary storing of byte[] nameBytes | Adrian Cumiskey | 2008-07-18 | 1 | -55/+39 |
| * | Ok, I am much happier with this fix now, it doesn't feel like a temporary hac... | Adrian Cumiskey | 2008-07-18 | 2 | -38/+39 |
| * | I'm not really happy with this workaround, it is a bit of a hack (as Symbol a... | Adrian Cumiskey | 2008-07-17 | 1 | -0/+16 |
| * | Undoing this change for now until a better fix can be found as it breaks 4 un... | Adrian Cumiskey | 2008-07-17 | 1 | -1/+1 |
| * | Unused imports. | Adrian Cumiskey | 2008-07-17 | 1 | -10/+0 |
| * | Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this... | Adrian Cumiskey | 2008-07-17 | 2 | -47/+120 |
| * | An optimization and improved readability of fontLookup() call. | Adrian Cumiskey | 2008-07-17 | 1 | -4/+7 |
| * | A minor optimization. | Adrian Cumiskey | 2008-07-17 | 1 | -2/+6 |
| * | ZapfDingbats and Symbol is not always available on the AFPRenderer so we can'... | Adrian Cumiskey | 2008-07-17 | 1 | -1/+1 |
* | | Improved/fixed font setup for painters. Reduced the whole thing to pass in a ... | Jeremias Maerki | 2008-07-23 | 10 | -95/+120 |