aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FONode.java
Commit message (Expand)AuthorAgeFilesLines
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-3/+5
* Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-131-3/+4
|\
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-3/+4
* | Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-18/+13
|\|
| * Bugzilla #47101: The cells of a table inside a marker were duplicated at ever...Vincent Hennebert2009-05-131-18/+13
* | Bugzilla #46705:Jeremias Maerki2009-02-191-0/+3
|/
* Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-281-2/+21
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-4/+4
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-221-1/+20
* Changed FONode.addCharacters() signature to match the characters() event (use...Andreas L. Delmelle2008-06-221-2/+2
* Separation of concerns:Jeremias Maerki2008-06-191-2/+9
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-112/+175
* Merged branchJeremias Maerki2008-04-141-46/+126
* Moved to the FO tree stage the check for break-before/after on table-row whil...Vincent Hennebert2008-02-131-1/+1
* Streamlining/Correction of the changes made in r603926Andreas L. Delmelle2007-12-161-6/+38
* Fix javadoc errorVincent Hennebert2007-07-211-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+15
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-4/+66
* changes to support named destinationJay Bryant2007-04-011-0/+1
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-2/+35
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-1/+12
* Attempt at providing context information about the element causing an endless...Jeremias Maerki2005-12-151-3/+7
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-0/+51
* The result of some practice with CheckstyleSimon Pepping2005-12-091-8/+8
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-4/+7
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-3/+32
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-2/+2
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-49/+101
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-8/+5
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-0/+9
* Validation added for five more FO's.Glen Mazza2005-03-051-1/+3
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-051-4/+5
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-231-0/+10
* Name of parameter was wrong.Jeremias Maerki2005-02-011-8/+9
* PR:Glen Mazza2005-01-091-4/+27
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* Implemented cloning and reparenting of the subtree under a marker toSimon Pepping2004-12-211-1/+29
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-30/+29
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-1/+3
* First phase of performance improvement.Finn Bock2004-10-181-0/+19
* PR:Glen Mazza2004-10-121-7/+9
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-15/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-11/+11
* PR:Glen Mazza2004-09-061-1/+15
* PR:Glen Mazza2004-09-051-3/+3
* 1.) Validation for fo:multi-toggle added.Glen Mazza2004-09-041-17/+17
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-1/+12
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-2/+11