aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected a validation problem. Made TableFooter use TableBody's validation.Simon Pepping2005-03-022-47/+11
* Added Renaud to our team page as a contributor.Glen Mazza2005-03-021-1/+3
* Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se...Glen Mazza2005-03-023-6/+129
* A few more changesSimon Pepping2005-03-012-2/+16
* Patch 33597 by Renaud Richardet, and a few other editsSimon Pepping2005-03-012-74/+55
* Created new Root.notifyPageSequenceFinished() method, consolidatingGlen Mazza2005-03-012-13/+7
* Updated README file, removed build.bat and build.sh. BuildsGlen Mazza2005-02-283-111/+17
* Use uptodate to avoid rebuilding the FOP jar even if no classesJoerg Pietschmann2005-02-271-1/+6
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-233-1/+25
* Avoid IndexOutOfBoundsException when empty list is passed in.Jeremias Maerki2005-02-231-2/+2
* Should run my own tests.... :-(Jeremias Maerki2005-02-223-1/+13
* First test cases for collapsing borders (disabled for now).Jeremias Maerki2005-02-223-0/+196
* Individual grid unit block areas for painting the resolved borders.Jeremias Maerki2005-02-222-10/+52
* Removing obsolete STATUS file from our distribution. This information is alr...Glen Mazza2005-02-211-56/+0
* Updated the README file to this century. Also, testing my first commitGlen Mazza2005-02-211-14/+8
* First real step towards collapsing table borders.Jeremias Maerki2005-02-2111-103/+862
* Test cases illustrating Glen's page-number fix. There's still a problem becau...Jeremias Maerki2005-02-213-0/+138
* Test case markers5a now works correctly. Added four testcases.Simon Pepping2005-02-205-1/+791
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-207-38/+81
* 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