1459 Commits (d0430555dd6babd812ce7075e7a363694ed29811)

Author SHA1 Message Date
  Jeremias Maerki d0430555dd Package documentation. 18 years ago
  Jeremias Maerki 5966cc3efc Printing out the revision of Version.java makes no sense. It's not always updated. Instead, determine the repository location that FOP was retrieved from. 18 years ago
  Jeremias Maerki 315296cb82 Javadoc fixes. 18 years ago
  Jeremias Maerki 50a2b28483 Bugzilla #37236: 18 years ago
  Manuel Mall e1f16a7808 Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more 18 years ago
  Jeremias Maerki 6865faff8b Ported the command-line options for PDF encryption to trunk. 18 years ago
  Luca Furini 7b17d0a3f2 Fix for bug 36238 (at least in the PDFRenderer) 18 years ago
  Jeremias Maerki d88ca9d8a1 Resurrecting URL validation. Thanks, Andreas, I didn't get it at first. Added a comment. 18 years ago
  Jeremias Maerki 8c11d297c1 Simplified configuration XML as proposed. 18 years ago
  Manuel Mall 0bed31d9f4 Removed property values as discussed: http://marc.theaimsgroup.com/?t=112985465700004&r=1&w=2 18 years ago
  Jeremias Maerki 66412d0334 Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). 18 years ago
  Jeremias Maerki 4e4591fdaa Oooops. Wrong header. 18 years ago
  Jeremias Maerki 09bafa2199 FOP now retrieves the version information from the Manifest or from SVN information if the Manifest is not available. 18 years ago
  Jeremias Maerki 7249189872 Fix to make the Graphics.create() method (calls a copy constructor) work. 18 years ago
  Jeremias Maerki 9fee424cc1 Fix for internal forward references in PDF output (basic-link with internal-destination): 18 years ago
  Manuel Mall e65f8a6572 Inline block parents were not correctly positioned when border/padding got involved - matched their positioning logic with the usual inlines 18 years ago
  Luca Furini cf8887dadf Fixing a ClassCastException due to the incorrect "pattern" of elements representing a space checked when there are inline borders and padding. 18 years ago
  Jeremias Maerki 120baccaf2 Output the difference, too. 18 years ago
  Jeremias Maerki 1593805f5f toString() a little more compact. 18 years ago
  Jeremias Maerki 9bc9b7e4b6 An accessor I need for space resolution. 18 years ago
  Manuel Mall b031ec1d94 Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for inlineblockparents with borders when rendering 18 years ago
  Jeremias Maerki 4e84f60a9b Color trait wasn't set on the text area for the "dots" leader pattern. This could lead to hidden dots if a background was specified. As seen in leader_leader-pattern_dots.xml. 18 years ago
  Simon Pepping 57f508bf59 Take the case into account when another LM starts a block sequence. 18 years ago
  Manuel Mall c994919953 Removed unsuitable language from comment 18 years ago
  Manuel Mall 892999d417 Added support for leader with pattern "use-content" and recovered a previously lost 1mpt due to rounding 18 years ago
  Jeremias Maerki 5005922a8e Log failure to load a hyphenation file. 18 years ago
  Manuel Mall d11095e664 Removed left over debugging stuff 18 years ago
  Manuel Mall 58dcf55c95 Update to support border and padding and alignments on inline fos 18 years ago
  Luca Furini 209568f8d3 Fixing a bug reported by Jeremias affecting the handling of glue and penalty elements after a break when the algorithm restarts. 18 years ago
  Joerg Pietschmann e37815be73 Cosmetic changes to identifiers, comments and other stylistic corrections. 18 years ago
  Joerg Pietschmann 281e2dfbb4 Changed some identifiers 18 years ago
  Jeremias Maerki 48552a3577 Bugzilla #36871: 18 years ago
  Joerg Pietschmann c69aca8433 Changed some identifiers. Removed obsolete field. 18 years ago
  Andreas L. Delmelle 6762e1bf79 Slight modification to user config file format 19 years ago
  Andreas L. Delmelle 0be2ba9b8f Added UA initialization from user-config 19 years ago
  Simon Pepping 78436298d2 Another effort to get the warnings for the debug and quiet options 19 years ago
  Luca Furini b2d394dab8 Correct handling of letter spaces, in combination with different text alignments and optional breaks ("-" and "/" characters in the text) 19 years ago
  Andreas L. Delmelle beea7a6662 Removed warning for padding (r291267); padding never seems to be null, so warning was given for all tables... 19 years ago
  Peter Herweg ebe5f5e4d1 added support for external-graphic (width and height attributes should be specified) 19 years ago
  Andreas L. Delmelle a90eaf341a Minor tweak: avoid test for auto if value is indefinite 19 years ago
  Andreas L. Delmelle 8515f6c780 Added check for both page-height and page-width set to indefinite; use fallback (auto) for the appropriate one 19 years ago
  Andreas L. Delmelle 0fe96db894 Added custom Maker for page-height and page-width; use fallback values in case value is auto 19 years ago
  Andreas L. Delmelle 4c27b092e5 Moved check for explicit column-number to ColumnNumberPropertyMaker 19 years ago
  Andreas L. Delmelle 7620217273 Removed superfluous javadoc 19 years ago
  Andreas L. Delmelle d0dbd94670 Added warning for padding on table with collapsing border-model 19 years ago
  Andreas L. Delmelle 2838097e88 Added warning for non-applicable borders in case of separate border-model 19 years ago
  Jeremias Maerki 428f0aeb77 Compressing toString() output when min==opt==max makes it more readable. 19 years ago
  Jeremias Maerki fd56d05d9d Java 1.3 compatibility. 19 years ago
  Andreas L. Delmelle 88ed6ff20d Added fallback for specified negative or zero for column-number 19 years ago
  Peter Herweg 468e8015e2 added clause for TableBody in invokeDeferredEvent 19 years ago