aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing a bug reported by Jeremias affecting the handling of glue and penalty ...Luca Furini2005-10-062-7/+46
* 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
* 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
* Added fallback for specified negative or zero for column-numberAndreas L. Delmelle2005-09-212-9/+34
* added clause for TableBody in invokeDeferredEventPeter Herweg2005-09-201-0/+6
* 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
* Remove the AreaInfo objects representing trailing spaces, in order to prevent...Luca Furini2005-09-207-14/+109
* Correction of style violationsAndreas L. Delmelle2005-09-193-7/+6
* Correction of style violationsAndreas L. Delmelle2005-09-191-25/+28
* Correction of style violationsAndreas L. Delmelle2005-09-192-37/+67
* Commented out the code that causes an NPE.Jeremias Maerki2005-09-191-4/+4
* 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-1714-98/+622
* Report area tree output mode.Simon Pepping2005-09-171-1/+10
* Implemented the wrap-option property.Luca Furini2005-09-165-24/+45
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-165-88/+29
* Style touch-upJeremias Maerki2005-09-161-3/+4
* An informative warning for the user if he doesn't supply enough table-column ...Jeremias Maerki2005-09-163-2/+41
* bugzilla 36678 - region name reported when region is found with non zero bord...Chris Bowditch2005-09-161-2/+2
* Bugfix: Lengths evaluated through percentages evaluated to zero in side-regions.Jeremias Maerki2005-09-161-3/+9
* Bugfix for table_width.xml. Table width was not determined correctly when spe...Jeremias Maerki2005-09-151-8/+12
* Comments added; I hope they are clear, not too few and not too many ... other...Luca Furini2005-09-151-4/+28
* Removal of ColumnNumberPropertyMaker.java (until all further conflicts have b...Andreas L. Delmelle2005-09-154-57/+9
* Added new Maker subclass for the column-number propertyAndreas L. Delmelle2005-09-151-0/+50
* Documentation request for the getChangedKnuthElements() method. Very few of u...Jeremias Maerki2005-09-151-1/+3
* Style fixes. Jeremias Maerki2005-09-141-6/+6
* Correct handling of the combination of hyphenation and text-align = center, l...Luca Furini2005-09-141-11/+72
* Fixed wrong defaults for conditionality component for padding-before and padd...Jeremias Maerki2005-09-141-2/+2
* Stupid me.Jeremias Maerki2005-09-141-3/+1
* Warn about fonts which are not available.Jeremias Maerki2005-09-141-6/+23
* Factorized the creation of the elements in TextLM: now both getNextKE() and g...Luca Furini2005-09-131-249/+184