aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Commented stray System.out. Should be replaced by Commons Logging calls or re...Jeremias Maerki2005-02-191-5/+5
* Restored JDK 1.5 compatibility.Jeremias Maerki2005-02-192-13/+13
* PR:Glen Mazza2005-02-191-0/+1
* PR:Glen Mazza2005-02-183-33/+8
* Disable advanced marker tests as long as they don't work properly.Jeremias Maerki2005-02-171-0/+1
* setting border-collapse="separate" to make it pass again, now that I started ...Jeremias Maerki2005-02-171-2/+2
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-172-2/+3
* region-after may not have borders. Used an absolutely positioned block-contai...Jeremias Maerki2005-02-171-1/+4
* Added missing license header.Jeremias Maerki2005-02-171-0/+15
* updated page-master tests.Jeremias Maerki2005-02-172-20/+76
* Fix for bad page-master and region margin calculations. All margin calculatio...Jeremias Maerki2005-02-173-38/+31
* PR:Glen Mazza2005-02-171-1/+0
* PR:Glen Mazza2005-02-178-274/+85
* Adjusting to changes in BorderProps.toString()Jeremias Maerki2005-02-165-72/+72
* First step towards collapsing table borders:Jeremias Maerki2005-02-164-66/+280
* Code clean-up only.Jeremias Maerki2005-02-161-14/+5
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-156-10/+42
* Clean-up:Jeremias Maerki2005-02-155-11/+133
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-122-74/+31
* Simpler and more robust XPath statements.Jeremias Maerki2005-02-122-26/+26
* Extend the user agent to pipe title, author and keywords through to the PDF. ...Jeremias Maerki2005-02-123-4/+69
* PR:Glen Mazza2005-02-125-164/+46
* Implemented the rest of the border styles. Now uses clipping while painting t...Jeremias Maerki2005-02-112-41/+327
* Test for all border-styles.Jeremias Maerki2005-02-111-0/+137
* empty-cells implemented.Jeremias Maerki2005-02-112-3/+15
* Test case for empty-cells attribute.Jeremias Maerki2005-02-111-0/+80
* Test case for column spanning.Jeremias Maerki2005-02-111-0/+114
* Test cases for table-omit-*-at-break. The one for footer is disabled because ...Jeremias Maerki2005-02-113-1/+260
* Implemented table-omit-header-at-break. The same for footers comes later when...Jeremias Maerki2005-02-112-5/+21
* Test cases for table headers/footers.Jeremias Maerki2005-02-102-0/+246
* Table headers/footers need to be recalculated for each page (for dynamic elem...Jeremias Maerki2005-02-102-55/+33
* PR:Glen Mazza2005-02-103-38/+14
* Rearranged the process a bit to better show the different phases. Helped me t...Jeremias Maerki2005-02-101-16/+24
* Some LMs don't need the childLM List. So create only when necessary.Jeremias Maerki2005-02-101-1/+7
* Adding an additional block at the end to see if a new block would behave diff...Jeremias Maerki2005-02-101-0/+1
* Test case which indirectly tests the resetPosition() methods on various LMs. ...Jeremias Maerki2005-02-102-0/+64
* Remove dependency of pdf package to the FOP user agent.Jeremias Maerki2005-02-102-11/+8
* Updates to team page. Added Luca (Layout) and Simon (Layout, XSL FO Tree, an...Glen Mazza2005-02-101-24/+20
* Better XPath statements for certain parser/XSLT combinations.Jeremias Maerki2005-02-0911-84/+84
* No longer fail when no table-columns are defined. The table creates a "defaul...Jeremias Maerki2005-02-093-20/+61
* Test cases for fixed table layout.Jeremias Maerki2005-02-093-1/+176
* Corrected my interpretation of border-separation.Jeremias Maerki2005-02-091-39/+40
* force fixed table-layout. Without the width auto layout becomes active.Jeremias Maerki2005-02-091-1/+1
* Fix for handling of horizontal border-separation. My first interpretation was...Jeremias Maerki2005-02-092-13/+26
* Accessor for table-layout property.Jeremias Maerki2005-02-091-0/+5
* Test case for border and padding influencing table-cells. Similar to table-ce...Jeremias Maerki2005-02-091-0/+199
* Test case for border and padding influencing table-cells.Jeremias Maerki2005-02-091-0/+117
* Forgot to take padding into account.Jeremias Maerki2005-02-081-4/+4
* Test case for column-number con table-cell and gaps in a row.Jeremias Maerki2005-02-081-0/+120
* Fix for ArrayOutOfBoundsException in resetPosition().Jeremias Maerki2005-02-081-1/+1