919 Commits (db3ce3727946ec2a7d7b18093b8bc58783faa89e)

Author SHA1 Message Date
  Simon Pepping 1eaae07e7d Fix deprecation warnings; add some type safety 13 years ago
  Simon Pepping 4c8a18e4a5 Relative URIs in the configuration file are evaluated relative to the base URI of the configuration file 13 years ago
  Simon Pepping 5ebc034341 move hyphenation-dependent testcase into hyphenation-testcases 13 years ago
  Andreas L. Delmelle 092af3cf90 Bugzilla 49848: Correct behavior of keep-together.within-line in case of nested inlines 13 years ago
  Andreas L. Delmelle 23e1125a2b Property fixup 13 years ago
  Andreas L. Delmelle dfa4c54704 Bugzilla 50471: Avoid ArrayIndexOutOfBoundsException for codepoints without a linebreak class 13 years ago
  Andreas L. Delmelle 4de3abbc23 Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limit 13 years ago
  Simon Pepping 7c5be87cdb Add type-safe parameters to collections; replace XGC jar to benefit from new type-safe methods 13 years ago
  Simon Pepping e058f4d959 Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove unused method removeWordSpace 13 years ago
  Simon Pepping d4ec49dd8f Auxiliary positions do not have an index value; fixing this in InlineStackingLM.applyChanges, rewrapping positions; fixed bug 49870 13 years ago
  Vincent Hennebert 6f9a59a3fd Bugzilla #50089: Content after forced break in block-container is not rendered 13 years ago
  Simon Pepping f4086dd275 Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null position; resolves bug 50276 13 years ago
  Jeremias Maerki bc3a0d90c1 Bugzilla #42034: 13 years ago
  Simon Pepping 24e2fad7e1 Allow for words consisting of only soft hyphens; fixes bug 49837 13 years ago
  Andreas L. Delmelle 3231a8001e Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or white-space 13 years ago
  Vincent Hennebert e126edb6ed Do not re-create an AlignmentContext instance if one already exists. 13 years ago
  Jeremias Maerki 3dc848243b Added missing license header. 13 years ago
  Jeremias Maerki e6245e4939 Removed tab characters. 13 years ago
  Simon Pepping 1939c00e19 Applied patch 50240 by Mehdi Houshmand with changes: Java source and 13 years ago
  Simon Pepping 04701709af Making fallback from (lang,country) to (lang) consistent 13 years ago
  Jeremias Maerki 144138a647 Bugzilla #49885: 13 years ago
  Vincent Hennebert 6faeb0d394 Implemented reset method for changing IPD 14 years ago
  Vincent Hennebert 26393f0e18 Removed old Renderer implementations for AFP, PCL, PDF, PS. 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
  Jeremias Maerki 9f598d8f74 Refactored the multi-threading harness a bit to support IF conversion. 14 years ago
  Jeremias Maerki 9708ccc61a Restored ColorExt after removing it from XML Graphics Commons again. 14 years ago
  Jeremias Maerki 2150f3f35a Color-related classes were moved to the org.apache.xmlgraphics.java2d.color package. 14 years ago
  Vincent Hennebert 45e2cc1466 FontEventAdapter has been replaced by FontEventProducer 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 83f36b614c Added test cases to ensure that the event notification system runs smoothly 14 years ago
  Vincent Hennebert 6bccfa5456 Bugfix: NPE when there is a forced break before a table occurring at an IPD change 14 years ago
  Vincent Hennebert b85576c83a Bugfix: definition of a special page-master for the last page was interfering with changing IPD code 14 years ago
  Vincent Hennebert ab6e2cc40a Bugzilla #46486: having a special page-master for the last page caused loss of content when normal blocks were mixed with blocks spanning all columns. 14 years ago
  Vincent Hennebert a5197e625c Updated reference accessible PDF files. Old ones had "Apache FOP Version SVN branches/Temp_Accessibility" as Creator and Producer values. New ones have "Apache FOP Version SVN trunk". This was causing spurious differences when testing PDF accessibility. 14 years ago
  Vincent Hennebert 91cdef3c33 Added possibility to customize PDF tagging via the role property 14 years ago
  Chris Bowditch 27166d6f10 Bugzilla #48237: 14 years ago
  Vincent Hennebert 37b744039a Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups and minor refactorings. 14 years ago
  Jeremias Maerki 82dbf4af9c Fixed test case: #CMYK pseudo-profile comes before the color profile URI. 14 years ago
  Jeremias Maerki 48617bc347 Fixed test case: 102 / 255 is 0.4, not 0.48. It is not the same as the previous check where no RGB replacement values are given but are calculated from the CMYK value. 14 years ago
  Jeremias Maerki a3b7f647e5 Bugfix: Added equals() method to ColorExt because the base class only compares the RGB value but not any other value. 14 years ago
  Vincent Hennebert d61456f236 Bugfix in Changing IPD: reset only the children LMs that have been created so far. Layout managers following a forced break have not even been created yet. 14 years ago
  Vincent Hennebert 1bc82acecd Moved declaration of xml:space attribute from <text> to <page-sequence> in the XML Schema, to reflect changes from rev. 834020. 14 years ago
  Vincent Hennebert a964e7ec26 Bugzilla #48082: value of conditional space not always taken into account in the calculation of a table's height 14 years ago
  Vincent Hennebert 85cd9cf950 XMLUtilTestCase somehow hasn't been included in the merge of the accessibility branch into the Trunk 14 years ago
  Vincent Hennebert 662af8ed5a Updated test case: there is now a specific handling of alt-text 14 years ago
  Vincent Hennebert cacfc7c9bf Added test framework for accessibility. See README file. 14 years ago
  Vincent Hennebert 77d320fbcd Bugfix: crash occurring when no restartable element could be found after a changing IPD break 14 years ago