aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Added warning for non-standard fallbackAndreas L. Delmelle2005-08-281-0/+3
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-11/+2
* Renamed Item to Cell to TableCellLayoutManager.Jeremias Maerki2005-07-181-1/+1
* breaks supported on tables, table-row and table-cell content now. Cheap appro...Jeremias Maerki2005-06-221-6/+16
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-3/+2
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-0/+7
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-241-0/+8
* Fixes for a few minor problems in certain special cases.Jeremias Maerki2005-05-231-50/+46
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-231/+156
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-1/+1
* First real step towards collapsing table borders.Jeremias Maerki2005-02-211-2/+20
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-151-1/+3
* Implemented table-omit-header-at-break. The same for footers comes later when...Jeremias Maerki2005-02-111-5/+11
* Table headers/footers need to be recalculated for each page (for dynamic elem...Jeremias Maerki2005-02-101-49/+33
* No longer fail when no table-columns are defined. The table creates a "defaul...Jeremias Maerki2005-02-091-4/+35
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-311-14/+70
* Third phase of performance improvement.Finn Bock2004-10-191-24/+8
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-1/+1
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-121-2/+0
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-4/+5
* PR:Glen Mazza2004-05-151-1/+3
* fixes problem that prevented proportional-column-width function workingChris Bowditch2004-05-131-7/+13
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-3/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-0/+24
* remove global import statementsWilliam Victor Mote2003-09-081-11/+10
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-1/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-4/+4
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+398