aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added Checkstyle 4.0 capability. Added Checkstyle autodetection.Joerg Pietschmann2005-09-202-19/+290
| | | | | | | | Use checkstyle.home.dir in build-local.properties to point to the checkstyle home. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290420 13f79535-47bb-0310-9956-ffa450edef68
* include serializer.jar in dist (see Bugzilla #36677)Christian Geisert2005-09-201-0/+1
| | | | | | | Submitted by: Matthew Daniel <bugzilla -at- mdaniel.scdi.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290407 13f79535-47bb-0310-9956-ffa450edef68
* Correction of style violationsAndreas L. Delmelle2005-09-193-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290272 13f79535-47bb-0310-9956-ffa450edef68
* Correction of style violationsAndreas L. Delmelle2005-09-191-25/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290270 13f79535-47bb-0310-9956-ffa450edef68
* Correction of style violationsAndreas L. Delmelle2005-09-192-37/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290268 13f79535-47bb-0310-9956-ffa450edef68
* Commented out the code that causes an NPE.Jeremias Maerki2005-09-191-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290167 13f79535-47bb-0310-9956-ffa450edef68
* Simplification -- replace unnecessary call to getExplicit()Andreas L. Delmelle2005-09-181-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289971 13f79535-47bb-0310-9956-ffa450edef68
* Removal of hyphenation patternsAndreas L. Delmelle2005-09-1812-23600/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289935 13f79535-47bb-0310-9956-ffa450edef68
* Update of FOTree testcases for column-number propertyAndreas L. Delmelle2005-09-184-0/+586
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289867 13f79535-47bb-0310-9956-ffa450edef68
* Update of FOTree testcases for column-number propertyAndreas L. Delmelle2005-09-183-316/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289866 13f79535-47bb-0310-9956-ffa450edef68
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-1714-98/+622
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289865 13f79535-47bb-0310-9956-ffa450edef68
* Report area tree output mode.Simon Pepping2005-09-171-1/+10
| | | | | | | Report that option -d fails for other than the command line logger. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289827 13f79535-47bb-0310-9956-ffa450edef68
* Use uptodate to avoid rebuilding fop-transcoder jars every time.Joerg Pietschmann2005-09-161-49/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289562 13f79535-47bb-0310-9956-ffa450edef68
* Implemented the wrap-option property.Luca Furini2005-09-165-24/+45
| | | | | | The overflow property is not yet implemented, so at the moment if wrap-option = "no-wrap" and the text overflows it invades the margins. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289531 13f79535-47bb-0310-9956-ffa450edef68
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-165-88/+29
| | | | | | | Remove the LayoutDimension mechanism entirely. This fixes a problem with proportional-column-width() in nested tables. The LayoutDimension mechanism would look in the parent table for the base value when the base value for the actual table was only just calculated. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289439 13f79535-47bb-0310-9956-ffa450edef68
* Style touch-upJeremias Maerki2005-09-161-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289433 13f79535-47bb-0310-9956-ffa450edef68
* An informative warning for the user if he doesn't supply enough table-column ↵Jeremias Maerki2005-09-163-2/+41
| | | | | | elements in fixed table layout. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289428 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 36678 - region name reported when region is found with non zero ↵Chris Bowditch2005-09-161-2/+2
| | | | | | | | borders/padding. patch submitted by Matthew Daniel <bugzilla.at.mdaniel.scdi.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289427 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Lengths evaluated through percentages evaluated to zero in side-regions.Jeremias Maerki2005-09-162-4/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289426 13f79535-47bb-0310-9956-ffa450edef68
* expected table width was incorrect and now fails due to table width ↵Chris Bowditch2005-09-151-96/+91
| | | | | | calculation being corrected by Jeremias' last change. I have corrected the expected width git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289270 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for table_width.xml. Table width was not determined correctly when ↵Jeremias Maerki2005-09-151-8/+12
| | | | | | specified explicitely and indents are present. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289245 13f79535-47bb-0310-9956-ffa450edef68
* Test case showing a bug with table width determination.Jeremias Maerki2005-09-151-0/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289242 13f79535-47bb-0310-9956-ffa450edef68
* Comments added; I hope they are clear, not too few and not too many ... ↵Luca Furini2005-09-151-4/+28
| | | | | | otherwise ask again! :-) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289203 13f79535-47bb-0310-9956-ffa450edef68
* Slight modification to layout testcase to make initial values for ↵Andreas L. Delmelle2005-09-151-6/+6
| | | | | | column-number work git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289200 13f79535-47bb-0310-9956-ffa450edef68
* Disabled testcase for column-number propertyAndreas L. Delmelle2005-09-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289199 13f79535-47bb-0310-9956-ffa450edef68
* Removal of ColumnNumberPropertyMaker.java (until all further conflicts have ↵Andreas L. Delmelle2005-09-154-57/+9
| | | | | | been resolved) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289198 13f79535-47bb-0310-9956-ffa450edef68
* Added new Maker subclass for the column-number propertyAndreas L. Delmelle2005-09-151-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289197 13f79535-47bb-0310-9956-ffa450edef68
* Simple testcase for initial value of column-number -- tables without ↵Andreas L. Delmelle2005-09-151-0/+145
| | | | | | explicit rows git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289195 13f79535-47bb-0310-9956-ffa450edef68
* Documentation request for the getChangedKnuthElements() method. Very few of ↵Jeremias Maerki2005-09-151-1/+3
| | | | | | us will have a good idea what this method is for. I only know it has to do with (1) justification of boxes in b-p-d and (2) with hyphenation in i-p-d. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289187 13f79535-47bb-0310-9956-ffa450edef68
* Added line-/column-number output for easier tracing of errorsAndreas L. Delmelle2005-09-141-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280971 13f79535-47bb-0310-9956-ffa450edef68
* Disabled test for column-number -- initial values unimplemented for the momentAndreas L. Delmelle2005-09-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280969 13f79535-47bb-0310-9956-ffa450edef68
* Simple testcase for initial value of column-number -- tables with explicit rowsAndreas L. Delmelle2005-09-141-0/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280968 13f79535-47bb-0310-9956-ffa450edef68
* Ouch. The penalties are completely wrong if a higher-level block defines ↵Jeremias Maerki2005-09-142-0/+84
| | | | | | non-conditional padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280872 13f79535-47bb-0310-9956-ffa450edef68
* Style fixes. Jeremias Maerki2005-09-141-6/+6
| | | | | | Assimilate toString() with SpaceProperty's toString(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280857 13f79535-47bb-0310-9956-ffa450edef68
* Correct handling of the combination of hyphenation and text-align = center, ↵Luca Furini2005-09-141-11/+72
| | | | | | left or right. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280854 13f79535-47bb-0310-9956-ffa450edef68
* Fixed wrong defaults for conditionality component for padding-before and ↵Jeremias Maerki2005-09-141-2/+2
| | | | | | padding-after. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280851 13f79535-47bb-0310-9956-ffa450edef68
* version number update for first preview releaseChristian Geisert2005-09-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280828 13f79535-47bb-0310-9956-ffa450edef68
* Stupid me.Jeremias Maerki2005-09-141-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280817 13f79535-47bb-0310-9956-ffa450edef68
* Warn about fonts which are not available.Jeremias Maerki2005-09-141-6/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280816 13f79535-47bb-0310-9956-ffa450edef68
* Run the checks on the parent's propertyList.Finn Bock2005-09-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280608 13f79535-47bb-0310-9956-ffa450edef68
* Added note about FOs where the id property is not processed, yet.Jeremias Maerki2005-09-131-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280586 13f79535-47bb-0310-9956-ffa450edef68
* disabled Border conditionality test on tables as it isn't implemented yetChris Bowditch2005-09-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280529 13f79535-47bb-0310-9956-ffa450edef68
* Added Test case for Border Conditionality on fo:tableChris Bowditch2005-09-131-0/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280527 13f79535-47bb-0310-9956-ffa450edef68
* Factorized the creation of the elements in TextLM: now both getNextKE() and ↵Luca Furini2005-09-131-249/+184
| | | | | | | | getChangedKE() call the same methods createElementsForASpace() and crateElementsForAWordFragment(). This should definitively solve bug 36533. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280520 13f79535-47bb-0310-9956-ffa450edef68
* Enabled fotree junit tests.Finn Bock2005-09-125-2/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280298 13f79535-47bb-0310-9956-ffa450edef68
* Font weights 800 and 900 would not cause a bold font.Jeremias Maerki2005-09-121-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280288 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36068:Finn Bock2005-09-124-22/+79
| | | | | | | | | Validation added for font-style and font-weight by making both properties enums. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@280286 13f79535-47bb-0310-9956-ffa450edef68
* Implemented the example under 4.3.1 Space-resolution Rules as a test case. ↵Jeremias Maerki2005-09-092-0/+56
| | | | | | Test fails. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279733 13f79535-47bb-0310-9956-ffa450edef68
* Removed TODO. No MT issues here.Jeremias Maerki2005-09-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279721 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error. Removed the user agent setting because it's not used and ↵Jeremias Maerki2005-09-092-17/+1
| | | | | | the FOUserAgent can be accessed through the parent LM's FObj if this ever becomes necessary again. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279719 13f79535-47bb-0310-9956-ffa450edef68