aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow the file parameters to be resolved by the URIResolver.Jeremias Maerki2007-03-021-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513845 13f79535-47bb-0310-9956-ffa450edef68
* renderer may be null when called from the PDFTranscoder.Jeremias Maerki2007-03-021-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513840 13f79535-47bb-0310-9956-ffa450edef68
* Small simplification: remove an unneeded parameter from the getContentHeight ↵Vincent Hennebert2007-03-011-3/+8
| | | | | | method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513407 13f79535-47bb-0310-9956-ffa450edef68
* Small factorization: put painter.addAreasAndFlushRow at the end of ↵Vincent Hennebert2007-03-011-3/+1
| | | | | | iterateAndPaintPositions since each time the former method is called immediately after the latter git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513271 13f79535-47bb-0310-9956-ffa450edef68
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-282-240/+279
| | | | | | | This is very basic, no change is performed other than adding a field to RowPainter pointing to the formerly enclosing TableContentLayoutManager instance. There will be room for further refactoring later. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512810 13f79535-47bb-0310-9956-ffa450edef68
* Disable FontBaseBadTestCase for now as it is currently not working and makes ↵Vincent Hennebert2007-02-281-0/+5
| | | | | | the build fail. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512809 13f79535-47bb-0310-9956-ffa450edef68
* Switch to XGCommons' ImageWriter for writing PNGs.Jeremias Maerki2007-02-281-8/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512686 13f79535-47bb-0310-9956-ffa450edef68
* Add code guards around log statements for better performance when they are ↵Vincent Hennebert2007-02-281-2/+6
| | | | | | disabled git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512661 13f79535-47bb-0310-9956-ffa450edef68
* Rename a local variable in the getNextStep method for clarity, and convert ↵Vincent Hennebert2007-02-271-3/+3
| | | | | | it from an integer to a boolean git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512269 13f79535-47bb-0310-9956-ffa450edef68
* Add log messages to help understand the codeVincent Hennebert2007-02-271-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512266 13f79535-47bb-0310-9956-ffa450edef68
* Add an ending slash to base URLs when they don't have one, in order to ↵Vincent Hennebert2007-02-271-10/+20
| | | | | | | | | better match user expectations. Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512185 13f79535-47bb-0310-9956-ffa450edef68
* Removed visual markers to count the lines from the testcase...Andreas L. Delmelle2007-02-231-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510739 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41652: Andreas L. Delmelle2007-02-223-4/+73
| | | | | | | | Preserved linefeeds now generate an empty line. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510626 13f79535-47bb-0310-9956-ffa450edef68
* PCL: Support for text decoration for text painted using bitmaps/Java2D.Jeremias Maerki2007-02-221-3/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510616 13f79535-47bb-0310-9956-ffa450edef68
* corrected imports that were messed up by my IDE in the last commit. Grumble...Chris Bowditch2007-02-221-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510550 13f79535-47bb-0310-9956-ffa450edef68
* quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"Chris Bowditch2007-02-221-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510531 13f79535-47bb-0310-9956-ffa450edef68
* Avoid Ant's deprecated style-task warningAndreas L. Delmelle2007-02-191-29/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@509231 13f79535-47bb-0310-9956-ffa450edef68
* Slight correction: value of "inherit" was not yet handled; delegate to the ↵Andreas L. Delmelle2007-02-181-35/+39
| | | | | | superclass in that case git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508890 13f79535-47bb-0310-9956-ffa450edef68
* Minor update of the documentation: warning is only relevant for FOP 0.20.xAndreas L. Delmelle2007-02-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508889 13f79535-47bb-0310-9956-ffa450edef68
* Attempted to improve/fix documentation on images. There was some out-dated ↵Jeremias Maerki2007-02-161-58/+122
| | | | | | and wrong information on the page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508559 13f79535-47bb-0310-9956-ffa450edef68
* Corrected an error in the subversion links for release 0.93: it livesSimon Pepping2007-02-162-6/+6
| | | | | | | in tags not in branches git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508542 13f79535-47bb-0310-9956-ffa450edef68
* Add the very same test cases with tables using starts-row/ends-row instead ↵Vincent Hennebert2007-02-143-5/+350
| | | | | | of fo:table-row objects git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507597 13f79535-47bb-0310-9956-ffa450edef68
* Stricter user config file validation.Vincent Hennebert2007-02-1431-172/+1092
| | | | | | | | | Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs. Invalid resource paths should be catched now. Fixes bug #40120. Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507539 13f79535-47bb-0310-9956-ffa450edef68
* Shortened the Bugzilla link a bit.Jeremias Maerki2007-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507515 13f79535-47bb-0310-9956-ffa450edef68
* I thought the svn:eol-style and svn:keywords properties were automatically ↵Vincent Hennebert2007-02-140-0/+0
| | | | | | set on java and fo files. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507449 13f79535-47bb-0310-9956-ffa450edef68
* Forgot the ASF header in the fo test filesVincent Hennebert2007-02-132-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507162 13f79535-47bb-0310-9956-ffa450edef68
* First unit tests for table layout manager classesVincent Hennebert2007-02-134-0/+645
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507160 13f79535-47bb-0310-9956-ffa450edef68
* Document the usage of the ServletContextURIResolver.Jeremias Maerki2007-02-091-0/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@505235 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 41572:Andreas L. Delmelle2007-02-082-1/+4
| | | | | | | | | URIs were not properly parsed if they contain bracketed part(s) Fix suggested by Erwin Tratar. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504980 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc for the table layout codeVincent Hennebert2007-02-084-14/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504958 13f79535-47bb-0310-9956-ffa450edef68
* The spec explicitely does not specify what should be done when bpd is set to ↵Vincent Hennebert2007-02-071-1/+6
| | | | | | a different value than "auto" for fo:table. Display a warning that "auto" will be used as a fall back. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504602 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #41488:Jeremias Maerki2007-02-074-10/+63
| | | | | | | | | Fix for NPE with PNG images for RTF output. Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.). Reverts revision 503326 and fixes the problem in a different way. But the fix is only a work-around and will need to be revisited when redesigning the image package. At any rate, the resolution problem introduced with the previous patch can been avoided with the new approach. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504511 13f79535-47bb-0310-9956-ffa450edef68
* Fix: override PropertyMaker.make() to properly parse font-family names ↵Andreas L. Delmelle2007-02-063-0/+102
| | | | | | containing spaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504280 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #41488:Jeremias Maerki2007-02-032-1/+7
| | | | | | | Fix for NPE with PNG images for RTF output. Submitted by: Dominic Brügger <bruegger.at.puzzle.ch> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503326 13f79535-47bb-0310-9956-ffa450edef68
* Support for soft masks (transparency) with ImageIO image adapter. Should ↵Jeremias Maerki2007-02-032-13/+28
| | | | | | help with transparent PNGs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503323 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #25997,#25999: Jeremias Maerki2007-02-033-18/+72
| | | | | | | | | | | Allow reading of OpenType fonts with CFF data in TTFFile. CFF fonts are still not supported in FOP! Inspired by: Eliot Kimber <drmacro.at.yahoo.com> In addition to the above: xHeight and capHeight are now determined through the OS/2 table if no other source for this information helped. Changed the log level of some info messages to debug to avoid unnecessary log output when TrueType fonts are loaded without XML metrics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503317 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bugzilla 41503: Andreas L. Delmelle2007-01-312-1/+60
| | | | | | | take into account that column-numbers need not be monotonically increasing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@501977 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 41019, minor changes to a few testcases as now a different set ↵Luca Furini2007-01-306-26/+57
| | | | | | of break is created. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@501453 13f79535-47bb-0310-9956-ffa450edef68
* Fix for PDF corruption when a TrueType font with spaces in its name is ↵Jeremias Maerki2007-01-262-2/+29
| | | | | | embedded and no XML font metrics file for that font is used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@500222 13f79535-47bb-0310-9956-ffa450edef68
* Typo in javadocJeremias Maerki2007-01-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@500221 13f79535-47bb-0310-9956-ffa450edef68
* Properties are wrong. Sorry.Jeremias Maerki2007-01-221-49/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498837 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #41426:Jeremias Maerki2007-01-224-7/+59
| | | | | | | | Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow. Note: "id" attributes are still not handled properly on fo:wrapper! Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498835 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:eol-style native publish.xmlSimon Pepping2007-01-221-57/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498774 13f79535-47bb-0310-9956-ffa450edef68
* Ignore the work directory created by ForrestBot.Jeremias Maerki2007-01-220-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498565 13f79535-47bb-0310-9956-ffa450edef68
* Point to upcoming ApacheCon EUJeremias Maerki2007-01-221-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498564 13f79535-47bb-0310-9956-ffa450edef68
* Switching to SVN deployment with ForrestBot so everyone can do the FOP site ↵Jeremias Maerki2007-01-211-37/+20
| | | | | | | | | deployment and we fulfill the wishes of the infrastructure people. This includes the FixCRLF operation to avoid any problems with mixed line endings in the generated files on Windows. Deployment using "ant -f publish.xml deploy" git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498325 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Seeking to the end of the file is legal, only reading from this ↵Jeremias Maerki2007-01-161-1/+1
| | | | | | position isn't. Fixes running TTFReader with K3.ttf. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496860 13f79535-47bb-0310-9956-ffa450edef68
* Two scripts to start FOP on MS WindowsSimon Pepping2007-01-162-0/+414
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496842 13f79535-47bb-0310-9956-ffa450edef68
* Added a compliance column for the development versionSimon Pepping2007-01-152-52/+1038
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496492 13f79535-47bb-0310-9956-ffa450edef68
* Two Knuth boxes following each other should only be considered for an ↵Manuel Mall2007-01-141-1/+3
| | | | | | additional letter space if both are not auxiliary boxes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496020 13f79535-47bb-0310-9956-ffa450edef68