aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-0710-24/+230
* Fix for adding absolutely positioned block without children.Jeremias Maerki2005-02-071-8/+14
* use hasBackground() as a fail-fast.Jeremias Maerki2005-02-071-3/+4
* Additional accessors and style.Jeremias Maerki2005-02-072-25/+32
* Method for determining if there's a background at all.Jeremias Maerki2005-02-071-0/+7
* PR:Glen Mazza2005-02-069-24/+22
* PR:Glen Mazza2005-02-063-56/+30
* PR:Glen Mazza2005-02-054-9/+3
* Better table-column build-up. Columns can now be in non-consecutive order (us...Jeremias Maerki2005-02-041-10/+35
* Checks and an addtional method to determine whether a column-number is set.Jeremias Maerki2005-02-041-7/+29
* Bugfix for list labels that were not properly placed when the list-block is a...Jeremias Maerki2005-02-041-0/+4
* Notify the AreaTreeHandler about new pages being added.Jeremias Maerki2005-02-031-1/+1
* Add a facility for the PageSequenceLayoutManager to notify about a new page b...Jeremias Maerki2005-02-031-3/+17
* Bugfix for whitespace handling that surfaced after my last fix for linefeed h...Jeremias Maerki2005-02-032-6/+21
* Bugfix for blocks with forced linefeeds that break over the page boundary.Jeremias Maerki2005-02-021-133/+6
* Don't ignore linefeeds when building Knuth elements.Jeremias Maerki2005-02-021-10/+7
* Bugfix for omitted empty lines caused by forced linefeeds.Jeremias Maerki2005-02-021-1/+8
* Name of parameter was wrong.Jeremias Maerki2005-02-012-15/+18
* Bugfix for special case when markers weren't added correctly. This happens wh...Jeremias Maerki2005-02-011-27/+28
* Both fore- and background colors are initially black. This fixes a bug where ...Jeremias Maerki2005-02-011-1/+1
* PR:Glen Mazza2005-01-314-4/+4
* Addition of new fo:page-sequence-wrapper FO from XSL 1.1. Currently not "plu...Glen Mazza2005-01-314-6/+136
* Border, Padding and spaces on level fo:table.Jeremias Maerki2005-01-315-39/+141
* table-cell generates a normal reference-area.Jeremias Maerki2005-01-311-1/+3
* Added the page number to the pageViewportJeremias Maerki2005-01-311-0/+1
* PR:Glen Mazza2005-01-303-81/+54
* Added border, padding and spacing for list-blocks and list-items.Jeremias Maerki2005-01-282-29/+129
* Cleanup and added missing some public accessors.Jeremias Maerki2005-01-282-16/+52
* corresponding.compute() may also return null to indicate that the inherited v...Jeremias Maerki2005-01-281-6/+6
* Fixed a bug for labels, giving the wrong reference IPD.Jeremias Maerki2005-01-281-6/+3
* CONTAINING_REFAREA seems to work now, so use it.Jeremias Maerki2005-01-281-12/+13