aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Some more comments for RowPainter.Jeremias Maerki2007-03-232-1/+18
* Better document some of the code in RowPainter.Jeremias Maerki2007-03-231-7/+23
* Avoid an IndexOutOfBoundsException when more columns are used than are specif...Jeremias Maerki2007-03-231-2/+8
* Small improvements in the SpaceResolver class:Vincent Hennebert2007-03-221-3/+3
* Documentation, cleanup, log statements in the table layout code.Vincent Hennebert2007-03-199-70/+185
* Some javadoc and variables renaming in TableStepper.Vincent Hennebert2007-03-131-28/+46
* Fixed an IllegalArgumentException for absolutely positioned block-containers ...Jeremias Maerki2007-03-121-1/+3
* Extract sub-classes from TableContentLayoutManager and make them top-level cl...Vincent Hennebert2007-03-067-197/+282
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-2/+2
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-1/+2
* Small simplification: remove an unneeded parameter from the getContentHeight ...Vincent Hennebert2007-03-011-3/+8
* Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd...Vincent Hennebert2007-03-011-3/+1
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-282-240/+279
* Add code guards around log statements for better performance when they are di...Vincent Hennebert2007-02-281-2/+6
* Rename a local variable in the getNextStep method for clarity, and convert it...Vincent Hennebert2007-02-271-3/+3
* Add log messages to help understand the codeVincent Hennebert2007-02-271-4/+7
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
* Javadoc for the table layout codeVincent Hennebert2007-02-084-14/+50
* Fix for bug 41019, minor changes to a few testcases as now a different set of...Luca Furini2007-01-302-7/+32
* Bugzilla #41426:Jeremias Maerki2007-01-221-2/+2
* Two Knuth boxes following each other should only be considered for an additio...Manuel Mall2007-01-141-1/+3
* Initial support for soft hyphensManuel Mall2007-01-131-43/+87
* Code cleanup: Andreas L. Delmelle2007-01-113-3/+3
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-111-6/+9
* Fix for new linebreaking in combination with hyphenation not correctly breaki...Manuel Mall2007-01-111-21/+25
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-221-287/+355
* Small improvements of the table layout code:Vincent Hennebert2006-11-248-279/+403
* Bugfix: Fixed bug when the sum of column widths of a table is larger than the...Jeremias Maerki2006-11-062-4/+27
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-112-0/+2
* Fix a small error in ListItemLayoutManager. Patch submitted by JulienSimon Pepping2006-10-091-1/+1
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-071-1/+1
* Bugfix: Nested tables with headers and footers were not handled correctly and...Jeremias Maerki2006-10-072-6/+33
* Fixed a compilation problem.Jeremias Maerki2006-10-071-3/+6
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-0519-7/+120
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-113-28/+106
* Rework of default column-creation and setting column-widths from the first ro...Andreas L. Delmelle2006-08-213-36/+89
* Small update in the table-layout codeAndreas L. Delmelle2006-08-081-2/+3
* Small update in the table-layout codeAndreas L. Delmelle2006-08-082-17/+20
* Bugzilla #39840:Jeremias Maerki2006-08-045-19/+100
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+1
* Bugfix: Table headers and footers were swallowed when a table was nested in a...Jeremias Maerki2006-08-022-1/+17
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2898-540/+638
* Fixed removeNode() as discussed on fop-dev. No more checks for footnotes and ...Jeremias Maerki2006-07-132-33/+14
* Bugzilla #39777: Jeremias Maerki2006-06-145-171/+354
* Added region-body_display-align to demonstrate the default behaviour for adju...Jeremias Maerki2006-06-082-26/+70
* Bugfix: Table headers were omitted when a table is a child of a block-container.Jeremias Maerki2006-06-071-1/+1
* An emergency patch to avoid that a non-breaking space at the end of anSimon Pepping2006-05-192-4/+10
* Bugfix: The combination of hyphenation and kerning resulted in slightly ragge...Jeremias Maerki2006-05-191-11/+41
* Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning mul...Jeremias Maerki2006-05-181-0/+7
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-0/+1