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