aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Associate structure tree elements directly to render contentPeter Hancock2012-01-2715-105/+89
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-245-6/+51
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-2440-115/+850
* Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-291-1/+38
* Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root.Jeremias Maerki2011-04-293-3/+12
* Bugzilla 51032: Fixed regression due to oversight in refactoring text-decorat...Andreas L. Delmelle2011-04-061-3/+5
* Bugzilla 50988: Fixed a NullPointerException in case a fo:character was remov...Andreas L. Delmelle2011-04-031-0/+15
* Cleanup unused field + dead/commented codeAndreas L. Delmelle2011-02-221-20/+2
* Fix FindBugs warning...Andreas L. Delmelle2011-02-221-2/+1
* Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-109-235/+381
|\
| * Reverted previous commit; looks like it does require all related property cla...Andreas L. Delmelle2011-02-062-122/+136
| * Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con...Andreas L. Delmelle2011-02-062-136/+122
| * Commit file necessary to avoid compile error after r1066198Andreas L. Delmelle2011-02-011-9/+19
| * Small cleanup: extract TextDecorationMaker, move validation into convertPrope...Andreas L. Delmelle2011-02-013-169/+125
| * Bugzilla 48334: Added implementation for xml:baseAndreas L. Delmelle2011-02-014-3/+161
| * Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-011-0/+1
| * Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-271-3/+3
| * Removed unnecessary Checkstyle CSOK commentsVincent Hennebert2011-01-241-8/+5
| * Make HashMaps type safe + remove corresponding redundant casts and unnecessar...Andreas L. Delmelle2011-01-221-14/+17
| * Minor fixups: extract addAttributeToList() + no reason to first check the att...Andreas L. Delmelle2011-01-221-26/+22
| * Bugzilla 50626: Fix potential performance issue when adding nodes. Thanks to ...Andreas L. Delmelle2011-01-221-10/+35
* | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-18117-676/+1028
|\|
| * Remove unused classAndreas L. Delmelle2011-01-161-94/+0
| * Enable id property on fo:root.Andreas L. Delmelle2011-01-151-0/+1
| * Fix deprecation warnings; add some type safetySimon Pepping2011-01-141-1/+1
| * Restored compatibility with third-party extensions.Jeremias Maerki2011-01-121-3/+3
| * CheckStyle fixup...Andreas L. Delmelle2011-01-114-3/+7
| * Switch to type-safe collections (+ related cleanup of redundant casts, for-lo...Andreas L. Delmelle2011-01-097-44/+36
| * Fix minor bug in validateChildNode() + make regions Map type-safeAndreas L. Delmelle2011-01-091-10/+7
| * Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...Andreas L. Delmelle2011-01-096-18/+17
| * Commit changes forgotten in r757256...Andreas L. Delmelle2011-01-091-20/+4
| * Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-0410-22/+24
| * Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-041-1/+3
| * Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-4/+4
| * Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-1/+1
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-174-4/+6
| * Fixed typos and source code indentation issues.Vincent Hennebert2010-09-0313-51/+37
| * Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-2710-11/+11
| * Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1419-58/+48
| * Bugzilla #49733:Jeremias Maerki2010-08-1490-430/+918
| * Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-132-2/+1
* | Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-131-1/+8
* | Added support for the cie-lab-color() function that is found in the current X...Jeremias Maerki2010-06-302-1/+96
* | Added support for the rgb-named-color() function that is found in the current...Jeremias Maerki2010-06-292-0/+113
* | Bugzilla #49403:Jeremias Maerki2010-06-251-6/+5
|/
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-093-41/+41
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-092-24/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-093-3/+3
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-095-0/+123
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-0/+17