aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by Lucas Bruand to JFOR: escape all characters > 127 instead of 255Peter Herweg2004-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197274 13f79535-47bb-0310-9956-ffa450edef68
* added support for white-space-treatment and linefeed-treatment by deferring ↵Peter Herweg2004-01-271-0/+282
| | | | | | the processing of some FOs until execution of endBlock git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197273 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing shorthands.Finn Bock2004-01-252-2/+2
| | | | | | | | PR: 26423 Submitted by: Simon Pepping git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197260 13f79535-47bb-0310-9956-ffa450edef68
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-2511-61/+60
| | | | | | | | | | | | functions to its internal Avalon logger instead. (Only object used within FOUserAgent parameter, plus this library is also used for the PDFTranscoder, plus FOUserAgent not always available from everywhere anymore.) Holding off making a complete switch in this package (FOUserAgent still used in a few more places, albeit only its logger is being requested) until others comment. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197259 13f79535-47bb-0310-9956-ffa450edef68
* Fix a 'javadoc' warning about missing @see target.Finn Bock2004-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197258 13f79535-47bb-0310-9956-ffa450edef68
* fixed wrong datatype in overriden methodPeter Herweg2004-01-241-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197250 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-2413-27/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197249 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc warnings.Finn Bock2004-01-236-10/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197248 13f79535-47bb-0310-9956-ffa450edef68
* Applied Thomas DeWeese's latest patch for the PDF transcoder.Glen Mazza2004-01-222-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197244 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in comments.Finn Bock2004-01-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197243 13f79535-47bb-0310-9956-ffa450edef68
* Abandon codegenerated property makers and use bean-like makers instead.Finn Bock2004-01-2219-941/+3782
| | | | | | | | | | | | | | | - ShorthandParsers are made stateless. - Makers for compound properties inherts from new CompoundPropertyMaker class and overrides makeNewProperty. - FOPropertyMapping is no longer generated but is handcoded. - get() and findProperty() methods are moved from PropertyList to the property makers. PR: 25873 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197241 13f79535-47bb-0310-9956-ffa450edef68
* Add dependant jars to the classloader.Finn Bock2004-01-211-12/+21
| | | | | | | | | Don't check for org.apache.fop.apps.Options, it does not exists anymore. PR: 25691 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197239 13f79535-47bb-0310-9956-ffa450edef68
* Use PDFNumber.doubleOut to format the floats in a transformation matrix.Finn Bock2004-01-211-3/+7
| | | | | | | | | This avoids scientific notation which is not supporter by pdf. PR: 25880 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197238 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Marc Wilhelm Kuester; added support for fo:list in ↵Peter Herweg2004-01-202-9/+37
| | | | | | fo:footnote; ensured Word displays footnote, not endnote git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197228 13f79535-47bb-0310-9956-ffa450edef68
* Fix a NPE caused by avalonization of logging.Finn Bock2004-01-201-9/+39
| | | | | | | | | | | | Support for 'results' attribute on 'test' element, used by NIST suite. Explicit close the output file, otherwise the file has a length of 0 when the files are compared (on windows). Added -d option to enable debug output. PR: 25691 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197227 13f79535-47bb-0310-9956-ffa450edef68
* Block height/width elaboration for XML Renderer--Patch by Finn Bock.Glen Mazza2004-01-201-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197222 13f79535-47bb-0310-9956-ffa450edef68
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-2011-11/+701
| | | | | | | to fo package in preparation for new property maker implementation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197221 13f79535-47bb-0310-9956-ffa450edef68
* Interfaces now in alphabetical order and detached from generic interfacesGlen Mazza2004-01-203-189/+295
| | | | | | | | in autogenerated fo.properties.*; patch from Finn Bock--unneeded method in PropertyInfo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197220 13f79535-47bb-0310-9956-ffa450edef68
* Updated team page--moved Finn, Andreas, Chris and Peter to active status;Glen Mazza2004-01-191-30/+21
| | | | | | | | set Victor and Keiron to inactive status, removed "former contributor" section in favor of going back to giving credit within source files. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197219 13f79535-47bb-0310-9956-ffa450edef68
* replaced string constants with int constantsPeter Herweg2004-01-182-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197215 13f79535-47bb-0310-9956-ffa450edef68
* Bug 25873 (from Finn Bock): Minor code cleanup issues.Glen Mazza2004-01-174-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197214 13f79535-47bb-0310-9956-ffa450edef68
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-1738-204/+384
| | | | | | | | | | | | choose to remove them in favor of strictly using Constants.) Two interfaces (span and position) were removed because of conflicts with other class names. The interface generation was moved into Constants.xsl, which is run manually via the XsltToJava ant task and its output is then checked in. As a result, no more autogeneration of these interfaces at build time will be done. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197213 13f79535-47bb-0310-9956-ffa450edef68
* Further simplifications to file.Glen Mazza2004-01-171-93/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197212 13f79535-47bb-0310-9956-ffa450edef68
* (Property Interface consolidation) Removed a redundancy in interfaceGlen Mazza2004-01-171-4/+1
| | | | | | | | | | | | | | | | | | definitions: from here (for several of the interfaces): public interface KeepWithNext { public interface WithinPage extends GenericKeep.Enums.WithinPage { } public interface WithinLine extends GenericKeep.Enums.WithinLine { } public interface WithinColumn extends GenericKeep.Enums.WithinColumn { } } to here: public interface KeepWithNext extends GenericKeep.Enums { } git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197211 13f79535-47bb-0310-9956-ffa450edef68
* More String->Int conversions (ones I've missed previously.) Appears I've ↵Glen Mazza2004-01-149-22/+20
| | | | | | | | | finally converted all of them. From Finn Bock's patch. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197159 13f79535-47bb-0310-9956-ffa450edef68
* static boolean array inheritableProperty[] added, to reduce processing costsGlen Mazza2004-01-131-7/+10
| | | | | | | of lookups to see if a property is inheritable. Work based on Finn Bock's patch. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197158 13f79535-47bb-0310-9956-ffa450edef68
* News page updates.Glen Mazza2004-01-121-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197157 13f79535-47bb-0310-9956-ffa450edef68
* switch from Property.getPropName() to Property.getPropId(); comments added toGlen Mazza2004-01-104-6/+20
| | | | | | | PropertySets.java to clarify makeSparseIndices() method. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197156 13f79535-47bb-0310-9956-ffa450edef68
* added support for fo:footnotePeter Herweg2004-01-108-10/+292
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197155 13f79535-47bb-0310-9956-ffa450edef68
* Bug 25810 (Patch by Finn Bock) -- Support for inherit attribute value.Glen Mazza2004-01-091-8/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197151 13f79535-47bb-0310-9956-ffa450edef68
* Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.Glen Mazza2004-01-092-6/+9
| | | | | | | Also changed text of warning message. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197149 13f79535-47bb-0310-9956-ffa450edef68
* Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.Glen Mazza2004-01-092-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197148 13f79535-47bb-0310-9956-ffa450edef68
* More String->int conversion.Glen Mazza2004-01-072-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197147 13f79535-47bb-0310-9956-ffa450edef68
* More String->int conversions.Glen Mazza2004-01-072-17/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197146 13f79535-47bb-0310-9956-ffa450edef68
* Constants simplifications in LengthRange and Space.java.Glen Mazza2004-01-072-12/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197145 13f79535-47bb-0310-9956-ffa450edef68
* Last of string->int conversions (more structural improvements still can beGlen Mazza2004-01-077-25/+22
| | | | | | | | done in PropertyList from Finn's patch, however). Made Constants values inherent to CompoundDatatype class. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197144 13f79535-47bb-0310-9956-ffa450edef68
* More String->Int conversions.Glen Mazza2004-01-067-83/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197143 13f79535-47bb-0310-9956-ffa450edef68
* Switch from strings->ints in Property.setSubprop() (from Finn Bock).Glen Mazza2004-01-051-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197142 13f79535-47bb-0310-9956-ffa450edef68
* COMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).Glen Mazza2004-01-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197141 13f79535-47bb-0310-9956-ffa450edef68
* More String->Int Conversions.Glen Mazza2004-01-054-38/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197115 13f79535-47bb-0310-9956-ffa450edef68
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-056-50/+188
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197114 13f79535-47bb-0310-9956-ffa450edef68
* More String->Int conversion; also removed member variable passing (namespace,Glen Mazza2004-01-041-79/+38
| | | | | | | | element) within private functions. (Also made more methods private until external use determined.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197113 13f79535-47bb-0310-9956-ffa450edef68
* More string-->int conversions.Glen Mazza2004-01-041-19/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197112 13f79535-47bb-0310-9956-ffa450edef68
* more String->int conversions.Glen Mazza2004-01-041-72/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197111 13f79535-47bb-0310-9956-ffa450edef68
* String->Int conversion: removed String version of PropertyList.get()Glen Mazza2004-01-042-45/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197110 13f79535-47bb-0310-9956-ffa450edef68
* Fix to remove unnecessary imports of Constants interface.Glen Mazza2004-01-041-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197109 13f79535-47bb-0310-9956-ffa450edef68
* bug fixed: The first occurence of a custom color was displayed with wrong colorPeter Herweg2004-01-031-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197108 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused import to quieten Eclipse.Peter Bernard West2004-01-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197101 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197100 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-032-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197099 13f79535-47bb-0310-9956-ffa450edef68