aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed link problem, now handles external properlyKeiron Liddle2002-05-292-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194843 13f79535-47bb-0310-9956-ffa450edef68
* start of structure handler concept and adjusted the layoutKeiron Liddle2002-05-2712-118/+309
| | | | | | | handling appropriately git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194842 13f79535-47bb-0310-9956-ffa450edef68
* changed pdf streams to use io streams so that theyKeiron Liddle2002-05-2714-68/+543
| | | | | | | | can be cached Submitted by: Paul Reavis <preavis@partnersoft.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194841 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2002-05-2629-468/+913
| | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Separate Position from BreakPoss and create Leaf and NonLeafPosition classes. Move management of Trait to top level Area class and use HAshMap instead of List. Generalize handling of Trait in XMLRenderer and AreaTreeBuilder. Improve handling of word-space and inter-area inline spaces in BP-style layout managers. Set border and padding traits on InlineParent areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194840 13f79535-47bb-0310-9956-ffa450edef68
* sets up the id independantly of the layoutKeiron Liddle2002-05-2336-249/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194838 13f79535-47bb-0310-9956-ffa450edef68
* Add support for hyphenation and some space distribution among inline areasKaren Lease2002-05-2210-252/+439
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194837 13f79535-47bb-0310-9956-ffa450edef68
* Add hyphenation related propertyKaren Lease2002-05-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194836 13f79535-47bb-0310-9956-ffa450edef68
* patch to prevent the same image being inserted multiple timesKeiron Liddle2002-05-221-82/+112
| | | | | | | | into pdf graphics Submitted by: Paul Reavis <preavis@partnersoft.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194834 13f79535-47bb-0310-9956-ffa450edef68
* added a bit of info about using xalanKeiron Liddle2002-05-211-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194833 13f79535-47bb-0310-9956-ffa450edef68
* Fixes a problem when EPS files have Bounding Boxes containing negative ↵Jeremias Maerki2002-05-191-1/+2
| | | | | | | | | integers. (untested for redesign, but compiles and changes are equivalent.) Submitted by: Claes Bergsten <claes.bergsten@tjgroup.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194829 13f79535-47bb-0310-9956-ffa450edef68
* Corrected little omission.Jeremias Maerki2002-05-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194826 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up bookmark extension a bitKeiron Liddle2002-05-1722-208/+333
| | | | | | | make multi page sequences work properly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194825 13f79535-47bb-0310-9956-ffa450edef68
* moved vert align to line areaKeiron Liddle2002-05-173-106/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194824 13f79535-47bb-0310-9956-ffa450edef68
* added status info to main pageKeiron Liddle2002-05-162-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194823 13f79535-47bb-0310-9956-ffa450edef68
* updated to batik1.5 beta 2Keiron Liddle2002-05-132-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194821 13f79535-47bb-0310-9956-ffa450edef68
* Refactor Line and InlineStacking; correct and extend space-handling codeKaren Lease2002-05-135-227/+423
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194820 13f79535-47bb-0310-9956-ffa450edef68
* Add support for line-breaking in nested inlines using BreakPoss strategyKaren Lease2002-05-1014-105/+619
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194818 13f79535-47bb-0310-9956-ffa450edef68
* Add support for nested inlines using the BreakPoss logic.Karen Lease2002-05-105-36/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194817 13f79535-47bb-0310-9956-ffa450edef68
* Updated committer list.Jeremias Maerki2002-05-051-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194766 13f79535-47bb-0310-9956-ffa450edef68
* New files for the BreakPoss(ibility) Layout Manager schemeKaren Lease2002-04-288-0/+1471
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194759 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2002-04-2819-80/+421
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Add BreakPossibility style LayoutManager code as an alternative to Keiron's "direct area creation" method. Not currently enabled: to do so, one must make 2 changes in the source. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194758 13f79535-47bb-0310-9956-ffa450edef68
* Added keeps and spacesPeter Bernard West2002-04-281-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194757 13f79535-47bb-0310-9956-ffa450edef68
* Adding documents to ALT DESIGNPeter Bernard West2002-04-282-0/+286
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194756 13f79535-47bb-0310-9956-ffa450edef68
* Format of multiple entries tidied up.Peter Bernard West2002-04-281-118/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194755 13f79535-47bb-0310-9956-ffa450edef68
* Unnecessary filePeter Bernard West2002-04-281-55/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194754 13f79535-47bb-0310-9956-ffa450edef68
* Dia editable version of pngPeter Bernard West2002-04-283-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194753 13f79535-47bb-0310-9956-ffa450edef68
* Editable version of corresponding pngPeter Bernard West2002-04-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194752 13f79535-47bb-0310-9956-ffa450edef68
* Image files for ALT DESIGN spaces and keeps documentsPeter Bernard West2002-04-286-0/+397
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194751 13f79535-47bb-0310-9956-ffa450edef68
* Installation of editable dia shape file version of galley-preprocessing.pngPeter Bernard West2002-04-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194750 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-2632-612/+1155
| | | | | | | | | | | | all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
* comment for possible thread problemKeiron Liddle2002-04-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194746 13f79535-47bb-0310-9956-ffa450edef68
* added news section to documentationChristian Geisert2002-04-243-3/+34
| | | | | | | added info about mailing list digest git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194744 13f79535-47bb-0310-9956-ffa450edef68
* added an extension for mathmlKeiron Liddle2002-04-2311-0/+646
| | | | | | | uses jeuclid to convert mathml into svg git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194741 13f79535-47bb-0310-9956-ffa450edef68
* some changes to get it closer to the real thingKeiron Liddle2002-04-221-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194740 13f79535-47bb-0310-9956-ffa450edef68
* synced with branchKeiron Liddle2002-04-221-8/+6
| | | | | | | makes FOP running with any JAXP1.1 compliant parser git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194739 13f79535-47bb-0310-9956-ffa450edef68
* more understanding docsKeiron Liddle2002-04-222-4/+210
| | | | | | | | converted from mailing list to xml doc Submitted by: Cyril Rognon <crognon@objectiva.fr> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194738 13f79535-47bb-0310-9956-ffa450edef68
* updated to the fluid batik apiKeiron Liddle2002-04-191-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194737 13f79535-47bb-0310-9956-ffa450edef68
* enforce users to call getParser so it can setup the xslt filterKeiron Liddle2002-04-191-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194736 13f79535-47bb-0310-9956-ffa450edef68
* turkish hyphenation fileKeiron Liddle2002-04-151-0/+607
| | | | | | | Submitted by: Togan Muftuoglu toganm@users.sourceforge.net git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194735 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorsKeiron Liddle2002-04-124-14/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194734 13f79535-47bb-0310-9956-ffa450edef68
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-1133-140/+79
| | | | | | | Submitted by: Michael Gratton <mjg@recalldesign.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68
* portuguese hyphenation patternsKeiron Liddle2002-04-101-0/+226
| | | | | | | Submitted by: Paulo Soares <psoares@consiste.pt> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194732 13f79535-47bb-0310-9956-ffa450edef68
* basic vertical alignment and height for linesKeiron Liddle2002-04-0210-18/+166
| | | | | | | handles alignment.fo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194730 13f79535-47bb-0310-9956-ffa450edef68
* inline area alignment example from specKeiron Liddle2002-03-281-0/+196
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194727 13f79535-47bb-0310-9956-ffa450edef68
* some corrections and additionsKeiron Liddle2002-03-282-25/+174
| | | | | | | Submitted by: "Peter B. West" <pbwest@powerup.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194726 13f79535-47bb-0310-9956-ffa450edef68
* moved to contribKeiron Liddle2002-03-272-149/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194722 13f79535-47bb-0310-9956-ffa450edef68
* updated old servlet code, moved to contribKeiron Liddle2002-03-278-0/+564
| | | | | | | | added print servlet Submitted By: Jeremias Maerki <jeremias.maerki@outline.ch> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194721 13f79535-47bb-0310-9956-ffa450edef68
* added to alt.design docsKeiron Liddle2002-03-2712-3/+988
| | | | | | | Submitted By: "Peter B. West" <pbwest@powerup.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194720 13f79535-47bb-0310-9956-ffa450edef68
* updated batik for api changesKeiron Liddle2002-03-212-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194717 13f79535-47bb-0310-9956-ffa450edef68
* fixed spelling of outputKeiron Liddle2002-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194716 13f79535-47bb-0310-9956-ffa450edef68