| Commit message (Expand) | Author | Age | Files | Lines |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 105 | -1665/+1665 |
* | Minor optimization. | Adrian Cumiskey | 2008-07-23 | 1 | -2/+2 |
* | A minor optimization. | Adrian Cumiskey | 2008-07-17 | 1 | -2/+6 |
* | Fixing absolute positioning of block-containers: bottom and right distances w... | Luca Furini | 2008-07-07 | 1 | -0/+9 |
* | Fix imports... | Andreas L. Delmelle | 2008-06-23 | 1 | -3/+5 |
* | Javadoc fixup | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+0 |
* | Minor cleanup: remove redundant cast | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
* | Minor cleanup: remove redundant cast | Andreas L. Delmelle | 2008-06-23 | 1 | -7/+6 |
* | Minor cleanup: remove double storage of the FObj | Andreas L. Delmelle | 2008-06-23 | 1 | -9/+4 |
* | Minor cleanup: remove unused parameter from method signature | Andreas L. Delmelle | 2008-06-23 | 1 | -2/+2 |
* | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 2 | -62/+66 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 5 | -20/+23 |
* | Wrong line number reported in the case of a line overflow. | Jeremias Maerki | 2008-06-17 | 1 | -2/+1 |
* | Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getL... | Luca Furini | 2008-06-16 | 1 | -4/+4 |
* | removed double storage of 'fobj' | Maximilian Berger | 2008-06-14 | 3 | -38/+20 |
* | minor spelling & checkstyle fixes | Maximilian Berger | 2008-06-14 | 1 | -17/+17 |
* | minor spelling fixes | Maximilian Berger | 2008-06-14 | 1 | -2/+2 |
* | minor spelling fixes | Maximilian Berger | 2008-06-14 | 1 | -2/+2 |
* | Replaced getLast() calls with calls to listUtil | Maximilian Berger | 2008-06-10 | 8 | -65/+73 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 29 | -181/+192 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 3 | -23/+47 |
* | Minor cleanup: remove unneeded constant | Andreas L. Delmelle | 2008-06-07 | 1 | -2/+0 |
* | Extended behavior of preserved linefeeds to codepoints representing mandatory... | Andreas L. Delmelle | 2008-06-07 | 1 | -8/+11 |
* | Restored lost overflow warning in static-content. | Jeremias Maerki | 2008-06-05 | 1 | -0/+6 |
* | Minor cleanup: remove spurious white-space | Andreas L. Delmelle | 2008-06-04 | 1 | -8/+4 |
* | Integer keeps inside multi-line blocks and in between block-paragraphs. | Jeremias Maerki | 2008-06-02 | 1 | -12/+19 |
* | More code Cleanups (no functional changes) | Maximilian Berger | 2008-06-01 | 1 | -326/+237 |
* | Code Cleanups (no functional change) | Maximilian Berger | 2008-05-31 | 1 | -442/+470 |
* | Implemented Font auto-selection word-by-word | Maximilian Berger | 2008-05-28 | 2 | -80/+78 |
* | Bugzilla 37579: added support for footnotes in lists and table bodies (not he... | Vincent Hennebert | 2008-05-28 | 3 | -6/+60 |
* | Replaced hack in TableStepper to get the steps' penalty values with a more pr... | Vincent Hennebert | 2008-05-12 | 2 | -11/+16 |
* | Avoid creation of unnecessary dummy areas. | Andreas L. Delmelle | 2008-05-11 | 1 | -6/+1 |
* | Make the LM clean up on end-of-layout, if possible. | Andreas L. Delmelle | 2008-05-11 | 1 | -10/+29 |
* | Support character-by-character font-selection strategy on fo:character element | Maximilian Berger | 2008-05-11 | 1 | -5/+29 |
* | Bugzilla 44794: | Andreas L. Delmelle | 2008-05-09 | 6 | -8/+25 |
* | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 1 | -18/+18 |
* | Bugzilla 41500: | Andreas L. Delmelle | 2008-05-07 | 3 | -5/+34 |
* | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 1 | -1/+3 |
* | Correction of indentation | Andreas L. Delmelle | 2008-05-05 | 1 | -60/+54 |
* | Further refinements: | Andreas L. Delmelle | 2008-05-04 | 1 | -98/+89 |
* | Change private element-generating methods to add the elements to a passed Lis... | Andreas L. Delmelle | 2008-05-04 | 1 | -155/+147 |
* | Fix that preserves the final status of the fobj member variable. | Adrian Cumiskey | 2008-05-03 | 2 | -3/+2 |
* | Fixed the build. Assignment on final variable fobj. | Adrian Cumiskey | 2008-05-03 | 1 | -1/+1 |
* | Tweaks: make fobj member final; have default implementations for some methods... | Andreas L. Delmelle | 2008-05-03 | 1 | -31/+20 |
* | Cleanup: improve code-readibility | Andreas L. Delmelle | 2008-05-03 | 1 | -444/+320 |
* | First steps towards fo:retrieve-table-marker | Andreas L. Delmelle | 2008-05-01 | 1 | -16/+3 |
* | Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A... | Andreas L. Delmelle | 2008-04-26 | 8 | -24/+31 |
* | Bugzilla 44634: Added partial implementation for show-destination. | Andreas L. Delmelle | 2008-04-25 | 2 | -12/+13 |
* | Second part of the implementation of stage 1 for advanced keeps (see Wiki): I... | Jeremias Maerki | 2008-04-25 | 22 | -257/+396 |
* | Improve table-unit computation if proportional-column-width() is used | Simon Pepping | 2008-04-24 | 1 | -1/+4 |