1055 Commits (cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e)

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