aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-317/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+2
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left writi...Glenn Adams2012-04-201-4/+5
* apply complex scripts patchGlenn Adams2012-02-261-0/+42
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-4/+16
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-21/+21
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-241-1/+4
* Merged branchJeremias Maerki2008-04-141-6/+9
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-2/+2
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-021-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Avoid an IndexOutOfBoundsException when more columns are used than are specif...Jeremias Maerki2007-03-231-2/+8
* Bugfix: Fixed bug when the sum of column widths of a table is larger than the...Jeremias Maerki2006-11-061-0/+19
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-211-13/+79
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38243:Jeremias Maerki2006-05-031-3/+4
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-2/+4
* Correction of style violationsAndreas L. Delmelle2005-09-191-3/+3
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-171-2/+4
* An informative warning for the user if he doesn't supply enough table-column ...Jeremias Maerki2005-09-161-1/+18
* Bugzilla #36379:Finn Bock2005-08-311-2/+4
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-0/+140