aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for the two problems raised by Simon: Temp_SpaceResolutionJeremias Maerki2005-10-208-71/+125
* Fix for ClassCastExceptionJeremias Maerki2005-10-201-2/+1
* More code cleanup. Removing the duplicate fobj variables.Jeremias Maerki2005-10-192-51/+54
* Some code clean up. Not everything about space resolution is purged, yet.Jeremias Maerki2005-10-198-137/+17
* Test case for space resolution in the footnote area. Currently disabled as th...Jeremias Maerki2005-10-192-5/+6
* Space resolution bugfix: Space specifiers didn't collapse when there was not ...Jeremias Maerki2005-10-192-1/+13
* Space and conditional length handling on fo:table.Jeremias Maerki2005-10-188-64/+217
* Some more validation messages for tables (borders and padding) and improved a...Jeremias Maerki2005-10-175-14/+85
* Fixes NPE when test:assert is used as direct child of an fo:table.Jeremias Maerki2005-10-171-5/+3
* Extract conditionals notification into a public static method in SpaceResolver. Jeremias Maerki2005-10-143-38/+74
* Remove unused code. Jeremias Maerki2005-10-131-1/+9
* My space resolution work so far. Current issues:Jeremias Maerki2005-10-1333-305/+2344
* Output the difference, too.Jeremias Maerki2005-10-131-1/+1
* toString() a little more compact.Jeremias Maerki2005-10-131-1/+3
* An accessor I need for space resolution.Jeremias Maerki2005-10-131-0/+9
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for...Manuel Mall2005-10-122-5/+9
* Color trait wasn't set on the text area for the "dots" leader pattern. This c...Jeremias Maerki2005-10-121-0/+1
* Take the case into account when another LM starts a block sequence.Simon Pepping2005-10-111-13/+31
* Removed unsuitable language from commentManuel Mall2005-10-101-1/+0
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-105-15/+35
* Log failure to load a hyphenation file.Jeremias Maerki2005-10-071-6/+20
* Removed left over debugging stuffManuel Mall2005-10-071-3/+0
* Clarification for wrap-option. Supporting wrap-option="no-wrap" on fo:inline ...Jeremias Maerki2005-10-071-4/+8
* Update of compliance and team pageManuel Mall2005-10-072-49/+38
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-0752-1075/+2883
* Fixing a bug reported by Jeremias affecting the handling of glue and penalty ...Luca Furini2005-10-062-7/+46
* Second attempt. Forrest 0.7 has a new box-location: alt2Jeremias Maerki2005-10-061-4/+17
* Manuel on the news.Jeremias Maerki2005-10-061-0/+4
* ApacheCon US linkJeremias Maerki2005-10-061-0/+7
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-067-186/+173
* Changed some identifiersJoerg Pietschmann2005-10-062-60/+60
* Bugzilla #36871: Jeremias Maerki2005-10-041-2/+8
* Changed some identifiers. Removed obsolete field.Joerg Pietschmann2005-10-033-105/+99
* Slight modification to user config file formatAndreas L. Delmelle2005-09-281-9/+9
* Added UA initialization from user-configAndreas L. Delmelle2005-09-281-0/+54
* Another effort to get the warnings for the debug and quiet optionsSimon Pepping2005-09-281-8/+15
* Updated the readme file for hyphenation; a few small corrections toSimon Pepping2005-09-281-2/+3
* Update of the URL of the OFFO hyphenation page, and of some build details.Simon Pepping2005-09-281-7/+8
* Correct handling of letter spaces, in combination with different text alignme...Luca Furini2005-09-272-72/+92
* Removed warning for padding (r291267); padding never seems to be null, so war...Andreas L. Delmelle2005-09-252-8/+2
* added support for external-graphic (width and height attributes should be spe...Peter Herweg2005-09-253-173/+166
* 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-243-8/+123
* 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
* Compressing toString() output when min==opt==max makes it more readable.Jeremias Maerki2005-09-231-1/+13
* Java 1.3 compatibility.Jeremias Maerki2005-09-223-5/+17