aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update white-space test case to cover more Unicode whitespace codepointsManuel Mall2007-01-061-33/+311
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493429 13f79535-47bb-0310-9956-ffa450edef68
* Documenting FOP's entry point for user written scriptsSimon Pepping2007-01-051-10/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493202 13f79535-47bb-0310-9956-ffa450edef68
* Removed debugging informationSimon Pepping2007-01-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493190 13f79535-47bb-0310-9956-ffa450edef68
* FAQ entry on usage of height on table-rows.Jeremias Maerki2007-01-051-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492965 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40930:Jeremias Maerki2007-01-044-0/+33
| | | | | | Added support for display-align for table-cell in RTF output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492769 13f79535-47bb-0310-9956-ffa450edef68
* Add Pascal Sancho to the active contributors list. Thanks to Pascal for his ↵Vincent Hennebert2007-01-031-0/+4
| | | | | | contributions to FOP so far. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492087 13f79535-47bb-0310-9956-ffa450edef68
* Readding the default format. This solves bug 41271.Simon Pepping2007-01-021-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@491926 13f79535-47bb-0310-9956-ffa450edef68
* Correction: undo part of refactoring I've done locally, but not committedAndreas L. Delmelle2006-12-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489887 13f79535-47bb-0310-9956-ffa450edef68
* Slight improvement of the check in equals(); make sure String.equals() gets ↵Andreas L. Delmelle2006-12-231-4/+8
| | | | | | called only as a last resort (for non-canonical Strings) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489886 13f79535-47bb-0310-9956-ffa450edef68
* Adaptation of MarkerAttribute cache to use WeakHashMapAndreas L. Delmelle2006-12-231-26/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489885 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation error caused by incorrect package name in generated code. ↵Manuel Mall2006-12-224-13/+13
| | | | | | Also updated tests to Unicode 5 UAX#14 pair table compliance. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489620 13f79535-47bb-0310-9956-ffa450edef68
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks ↵Manuel Mall2006-12-2243-592/+2557
| | | | | | to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489585 13f79535-47bb-0310-9956-ffa450edef68
* Avoid reading beyond the end of the file. This fixes bug 41117.Simon Pepping2006-12-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489448 13f79535-47bb-0310-9956-ffa450edef68
* Update of statusSimon Pepping2006-12-201-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488988 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused attributes from TableCell. Patch by Richard WheeldonSimon Pepping2006-12-201-39/+0
| | | | | | | <richardw@geoquip-rnd.demon.co.uk>. ASF Bugzilla Bug 41009. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488966 13f79535-47bb-0310-9956-ffa450edef68
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-2041-392/+301
| | | | | | | | <richardw@geoquip-rnd.demon.co.uk>. ASF Bugzilla Bug 41044, attachment 19177. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488960 13f79535-47bb-0310-9956-ffa450edef68
* Optimization in Marker.java: reduction of distinct MarkerAttribute instances ↵Andreas L. Delmelle2006-12-171-44/+75
| | | | | | (see also Bugzilla 41044) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@487972 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled testcase for bug #40230 (was in my local copy for long)Vincent Hennebert2006-12-072-1/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@483461 13f79535-47bb-0310-9956-ffa450edef68
* sans motsSimon Pepping2006-12-041-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@482326 13f79535-47bb-0310-9956-ffa450edef68