aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen
Commit message (Collapse)AuthorAgeFilesLines
...
* updates for ext, and message handler changesKeiron Liddle2001-11-223-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194575 13f79535-47bb-0310-9956-ffa450edef68
* Add white-space-treatment and linefeed-treatmentKaren Lease2001-11-211-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194573 13f79535-47bb-0310-9956-ffa450edef68
* added master-referenceKeiron Liddle2001-11-091-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194538 13f79535-47bb-0310-9956-ffa450edef68
* no longer neededKeiron Liddle2001-10-301-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194529 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bug in initializing compound properties like ↵Karen Lease2001-10-141-1/+3
| | | | | | inline-progression-dimension from their 'corresponding' properties git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194503 13f79535-47bb-0310-9956-ffa450edef68
* Add table-layout and inline-progression-dimensionKaren Lease2001-10-141-16/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194502 13f79535-47bb-0310-9956-ffa450edef68
* updated to use HashMap so that when using threads reading dataKeiron Liddle2001-09-241-12/+12
| | | | | | | is not synchronized and therefore slower git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194480 13f79535-47bb-0310-9956-ffa450edef68
* Add support for mapping multiple keywords to the same constant in ↵Karen Lease2001-09-211-21/+17
| | | | | | enumeration/value. Remove commented out stuff. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194476 13f79535-47bb-0310-9956-ffa450edef68
* Add support for values left and right in the text-align property. Fixes bugs ↵Karen Lease2001-09-211-2/+4
| | | | | | 1723, 1724 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194475 13f79535-47bb-0310-9956-ffa450edef68
* Remove svgproperties.xml which no longer existsKaren Lease2001-08-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194444 13f79535-47bb-0310-9956-ffa450edef68
* Use the key function with the external charlist.xml file so no need for ↵Karen Lease2001-08-261-5/+7
| | | | | | mergefile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194442 13f79535-47bb-0310-9956-ffa450edef68
* setup a couple of propsKeiron Liddle2001-08-061-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194396 13f79535-47bb-0310-9956-ffa450edef68
* AHS: activated space-start/space-endarved2001-07-261-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194372 13f79535-47bb-0310-9956-ffa450edef68
* AHS: initial marker supportarved2001-07-161-4/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194355 13f79535-47bb-0310-9956-ffa450edef68
* grouped properties according to catagoryKeiron Liddle2001-07-121-1504/+1422
| | | | | | | as in the spec git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194348 13f79535-47bb-0310-9956-ffa450edef68
* indicates to be implemented status forKeiron Liddle2001-07-111-268/+275
| | | | | | | properties no implemented git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194346 13f79535-47bb-0310-9956-ffa450edef68
* added all remaing propertiesKeiron Liddle2001-07-091-6/+784
| | | | | | | currently just with type String git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194342 13f79535-47bb-0310-9956-ffa450edef68
* Support 'format' property on fo:page-sequencearved2001-07-081-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194337 13f79535-47bb-0310-9956-ffa450edef68
* put import at startKeiron Liddle2001-07-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194326 13f79535-47bb-0310-9956-ffa450edef68
* puts the right property family name in resulting prop fileKeiron Liddle2001-07-021-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194325 13f79535-47bb-0310-9956-ffa450edef68
* some independance improvementsKeiron Liddle2001-06-201-7/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194299 13f79535-47bb-0310-9956-ffa450edef68
* FOP now uses Batik to render svgKeiron Liddle2001-05-175-259/+1546
| | | | | | | | | | | | This is handled for awt - using batik to render to a graphic and pdf. Pdf still requires better image support. The elements and properties are generated from the svgelements.xml document. The version of batik is 17/05/2001 cvs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194250 13f79535-47bb-0310-9956-ffa450edef68
* new properties for table bordersKaren Lease2001-04-111-1/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194199 13f79535-47bb-0310-9956-ffa450edef68
* put text-anchor in the correct placeKeiron Liddle2001-03-081-43/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194144 13f79535-47bb-0310-9956-ffa450edef68
* Temporary precedence boolean propertyarved2001-03-041-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194135 13f79535-47bb-0310-9956-ffa450edef68
* Add support for border and padding shorthand properties, color keywords in ↵Karen Lease2001-03-045-46/+289
| | | | | | foproperties file, new Constants iface git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194121 13f79535-47bb-0310-9956-ffa450edef68
* Generate a single interface for all constantsKaren Lease2001-03-042-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194120 13f79535-47bb-0310-9956-ffa450edef68
* Added ant filter files for the xalan redirectsKelly Campbell2001-03-012-0/+4
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194111 13f79535-47bb-0310-9956-ffa450edef68
* Patch for SVG viewboxarved2001-02-111-0/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194044 13f79535-47bb-0310-9956-ffa450edef68
* Added support for PDF outlines (aka bookmarks). See the example inKelly Campbell2001-02-061-0/+18
| | | | | | | | | | | docs/examples/fo/pdfoutline.fo for an example. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194025 13f79535-47bb-0310-9956-ffa450edef68
* Added TrueType and embedded font support from Tore Engvig andKelly Campbell2001-02-052-0/+295
| | | | | | | | | | | | Alain Fagot PR: Obtained from: Submitted by: Tore Engvig <tengvig@infostream.no>, Alain FAGOT <Alain.FAGOT@framfab.nl> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194018 13f79535-47bb-0310-9956-ffa450edef68
* Commit more text decoration support from Christain Geisert (finally)Karen Lease2001-02-011-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194007 13f79535-47bb-0310-9956-ffa450edef68
* Add small-caps support.eschaeffer2001-01-231-1159/+1169
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193976 13f79535-47bb-0310-9956-ffa450edef68
* Add keep properties as compound; handle enumeration types in subproperties; ↵Karen Lease2001-01-025-89/+560
| | | | | | add corresponding properties; handle enumeration plus base property type; update dtd git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193944 13f79535-47bb-0310-9956-ffa450edef68
* added omit-header and footer at breakKeiron Liddle2000-12-201-0/+12
| | | | | | | also handles headers properly with multiple table bodies git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193914 13f79535-47bb-0310-9956-ffa450edef68
* Added span, column-count, column-gaparved2000-12-181-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193900 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2000-12-161-1065/+0
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Replaced by foproperties.xml and svgproperties.xml git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193882 13f79535-47bb-0310-9956-ffa450edef68
* Improve handling of compound propertiesKaren Lease2000-12-162-152/+328
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193880 13f79535-47bb-0310-9956-ffa450edef68
* adds support for fo:character and property characterfotis2000-12-151-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193874 13f79535-47bb-0310-9956-ffa450edef68
* adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration ↵fotis2000-12-121-5/+60
| | | | | | support (F.J.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68
* Updated tables to handle headers, footers, keep-withKeiron Liddle2000-12-121-11/+57
| | | | | | | | | | | colspan is partly done Also fixed the bug where some of a block was missing if near end of page Code changes sponsored by Dresdner Bank, Germany git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193859 13f79535-47bb-0310-9956-ffa450edef68
* Dharamveer Salecha's removing duplicate character mappings.Steve Coffman2000-12-081-36/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193858 13f79535-47bb-0310-9956-ffa450edef68
* updated svg stuff for the latest java bindingsKeiron Liddle2000-11-291-11/+23
| | | | | | | | added some props for units, gradient etc. jstyle'd git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193847 13f79535-47bb-0310-9956-ffa450edef68
* changed the size of the "-" char so that it has correct widthKeiron Liddle2000-11-284-8/+8
| | | | | | | | this makes sure that right aligned text will start from the correct pos Code changes sponsored by Dresdner Bank, Germany git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193841 13f79535-47bb-0310-9956-ffa450edef68
* hanged the width of the "-" characterKeiron Liddle2000-11-273-5/+6
| | | | | | | | | this now shows the correct width of the characters as determined by right-align ing Lines containing "-" should be right aligned correctly now Code changes sponsored by Dresdner Bank, Germany. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193840 13f79535-47bb-0310-9956-ffa450edef68
* adds support for properties leader-align, leader-pattern-width, ↵fotis2000-11-251-0/+25
| | | | | | leader-length.minimum, leader-length.maximum and leader-pattern (values: dots, space) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193837 13f79535-47bb-0310-9956-ffa450edef68
* AWTRenderer no supports system fonts (Dorothea Wiarda)fotis2000-11-162-22/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193824 13f79535-47bb-0310-9956-ffa450edef68
* renames white-space-treatment to white-space-collapsefotis2000-11-152-13/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193812 13f79535-47bb-0310-9956-ffa450edef68
* full region support [Kelly Campbell, Arved Sandstrom]fotis2000-11-152-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193806 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweak to avoid writing into the ignore_this.java files which confused ↵Karen Lease2000-11-142-0/+6
| | | | | | javadoc git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193803 13f79535-47bb-0310-9956-ffa450edef68