3652 Commits (12e4f1844c62cc9ddfe27f91e2d59b62f0ad7456)

Author SHA1 Message Date
  Jeremias Maerki 109c667f80 Bugzilla #35561 19 years ago
  Jeremias Maerki 5253023d0f It's Apache FOP, not just FOP. 19 years ago
  Jeremias Maerki 7cda5ead41 Fix placement of links in PDFs. 19 years ago
  Jeremias Maerki 86598c0a95 log statement should be debug(). 19 years ago
  Jeremias Maerki 45f01c52b8 Fix vertical placement of page-number and page-number-citation. 19 years ago
  Jeremias Maerki 367a260fa5 Observe line layout element lists, too. 19 years ago
  Jeremias Maerki 41858432b0 toString() method. 19 years ago
  Jeremias Maerki 035ccdf421 vpos on character, too. 19 years ago
  Jeremias Maerki f384710ff9 Bugfix: Multiple spans now painted in the right places. 19 years ago
  Jeremias Maerki ef9732a759 Bugfix: IPD for footnote region now correct in multi-column layout. 19 years ago
  Jeremias Maerki ee677ef43c My first laughable attempt at a page breaker for balancing columns. Doesn't work if the element list fits into the first available area and doesn't balance exactly like I would like it to when the balancing actually gets active. 19 years ago
  Jeremias Maerki 8c3ee10b15 Span change detection and infastructure for signalling it. 19 years ago
  Jeremias Maerki f9a98ac2dc Enable starting the break process at an arbitrary position inside an element list. 19 years ago
  Jeremias Maerki 83f9038f80 notifyFlowsFinished() indirectly used by multi-column layout to determine the restart point after span changes. 19 years ago
  Jeremias Maerki 8ec1a0e041 Accumulate the BPD extent used by the normal flow's children. 19 years ago
  Jeremias Maerki fa0e66e7a7 Revert revsision 201627. 19 years ago
  Glen Mazza f72908d520 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. 19 years ago
  Jeremias Maerki 9cdd8f0bfe Check the proper use of the span attribute. 19 years ago
  Glen Mazza a800d9550b First SVN commit. Trivial formatting change. 19 years ago
  Jeremias Maerki 1b0fdf72a4 First parts on a page which don't fit are moved to the next page. A counter avoids endless loops. 19 years ago
  Jeremias Maerki e3262c749a breaks supported on tables, table-row and table-cell content now. Cheap approach for now. TableContentLM is not yet restartable, but the Breaker handles that pretty well. 19 years ago
  Jeremias Maerki c60570bad4 trace getLineWidth(). 19 years ago
  Jeremias Maerki 2feef0144c Support late setting of break class. 19 years ago
  Jeremias Maerki cab77b95f7 statics to the top so they are easily found. 19 years ago
  Jeremias Maerki 1957934d2c Accessors for break-* on table-row. 19 years ago
  Jeremias Maerki 67f6d14360 Bugfix for misplaced block-containers. 19 years ago
  Jeremias Maerki 00be416963 Fixes NPEs when a table is using collapsing border model in conjunction with empty cells. 19 years ago
  Jeremias Maerki b7f42663b6 Warning about collapsing border model. 19 years ago
  Jeremias Maerki 1b64f0c69c Bugzilla: #35358 19 years ago
  Jeremias Maerki 12c3ab3223 Bugzilla: #35358 19 years ago
  Luca Furini c7c6841a8a Italian translation of the viewer labels 19 years ago
  Jeremias Maerki 33cb8ae29a Added getPageViewportProvider(). 19 years ago
  Jeremias Maerki d3fda87403 Bugzilla: #35358 19 years ago
  Jeremias Maerki 84e1ae6512 Page breaking process now respects changing available BPD (not IPD) over multiple pages. 19 years ago
  Luca Furini 1011fe2181 The bpd of lines with no real content must collapse to 0 19 years ago
  Glen Mazza 96b68e466d Switched to null for PageBreaker.getTopLevelLM(). 19 years ago
  Glen Mazza 7f6ceea3a0 Unused import removed. 19 years ago
  Glen Mazza c49ab18415 generatesInlineAreas() methods removed. 19 years ago
  Simon Pepping d9a2b39380 Added a clarifying comment 19 years ago
  Jeremias Maerki 3a353b9c25 Icon Tweaking 19 years ago
  Jeremias Maerki d1497b4846 Create LinkedList only if it's needed. 19 years ago
  Glen Mazza 75a69c1a13 Apparently unused getWordSpaceIPD() removed. 19 years ago
  Glen Mazza d6b0958beb Removed unused functions. Team, I switched from generatesInlineAreas() calls 19 years ago
  Jeremias Maerki 64a26fd656 Removed functionality for collecting words reverted. Instead made sure capitalize only converts to upper case and not the other way around. 19 years ago
  Jeremias Maerki 03053c32f4 Command-line switch for setting the resolution. 19 years ago
  Jeremias Maerki db8bc76cbe Safer creation of the new target File instance. outputDir can be null with relative paths. 19 years ago
  Jeremias Maerki d8e07e5b8b Avoid NPEs when no filename is set on the UserAgent. Only the first page is rendered in this case. 19 years ago
  Jeremias Maerki d2278723a4 Default compression set to packbits which is widely supported. Uncompressed TIFFs are huge. 19 years ago
  Jeremias Maerki 7031a74ac0 General anti-aliasing hint added. 19 years ago
  Jeremias Maerki b6e12a0982 Publish the default resolution to the outside. 19 years ago