1055 Commits (cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e)

Autor SHA1 Nachricht Datum
  Simon Pepping cfa853d5b2 findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) vor 13 Jahren
  Vincent Hennebert 41b4797e3a Fixed typos and source code indentation issues. vor 14 Jahren
  Vincent Hennebert f7710aa99b Replaced @asf.todo with normal TODO comment vor 14 Jahren
  Jeremias Maerki aba436311c Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. vor 14 Jahren
  Jeremias Maerki 29e8badcec Bugzilla #49733: vor 14 Jahren
  Simon Pepping c81729764a Removed a bunch of javadoc warnings in addition to patch 49733 vor 14 Jahren
  Vincent Hennebert 21f5a088d5 Added getEventKey method to Event so that it's no longer necessary to store the whole event ID (fully qualified interface name) in message files vor 14 Jahren
  Vincent Hennebert 5ca051ca12 Now that the creation of event-model.xml has been standardised, the EventModelFactory mechanism is no longer needed. Removed all the factory classes. vor 14 Jahren
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop vor 14 Jahren
  Vincent Hennebert 8f6b532710 Split catch-all EventFormatter.xml message file into individual files for each EventProducer. There is no longer a default EventModelFactory vor 14 Jahren
  Vincent Hennebert 37b744039a Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups and minor refactorings. vor 14 Jahren
  Vincent Hennebert c161b98d6d Bugzilla #48167: when #CMYK pseudo-profile was used in the rgb-icc() function, always the fallback RGB colors were used instead. vor 14 Jahren
  Vincent Hennebert 2a54372f5d Renamed some variables and methods for consistency. vor 14 Jahren
  Vincent Hennebert 0a05a9f129 Route message for missing alt-text property through event notification system vor 14 Jahren
  Adrian Cumiskey ea58935a59 Documented with generics comments. vor 14 Jahren
  Vincent Hennebert c14b33ab1d Removed svn:executable property vor 14 Jahren
  Vincent Hennebert 12270f3f49 Fixed handling of percentage values for provisional-label-separation vor 14 Jahren
  Vincent Hennebert f5415501c7 Bugzilla 47835: fixed handling of percentage values for provisional-distance-between-starts. Patch submitted by Jonathan Levinson vor 14 Jahren
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link vor 14 Jahren
  Jeremias Maerki 19e71503b1 Added support for the #CMYK pseudo-profile supported by some commercial XSL implementations on the rgb-icc() function. vor 14 Jahren
  Maximilian Berger 50e993d6d4 Fixed SVN Props vor 14 Jahren
  Andreas L. Delmelle a6b2b2e4b9 Bugzilla 46905: Added basic implementation for column-level keeps. vor 15 Jahren
  Andreas L. Delmelle 5355a5c8a4 Revert some changes that were meant to be kept local for the moment... vor 15 Jahren
  Andreas L. Delmelle b0ece6c49d Bugzilla 47710: White-space handling in retrieved markers throws a NullPointerException in some cases. vor 15 Jahren
  Andreas L. Delmelle 418ad3e2d3 Added reminder to check later on... vor 15 Jahren
  Adrian Cumiskey a8db2f8b67 Added generics comments. vor 15 Jahren
  Andreas L. Delmelle bbe544cf9e Bugzilla 46960: Previously retrieved marker not cleared when the subsequently retrieved marker was empty. vor 15 Jahren
  Vincent Hennebert 83266f47d0 Bugzilla #47101: The cells of a table inside a marker were duplicated at every marker retrieval. vor 15 Jahren
  Andreas L. Delmelle 5deedc814c Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested by Jeremias. vor 15 Jahren
  Jeremias Maerki 64ed5db8c1 Introduced the StructurePointerPropertySet interface to aid with accessing the structure pointer uniformly (similar to BreakPropertySet). vor 15 Jahren
  Jeremias Maerki df97c24632 Fix test case: fox:alt was renamed to fox:alt-text. vor 15 Jahren
  Andreas L. Delmelle f31c3fbd4b Fix the behaviour of pixel-lengths: influenced by target-resolution, rather than source-resolution (which is meant for images) vor 15 Jahren
  Adrian Cumiskey e51b2acde7 Reverted changes from revision 757852. vor 15 Jahren
  Adrian Cumiskey 69f30cdeaa Forgot to add getBackgroundColor() accessor. vor 15 Jahren
  Adrian Cumiskey cc0fa5f921 Added some accessor methods to some public member variables. I have left the public member variables exposed for now as changing them to private/protected may possibly break something external to FOP. vor 15 Jahren
  Adrian Cumiskey eb4b7caf25 Cleaned up unused imports. vor 15 Jahren
  Adrian Cumiskey d4d822328c Added some nice bean methods for pageSequenceMaster and simplePageMaster, this also makes startOfNode() easier to read too. vor 15 Jahren
  Andreas L. Delmelle 462737dc5e Minor refactoring: extract code-blocks from the Region implementations into protected final method on SimplePageMaster. vor 15 Jahren
  Adrian Cumiskey 633d03c896 Minor spelling corrections. vor 15 Jahren
  Jeremias Maerki 05f1c240b6 Fixed BPD trait and border painting for leaders with leader-pattern="space" (and similar cases). vor 15 Jahren
  Jeremias Maerki dc201205b7 Added support for adding extension elements and foreign attributes on fo:page-sequence. vor 15 Jahren
  Jeremias Maerki 223eb5df1f Bugzilla #46705: vor 15 Jahren
  Vincent Hennebert 490204ba3a Bugzilla #46315: extension to disable column balancing before blocks spanning the whole page, in multiple-column documents. vor 15 Jahren
  Andreas L. Delmelle dafacc3ff5 Bugzilla 46567: fo:marker in fo:table-row produced a ValidationException vor 15 Jahren
  Jeremias Maerki c7c6ba4f03 Bugzilla #45306: vor 15 Jahren
  Jeremias Maerki e50e967de0 Bugzilla #45938: vor 15 Jahren
  Andreas L. Delmelle f9d4720b99 Bugzilla 46319: vor 15 Jahren
  Jeremias Maerki ad518cf27f Reverting a change introduced by revision 721430 which breaks extensions causing a "NoSuchFieldError: foObjs". vor 15 Jahren
  Adrian Cumiskey c4c82d7891 Merged revisions 719616,719629,719646,719654 via svnmerge from vor 15 Jahren
  Jeremias Maerki 2f8e166bfd Fixed possible ClassCastException that was caused by my earlier attempt to support SVG 1.2. Batik's SAXSVGDocumentFactory doesn't currently deal well with the case when namespaces are declared outside of its scope. Worked around that by doing the SVG version detection in FOP code. SVG12DOMImplementation is obtained by reflection in order to keep backwards compatilibility with earlier Batik versions that don't support SVG 1.2. vor 15 Jahren