aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache
Commit message (Collapse)AuthorAgeFilesLines
...
* prevent starting until value setKeiron Liddle2002-06-101-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194864 13f79535-47bb-0310-9956-ffa450edef68
* start to an improved mif handlerKeiron Liddle2002-06-0533-5508/+579
| | | | | | | | cleaner structures and logic for handling the mif document and elements uses the structure handler concept to create the mif document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194855 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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
* 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
* 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
* 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-2818-78/+416
| | | | | | | | | | | | 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
* 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
* 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
* 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
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-1125-130/+57
| | | | | | | 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
* 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
* a simple impl of getting ipd and line heightKeiron Liddle2002-03-2117-85/+157
| | | | | | | some adjustments to user agent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194714 13f79535-47bb-0310-9956-ffa450edef68
* changed property to trait for areasKeiron Liddle2002-03-219-57/+75
| | | | | | | added ipd to area git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194713 13f79535-47bb-0310-9956-ffa450edef68
* initialise driver rather then doing too much in constructorKeiron Liddle2002-03-212-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194712 13f79535-47bb-0310-9956-ffa450edef68
* updated to changes in batik apiKeiron Liddle2002-03-216-86/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194711 13f79535-47bb-0310-9956-ffa450edef68
* made it easier to add xml handlersKeiron Liddle2002-03-183-13/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194708 13f79535-47bb-0310-9956-ffa450edef68
* comment about reader behaviourKeiron Liddle2002-03-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194700 13f79535-47bb-0310-9956-ffa450edef68
* extends adapter instead of implementing useragentKeiron Liddle2002-03-112-89/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194699 13f79535-47bb-0310-9956-ffa450edef68
* no longer neededKeiron Liddle2002-03-083-242/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194698 13f79535-47bb-0310-9956-ffa450edef68
* removed unneeded importsKeiron Liddle2002-03-082-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194697 13f79535-47bb-0310-9956-ffa450edef68
* renders images and ifo to pdf docKeiron Liddle2002-03-0812-41/+496
| | | | | | | added xml reader for external graphics git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194696 13f79535-47bb-0310-9956-ffa450edef68
* removed excess spacesKeiron Liddle2002-03-071-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194693 13f79535-47bb-0310-9956-ffa450edef68
* set user agent on tree builderKeiron Liddle2002-03-052-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194690 13f79535-47bb-0310-9956-ffa450edef68
* gets namespace of document through different call so conversion is possibleKeiron Liddle2002-03-052-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194689 13f79535-47bb-0310-9956-ffa450edef68
* use buffered stream and close at the endKeiron Liddle2002-03-041-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194688 13f79535-47bb-0310-9956-ffa450edef68
* remove SVGArea and ImageArea, no longer neededKeiron Liddle2002-02-2617-201/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194674 13f79535-47bb-0310-9956-ffa450edef68
* Use CharUtilities instead of CharClassKaren Lease2002-02-254-25/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194673 13f79535-47bb-0310-9956-ffa450edef68
* Use util.CharUtilities insteadKaren Lease2002-02-251-85/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194672 13f79535-47bb-0310-9956-ffa450edef68
* improved thread safety of readersKeiron Liddle2002-02-2520-327/+271
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194670 13f79535-47bb-0310-9956-ffa450edef68
* Correct margin handling on body region for writing-modeKaren Lease2002-02-233-16/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194669 13f79535-47bb-0310-9956-ffa450edef68
* Take CTM into account for PDF rendering (small test)Karen Lease2002-02-232-6/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194668 13f79535-47bb-0310-9956-ffa450edef68
* Support PDF renderingKaren Lease2002-02-232-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194667 13f79535-47bb-0310-9956-ffa450edef68
* improved cacheKeiron Liddle2002-02-224-24/+90
| | | | | | | gets base dir from user agent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194665 13f79535-47bb-0310-9956-ffa450edef68
* fix for no class def found error if no batikKeiron Liddle2002-02-222-46/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194664 13f79535-47bb-0310-9956-ffa450edef68
* some preliminary changes to image handlingKeiron Liddle2002-02-2138-1279/+1185
| | | | | | | | Images are put into a cache, different cahces are possible if information is required it needs to be explicitly loaded git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194663 13f79535-47bb-0310-9956-ffa450edef68
* removed printlnKeiron Liddle2002-02-211-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194662 13f79535-47bb-0310-9956-ffa450edef68