| Commit message (Expand) | Author | Age | Files | Lines |
* | My first laughable attempt at a page breaker for balancing columns. Doesn't w... | Jeremias Maerki | 2005-06-29 | 1 | -0/+70 |
* | Span change detection and infastructure for signalling it. | Jeremias Maerki | 2005-06-29 | 2 | -10/+40 |
* | Enable starting the break process at an arbitrary position inside an element ... | Jeremias Maerki | 2005-06-29 | 1 | -6/+15 |
* | notifyFlowsFinished() indirectly used by multi-column layout to determine the... | Jeremias Maerki | 2005-06-29 | 2 | -2/+49 |
* | Accumulate the BPD extent used by the normal flow's children. | Jeremias Maerki | 2005-06-29 | 1 | -0/+6 |
* | Revert revsision 201627. | Jeremias Maerki | 2005-06-26 | 3 | -19/+0 |
* | Switch to .equals() instead of == for String compares of namespaces. Thanks ... | Glen Mazza | 2005-06-26 | 33 | -48/+48 |
* | Check the proper use of the span attribute. | Jeremias Maerki | 2005-06-24 | 3 | -0/+20 |
* | First SVN commit. Trivial formatting change. | Glen Mazza | 2005-06-24 | 1 | -0/+1 |
* | First parts on a page which don't fit are moved to the next page. A counter a... | Jeremias Maerki | 2005-06-23 | 8 | -25/+119 |
* | breaks supported on tables, table-row and table-cell content now. Cheap appro... | Jeremias Maerki | 2005-06-22 | 7 | -27/+178 |
* | trace getLineWidth(). | Jeremias Maerki | 2005-06-22 | 1 | -1/+5 |
* | Support late setting of break class. | Jeremias Maerki | 2005-06-22 | 1 | -4/+42 |
* | statics to the top so they are easily found. | Jeremias Maerki | 2005-06-22 | 1 | -4/+6 |
* | Accessors for break-* on table-row. | Jeremias Maerki | 2005-06-22 | 1 | -0/+10 |
* | Bugfix for misplaced block-containers. | Jeremias Maerki | 2005-06-22 | 1 | -1/+1 |
* | Fixes NPEs when a table is using collapsing border model in conjunction with ... | Jeremias Maerki | 2005-06-20 | 2 | -2/+6 |
* | Warning about collapsing border model. | Jeremias Maerki | 2005-06-20 | 1 | -0/+4 |
* | Bugzilla: #35358 | Jeremias Maerki | 2005-06-20 | 3 | -21/+91 |
* | Bugzilla: #35358 | Jeremias Maerki | 2005-06-20 | 1 | -5/+5 |
* | Italian translation of the viewer labels | Luca Furini | 2005-06-16 | 1 | -10/+46 |
* | Added getPageViewportProvider(). | Jeremias Maerki | 2005-06-16 | 1 | -20/+60 |
* | Bugzilla: #35358 | Jeremias Maerki | 2005-06-15 | 11 | -324/+901 |
* | Page breaking process now respects changing available BPD (not IPD) over mult... | Jeremias Maerki | 2005-06-15 | 13 | -112/+323 |
* | The bpd of lines with no real content must collapse to 0 | Luca Furini | 2005-06-14 | 1 | -12/+28 |
* | Switched to null for PageBreaker.getTopLevelLM(). | Glen Mazza | 2005-06-14 | 1 | -1/+1 |
* | Unused import removed. | Glen Mazza | 2005-06-10 | 1 | -1/+0 |
* | generatesInlineAreas() methods removed. | Glen Mazza | 2005-06-10 | 7 | -57/+0 |
* | Added a clarifying comment | Simon Pepping | 2005-06-10 | 1 | -0/+1 |
* | Icon Tweaking | Jeremias Maerki | 2005-06-10 | 6 | -130/+4 |
* | Create LinkedList only if it's needed. | Jeremias Maerki | 2005-06-10 | 1 | -1/+1 |
* | Apparently unused getWordSpaceIPD() removed. | Glen Mazza | 2005-06-10 | 2 | -11/+0 |
* | Removed unused functions. Team, I switched from generatesInlineAreas() calls | Glen Mazza | 2005-06-10 | 11 | -91/+5 |
* | Removed functionality for collecting words reverted. Instead made sure capita... | Jeremias Maerki | 2005-06-09 | 1 | -3/+113 |
* | Command-line switch for setting the resolution. | Jeremias Maerki | 2005-06-09 | 1 | -1/+15 |
* | Safer creation of the new target File instance. outputDir can be null with re... | Jeremias Maerki | 2005-06-09 | 1 | -2/+2 |
* | Avoid NPEs when no filename is set on the UserAgent. Only the first page is r... | Jeremias Maerki | 2005-06-09 | 1 | -19/+42 |
* | Default compression set to packbits which is widely supported. Uncompressed T... | Jeremias Maerki | 2005-06-09 | 1 | -11/+52 |
* | General anti-aliasing hint added. | Jeremias Maerki | 2005-06-09 | 1 | -3/+13 |
* | Publish the default resolution to the outside. | Jeremias Maerki | 2005-06-09 | 1 | -1/+4 |
* | Bugzilla: #33760 | Jeremias Maerki | 2005-06-09 | 23 | -1187/+2109 |
* | Improvement for FOText instance creation. The text is consolidated into singl... | Jeremias Maerki | 2005-06-09 | 5 | -29/+67 |
* | More cleanup/simplifications. | Glen Mazza | 2005-06-09 | 3 | -9/+5 |
* | Multiple getWordChar() methods placed together. | Glen Mazza | 2005-06-08 | 1 | -5/+7 |
* | LayoutManager.canBreakBefore() removed. | Glen Mazza | 2005-06-08 | 7 | -91/+0 |
* | Removed comment; relaxed validation done on an fo-by-fo basis. | Glen Mazza | 2005-06-08 | 1 | -2/+0 |
* | Removed LM.initialize() -- switched to internal initialization of all LM's. | Glen Mazza | 2005-06-07 | 12 | -66/+22 |
* | Minor PSLM simplifications. | Glen Mazza | 2005-06-06 | 2 | -25/+8 |
* | Remainder of pslm.gKNE() consolidated into pb.gKNE(). | Glen Mazza | 2005-06-05 | 1 | -18/+6 |
* | Two stray isBogus()es removed, AFAICT unnecessary childLC initialization | Glen Mazza | 2005-06-04 | 2 | -22/+2 |