aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed stray "xml.apache.org".Jeremias Maerki2008-09-193-3/+3
* 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
* Hmm, I missed the redirects for the 0.95 release.Jeremias Maerki2008-08-251-24/+34
* CommonURIResolver is no longer a singletonMaximilian Berger2008-08-251-1/+1
* Minor documentation improvements, most notably a comment about keep-together=...Jeremias Maerki2008-08-251-2/+13
* Fixed example.Jeremias Maerki2008-08-252-2/+2
* Added a page on metadata (partly ported from the FOP Wiki).Jeremias Maerki2008-08-255-6/+488
* 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
* Added an FAQ entry about the element mismatch error message.Jeremias Maerki2008-08-211-0/+41
* * 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
* Converted the project news to a special XML format so I can generate an RSS f...Jeremias Maerki2008-08-066-210/+341
* Some missing release info.Jeremias Maerki2008-08-061-5/+5
* Oopsy, that wasn't intended to get into trunk.Jeremias Maerki2008-08-051-2/+0
* Removed "Areas of expertise" as discussed.Jeremias Maerki2008-08-052-204/+12
* 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-08-055-20/+35
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-3144-374/+1093