aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* javadoc fixJeremias Maerki2004-10-101-1/+1
* Fix to avoid leading and trailing spaces in the values being read.Jeremias Maerki2004-10-101-18/+19
* This is supposed to fix a problem that surfaced with Finn's latest change in ...Jeremias Maerki2004-10-101-1/+2
* Code indentation onlyJeremias Maerki2004-10-101-5/+5
* Fix missing static-content regression.Finn Bock2004-10-081-0/+2
* Fix javadoc warnings.Finn Bock2004-10-0722-25/+25
* PR:Glen Mazza2004-10-041-2/+4
* PR:Glen Mazza2004-10-042-26/+15
* Re-enable calls to TableAttributesConverter.makeBorder.Finn Bock2004-10-031-4/+1
* Added makeBorder() method.Finn Bock2004-10-031-40/+71
* Set value for characterValue variable in fo.flow.Character--needed for its On...Glen Mazza2004-10-032-2/+3
* PR:Glen Mazza2004-10-022-18/+0
* PR:Glen Mazza2004-10-024-25/+0
* PR:Glen Mazza2004-10-023-18/+5
* Simplified the handling of length attributes.Finn Bock2004-10-011-140/+49
* Simplified the handling of length attributes.Finn Bock2004-10-011-74/+29
* Support nested attribute values, for use with border control words.Finn Bock2004-10-012-2/+21
* Simplified the handling of length attributes.Finn Bock2004-10-012-115/+35
* Helper class which supports FOP datatypes as values.Finn Bock2004-10-011-0/+51
* Initial support for fo:blockcontainer.Finn Bock2004-10-012-0/+82
* Add support for the generator element which identifies the generating applica...Jeremias Maerki2004-10-012-0/+57
* Support fo:character.Finn Bock2004-10-011-0/+37
* Make the rtf output a little less random and thus easier to compareFinn Bock2004-10-011-1/+1
* Write the "sectd" after the page attributes, so the default margins forFinn Bock2004-10-011-1/+1
* Style: fix indent.Finn Bock2004-10-011-41/+40
* Fire FOEventandler events.Finn Bock2004-09-302-0/+17
* Added support for Character and BlockContainer.Finn Bock2004-09-301-0/+23
* Make text-indent inheritedSimon Pepping2004-09-281-1/+1
* Emit valid floating point numbers, even when running under a Locale withFinn Bock2004-09-281-3/+5
* Support -ps output option.Finn Bock2004-09-281-0/+4
* Fix a regression where the page numbers started from 0.Finn Bock2004-09-271-1/+1
* Support -rtf output option.Finn Bock2004-09-271-2/+17
* PR:Glen Mazza2004-09-273-49/+18
* PR:Glen Mazza2004-09-266-126/+93
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-2510-50/+19
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-242-3/+4
* Support url(...) function in image source.Finn Bock2004-09-241-0/+1
* Style: fix indent.Finn Bock2004-09-241-6/+6
* Fix NPEJeremias Maerki2004-09-231-3/+9
* Moved test classes to their proper location.Jeremias Maerki2004-09-2315-1283/+0
* Calculate the margin offsets (border & padding), by increasingFinn Bock2004-09-232-99/+36
* Removed illegal tab characters. Please, guys, pay attention to your IDE setti...Jeremias Maerki2004-09-232-14/+14
* Simplify ET/BT handling by keeping track of the current state.Finn Bock2004-09-221-64/+22
* Use the correct default (medium) for border-[top|bottom|left|right]-width.Finn Bock2004-09-221-2/+1
* Removed hack that wrongly tried to calculate [start|end]-indent values.Finn Bock2004-09-221-34/+5
* Calculate the [start|end]-indent in the first 2 cases in 5.3.2. The lastFinn Bock2004-09-221-5/+4
* Force a 0mpt border-width when the border-style is 'none'.Finn Bock2004-09-221-2/+1
* Avoid a rounding error when the ratios already match.Finn Bock2004-09-221-1/+1
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-225-37/+30
* Save the current number of spans. This fix a bug where multiple spansFinn Bock2004-09-221-0/+1