aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass validation.Finn Bock2004-10-109-9/+9
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-104-90/+185
* Implement the cheaper mechanism to ensure correct rendering at differing reso...Jeremias Maerki2004-10-104-24/+65
* Set Batik rendering hints to improve output quality.Jeremias Maerki2004-10-102-22/+36
* Update to latest CVS snapshot to be able to use the KEY_AVOID_TILE_PAINTING h...Jeremias Maerki2004-10-101-0/+0
* Add getMimeType() to the Renderer interface as AbstractRenderer implements th...Jeremias Maerki2004-10-101-0/+7
* Make fonts configurable for PS Renderer and now use PrintRenderer as base cla...Jeremias Maerki2004-10-101-13/+10
* 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-4/+9
* 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