aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Initial support for soft hyphensManuel Mall2007-01-135-43/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495855 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup: Andreas L. Delmelle2007-01-1135-56/+62
| | | | | | | | | | | - avoid unnecessary calls to getLogger(); LengthBase gets its own logger, LMs log to the AbstractLM logger - CommonBorderPaddingBackground no longer implements Cloneable (changes suggested by Richard Wheeldon) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495371 13f79535-47bb-0310-9956-ffa450edef68
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-114-9/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495222 13f79535-47bb-0310-9956-ffa450edef68
* Fix for new linebreaking in combination with hyphenation not correctly ↵Manuel Mall2007-01-112-21/+69
| | | | | | breaking when explicit hyphen present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495175 13f79535-47bb-0310-9956-ffa450edef68
* changed download links to to reflect xmlgraphics ↵Clay Leeds2007-01-111-3/+3
| | | | | | (http://archive.apache.org/dist/xmlgraphics/fop/*) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495110 13f79535-47bb-0310-9956-ffa450edef68
* Updates after release 0.93, a.o. the new approval procedureSimon Pepping2007-01-101-19/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494979 13f79535-47bb-0310-9956-ffa450edef68
* Changed rgb-icc compliance indicator from 'no' to 'yes' (Thanks Elliotte)Clay Leeds2007-01-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494738 13f79535-47bb-0310-9956-ffa450edef68
* Created a static known-issues item in the release tab. Updated theSimon Pepping2007-01-0910-83/+715
| | | | | | | documenation for running. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494595 13f79535-47bb-0310-9956-ffa450edef68
* In relaxed validation mode, it should be acceptable to have fo:table-footer ↵Vincent Hennebert2007-01-091-1/+1
| | | | | | /after/ fo:table-body git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494416 13f79535-47bb-0310-9956-ffa450edef68
* added some info about meChristian Geisert2007-01-081-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493987 13f79535-47bb-0310-9956-ffa450edef68
* That may be discussed, but IMO support for UAX#14 line breaking is an ↵Vincent Hennebert2007-01-081-1/+1
| | | | | | important addition. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493979 13f79535-47bb-0310-9956-ffa450edef68
* Added afp to command line options help, marked mif and svg as experimentalManuel Mall2007-01-081-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493927 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some more invalid links.Jeremias Maerki2007-01-075-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493803 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from branch fop-0.93 back into trunk, change year 2006Simon Pepping2007-01-0764-1113/+1928
| | | | | | | | in build.xml into 2007, remove PCL from unsupported output formats in known issues git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493717 13f79535-47bb-0310-9956-ffa450edef68
* Added fop.home to Main.getJARList. Adapted the documentation.Simon Pepping2007-01-062-23/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493473 13f79535-47bb-0310-9956-ffa450edef68
* Added to the documentation of FOP's classpath and jar featuresSimon Pepping2007-01-061-41/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493445 13f79535-47bb-0310-9956-ffa450edef68