| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 655489,655500,655522,655531,655578,655601,655603,655614,6557... | Adrian Cumiskey | 2008-05-13 | 2 | -10/+15 |
* | Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552... | Adrian Cumiskey | 2008-05-12 | 8 | -44/+99 |
* | Merged revisions 654111,654121,654190,654314,654322-654323,654338,654347,6544... | Adrian Cumiskey | 2008-05-08 | 3 | -5/+34 |
* | Merged revisions 653826 via svnmerge from | Adrian Cumiskey | 2008-05-06 | 1 | -1/+3 |
* | Merged revisions 652821-652822,652835,653036,653045,653048,653106,653144,6532... | Adrian Cumiskey | 2008-05-06 | 3 | -614/+455 |
* | Merged revisions 652456,652465,652467,652520,652525,652565,652581-652582,6526... | Adrian Cumiskey | 2008-05-02 | 1 | -16/+3 |
* | Merged revisions 651853,651855-651856,651866-651867,651880,651898 via svnmerg... | Adrian Cumiskey | 2008-04-30 | 8 | -24/+31 |
* | Merged revisions 651575 via svnmerge from | Adrian Cumiskey | 2008-04-25 | 2 | -12/+13 |
* | Merged revisions 651323,651333,651538,651540,651543-651544,651551,651558 via ... | Adrian Cumiskey | 2008-04-25 | 23 | -258/+400 |
* | Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from | Adrian Cumiskey | 2008-04-18 | 2 | -36/+29 |
* | Merged revisions 648381 via svnmerge from | Adrian Cumiskey | 2008-04-16 | 19 | -187/+345 |
* | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 17 | -113/+512 |
* | Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128... | Adrian Cumiskey | 2008-04-01 | 38 | -600/+886 |
* | - added full support for keep-with-previous on table-row and in table-cell | Vincent Hennebert | 2008-02-25 | 8 | -243/+192 |
* | Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al... | Jeremias Maerki | 2008-02-25 | 1 | -7/+13 |
* | Fixed a bug leading to the content of row-spanning cells being duplicated at ... | Vincent Hennebert | 2008-02-19 | 1 | -5/+7 |
* | Moved to the FO tree stage the check for break-before/after on table-row whil... | Vincent Hennebert | 2008-02-13 | 1 | -14/+0 |
* | Added support for breaks before and after table cells | Vincent Hennebert | 2008-02-13 | 6 | -58/+54 |
* | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 2 | -188/+188 |
* | Simplification. | Jeremias Maerki | 2008-02-12 | 1 | -4/+3 |
* | Bugzilla #44393: | Jeremias Maerki | 2008-02-12 | 1 | -1/+3 |
* | Better javadoc for break class | Vincent Hennebert | 2008-02-11 | 2 | -5/+19 |
* | Added full support for breaks inside table-cell elements | Vincent Hennebert | 2008-02-11 | 2 | -14/+62 |
* | In addKnuthElementsForBorderPaddingXXX, if the returnlist is a | Simon Pepping | 2008-02-08 | 1 | -0/+16 |
* | Removed the 900 penalty mechanism which anyway almost always produced visuall... | Vincent Hennebert | 2008-02-08 | 6 | -281/+505 |
* | Bugzilla #36391: | Jeremias Maerki | 2008-02-06 | 1 | -36/+63 |
* | Added support for the natural language indentifier ("Lang" in the document ca... | Jeremias Maerki | 2008-01-28 | 2 | -2/+10 |
* | Improve breaking for block-container and static-content so there are no more ... | Jeremias Maerki | 2008-01-28 | 3 | -9/+24 |
* | Of course startIndex == endIndex means there is one element whose length must... | Vincent Hennebert | 2008-01-27 | 1 | -1/+1 |
* | Fixed a bug in computeContentLength when there are empty cells | Vincent Hennebert | 2008-01-25 | 1 | -13/+19 |
* | Cleanup: | Vincent Hennebert | 2008-01-24 | 4 | -14/+14 |
* | Removed the no longer needed maxColumnCount parameter | Vincent Hennebert | 2008-01-24 | 3 | -16/+12 |
* | Added support for conditional borders (and paddings) in tables. | Vincent Hennebert | 2008-01-23 | 8 | -390/+566 |
* | Bugzilla #44160: | Jeremias Maerki | 2008-01-22 | 1 | -5/+9 |
* | Fixed logic error setting the transformation matrix for block-container viewp... | Jeremias Maerki | 2008-01-17 | 1 | -16/+11 |
* | java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR... | Jeremias Maerki | 2008-01-14 | 1 | -1/+2 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 3 | -86/+226 |
* | Renamed lastRow into currentRow and yoffset into currentRowOffset | Vincent Hennebert | 2008-01-10 | 1 | -25/+27 |
* | The return value of addAreasAndFlushRow is never used, changed it to void | Vincent Hennebert | 2008-01-10 | 1 | -3/+1 |
* | Removed accumulatedBPD which is redundant with yoffset | Vincent Hennebert | 2008-01-10 | 1 | -3/+1 |
* | Removed endPart() method and moved its content into addAreasAndFlushRow() | Vincent Hennebert | 2008-01-10 | 2 | -7/+3 |
* | Simplified addAreasAndFlushRow | Vincent Hennebert | 2008-01-10 | 1 | -18/+2 |
* | No need to check if the end of the cell is reached when creating the areas fo... | Vincent Hennebert | 2008-01-10 | 1 | -2/+1 |
* | - renamed variables for clarity | Vincent Hennebert | 2008-01-10 | 1 | -33/+26 |
* | Added new extension element: fox:external-document. It allows to add whole do... | Jeremias Maerki | 2007-12-27 | 11 | -539/+976 |
* | Added support for scale-down-to-fit and scale-up-to-fit. | Jeremias Maerki | 2007-12-20 | 1 | -4/+28 |
* | Remove commented code. | Jeremias Maerki | 2007-12-20 | 2 | -166/+2 |
* | I said currentGU can no longer be null | Vincent Hennebert | 2007-12-19 | 1 | -4/+1 |
* | Streamlined the recording of row offsets, by replacing Map with a List. Fixed... | Vincent Hennebert | 2007-12-18 | 1 | -28/+46 |
* | Renamed firstRow into firstRowIndex and moved its initialization into handeTa... | Vincent Hennebert | 2007-12-18 | 1 | -8/+8 |