aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2005-03-053-6/+28
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-057-43/+119
* 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
* 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
* 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-2111-103/+862
* 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
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-171-0/+1
* 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
* 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
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-122-74/+31
* 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
* empty-cells implemented.Jeremias Maerki2005-02-112-3/+15
* Implemented table-omit-header-at-break. The same for footers comes later when...Jeremias Maerki2005-02-112-5/+21
* 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
* 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
* No longer fail when no table-columns are defined. The table creates a "defaul...Jeremias Maerki2005-02-093-20/+61
* 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
* 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
* Method for checking if there's a column-numberJeremias Maerki2005-02-081-0/+7
* 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
* Support for table-cells as direct children of table-body|header|footer.Jeremias Maerki2005-02-085-5/+82
* moving retrieve-marker replacement into separate method to make preLoadList e...Jeremias Maerki2005-02-081-12/+27
* Support for border-spacing shorthand.Jeremias Maerki2005-02-074-9/+92