aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
...
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-2/+5
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* 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-133-0/+84
* The result of some practice with CheckstyleSimon Pepping2005-12-091-8/+8
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-096-13/+38
* Alternative set of rules for text indent calculation (start-indent and end-in...Jeremias Maerki2005-12-071-0/+88
* The border-collapse property on fo:table is now forced to the value "separate...Jeremias Maerki2005-12-051-2/+5
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-024-14/+132
* Fixing two NPEs occurring with a completely empty table where not even the ta...Jeremias Maerki2005-12-011-1/+1
* Relaxed validation for border and padding on region-*.Jeremias Maerki2005-11-291-2/+3
* Bugfix for a multi-threading problem:Jeremias Maerki2005-11-241-11/+10
* Bugzilla #37521: Jeremias Maerki2005-11-241-3/+3
* Bugzilla #37557:Jeremias Maerki2005-11-241-4/+4
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-0/+5
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-145-39/+52
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-6/+14
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-1167-370/+290
* Bugzilla #37253: Jeremias Maerki2005-11-091-1/+9
* Fix for Bug 36928 - refresh cached property value if explicitly set twice whi...Manuel Mall2005-11-091-0/+3
* Fixed white space handling during refinement, added test cases, corrected err...Manuel Mall2005-11-033-118/+142
* Added warning message (Bugzilla 37329)Andreas L. Delmelle2005-11-021-2/+7
* Added relaxed validation for fo:table-cells w/o blocks or markers (Bugzilla 3...Andreas L. Delmelle2005-11-021-1/+1
* Package documentation.Jeremias Maerki2005-10-278-0/+176
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-265-8/+8
* Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854...Manuel Mall2005-10-241-8/+0
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-243-18/+27
* toString() a little more compact.Jeremias Maerki2005-10-131-1/+3
* An accessor I need for space resolution.Jeremias Maerki2005-10-131-0/+9
* Removed left over debugging stuffManuel Mall2005-10-071-3/+0
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-0714-59/+437
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-063-86/+86
* Bugzilla #36871: Jeremias Maerki2005-10-041-2/+8
* Removed warning for padding (r291267); padding never seems to be null, so war...Andreas L. Delmelle2005-09-252-8/+2
* Minor tweak: avoid test for auto if value is indefiniteAndreas L. Delmelle2005-09-251-5/+7
* Added check for both page-height and page-width set to indefinite; use fallba...Andreas L. Delmelle2005-09-241-9/+37
* Added custom Maker for page-height and page-width; use fallback values in cas...Andreas L. Delmelle2005-09-242-6/+75
* Moved check for explicit column-number to ColumnNumberPropertyMakerAndreas L. Delmelle2005-09-246-23/+15
* Removed superfluous javadocAndreas L. Delmelle2005-09-241-5/+1
* Added warning for padding on table with collapsing border-modelAndreas L. Delmelle2005-09-242-11/+20
* Added warning for non-applicable borders in case of separate border-modelAndreas L. Delmelle2005-09-232-2/+15
* Java 1.3 compatibility.Jeremias Maerki2005-09-223-5/+17
* Added fallback for specified negative or zero for column-numberAndreas L. Delmelle2005-09-212-9/+34
* Removed unused methodAndreas L. Delmelle2005-09-201-13/+0
* Update for initial-values of column-number + some pending style-violation cor...Andreas L. Delmelle2005-09-206-35/+91
* Fixed inheritance error (bugzilla 36720)Andreas L. Delmelle2005-09-201-0/+1
* Correction of style violationsAndreas L. Delmelle2005-09-191-25/+28
* Correction of style violationsAndreas L. Delmelle2005-09-192-37/+67
* Simplification -- replace unnecessary call to getExplicit()Andreas L. Delmelle2005-09-181-2/+1
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-1710-82/+603