aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 648381 via svnmerge from Adrian Cumiskey2008-04-162-2/+29
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-1480-878/+1468
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-018-103/+62
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-259-52/+150
* fop-rgb-icc() function did not make the round-trip which caused an error in t...Jeremias Maerki2008-02-181-5/+17
* No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
* rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi...Vincent Hennebert2008-02-151-1/+0
* break-after set on the last child of a row-spanning cell must apply to the la...Vincent Hennebert2008-02-141-1/+1
* Created Constants for unit descriptionsMaximilian Berger2008-02-142-10/+29
* Simplified the detection of double as integerVincent Hennebert2008-02-141-2/+1
* Fix problem with alternate Unicode code point overriding existing better ones...Jeremias Maerki2008-02-141-3/+3
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-134-8/+46
* Added support for breaks before and after table cellsVincent Hennebert2008-02-133-2/+89
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-131-1/+1
* Missing file from r620283Andreas L. Delmelle2008-02-111-1/+12
* Fixed illegal character in the fileVincent Hennebert2008-02-111-1/+1
* Bugzilla 41631: Percentage resolution for arguments to proportional-column-wi...Andreas L. Delmelle2008-02-101-0/+29
* Missing file from r620272Andreas L. Delmelle2008-02-101-13/+29
* Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl...Andreas L. Delmelle2008-02-101-15/+29
* Revisit background-position shorthand implementation: always convert to perce...Andreas L. Delmelle2008-02-103-64/+147
* Some minor tweaks:Andreas L. Delmelle2008-02-103-9/+22
* Also display the column index in the toString methodVincent Hennebert2008-02-081-0/+1
* Tweak: modify PercentLength.toString() to return a value that facilitates deb...Andreas L. Delmelle2008-02-071-11/+13
* Tweak: early percentage resolution by the parser (if the base is known and ab...Andreas L. Delmelle2008-02-072-2/+25
* Bugzilla 43705:Andreas L. Delmelle2008-02-031-6/+24
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-033-3/+70
* Slight correction for pixel-values: pass the ratio of pixels-per-point into F...Andreas L. Delmelle2008-02-022-28/+27
* Further improvement in FixedLength:Andreas L. Delmelle2008-02-024-7/+14
* Further cleanup/refinement of FixedLength:Andreas L. Delmelle2008-02-026-86/+91
* Minor cleanup/improvement:Andreas L. Delmelle2008-02-022-25/+18
* Bugzilla 44343:Andreas L. Delmelle2008-02-011-3/+16
* Bugzilla #44286:Andreas L. Delmelle2008-01-271-23/+26
* Improved error tolerance: an enum property value with leading or trailing spa...Jeremias Maerki2008-01-251-2/+2
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-6/+6
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-244-32/+15
* Cleanup:Vincent Hennebert2008-01-245-58/+50
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-236-171/+230
* Removed stray reference to ImageFactory.Jeremias Maerki2008-01-111-2/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-114-52/+55
* - renamed variables for clarityVincent Hennebert2008-01-102-7/+13
* keep-together is an inherited propertyVincent Hennebert2008-01-091-1/+1
* Don't just exit with no error message if the document contains no content. Pr...Jeremias Maerki2007-12-271-8/+17
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-2715-170/+550
* Added support for scale-down-to-fit and scale-up-to-fit.Jeremias Maerki2007-12-202-2/+13
* Organized importsVincent Hennebert2007-12-171-1/+0
* Streamlining/Correction of the changes made in r603926Andreas L. Delmelle2007-12-162-27/+52
* Throw a ValidationException if table-footer is put after table-body and the t...Vincent Hennebert2007-12-131-3/+11
* Removed parameter from the endTablePart method, as the part is already passed...Vincent Hennebert2007-12-134-6/+5
* Removed parameter from the endPart method, since the part is already passed a...Vincent Hennebert2007-12-134-6/+4
* Fixed the handling of columns in the border resolution, especially in case of...Vincent Hennebert2007-12-132-12/+13