aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 45113:Andreas L. Delmelle2008-10-263-11/+127
* Fixed a problem where the BPD or a block area could be wrong if there is a ne...Jeremias Maerki2008-10-242-11/+8
* AFPFontReader a lot more robust now with less copy/pasted code but still far ...Adrian Cumiskey2008-10-249-260/+252
* Bugzilla #45956:Jeremias Maerki2008-10-201-1/+33
* Fixed size of images when vector graphic images are painted using fox:convers...Jeremias Maerki2008-10-206-37/+94
* Removed superfluous bracketsVincent Hennebert2008-10-171-2/+2
* Fix for ps:ps-page-setup-code.Adrian Cumiskey2008-10-152-42/+42
* More readable.Adrian Cumiskey2008-10-151-12/+18
* Bugzilla #45971: improved the behaviour of the command line interface:Vincent Hennebert2008-10-132-32/+49
* Added two missing files from r698280Andreas L. Delmelle2008-09-242-5/+1
* Cleanup firstWhiteSpaceInSeq at end of block too...Andreas L. Delmelle2008-09-231-0/+1
* Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-237-94/+51
* Bugzilla #45795:Jeremias Maerki2008-09-171-0/+15
* Re-enabled image loader testcasesMaximilian Berger2008-09-163-7/+7
* PDF Output: Made sure the XMP Metadata stream is never compressed.Jeremias Maerki2008-09-151-4/+6
* Minor fix: avoid attempts at converting a default namespace declaration as a ...Andreas L. Delmelle2008-09-101-4/+5
* Bugzilla #45734:Jeremias Maerki2008-09-101-3/+5
* Bugzilla #45616:Jeremias Maerki2008-09-101-10/+7
* Some older TTF fonts have shorter OS/2 tables. This fixes potential EOFExcept...Jeremias Maerki2008-09-101-15/+30
* This is a better fix which will cater for the case where the first character ...Adrian Cumiskey2008-09-091-4/+4
* Make PFM string parsing a little more robustAdrian Cumiskey2008-09-091-1/+6
* Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ...Andreas L. Delmelle2008-08-301-2/+2
* Bugzilla 45667: avoid NullPointerExceptions during hyphenation for empty inli...Andreas L. Delmelle2008-08-291-1/+2
* Added missing generation of areas for empty grid units in tables with collaps...Jeremias Maerki2008-08-292-8/+111
* Expanded warning message about borders and paddings on regions.Luca Furini2008-08-271-1/+1
* Forgot to add deprecated public statics.Adrian Cumiskey2008-08-261-0/+18
* Deprecate UnitConv now that it resides only in xmlgraphics commons.Adrian Cumiskey2008-08-261-0/+152
* CommonURIResolver is no longer a singletonMaximilian Berger2008-08-251-1/+1
* Re-added moved class as deprecatedMaximilian Berger2008-08-253-0/+191
* Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEn...Jeremias Maerki2008-08-251-47/+58
* Moved DataURIResolver from FOP to commons; use new URIResolver registryMaximilian Berger2008-08-244-243/+5
* minor spelling mistakesMaximilian Berger2008-08-221-3/+3
* Merge from branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/f...Jeremias Maerki2008-08-221-1/+3
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-209-192/+33
* Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave itMaximilian Berger2008-08-202-2/+2
* valueOf is Java 1.5+ onlyMaximilian Berger2008-08-202-2/+2
* Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less de...Adrian Cumiskey2008-08-205-41/+44
* Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-146-49/+52
* Fixed the source for a division by zero when the content of an fo:leader with...Jeremias Maerki2008-08-141-10/+16
* Removed three unused classes in the traits package.Jeremias Maerki2008-08-143-159/+0
* Fixed border trait parsing for the area tree XML when CMYK or ICC colors were...Jeremias Maerki2008-08-131-7/+14
* 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
* 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