297 Commits (b94e9dab78ff4c53d37f424f3ee42fa208633bdc)

Author SHA1 Message Date
  Peter Hancock b94e9dab78 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 years ago
  Mehdi Houshmand 1b91a62614 Removed URI resolving class that are no longer needed and handled data URIs 12 years ago
  Mehdi Houshmand 4ba03449bf Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Glenn Adams 678150845d Bugzilla #49754: Bring clone() in line with the recommendations in Object.clone(). 12 years ago
  Glenn Adams 2d911f492f Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fix three findbugs issues. 12 years ago
  Glenn Adams 09f1c6685c Bugzilla #51808: Fixed memory waste in traits map. 12 years ago
  Glenn Adams 01e1fa7005 enable ImportOrder rule; fix violations 12 years ago
  Glenn Adams c27d515a14 enable UnusedImports rule; fix violations 12 years ago
  Glenn Adams c8ae711928 enable MultipleVariableDeclarations rule; fix violations 12 years ago
  Glenn Adams d5056b5e66 enable DefaultComesLast rule; fix violations 12 years ago
  Glenn Adams 19438d823c default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violations 12 years ago
  Glenn Adams 4b0c6913a9 apply complex scripts patch 12 years ago
  Peter Hancock 86a3dd4aa3 Addressed findbugs and checkstyle regressions 12 years ago
  Peter Hancock e860287fcc Associate structure tree elements directly to render content 12 years ago
  Vincent Hennebert b251762630 Removed the DOM representation of the structure tree. 12 years ago
  Andreas L. Delmelle 294d05f98e Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-existing internal destination should just trigger a warning. 13 years ago
  Vincent Hennebert b0b6356cac Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such that they take into account the heights of their descendants areas 13 years ago
  Vincent Hennebert 87667742fe Renamed Viewport into InlineViewport 13 years ago
  Vincent Hennebert cc64c4687d Bugzilla #49910: clipping rectangle is wrong on side-regions 13 years ago
  Andreas L. Delmelle 25a4682508 Fix checkstyle issue 13 years ago
  Jeremias Maerki 6a5acdf3a0 Bugfix: Suppress generating duplicate fo:root and fo:declarations extension attachments. 13 years ago
  Simon Pepping d7dd29b1a9 Fix an forgotten change of type in class Area and a checkstyle error in class FObj 13 years ago
  Andreas L. Delmelle 2d570d3538 Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequence is potentially started multiple times 13 years ago
  Andreas L. Delmelle f4f2b0be89 Bugzilla 50636: fix performance issue when adding pages in very large documents 13 years ago
  Andreas L. Delmelle 1c727037fe Bugzilla 50593: Mostly add type safety to various collections in the fop.area package. Additionally, added @Override annotations and used static import for Constants. 13 years ago
  Andreas L. Delmelle 6e9439e7b7 Enable id on fo:root pt 3 - Signal processed id at end of document 13 years ago
  Andreas L. Delmelle 90782d528a Previous commit would have caused compile error, unless others included as well. 13 years ago
  Andreas L. Delmelle 891e609c83 Might as well make those primitive ints... 13 years ago
  Andreas L. Delmelle 9a2816389c Eliminate unnecessary boxing 13 years ago
  Andreas L. Delmelle 56b0d96ad4 Eliminate a small waste: no reason to store the char as a String, and then constuct a new one in getSpace() 13 years ago
  Andreas L. Delmelle da435269a2 Minor fixups 13 years ago
  Andreas L. Delmelle 70fe44ab17 Minor nit: eliminate stray hungarian... 13 years ago
  Andreas L. Delmelle cfc1751a91 Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaster as a parameter, as Regions have access to it 13 years ago
  Jeremias Maerki afa8fcc252 Bugzilla #42034: 13 years ago
  Vincent Hennebert b84254b83c Another go at removing all trailing whitespace 13 years ago
  Simon Pepping 7fd93418aa Reverting renaming of public methods of rev. 1036179 13 years ago
  Simon Pepping c12f21a43c findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9) 13 years ago
  Jeremias Maerki 106c2f5930 Bugzilla #49885: 14 years ago
  Vincent Hennebert f19c6f29a7 Replaced @asf.todo with normal TODO comment 14 years ago
  Jeremias Maerki 3438136fc2 Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 years ago
  Jeremias Maerki 9b3c6aa26f Bugzilla #49733: 14 years ago
  Vincent Hennebert 279ce3bbf4 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 83207e2f4b 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 38a069e362 Moved ResourceEventProducer to org.apache.fop 14 years ago
  Vincent Hennebert 56630a3e41 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 56cbc9c138 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 325ecf09c4 Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups and minor refactorings. 14 years ago
  Vincent Hennebert 409d8072b3 Merged back Temp_Accessibility branch into Trunk 14 years ago
  Jeremias Maerki 18326c91e1 Bugzilla #47311: 15 years ago
  Andreas L. Delmelle 094ca26ec0 Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel to conserve memory in case of large documents with a lot of cross-references. (area tree will be serialized to disk to avoid keeping it entirely in memory) 15 years ago