]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
17 years agoFix spelling error in svn:keywords property
Vincent Hennebert [Thu, 26 Apr 2007 15:11:08 +0000 (15:11 +0000)]
Fix spelling error in svn:keywords property

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@532775 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMake keep-with-next and keep-with-previous work on fo:table
Vincent Hennebert [Thu, 26 Apr 2007 14:20:04 +0000 (14:20 +0000)]
Make keep-with-next and keep-with-previous work on fo:table

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@532754 13f79535-47bb-0310-9956-ffa450edef68

17 years agoForgot checks for the second table's IPDs
Vincent Hennebert [Tue, 24 Apr 2007 07:37:00 +0000 (07:37 +0000)]
Forgot checks for the second table's IPDs

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@531804 13f79535-47bb-0310-9956-ffa450edef68

17 years ago"Exhaustive" testcase for border resolution in the collapsing-border model
Vincent Hennebert [Tue, 24 Apr 2007 07:23:46 +0000 (07:23 +0000)]
"Exhaustive" testcase for border resolution in the collapsing-border model

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@531799 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFirst testcases for the collapsing-border model in tables
Vincent Hennebert [Fri, 20 Apr 2007 19:18:02 +0000 (19:18 +0000)]
First testcases for the collapsing-border model in tables

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530894 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix the handling of padding for spanning cells in the collapsing-border model
Vincent Hennebert [Fri, 20 Apr 2007 19:09:51 +0000 (19:09 +0000)]
Fix the handling of padding for spanning cells in the collapsing-border model

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530887 13f79535-47bb-0310-9956-ffa450edef68

17 years agoOf course the painting of table borders in the collapsing model is due to Jeremias...
Vincent Hennebert [Fri, 20 Apr 2007 19:09:04 +0000 (19:09 +0000)]
Of course the painting of table borders in the collapsing model is due to Jeremias. Damn me for not thinking of that in the previous commit.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530886 13f79535-47bb-0310-9956-ffa450edef68

17 years agoTime to enable border-collapse="collapse"
Vincent Hennebert [Fri, 20 Apr 2007 10:21:19 +0000 (10:21 +0000)]
Time to enable border-collapse="collapse"

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530727 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix the computation of cells' IPD when they contain children with forced breaks.
Vincent Hennebert [Fri, 20 Apr 2007 10:00:05 +0000 (10:00 +0000)]
Fix the computation of cells' IPD when they contain children with forced breaks.
In such cases TableCellLM.getNextKnuthElements was called several times, and thus the borders/paddings of the cell were substracted several times from the IPD.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530724 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMove out all statistics/debug related code into an inner Statistics class.
Vincent Hennebert [Fri, 20 Apr 2007 08:04:55 +0000 (08:04 +0000)]
Move out all statistics/debug related code into an inner Statistics class.
Patch submitted by Adrian Cumiskey (fop-dev AT cumiskey DOT com)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530682 13f79535-47bb-0310-9956-ffa450edef68

17 years agoI messed up the RDF. Fixed now.
Jeremias Maerki [Fri, 20 Apr 2007 07:50:40 +0000 (07:50 +0000)]
I messed up the RDF. Fixed now.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530681 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugfix: update dx also for grid units having no border, in the addAreas method
Vincent Hennebert [Thu, 19 Apr 2007 16:10:14 +0000 (16:10 +0000)]
Bugfix: update dx also for grid units having no border, in the addAreas method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530469 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- remove call to addPadding in TraitSetter.addCollapsingBorders
Vincent Hennebert [Thu, 19 Apr 2007 15:12:50 +0000 (15:12 +0000)]
- remove call to addPadding in TraitSetter.addCollapsingBorders
- make the call explicit in TableCellLM, only when necessary. That is, areas holding borders for spanning cells in collapsing mode don't need to have padding set

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530445 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix the handling of forced breaks which were sometimes counted twice.
Vincent Hennebert [Wed, 18 Apr 2007 14:39:59 +0000 (14:39 +0000)]
Fix the handling of forced breaks which were sometimes counted twice.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530040 13f79535-47bb-0310-9956-ffa450edef68

17 years agoExtract the logic for advancing to the next grid row, from the getNextStep method...
Vincent Hennebert [Wed, 18 Apr 2007 09:00:53 +0000 (09:00 +0000)]
Extract the logic for advancing to the next grid row, from the getNextStep method to a new one.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529930 13f79535-47bb-0310-9956-ffa450edef68

17 years ago... and correct the test for early returning if stepFound is false
Vincent Hennebert [Wed, 18 Apr 2007 08:52:56 +0000 (08:52 +0000)]
... and correct the test for early returning if stepFound is false

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529926 13f79535-47bb-0310-9956-ffa450edef68

17 years agoReplace the seqCount integer with a stepFound boolean in the getNextStep method
Vincent Hennebert [Wed, 18 Apr 2007 08:48:58 +0000 (08:48 +0000)]
Replace the seqCount integer with a stepFound boolean in the getNextStep method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529921 13f79535-47bb-0310-9956-ffa450edef68

17 years agoReplace the array of forced breaks with a single boolean, which should be enough.
Vincent Hennebert [Wed, 18 Apr 2007 08:46:58 +0000 (08:46 +0000)]
Replace the array of forced breaks with a single boolean, which should be enough.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529920 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- add a columnCount field for clarity
Vincent Hennebert [Tue, 17 Apr 2007 16:44:57 +0000 (16:44 +0000)]
- add a columnCount field for clarity
- remove unneeded parameter from the getNextStep method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529670 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMake the fop.layoutengine.disabled property work with fop.layoutengine.starts-with
Vincent Hennebert [Tue, 17 Apr 2007 16:21:45 +0000 (16:21 +0000)]
Make the fop.layoutengine.disabled property work with fop.layoutengine.starts-with

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529667 13f79535-47bb-0310-9956-ffa450edef68

17 years agoStyle only: fix indentation
Vincent Hennebert [Tue, 17 Apr 2007 09:44:47 +0000 (09:44 +0000)]
Style only: fix indentation

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529544 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- add svn:keywords and svn:eol-style properties
Vincent Hennebert [Tue, 17 Apr 2007 06:58:26 +0000 (06:58 +0000)]
- add svn:keywords and svn:eol-style properties
- style touch up

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529507 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdded sorting of the list of named destinations (necessary to have more than one...
Jay Bryant [Wed, 11 Apr 2007 02:59:55 +0000 (02:59 +0000)]
Added sorting of the list of named destinations (necessary to have more than one destination in a document, unless you get lucky and have them in the proper order by coincidence)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@527380 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCreated a comparator for named destinations, to enable sorting the list of destinations.
Jay Bryant [Wed, 11 Apr 2007 02:58:57 +0000 (02:58 +0000)]
Created a comparator for named destinations, to enable sorting the list of destinations.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@527379 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMarking myself inactive, new job means I'll most probably not work on FOP in the...
Bertrand Delacretaz [Mon, 9 Apr 2007 11:13:47 +0000 (11:13 +0000)]
Marking myself inactive, new job means I'll most probably not work on FOP in the next few months

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@526711 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdded a PDFGoTo to the PDFDestination handler, so that Destinations properly jump...
Jay Bryant [Fri, 6 Apr 2007 23:20:19 +0000 (23:20 +0000)]
Added a PDFGoTo to the PDFDestination handler, so that Destinations properly jump to the page referenced by the PDFGoTo.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@526315 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixes for issues introduced with fox:destination:
Jeremias Maerki [Wed, 4 Apr 2007 15:05:30 +0000 (15:05 +0000)]
Fixes for issues introduced with fox:destination:
DestinationElementMapping masks ExtensionElementMapping. That caused the tests for widow/orphan extension on tables to fail.
Improved Block child validation code (will need to be done for all FOs where fox:destination should be valid. Currently works only as child of fo:block or above fo:page-sequence where no layout managers are constructed.
No LMMaker for fox:destination. Improved the handling there so adding the extension element to the list there isn't necessary.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525526 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAllow for the case where a block-container occurs inside an inline
Simon Pepping [Tue, 3 Apr 2007 19:40:14 +0000 (19:40 +0000)]
Allow for the case where a block-container occurs inside an inline
FO. This solves bug 42024.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525253 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd a "new committer" entry for Jay in the news file. A bit late, sorry Jay!
Vincent Hennebert [Tue, 3 Apr 2007 08:48:23 +0000 (08:48 +0000)]
Add a "new committer" entry for Jay in the news file. A bit late, sorry Jay!

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525089 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNo change; just add svn:keywords and svn:Id properties on new files
Vincent Hennebert [Tue, 3 Apr 2007 08:23:11 +0000 (08:23 +0000)]
No change; just add svn:keywords and svn:Id properties on new files

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525081 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- fix minor checkstyle issues
Vincent Hennebert [Tue, 3 Apr 2007 08:14:05 +0000 (08:14 +0000)]
- fix minor checkstyle issues
- add missing headers
- add an entry in status.xml for the new named destinations feature

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525078 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNew class to support named destinations
Jay Bryant [Mon, 2 Apr 2007 14:53:03 +0000 (14:53 +0000)]
New class to support named destinations

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524800 13f79535-47bb-0310-9956-ffa450edef68

17 years agoIn collapsing-border model, tables have no padding and borders are determined at...
Vincent Hennebert [Mon, 2 Apr 2007 09:56:53 +0000 (09:56 +0000)]
In collapsing-border model, tables have no padding and borders are determined at the cell level. Disable addPendingMarks in such a case.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524759 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destinations
Jay Bryant [Sun, 1 Apr 2007 14:51:19 +0000 (14:51 +0000)]
changes to support named destinations

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524608 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destinations
Jay Bryant [Sun, 1 Apr 2007 14:50:58 +0000 (14:50 +0000)]
changes to support named destinations

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524607 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destinations
Jay Bryant [Sun, 1 Apr 2007 14:50:36 +0000 (14:50 +0000)]
changes to support named destinations

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524606 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:49:45 +0000 (14:49 +0000)]
changes to support named destination

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524605 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:49:29 +0000 (14:49 +0000)]
changes to support named destination

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524604 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:49:12 +0000 (14:49 +0000)]
changes to support named destination

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524603 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:48:54 +0000 (14:48 +0000)]
changes to support named destination

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524602 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:46:38 +0000 (14:46 +0000)]
changes to support named destination

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524601 13f79535-47bb-0310-9956-ffa450edef68

17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:45:59 +0000 (14:45 +0000)]
changes to support named destination

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524600 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoved misleading comment.
Jeremias Maerki [Sun, 1 Apr 2007 10:34:57 +0000 (10:34 +0000)]
Removed misleading comment.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524578 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugfix for keep-with-next inside tables:
Jeremias Maerki [Sun, 1 Apr 2007 10:02:43 +0000 (10:02 +0000)]
Bugfix for keep-with-next inside tables:
Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524571 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- fix the painting of borders for spanning cells in collapsing model
Vincent Hennebert [Fri, 30 Mar 2007 12:25:19 +0000 (12:25 +0000)]
- fix the painting of borders for spanning cells in collapsing model
- rename gridUnit into primaryGridUnit in TableCellLM for clarity
- fix some checkstyle issues

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524062 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd explicit border-collapse="separate" property in preparation for the implementatio...
Vincent Hennebert [Fri, 30 Mar 2007 09:49:38 +0000 (09:49 +0000)]
Add explicit border-collapse="separate" property in preparation for the implementation of the border-collapsing model

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524014 13f79535-47bb-0310-9956-ffa450edef68

17 years agominor typo fix
Clay Leeds [Thu, 29 Mar 2007 05:18:28 +0000 (05:18 +0000)]
minor typo fix

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523562 13f79535-47bb-0310-9956-ffa450edef68

17 years agoDon't log a stacktrace when a JPEG is encountered that has a bad ICC profile and...
Jeremias Maerki [Wed, 28 Mar 2007 20:28:23 +0000 (20:28 +0000)]
Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile and give a nicer warning message.
Log the event when a CMYK JPEG with an APPE marker is encountered.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523452 13f79535-47bb-0310-9956-ffa450edef68

17 years agoReplace deprecated addBorders method with the new ones in addAreas
Vincent Hennebert [Wed, 28 Mar 2007 15:41:08 +0000 (15:41 +0000)]
Replace deprecated addBorders method with the new ones in addAreas

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523374 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix typo in RowPainter property: svn:kewords -> svn:keywords
Vincent Hennebert [Wed, 28 Mar 2007 14:52:55 +0000 (14:52 +0000)]
Fix typo in RowPainter property: svn:kewords -> svn:keywords

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523353 13f79535-47bb-0310-9956-ffa450edef68

17 years agoTableRowIterator:
Vincent Hennebert [Wed, 28 Mar 2007 14:49:58 +0000 (14:49 +0000)]
TableRowIterator:
- bugfix: add the correct grid unit for a col span
RowPainter.addAreasAndFlushRow:
- substract a part of this method into another method
- avoid calling it twice by properly resetting lastRow
- simplify it thanks to the previous point and the bugfix above

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@523349 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFactorize in a method the code handling TableContentPosition elements, in TableConten...
Vincent Hennebert [Tue, 27 Mar 2007 13:46:22 +0000 (13:46 +0000)]
Factorize in a method the code handling TableContentPosition elements, in TableContentLayoutManager.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@522908 13f79535-47bb-0310-9956-ffa450edef68

17 years ago- add border-collapse="separate" to the properties of tables in some testcases, in...
Vincent Hennebert [Tue, 27 Mar 2007 13:42:12 +0000 (13:42 +0000)]
- add border-collapse="separate" to the properties of tables in some testcases, in preparation for the soon-to-be-enabled border-collapsing model
- fix svn keywords for region_display-align_table.xml

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@522907 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdded an Area of Expertise for Jay Bryant
Jay Bryant [Sat, 24 Mar 2007 17:28:10 +0000 (17:28 +0000)]
Added an Area of Expertise for Jay Bryant

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@522061 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSome more comments for RowPainter.
Jeremias Maerki [Fri, 23 Mar 2007 14:37:19 +0000 (14:37 +0000)]
Some more comments for RowPainter.
Additional test that checks that no cell paints more than one area in that case. Because if you remove one or more of the checks now newly commented, you get multiple areas.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521744 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBetter document some of the code in RowPainter.
Jeremias Maerki [Fri, 23 Mar 2007 13:08:32 +0000 (13:08 +0000)]
Better document some of the code in RowPainter.
Added a check in table-cell_number-rows-spanned_bug38397.xml which is the reason for one of the if-branches in RowPainter. It wan't tested previously so that if-branch could easily be mistaken to be useless.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521713 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAvoid an IndexOutOfBoundsException when more columns are used than are specified...
Jeremias Maerki [Fri, 23 Mar 2007 09:19:04 +0000 (09:19 +0000)]
Avoid an IndexOutOfBoundsException when more columns are used than are specified even though this is illegal with fixed table layout.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521640 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSmall improvements in the SpaceResolver class:
Vincent Hennebert [Thu, 22 Mar 2007 10:13:25 +0000 (10:13 +0000)]
Small improvements in the SpaceResolver class:
- constructor made private as it shouldn't be called by other classes
- inner classes made static; they are candidate for later becoming top-level classes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@521185 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdated the website deployment process.
Jeremias Maerki [Wed, 21 Mar 2007 14:08:02 +0000 (14:08 +0000)]
Updated the website deployment process.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520894 13f79535-47bb-0310-9956-ffa450edef68

17 years agoNote about relative URLs
Jeremias Maerki [Wed, 21 Mar 2007 13:48:24 +0000 (13:48 +0000)]
Note about relative URLs

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520886 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixed a problem with the auto-rotate-landscape setting in the PostScript renderer...
Jeremias Maerki [Wed, 21 Mar 2007 08:13:21 +0000 (08:13 +0000)]
Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. It didn't generate the right setpagedevice command.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@520797 13f79535-47bb-0310-9956-ffa450edef68

17 years agoDocumentation, cleanup, log statements in the table layout code.
Vincent Hennebert [Mon, 19 Mar 2007 15:40:31 +0000 (15:40 +0000)]
Documentation, cleanup, log statements in the table layout code.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@519975 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSome javadoc and variables renaming in TableStepper.
Vincent Hennebert [Tue, 13 Mar 2007 18:38:31 +0000 (18:38 +0000)]
Some javadoc and variables renaming in TableStepper.
I finally grasped the actual meaning of this rowSpanPending variable...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517814 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFixed an IllegalArgumentException for absolutely positioned block-containers with...
Jeremias Maerki [Mon, 12 Mar 2007 21:49:37 +0000 (21:49 +0000)]
Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517415 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCorrection of a typo; reported by Paul Vinkenoog
Andreas L. Delmelle [Mon, 12 Mar 2007 19:44:15 +0000 (19:44 +0000)]
Correction of a typo; reported by Paul Vinkenoog

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@517356 13f79535-47bb-0310-9956-ffa450edef68

17 years agoReverted revisions 515217 and 515219. I wonder how those SVN-related files ended...
Jeremias Maerki [Wed, 7 Mar 2007 15:02:42 +0000 (15:02 +0000)]
Reverted revisions 515217 and 515219. I wonder how those SVN-related files ended up being committed.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515596 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate fop.bat to use the latest XML Graphics Commons library
Vincent Hennebert [Wed, 7 Mar 2007 10:33:10 +0000 (10:33 +0000)]
Update fop.bat to use the latest XML Graphics Commons library
Submitted by: Adrian cumiskey (fop-dev AT cumiskey DOT com)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515520 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMoved Jay Bryant from Contributor to Committer
Jay Bryant [Tue, 6 Mar 2007 17:30:56 +0000 (17:30 +0000)]
Moved Jay Bryant from Contributor to Committer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515220 13f79535-47bb-0310-9956-ffa450edef68

17 years agogit-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 13f79535...
Jay Bryant [Tue, 6 Mar 2007 17:23:48 +0000 (17:23 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 13f79535-47bb-0310-9956-ffa450edef68

17 years agogit-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 13f79535...
Jay Bryant [Tue, 6 Mar 2007 17:18:24 +0000 (17:18 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 13f79535-47bb-0310-9956-ffa450edef68

17 years agoExtract sub-classes from TableContentLayoutManager and make them top-level classes
Vincent Hennebert [Tue, 6 Mar 2007 09:23:42 +0000 (09:23 +0000)]
Extract sub-classes from TableContentLayoutManager and make them top-level classes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515041 13f79535-47bb-0310-9956-ffa450edef68

17 years agoTweak: add FO context info to clarify the message.
Andreas L. Delmelle [Fri, 2 Mar 2007 21:39:02 +0000 (21:39 +0000)]
Tweak: add FO context info to clarify the message.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513970 13f79535-47bb-0310-9956-ffa450edef68

17 years agoTweak: add FO context info to clarify the message.
Andreas L. Delmelle [Fri, 2 Mar 2007 21:36:34 +0000 (21:36 +0000)]
Tweak: add FO context info to clarify the message.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513969 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAvoid NPE if no images are used in the document.
Jeremias Maerki [Fri, 2 Mar 2007 17:51:20 +0000 (17:51 +0000)]
Avoid NPE if no images are used in the document.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513865 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUpdate the documentation for the PostScript renderer.
Jeremias Maerki [Fri, 2 Mar 2007 17:41:37 +0000 (17:41 +0000)]
Update the documentation for the PostScript renderer.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513862 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdded support for an optional two-pass production for PostScript output to minimize...
Jeremias Maerki [Fri, 2 Mar 2007 17:30:16 +0000 (17:30 +0000)]
Added support for an optional two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons.
A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513857 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAllow the file parameters to be resolved by the URIResolver.
Jeremias Maerki [Fri, 2 Mar 2007 17:11:41 +0000 (17:11 +0000)]
Allow the file parameters to be resolved by the URIResolver.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513845 13f79535-47bb-0310-9956-ffa450edef68

17 years agorenderer may be null when called from the PDFTranscoder.
Jeremias Maerki [Fri, 2 Mar 2007 16:56:15 +0000 (16:56 +0000)]
renderer may be null when called from the PDFTranscoder.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513840 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSmall simplification: remove an unneeded parameter from the getContentHeight method
Vincent Hennebert [Thu, 1 Mar 2007 17:10:14 +0000 (17:10 +0000)]
Small simplification: remove an unneeded parameter from the getContentHeight method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513407 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSmall factorization: put painter.addAreasAndFlushRow at the end of iterateAndPaintPos...
Vincent Hennebert [Thu, 1 Mar 2007 10:55:09 +0000 (10:55 +0000)]
Small factorization: put painter.addAreasAndFlushRow at the end of iterateAndPaintPositions since each time the former method is called immediately after the latter

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513271 13f79535-47bb-0310-9956-ffa450edef68

17 years agoExtract RowPainter from TableContentLayoutManager and make it a top-level class.
Vincent Hennebert [Wed, 28 Feb 2007 15:36:09 +0000 (15:36 +0000)]
Extract RowPainter from TableContentLayoutManager and make it a top-level class.
This is very basic, no change is performed other than adding a field to RowPainter pointing to the formerly enclosing TableContentLayoutManager instance. There will be room for further refactoring later.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512810 13f79535-47bb-0310-9956-ffa450edef68

17 years agoDisable FontBaseBadTestCase for now as it is currently not working and makes the...
Vincent Hennebert [Wed, 28 Feb 2007 15:35:37 +0000 (15:35 +0000)]
Disable FontBaseBadTestCase for now as it is currently not working and makes the build fail.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512809 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSwitch to XGCommons' ImageWriter for writing PNGs.
Jeremias Maerki [Wed, 28 Feb 2007 10:03:38 +0000 (10:03 +0000)]
Switch to XGCommons' ImageWriter for writing PNGs.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512686 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd code guards around log statements for better performance when they are disabled
Vincent Hennebert [Wed, 28 Feb 2007 08:45:26 +0000 (08:45 +0000)]
Add code guards around log statements for better performance when they are disabled

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512661 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRename a local variable in the getNextStep method for clarity, and convert it from...
Vincent Hennebert [Tue, 27 Feb 2007 15:02:26 +0000 (15:02 +0000)]
Rename a local variable in the getNextStep method for clarity, and convert it from an integer to a boolean

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512269 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd log messages to help understand the code
Vincent Hennebert [Tue, 27 Feb 2007 14:50:52 +0000 (14:50 +0000)]
Add log messages to help understand the code

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512266 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd an ending slash to base URLs when they don't have one, in order to better match...
Vincent Hennebert [Tue, 27 Feb 2007 09:16:14 +0000 (09:16 +0000)]
Add an ending slash to base URLs when they don't have one, in order to better match user expectations.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512185 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoved visual markers to count the lines from the testcase...
Andreas L. Delmelle [Fri, 23 Feb 2007 00:59:45 +0000 (00:59 +0000)]
Removed visual markers to count the lines from the testcase...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510739 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla 41652:
Andreas L. Delmelle [Thu, 22 Feb 2007 19:07:15 +0000 (19:07 +0000)]
Bugzilla 41652:
Preserved linefeeds now generate an empty line.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510626 13f79535-47bb-0310-9956-ffa450edef68

17 years agoPCL: Support for text decoration for text painted using bitmaps/Java2D.
Jeremias Maerki [Thu, 22 Feb 2007 18:31:41 +0000 (18:31 +0000)]
PCL: Support for text decoration for text painted using bitmaps/Java2D.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510616 13f79535-47bb-0310-9956-ffa450edef68

17 years agocorrected imports that were messed up by my IDE in the last commit. Grumble...
Chris Bowditch [Thu, 22 Feb 2007 15:28:09 +0000 (15:28 +0000)]
corrected imports that were messed up by my IDE in the last commit. Grumble...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510550 13f79535-47bb-0310-9956-ffa450edef68

17 years agoquick and dirty fix for underlining in PCL. Only works for text-rendering="auto"
Chris Bowditch [Thu, 22 Feb 2007 14:25:08 +0000 (14:25 +0000)]
quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510531 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAvoid Ant's deprecated style-task warning
Andreas L. Delmelle [Mon, 19 Feb 2007 16:02:39 +0000 (16:02 +0000)]
Avoid Ant's deprecated style-task warning

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@509231 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSlight correction: value of "inherit" was not yet handled; delegate to the superclass...
Andreas L. Delmelle [Sun, 18 Feb 2007 09:46:12 +0000 (09:46 +0000)]
Slight correction: value of "inherit" was not yet handled; delegate to the superclass in that case

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508890 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMinor update of the documentation: warning is only relevant for FOP 0.20.x
Andreas L. Delmelle [Sun, 18 Feb 2007 09:36:36 +0000 (09:36 +0000)]
Minor update of the documentation: warning is only relevant for FOP 0.20.x

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508889 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAttempted to improve/fix documentation on images. There was some out-dated and wrong...
Jeremias Maerki [Fri, 16 Feb 2007 20:22:07 +0000 (20:22 +0000)]
Attempted to improve/fix documentation on images. There was some out-dated and wrong information on the page.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508559 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCorrected an error in the subversion links for release 0.93: it lives
Simon Pepping [Fri, 16 Feb 2007 19:33:49 +0000 (19:33 +0000)]
Corrected an error in the subversion links for release 0.93: it lives
in tags not in branches

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508542 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd the very same test cases with tables using starts-row/ends-row instead of fo...
Vincent Hennebert [Wed, 14 Feb 2007 16:09:22 +0000 (16:09 +0000)]
Add the very same test cases with tables using starts-row/ends-row instead of fo:table-row objects

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507597 13f79535-47bb-0310-9956-ffa450edef68

17 years agoStricter user config file validation.
Vincent Hennebert [Wed, 14 Feb 2007 14:24:36 +0000 (14:24 +0000)]
Stricter user config file validation.
Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs.
Invalid resource paths should be catched now. Fixes bug #40120.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507539 13f79535-47bb-0310-9956-ffa450edef68

17 years agoShortened the Bugzilla link a bit.
Jeremias Maerki [Wed, 14 Feb 2007 12:45:34 +0000 (12:45 +0000)]
Shortened the Bugzilla link a bit.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507515 13f79535-47bb-0310-9956-ffa450edef68