| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Javadoc fixup | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
* | Javadoc modification + addition of clarifying comments | Andreas L. Delmelle | 2008-06-23 | 1 | -19/+60 |
* | Fix XMLObj.addCharacters(): incorrect after r670341 | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
* | Added support for non-zero borders and padding on page regions. | Luca Furini | 2008-06-23 | 6 | -13/+239 |
* | Another missing file... | Andreas L. Delmelle | 2008-06-22 | 1 | -3/+4 |
* | Added missing file from r670422 | Andreas L. Delmelle | 2008-06-22 | 1 | -5/+19 |
* | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 7 | -347/+406 |
* | Partial fix of FOEventHandler call sequence (see also Bugzilla #45237): | Andreas L. Delmelle | 2008-06-22 | 11 | -62/+77 |
* | Deleted deprecated interface; unused after r670336 | Andreas L. Delmelle | 2008-06-22 | 1 | -35/+0 |
* | Very minor tweak: simplify conditional | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Correction: characters() expects a 'length' not an 'endIndex' | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Changed signature for static handleWhiteSpaceFor(), and used internally to ma... | Andreas L. Delmelle | 2008-06-22 | 2 | -9/+9 |
* | Changed FONode.addCharacters() signature to match the characters() event (use... | Andreas L. Delmelle | 2008-06-22 | 4 | -7/+6 |
* | Minor tweak: use XG Commons version of the interface | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Avoid StackOverflow on TableColumn.toString() during debugging. | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Minor tweak: avoid warning when running through Saxon | Andreas L. Delmelle | 2008-06-22 | 1 | -6/+2 |
* | Minor javadoc correction | 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 | 2 | -8/+8 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 23 | -330/+397 |
* | 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 | 10 | -108/+168 |
* | Simplifications and a Checkstyle fix. | Jeremias Maerki | 2008-06-19 | 3 | -8/+6 |
* | 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 | 4 | -4/+208 |
* | 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 |
* | Disabled retroweaver task definition, because it breaks gump | Maximilian Berger | 2008-06-13 | 1 | -1/+2 |
* | Added PMD and Findbugs report, 'reports' target' | Maximilian Berger | 2008-06-12 | 14 | -450/+347 |
* | Fixed typo | Vincent Hennebert | 2008-06-11 | 1 | -5/+5 |
* | Replaced getLast() calls with calls to listUtil | Maximilian Berger | 2008-06-10 | 9 | -65/+128 |
* | Some updates (improvements?) in the UAX#14-related files: | Andreas L. Delmelle | 2008-06-09 | 3 | -690/+804 |
* | Minor update: make the codegen-unicode target create LineBreakUtils.java at t... | Andreas L. Delmelle | 2008-06-09 | 1 | -4/+7 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 30 | -184/+195 |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 42 | -75/+1307 |
* | Improve code-readability; add some clarifying comments | Andreas L. Delmelle | 2008-06-07 | 1 | -58/+81 |
* | 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 | 3 | -22/+110 |
* | 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 |
* | ApacheCon EU 2008 is long over. | Jeremias Maerki | 2008-06-04 | 1 | -0/+2 |
* | Bugzilla #45115: | Jeremias Maerki | 2008-06-03 | 4 | -3/+50 |
* | Integer keeps inside multi-line blocks and in between block-paragraphs. | Jeremias Maerki | 2008-06-02 | 2 | -12/+36 |
* | 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 |
* | Bugzilla 45097: | Andreas L. Delmelle | 2008-05-31 | 3 | -53/+174 |