aboutsummaryrefslogtreecommitdiffstats
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
* Test for block-progression-dimension and height on table-cell.Jeremias Maerki2005-02-042-1/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198378 13f79535-47bb-0310-9956-ffa450edef68
* Can reenable some tests for table-columns after the last improvement.Jeremias Maerki2005-02-041-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198377 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
* Regression test for label-end() function when there are margins on the ↵Jeremias Maerki2005-02-041-0/+65
| | | | | | page-master and the list-block is a direct child of a flow. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198374 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
* Derived from markers4 these two test cases exercise ↵Jeremias Maerki2005-02-032-0/+230
| | | | | | BlockLayoutManager.addMarkers() where currently some markers are added to the wrong page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198370 13f79535-47bb-0310-9956-ffa450edef68
* The checks were wrong because of the leading linefeed. Also, the ↵Jeremias Maerki2005-02-031-6/+10
| | | | | | space-before is not suitable in this case ATM for a space before that block. Using a bc with fixed height instead. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198369 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
* Can enable some test cases again.Jeremias Maerki2005-02-021-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198367 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
* Test case showing a problem with empty lines generated by forced linefeeds.Jeremias Maerki2005-02-021-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198363 13f79535-47bb-0310-9956-ffa450edef68
* normal-breaking2 simplified and now showing a different problem that might ↵Jeremias Maerki2005-02-022-0/+53
| | | | | | hint at the problem in normal-breaking2. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198362 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
* Regression test for ArrayOutOfBoundsException in ↵Jeremias Maerki2005-02-012-0/+52
| | | | | | LineLayoutManager.addAreas() (to be fixed). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198360 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
* Adding an example with "no-repeat"Jeremias Maerki2005-02-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198358 13f79535-47bb-0310-9956-ffa450edef68
* Special regression test for cases where blocks are empty except for marker ↵Jeremias Maerki2005-02-011-0/+99
| | | | | | elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198357 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
* Test for proportional-column-width() function.Jeremias Maerki2005-01-311-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198351 13f79535-47bb-0310-9956-ffa450edef68
* Test for height and block-progression-dimension on table-row (disabled ↵Jeremias Maerki2005-01-312-1/+108
| | | | | | because it fails). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198350 13f79535-47bb-0310-9956-ffa450edef68
* Two test cases testing table-column properties (disabled because they fail).Jeremias Maerki2005-01-313-1/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198349 13f79535-47bb-0310-9956-ffa450edef68
* First most basic test for tables.Jeremias Maerki2005-01-311-0/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198348 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
* -Dfop.layoutengine.starts-with=breaks selects all tests that begin with ↵Jeremias Maerki2005-01-311-0/+5
| | | | | | "breaks", eg. "breaks2.xml". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198346 13f79535-47bb-0310-9956-ffa450edef68
* Two basic tests for break-before|after on blocks (currently disabled because ↵Jeremias Maerki2005-01-313-0/+132
| | | | | | they fail). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198345 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-304-82/+55
| | | | | | | | | | | | 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
* Test case for borders, padding and spacing on list-blocks and list-items.Jeremias Maerki2005-01-281-0/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198340 13f79535-47bb-0310-9956-ffa450edef68
* Remember to switch on the brain when writing test cases. :-) Forgot to take ↵Jeremias Maerki2005-01-281-3/+8
| | | | | | start-indent into account. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198339 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
* Additional test using margin-left on the list-item and non-default values ↵Jeremias Maerki2005-01-281-44/+74
| | | | | | for provisional-distance-between-starts and provisional-label-separation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198336 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
* Basic tests for lists.Jeremias Maerki2005-01-281-0/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198334 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