aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* keep-with-next|previous on lists.Jeremias Maerki2005-05-242-4/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198686 13f79535-47bb-0310-9956-ffa450edef68
* Update for toString()Jeremias Maerki2005-05-241-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198685 13f79535-47bb-0310-9956-ffa450edef68
* Modify keep-with-next and keep-with-previous handling to support ↵Jeremias Maerki2005-05-2410-63/+251
| | | | | | | | | | "level-hopping" (see keep-with-next1a and keep-with-previous1a) Full keep handling for tables (there's a remaning problem with keep-with-previous) keep-together support for lists. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198683 13f79535-47bb-0310-9956-ffa450edef68
* More keep accessors where needed.Jeremias Maerki2005-05-246-112/+162
| | | | | | | Common abstract base class for ListItemLabel and ListItemBody to make code in the LM more readable. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198682 13f79535-47bb-0310-9956-ffa450edef68
* Need the ability to modify P after creation of the instance.Jeremias Maerki2005-05-241-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198681 13f79535-47bb-0310-9956-ffa450edef68
* Two new flags for handling keeps.Jeremias Maerki2005-05-241-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198680 13f79535-47bb-0310-9956-ffa450edef68
* Initial keep-together support on table.Jeremias Maerki2005-05-233-3/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198672 13f79535-47bb-0310-9956-ffa450edef68
* First step towards keep-together on tables (should work on table-rows now).Jeremias Maerki2005-05-237-71/+134
| | | | | | | | Logging of element lists removed from AbstractBreaker. Instead creates ElementListObserver which receives notifications on newly created element lists so they can be logged, checked or whatever. Please see the next commit under the "test" directory. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198669 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup and some javadocs.Jeremias Maerki2005-05-232-10/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198668 13f79535-47bb-0310-9956-ffa450edef68
* Additional ppm indicator especially interesting for those of us doing ↵Jeremias Maerki2005-05-231-1/+3
| | | | | | high-volume printing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198667 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for a few minor problems in certain special cases.Jeremias Maerki2005-05-233-56/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198666 13f79535-47bb-0310-9956-ffa450edef68
* Removed reference to my company.Glen Mazza2005-05-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198665 13f79535-47bb-0310-9956-ffa450edef68
* Output vertical position of text area in area tree XML.Jeremias Maerki2005-05-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198664 13f79535-47bb-0310-9956-ffa450edef68
* Correction to footnotes handling: break a footnote body only if its citation ↵Luca Furini2005-05-192-38/+49
| | | | | | is in the last content line. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198662 13f79535-47bb-0310-9956-ffa450edef68
* I love my testcases. table-row1 just showed me another bug. :-)Jeremias Maerki2005-05-181-1/+1
| | | | | | | Bugfix: row background did not get painted in certain situations. rowFO was reset too soon. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198661 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for a ClassCastException on autoheight block-containers where ↵Jeremias Maerki2005-05-181-11/+16
| | | | | | | | | Position instances come through for normal penalties between blocks. Additional fix so a distinction is made between space-related positions and the penalties that caused the problem above. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198655 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup.Jeremias Maerki2005-05-182-153/+35
| | | | | | | Some style fixes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198653 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for space-after on fixed-height block-containers.Jeremias Maerki2005-05-181-121/+88
| | | | | | | Code cleanup. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198652 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for space-after situation in block-containers.Jeremias Maerki2005-05-181-5/+7
| | | | | | | | Javadocs for protected variables. Make two private variables protected as they are used by descendants, too. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198651 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Footnote appears now even if inline part is empty. (see ↵Jeremias Maerki2005-05-181-0/+5
| | | | | | footnotes2.xml in testcases) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198648 13f79535-47bb-0310-9956-ffa450edef68
* Handle empty inlines/blocks better.Jeremias Maerki2005-05-182-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198647 13f79535-47bb-0310-9956-ffa450edef68
* Removed obsolete code.Jeremias Maerki2005-05-181-79/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198644 13f79535-47bb-0310-9956-ffa450edef68
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-1718-2130/+264
| | | | | | | Some style improvements here and there. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198643 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-178-63/+114
| | | | | | | Bugfix: page-number-citations are now properly resolved. The new method in AreaTreeHandler may not be optimal, but I haven't found a better way, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198642 13f79535-47bb-0310-9956-ffa450edef68
* log translation only.Jeremias Maerki2005-05-172-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198641 13f79535-47bb-0310-9956-ffa450edef68
* Imports.Jeremias Maerki2005-05-171-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198640 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for flow IPD not being set correctly.Jeremias Maerki2005-05-171-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198639 13f79535-47bb-0310-9956-ffa450edef68
* Footnote implementation: new filesLuca Furini2005-05-172-0/+212
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198638 13f79535-47bb-0310-9956-ffa450edef68
* Footnote implementation: changes to existing filesLuca Furini2005-05-1717-96/+812
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198637 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: When a grid unit is incomplete at the page break, it is not rendered ↵Jeremias Maerki2005-05-171-2/+2
| | | | | | | | | on the first page. Reported By: Simon Pepping git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198636 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Removal of last penalty is fixed now.Jeremias Maerki2005-05-171-23/+75
| | | | | | | Cleanup, style improvements and javadocs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198635 13f79535-47bb-0310-9956-ffa450edef68
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-175-65/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198634 13f79535-47bb-0310-9956-ffa450edef68
* Better error message if the image class can't be instantiated.Jeremias Maerki2005-05-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198633 13f79535-47bb-0310-9956-ffa450edef68
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-166-46/+48
| | | | | | | | | | | instead of the region-reference-area, the latter obtainable already from getCurrentPV(). Switched to a tighter 3-param SCLM constructor, also new convenience method in PV. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198632 13f79535-47bb-0310-9956-ffa450edef68
* Comment reunited with its method.Glen Mazza2005-05-141-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198631 13f79535-47bb-0310-9956-ffa450edef68
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-147-44/+33
| | | | | | | preLoadNext() renamed to clearer createChildLMs()/createNextChildLMs(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198630 13f79535-47bb-0310-9956-ffa450edef68
* Placed the PSLM.curFlowIdx within the area.Span object, and addedGlen Mazza2005-05-144-61/+102
| | | | | | | | a few more convenience accessors to PV. This will give us a little more flexibility in which LM's we place functionality. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198629 13f79535-47bb-0310-9956-ffa450edef68
* Providing the region FO to RegionReference, so it is no longerGlen Mazza2005-05-145-48/+38
| | | | | | | | necessary for PSLM to separately supply it to SCLM. Some simplification of SCLM's Breaker class. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198628 13f79535-47bb-0310-9956-ffa450edef68
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-1397-3047/+10434
| | | | | | | Temp_KnuthStylePageBreaking branch and HEAD have been tagged prior to the merge, so merging uncommitted work from the branch should be easier. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198627 13f79535-47bb-0310-9956-ffa450edef68
* added Renaud's update to fix the mailing list pageClay Leeds2005-04-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198588 13f79535-47bb-0310-9956-ffa450edef68
* added id="lf" for Luca FuriniClay Leeds2005-04-201-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198587 13f79535-47bb-0310-9956-ffa450edef68
* contrib -> examples (this was moved long ago)Jeremias Maerki2005-04-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198575 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #34316Jeremias Maerki2005-04-062-6/+26
| | | | | | | | | Documentation improvements (applied with modifications) Submitted by: renaud.richardet.at.gmail.com git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198564 13f79535-47bb-0310-9956-ffa450edef68
* Described the use of the ant variable hyph.dirSimon Pepping2005-03-291-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198553 13f79535-47bb-0310-9956-ffa450edef68
* Adding a news item for the creation of the XML Graphics project.Jeremias Maerki2005-03-241-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198548 13f79535-47bb-0310-9956-ffa450edef68
* Long-due update for the status page.Jeremias Maerki2005-03-241-16/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198547 13f79535-47bb-0310-9956-ffa450edef68
* Moving the SVG originals out of the way to avoid trouble. My Forrest seems ↵Jeremias Maerki2005-03-235-0/+0
| | | | | | to have a problem. Serving the pregenerated PNGs for now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198545 13f79535-47bb-0310-9956-ffa450edef68
* Moved files to be served "as-is" directly under the content directory. Zero ↵Jeremias Maerki2005-03-2314-0/+0
| | | | | | | | | error messages now in my Forrest. PDF manually generated for embedding.fo using FOP CVS HEAD. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198544 13f79535-47bb-0310-9956-ffa450edef68
* Validation fix.Jeremias Maerki2005-03-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198543 13f79535-47bb-0310-9956-ffa450edef68
* Moved files to be served "as-is" directly under the content directory to fix ↵Jeremias Maerki2005-03-2317-5/+5
| | | | | | a problem with Forrest wanting to run SVG through FOP. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198542 13f79535-47bb-0310-9956-ffa450edef68