aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* PR:Glen Mazza2005-02-069-24/+22
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Rolled the PageNumberGenerator from PSLM back into PageSequence (slightly simpler, also this functionality is useful for non-layout render types), renamed PageViewport.getPageNumber() to .getPageNumberString() to emphasize what it is actually returning. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198381 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-02-063-56/+30
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Minor variable renaming in PSLM, removed pageCount variable from ATH. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198380 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-02-054-9/+3
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Switch to Root's page number counter. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198379 13f79535-47bb-0310-9956-ffa450edef68
* Better table-column build-up. Columns can now be in non-consecutive order ↵Jeremias Maerki2005-02-041-10/+35
| | | | | | (using column-number) and number-columns-repeated is now respected. Missing columns (gaps) are logged as an error but no further handling ATM. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198376 13f79535-47bb-0310-9956-ffa450edef68
* Checks and an addtional method to determine whether a column-number is set.Jeremias Maerki2005-02-041-7/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198375 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for list labels that were not properly placed when the list-block is ↵Jeremias Maerki2005-02-041-0/+4
| | | | | | a child of a flow and there are margins on the page-master. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198373 13f79535-47bb-0310-9956-ffa450edef68
* Notify the AreaTreeHandler about new pages being added.Jeremias Maerki2005-02-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198372 13f79535-47bb-0310-9956-ffa450edef68
* Add a facility for the PageSequenceLayoutManager to notify about a new page ↵Jeremias Maerki2005-02-031-3/+17
| | | | | | being added so the rendering statistics work again. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198371 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for whitespace handling that surfaced after my last fix for linefeed ↵Jeremias Maerki2005-02-032-6/+21
| | | | | | handling when markers are involved. Nodes preceeding a marker that don't create an area were removed from the childNodes list but the firstInlineChild was not cleared creating additional unwanted empty lines in the output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198368 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for blocks with forced linefeeds that break over the page boundary.Jeremias Maerki2005-02-021-133/+6
| | | | | | | Submitted by: Luca Furini <lfurini.at.cs.unibo.it> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198366 13f79535-47bb-0310-9956-ffa450edef68
* Don't ignore linefeeds when building Knuth elements.Jeremias Maerki2005-02-021-10/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198365 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for omitted empty lines caused by forced linefeeds.Jeremias Maerki2005-02-021-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198364 13f79535-47bb-0310-9956-ffa450edef68
* Bug #33321Jeremias Maerki2005-02-021-6/+6
| | | | | | | | Fix for invalid regular expressions. Patch committed with modifications. Submitted by: James Shaw <hertzsprrrung.at.btopenworld.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198361 13f79535-47bb-0310-9956-ffa450edef68
* Name of parameter was wrong.Jeremias Maerki2005-02-012-15/+18
| | | | | | | Some style updates while at it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198359 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for special case when markers weren't added correctly. This happens ↵Jeremias Maerki2005-02-011-27/+28
| | | | | | when a block is empty except for marker elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198356 13f79535-47bb-0310-9956-ffa450edef68
* Both fore- and background colors are initially black. This fixes a bug where ↵Jeremias Maerki2005-02-011-1/+1
| | | | | | in a certain situation a white background resulted in a black rectangle being painted because the color operators are only generated if the color changes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198355 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-01-314-4/+4
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Copyright years fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198354 13f79535-47bb-0310-9956-ffa450edef68
* Addition of new fo:page-sequence-wrapper FO from XSL 1.1. Currently not ↵Glen Mazza2005-01-314-6/+136
| | | | | | "plugged in" (it is commented out in FOElementMapping) nor functionally implemented. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198353 13f79535-47bb-0310-9956-ffa450edef68
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-315-39/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198352 13f79535-47bb-0310-9956-ffa450edef68
* table-cell generates a normal reference-area.Jeremias Maerki2005-01-311-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198347 13f79535-47bb-0310-9956-ffa450edef68
* Added the page number to the pageViewportJeremias Maerki2005-01-311-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198344 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-01-303-81/+54
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Altered TestConverter to use FileCompare's file comparison logic. Renamed Compare to FileCompare. Simplified logger implementation in TestConverter. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198343 13f79535-47bb-0310-9956-ffa450edef68
* Updated the paths in the Makefile and the customization stylesheets.Simon Pepping2005-01-306-32/+240
| | | | | | | Created an Ant build file. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198342 13f79535-47bb-0310-9956-ffa450edef68
* Updated to the current situation. Patch by renaud richardet, see bug 33126Simon Pepping2005-01-301-92/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198341 13f79535-47bb-0310-9956-ffa450edef68
* Added border, padding and spacing for list-blocks and list-items.Jeremias Maerki2005-01-282-29/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198338 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and added missing some public accessors.Jeremias Maerki2005-01-282-16/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198337 13f79535-47bb-0310-9956-ffa450edef68
* corresponding.compute() may also return null to indicate that the inherited ↵Jeremias Maerki2005-01-281-6/+6
| | | | | | value should be used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198335 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug for labels, giving the wrong reference IPD.Jeremias Maerki2005-01-281-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198333 13f79535-47bb-0310-9956-ffa450edef68
* CONTAINING_REFAREA seems to work now, so use it.Jeremias Maerki2005-01-281-12/+13
| | | | | | | Rearranged calculation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198332 13f79535-47bb-0310-9956-ffa450edef68
* Fixed CONTAINING_REFAREA (for list indents)Jeremias Maerki2005-01-281-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198331 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug in markers with boundary document and page-sequence.Jeremias Maerki2005-01-271-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198329 13f79535-47bb-0310-9956-ffa450edef68
* Switching off reuse of static LMs, which fixes page numbers and markers on ↵Jeremias Maerki2005-01-261-10/+8
| | | | | | pages >1. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198327 13f79535-47bb-0310-9956-ffa450edef68
* toString()Jeremias Maerki2005-01-261-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198326 13f79535-47bb-0310-9956-ffa450edef68
* Added a check for endless loops.Jeremias Maerki2005-01-261-8/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198323 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for layout of block-containers with fixed BPD. They weren't properly ↵Jeremias Maerki2005-01-261-6/+27
| | | | | | | | | broken over to the next page if they didn't fit. If autoHeight is false, the whole block-container is considered a non-breakable block. Seems to match the behaviour of other implementations but I still haven't found the right place in the spec. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198322 13f79535-47bb-0310-9956-ffa450edef68
* Commenting a variable that was already defined in the superclass.Jeremias Maerki2005-01-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198321 13f79535-47bb-0310-9956-ffa450edef68
* toString() workJeremias Maerki2005-01-263-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198320 13f79535-47bb-0310-9956-ffa450edef68
* Get the mark colors for text-decorations right.Jeremias Maerki2005-01-253-3/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198317 13f79535-47bb-0310-9956-ffa450edef68
* Too many optimizations.Jeremias Maerki2005-01-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198316 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary parameterJeremias Maerki2005-01-253-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198315 13f79535-47bb-0310-9956-ffa450edef68
* First version of text-decoration support (no colors, yet, PDF rendering may ↵Jeremias Maerki2005-01-2520-106/+519
| | | | | | | | | | not be optimal, yet, but the rest seems to work) This change may kill what text-decoration support already was in the RTF renderer. This will need to be fixed later. Some javadoc and style touch-ups. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198314 13f79535-47bb-0310-9956-ffa450edef68
* Additional text-decoration traitsJeremias Maerki2005-01-251-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198313 13f79535-47bb-0310-9956-ffa450edef68
* Additional helper functionsJeremias Maerki2005-01-251-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198312 13f79535-47bb-0310-9956-ffa450edef68
* normal trait attributes for page-level reference and viewport areas.Jeremias Maerki2005-01-241-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198307 13f79535-47bb-0310-9956-ffa450edef68
* is-reference-area and is-viewport-area traitsJeremias Maerki2005-01-241-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198306 13f79535-47bb-0310-9956-ffa450edef68
* Early preloading of images (during FO tree building). This wasn't consistent ↵Jeremias Maerki2005-01-246-70/+159
| | | | | | | | | | before (bg-images were loaded by the renderer). background-position-* implemented where possible (area IPD and BPD must be set for percentages to work) Fixed placement bug for images (bad rounding or coordinates). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198302 13f79535-47bb-0310-9956-ffa450edef68
* Setting IPD and BPD before adding background traitsJeremias Maerki2005-01-241-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198301 13f79535-47bb-0310-9956-ffa450edef68
* More area dimension traits.Jeremias Maerki2005-01-241-9/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198300 13f79535-47bb-0310-9956-ffa450edef68
* Missing aliases for background-position-*.Jeremias Maerki2005-01-241-0/+9
| | | | | | | Missing percent base for height. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198299 13f79535-47bb-0310-9956-ffa450edef68
* JavadocsJeremias Maerki2005-01-241-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198298 13f79535-47bb-0310-9956-ffa450edef68