| Commit message (Expand) | Author | Age | Files | Lines |
* | ArrayList -> List. | Jeremias Maerki | 2007-05-07 | 1 | -1/+1 |
* | Removed newly introduced dependency from the PDF library to the area tree. | Jeremias Maerki | 2007-05-07 | 19 | -374/+686 |
* | Bugzilla #42067: | Jeremias Maerki | 2007-05-07 | 14 | -247/+1081 |
* | Bugzilla #41434: | Jeremias Maerki | 2007-05-01 | 3 | -5/+5 |
* | Bugfixes: | Vincent Hennebert | 2007-04-30 | 3 | -66/+48 |
* | Fix a NPE when break-before is specified on the first row of a table, and whe... | Vincent Hennebert | 2007-04-26 | 2 | -16/+2 |
* | Make keep-with-next and keep-with-previous work on fo:table | Vincent Hennebert | 2007-04-26 | 1 | -0/+6 |
* | Fix the handling of padding for spanning cells in the collapsing-border model | Vincent Hennebert | 2007-04-20 | 1 | -2/+2 |
* | Time to enable border-collapse="collapse" | Vincent Hennebert | 2007-04-20 | 1 | -7/+0 |
* | Fix the computation of cells' IPD when they contain children with forced breaks. | Vincent Hennebert | 2007-04-20 | 2 | -71/+50 |
* | Move out all statistics/debug related code into an inner Statistics class. | Vincent Hennebert | 2007-04-20 | 1 | -122/+153 |
* | Bugfix: update dx also for grid units having no border, in the addAreas method | Vincent Hennebert | 2007-04-19 | 1 | -31/+29 |
* | - remove call to addPadding in TraitSetter.addCollapsingBorders | Vincent Hennebert | 2007-04-19 | 2 | -2/+2 |
* | Fix the handling of forced breaks which were sometimes counted twice. | Vincent Hennebert | 2007-04-18 | 1 | -16/+6 |
* | Extract the logic for advancing to the next grid row, from the getNextStep me... | Vincent Hennebert | 2007-04-18 | 1 | -53/+56 |
* | ... and correct the test for early returning if stepFound is false | Vincent Hennebert | 2007-04-18 | 1 | -1/+1 |
* | Replace the seqCount integer with a stepFound boolean in the getNextStep method | Vincent Hennebert | 2007-04-18 | 1 | -3/+3 |
* | Replace the array of forced breaks with a single boolean, which should be eno... | Vincent Hennebert | 2007-04-18 | 1 | -12/+4 |
* | - add a columnCount field for clarity | Vincent Hennebert | 2007-04-17 | 1 | -19/+19 |
* | Style only: fix indentation | Vincent Hennebert | 2007-04-17 | 1 | -3/+3 |
* | - add svn:keywords and svn:eol-style properties | Vincent Hennebert | 2007-04-17 | 1 | -41/+41 |
* | Added sorting of the list of named destinations (necessary to have more than ... | Jay Bryant | 2007-04-11 | 1 | -13/+17 |
* | Created a comparator for named destinations, to enable sorting the list of de... | Jay Bryant | 2007-04-11 | 1 | -0/+41 |
* | Added a PDFGoTo to the PDFDestination handler, so that Destinations properly ... | Jay Bryant | 2007-04-06 | 1 | -1/+5 |
* | Fixes for issues introduced with fox:destination: | Jeremias Maerki | 2007-04-04 | 5 | -121/+51 |
* | Allow for the case where a block-container occurs inside an inline | Simon Pepping | 2007-04-03 | 1 | -3/+7 |
* | No change; just add svn:keywords and svn:Id properties on new files | Vincent Hennebert | 2007-04-03 | 7 | -651/+651 |
* | - fix minor checkstyle issues | Vincent Hennebert | 2007-04-03 | 7 | -8/+64 |
* | New class to support named destinations | Jay Bryant | 2007-04-02 | 1 | -0/+112 |
* | In collapsing-border model, tables have no padding and borders are determined... | Vincent Hennebert | 2007-04-02 | 1 | -2/+4 |
* | changes to support named destinations | Jay Bryant | 2007-04-01 | 1 | -1/+11 |
* | changes to support named destinations | Jay Bryant | 2007-04-01 | 6 | -10/+481 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -0/+3 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -1/+23 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -2/+5 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 3 | -0/+171 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 3 | -5/+6 |
* | changes to support named destination | Jay Bryant | 2007-04-01 | 1 | -0/+12 |
* | Bugfix for keep-with-next inside tables: | Jeremias Maerki | 2007-04-01 | 1 | -0/+6 |
* | - fix the painting of borders for spanning cells in collapsing model | Vincent Hennebert | 2007-03-30 | 3 | -97/+129 |
* | Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile ... | Jeremias Maerki | 2007-03-28 | 1 | -3/+8 |
* | Replace deprecated addBorders method with the new ones in addAreas | Vincent Hennebert | 2007-03-28 | 1 | -2/+4 |
* | TableRowIterator: | Vincent Hennebert | 2007-03-28 | 3 | -119/+121 |
* | Factorize in a method the code handling TableContentPosition elements, in Tab... | Vincent Hennebert | 2007-03-27 | 1 | -22/+22 |
* | Some more comments for RowPainter. | Jeremias Maerki | 2007-03-23 | 2 | -1/+18 |
* | Better document some of the code in RowPainter. | Jeremias Maerki | 2007-03-23 | 1 | -7/+23 |
* | Avoid an IndexOutOfBoundsException when more columns are used than are specif... | Jeremias Maerki | 2007-03-23 | 1 | -2/+8 |
* | Small improvements in the SpaceResolver class: | Vincent Hennebert | 2007-03-22 | 1 | -3/+3 |
* | Fixed a problem with the auto-rotate-landscape setting in the PostScript rend... | Jeremias Maerki | 2007-03-21 | 1 | -6/+13 |
* | Documentation, cleanup, log statements in the table layout code. | Vincent Hennebert | 2007-03-19 | 10 | -71/+190 |