aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* First phase of performance improvement.Finn Bock2004-10-181-0/+92
* Fix copyright year.Finn Bock2004-10-182-2/+2
* Initial version.Finn Bock2004-10-182-0/+353
* First phase of performance improvement.Finn Bock2004-10-182-5/+61
* Added convenience method getValue() that returns the value as an int.Finn Bock2004-10-181-0/+4
* Removed unused method.Finn Bock2004-10-171-4/+0
* Removed unused imports.Finn Bock2004-10-172-2/+0
* Children can now contain FONodes (esp. FOText).Finn Bock2004-10-131-1/+1
* PR:Glen Mazza2004-10-133-37/+11
* Endlich habe ich dem Insekt gefunden! Jetzt kann FOText das Kind von FONode ...Glen Mazza2004-10-132-4/+5
* PR:Glen Mazza2004-10-1225-45/+38
* Calculations of indents must use the writing-mode of the parent. SeeFinn Bock2004-10-101-0/+2
* Simplify the calculation of the viewport. Now that indents areFinn Bock2004-10-101-33/+2
* Fully implement the 5.3.2 rules for calculating indent values.Finn Bock2004-10-101-8/+22
* Added helper method getWMPropertyList().Finn Bock2004-10-101-11/+16
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-25/+5
* Fix missing static-content regression.Finn Bock2004-10-081-0/+2
* Fix javadoc warnings.Finn Bock2004-10-0721-21/+21
* PR:Glen Mazza2004-10-041-2/+4
* Set value for characterValue variable in fo.flow.Character--needed for its On...Glen Mazza2004-10-032-2/+3
* 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
* PR:Glen Mazza2004-09-271-0/+10
* PR:Glen Mazza2004-09-262-24/+24
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-241-1/+1
* Removed illegal tab characters. Please, guys, pay attention to your IDE setti...Jeremias Maerki2004-09-231-9/+9
* 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
* PR:Glen Mazza2004-09-195-82/+40
* Removed Unknown.java; for mappings in which it is desired to process invalid ...Glen Mazza2004-09-172-57/+7
* PR:Glen Mazza2004-09-131-1/+1
* Changed initial-page-number from string to number property.Finn Bock2004-09-133-30/+15
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-134-22/+29
* Removed tab characters.Jeremias Maerki2004-09-1118-22/+37
* Also validate extension elements from the fox: namespace.Finn Bock2004-09-091-1/+3
* Disable the validation for extension elements. This is a temporary fixFinn Bock2004-09-081-4/+6
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-0722-30/+0
* Make maximum-repeats a number property instead of a string. This addFinn Bock2004-09-073-25/+19
* Added NO_LIMIT enum (value to maximum-repeats).Finn Bock2004-09-071-1/+2
* Support for line-stacking-strategy.Finn Bock2004-09-071-2/+5
* Added line-stacking-strategy enums.Finn Bock2004-09-071-1/+10
* Style: rmeoved tabs.Finn Bock2004-09-071-26/+26
* Style: removed tabs.Finn Bock2004-09-071-5/+5
* Style: removed tab.Finn Bock2004-09-071-1/+1
* Use the position shorthand for [absolute|relative]-position.Finn Bock2004-09-071-1/+5
* Make the shorthand parser API take a generic property rather thanFinn Bock2004-09-073-12/+12
* Initial version of a shorthand parser for the 'position' property.Finn Bock2004-09-071-0/+59