| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla #46315: extension to disable column balancing before blocks spanning... | Vincent Hennebert | 2009-01-28 | 2 | -5/+24 |
* | Bugzilla 46567: fo:marker in fo:table-row produced a ValidationException | Andreas L. Delmelle | 2009-01-22 | 1 | -1/+6 |
* | Bugzilla #45306: | Jeremias Maerki | 2009-01-02 | 1 | -3/+5 |
* | Bugzilla 46319: | Andreas L. Delmelle | 2008-12-08 | 1 | -11/+20 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 7 | -7/+13 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 62 | -446/+446 |
* | Correct indentation | Andreas L. Delmelle | 2008-07-07 | 1 | -13/+13 |
* | Fixed ClassCastException when specifying column-number on something other tha... | Andreas L. Delmelle | 2008-07-05 | 1 | -49/+65 |
* | Removed unnecessary override | Andreas L. Delmelle | 2008-06-28 | 1 | -5/+0 |
* | Fixed a possible NullPointerException: if the citation appears in a fo:marker... | Andreas L. Delmelle | 2008-06-26 | 1 | -3/+9 |
* | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 1 | -5/+3 |
* | Partial fix of FOEventHandler call sequence (see also Bugzilla #45237): | Andreas L. Delmelle | 2008-06-22 | 9 | -60/+56 |
* | Changed signature for static handleWhiteSpaceFor(), and used internally to ma... | Andreas L. Delmelle | 2008-06-22 | 1 | -3/+4 |
* | Avoid StackOverflow on TableColumn.toString() during debugging. | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Addition to r670217 | Andreas L. Delmelle | 2008-06-22 | 4 | -47/+34 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 15 | -278/+312 |
* | Strict/loose validation of <fo:table-footer/> ordering somehow got lost in pr... | Adrian Cumiskey | 2008-06-20 | 1 | -1/+3 |
* | Separation of concerns: | Jeremias Maerki | 2008-06-19 | 2 | -11/+13 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 1 | -3/+3 |
* | Added event TableEventProducer.forceNextColumnNumber when | Simon Pepping | 2008-05-19 | 2 | -3/+17 |
* | Put the resolutions of collapsed borders together into the CollapsingBorderRe... | Vincent Hennebert | 2008-05-12 | 8 | -81/+63 |
* | Restore the previous behaviour of the column-number property, viz. if | Simon Pepping | 2008-05-12 | 1 | -1/+30 |
* | In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t... | Vincent Hennebert | 2008-05-08 | 3 | -93/+89 |
* | Checkstyle fix. | Jeremias Maerki | 2008-05-08 | 1 | -1/+3 |
* | Removed inadvertently added override [Avoid late night commits...] | Andreas L. Delmelle | 2008-05-08 | 1 | -23/+0 |
* | Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two ... | Andreas L. Delmelle | 2008-05-07 | 1 | -12/+36 |
* | Added comment | Andreas L. Delmelle | 2008-05-07 | 1 | -1/+6 |
* | Bugzilla 41500: | Andreas L. Delmelle | 2008-05-07 | 1 | -25/+31 |
* | Expand imports... | Andreas L. Delmelle | 2008-05-02 | 1 | -1/+6 |
* | Cleanup/Correction after r657673 | Andreas L. Delmelle | 2008-05-02 | 3 | -50/+55 |
* | Code style: single class imports only... | Andreas L. Delmelle | 2008-05-01 | 1 | -2/+6 |
* | First steps towards fo:retrieve-table-marker | Andreas L. Delmelle | 2008-05-01 | 3 | -123/+301 |
* | Javadoc corrections | Andreas L. Delmelle | 2008-05-01 | 3 | -4/+5 |
* | Minor cleanup: remove height/width members and unused getHeight()/getWidth() ... | Andreas L. Delmelle | 2008-05-01 | 1 | -14/+0 |
* | Javadoc updates: attempt at improving interactivity and consistency | Andreas L. Delmelle | 2008-04-26 | 37 | -601/+536 |
* | Basic activation on some widely used properties (prepare for implementation) | Andreas L. Delmelle | 2008-04-26 | 1 | -34/+82 |
* | Basic activation of keep-* properties on Character and AbstractGraphics | Andreas L. Delmelle | 2008-04-26 | 2 | -117/+79 |
* | Bugzilla 44634: Added partial implementation for show-destination. | Andreas L. Delmelle | 2008-04-25 | 1 | -22/+40 |
* | Second part of the implementation of stage 1 for advanced keeps (see Wiki): I... | Jeremias Maerki | 2008-04-25 | 2 | -40/+35 |
* | Removed TODO: New validation event to generate an error in case an fo:marker ... | Andreas L. Delmelle | 2008-04-25 | 1 | -52/+35 |
* | An implementation of a positive integer property maker. It implements | Simon Pepping | 2008-04-18 | 1 | -19/+1 |
* | First part of the implementation of stage 1 for advanced keeps (see Wiki): In... | Jeremias Maerki | 2008-04-15 | 2 | -2/+29 |
* | Merged branch | Jeremias Maerki | 2008-04-14 | 36 | -309/+506 |
* | Bugfix: forced break ignored when the minimum height of a table-row isn't rea... | Vincent Hennebert | 2008-03-10 | 1 | -12/+0 |
* | Moved the getBody method into PrimaryGridUnit, since it's only needed there a... | Vincent Hennebert | 2008-02-26 | 3 | -16/+14 |
* | - added full support for keep-with-previous on table-row and in table-cell | Vincent Hennebert | 2008-02-25 | 9 | -52/+150 |
* | No stack traces with missing images. | Jeremias Maerki | 2008-02-18 | 1 | -0/+3 |
* | rowStarted doesn't need to be set in the signalNewRow method. If it is, it wi... | Vincent Hennebert | 2008-02-15 | 1 | -1/+0 |
* | break-after set on the last child of a row-spanning cell must apply to the la... | Vincent Hennebert | 2008-02-14 | 1 | -1/+1 |
* | Moved to the FO tree stage the check for break-before/after on table-row whil... | Vincent Hennebert | 2008-02-13 | 3 | -7/+45 |