aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/table
Commit message (Expand)AuthorAgeFilesLines
* Initial keep-together support on table.Jeremias Maerki2005-05-232-2/+7
* First step towards keep-together on tables (should work on table-rows now).Jeremias Maerki2005-05-234-20/+26
* Code cleanup and some javadocs.Jeremias Maerki2005-05-232-10/+38
* Fixes for a few minor problems in certain special cases.Jeremias Maerki2005-05-233-56/+54
* I love my testcases. table-row1 just showed me another bug. :-)Jeremias Maerki2005-05-181-1/+1
* Code cleanup.Jeremias Maerki2005-05-181-9/+3
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-173-147/+28
* Bugfix: When a grid unit is incomplete at the page break, it is not rendered ...Jeremias Maerki2005-05-171-2/+2
* Bugfix: Removal of last penalty is fixed now.Jeremias Maerki2005-05-171-23/+75
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-1317-1443/+2949
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-166-12/+12
* Should run my own tests.... :-(Jeremias Maerki2005-02-222-1/+7
* Individual grid unit block areas for painting the resolved borders.Jeremias Maerki2005-02-222-10/+52
* First real step towards collapsing table borders.Jeremias Maerki2005-02-218-97/+778
* First step towards collapsing table borders:Jeremias Maerki2005-02-161-10/+41
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-152-7/+9
* empty-cells implemented.Jeremias Maerki2005-02-111-3/+10
* 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-092-20/+44
* Fix for handling of horizontal border-separation. My first interpretation was...Jeremias Maerki2005-02-092-13/+26
* Forgot to take padding into account.Jeremias Maerki2005-02-081-4/+4
* Fix for ArrayOutOfBoundsException in resetPosition().Jeremias Maerki2005-02-081-1/+1
* Support for column-number on table-cell.Jeremias Maerki2005-02-082-75/+191
* Initial support for column spanning. Still WIP.Jeremias Maerki2005-02-082-25/+70
* Correct cell-borders when border-collapse="separate" and initial support for ...Jeremias Maerki2005-02-082-8/+44
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-072-14/+79
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-313-19/+100
* table-cell generates a normal reference-area.Jeremias Maerki2005-01-311-1/+3
* Two more unneeded initProperties() calls removed. Only four left to look at.Glen Mazza2004-11-111-6/+0
* Fourth phase of performance improvement.Finn Bock2004-10-205-8/+14
* Third phase of performance improvement.Finn Bock2004-10-195-104/+35
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-222-4/+4
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-122-3/+0
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-265-24/+25
* PR:Glen Mazza2004-05-155-12/+14
* fixes problem that prevented proportional-column-width function workingChris Bowditch2004-05-131-7/+13
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-122-2/+2
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-216-23/+23
* PR:Glen Mazza2004-03-181-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-277-326/+102
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-263-6/+29
* Fixed the missing table header bug.Joerg Pietschmann2004-02-071-2/+2
* Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.Glen Mazza2004-01-091-1/+1
* Removal of unnecessary local variable, patch by Andreas Delmille. (Bug 25786)Glen Mazza2003-12-291-2/+1
* remove global import statementsWilliam Victor Mote2003-09-082-22/+20
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-286-6/+6
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-0/+2
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-125-20/+20
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-117-0/+2071