aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Basic activation on some widely used properties (prepare for implementation)Andreas L. Delmelle2008-04-261-34/+82
* Basic activation of keep-* properties on Character and AbstractGraphicsAndreas L. Delmelle2008-04-262-117/+79
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-253-29/+52
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-252-40/+35
* Cleanup: removal of commented block/methods + some javadoc updatesAndreas L. Delmelle2008-04-251-135/+25
* Removed the tab characters that were causing a big moan from eclipseAdrian Cumiskey2008-04-251-42/+53
* Removed TODO: New validation event to generate an error in case an fo:marker ...Andreas L. Delmelle2008-04-252-52/+44
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-242-18/+51
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-183-26/+42
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-184-7/+112
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-152-2/+29
* Merged branchJeremias Maerki2008-04-1481-879/+1469
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-2/+3
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-182-5/+6
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-101-12/+0
* Minor tweaks/updates:Andreas L. Delmelle2008-02-281-64/+35
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-263-16/+14
* - 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