5838 Commits (2c8c8c837c99a941abc36c396a0d1c64f9b3d71a)
 

Author SHA1 Message Date
  Andreas L. Delmelle 2c8c8c837c Code style: single class imports only... 16 years ago
  Andreas L. Delmelle 1363d64956 First steps towards fo:retrieve-table-marker 16 years ago
  Jeremias Maerki 3d594ae70c DSC = Document Structuring Conventions! 16 years ago
  Jeremias Maerki a58560c014 Website fixes. 16 years ago
  Andreas L. Delmelle c5bc9c6571 Javadoc corrections 16 years ago
  Adrian Cumiskey 256567a245 Forgot about dependency on PrintRenderer, last commit broke the build - will commit this rename later. 16 years ago
  Adrian Cumiskey 003e8e389c Renamed variable 16 years ago
  Andreas L. Delmelle 292760ece2 Minor cleanup: remove height/width members and unused getHeight()/getWidth() accessors 16 years ago
  Andreas L. Delmelle 2063c29973 Added enum "none" as a legitimate value for max-height/min-height (behavior to be checked) 16 years ago
  Andreas L. Delmelle 99d913e85d Tweak: activate max-height/min-height and max-width/min-width 16 years ago
  Andreas L. Delmelle 7dc0ea558a Correction of r651866 16 years ago
  Clay Leeds 9a236f8501 Updated to include dev (0.95beta) release. 16 years ago
  Andreas L. Delmelle d8494c1892 Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in AbstractLayoutManager.notifyEndOfLayout() 16 years ago
  Andreas L. Delmelle ac29c8eee2 Javadoc updates: attempt at improving interactivity and consistency 16 years ago
  Andreas L. Delmelle 83d3be0ad9 Basic activation on some widely used properties (prepare for implementation) 16 years ago
  Andreas L. Delmelle a5c9618411 Basic activation of keep-* properties on Character and AbstractGraphics 16 years ago
  Andreas L. Delmelle 5b92a2b32f Bugzilla 44203: 16 years ago
  Jeremias Maerki 46ddb807a2 Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method). 16 years ago
  Adrian Cumiskey 417f880fb9 Renamed method. 16 years ago
  Andreas L. Delmelle 7b7345085e Added missing file from r651575 16 years ago
  Jeremias Maerki 2647dfd93f Update for advanced keeps. 16 years ago
  Andreas L. Delmelle 0aef8c3193 Correction: remove unfinished sentence... 16 years ago
  Andreas L. Delmelle 6a5f719385 Bugzilla 44634: Added partial implementation for show-destination. 16 years ago
  Jeremias Maerki c47f87ac1b Second part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-with-next/previous.within-column for all block-level FOs. 16 years ago
  Andreas L. Delmelle 69f2bb15e9 Cleanup: removal of commented block/methods + some javadoc updates 16 years ago
  Adrian Cumiskey 09abeb4758 Removed the tab characters that were causing a big moan from eclipse 16 years ago
  Andreas L. Delmelle a6d5390ee3 Removed TODO: New validation event to generate an error in case an fo:marker appears as a child of an fo:block-container with absolutely positioned areas. 16 years ago
  Jeremias Maerki a33539b153 Cleanup 16 years ago
  Jeremias Maerki 4e61617403 Javadocs 16 years ago
  Simon Pepping 707465c821 Make the eventResourceGenerator task for the test files a separate 16 years ago
  Simon Pepping 5cded0d5c2 Improve table-unit computation if proportional-column-width() is used 16 years ago
  Jeremias Maerki ec0cb2d2d4 Partially reverted my revision 641827: The yellow tint of certain JPEG images came from badly extracted ICC color profiles. This is fixed in XML Graphics Commons Trunk (revision 650048). 16 years ago
  Simon Pepping a0a75029b9 An implementation of a positive integer property maker. It implements 16 years ago
  Jeremias Maerki fa13f5c3f1 Remember the missing glyphs also if an event listener is registered so they don't get warned about twice. 16 years ago
  Jeremias Maerki 070382fa9b Bugfix: If the first event is not issued over an event producer, the fallback logging event listener was not installed. 16 years ago
  Jeremias Maerki 85946488d7 Fixed build problem. FOPException is no longer thrown there. 16 years ago
  Jeremias Maerki 88e5a6ee83 Introduced PageProductionException and fixed exception throwing for the event related to this exception. It's a RuntimeException descendant as making it a checked exception would have made changes necessary to at least a dozen more classes. Our overall exception style is still not so good. 16 years ago
  Jeremias Maerki f30530f322 Forgot to include in commit for revision 649285. 16 years ago
  Jeremias Maerki 58ca051e72 Split PrintRenderer into PageableRenderer and PrintRenderer (extends PageableRenderer). This allows the use of FOP with JPS. A new example illustrates how this is done. 16 years ago
  Jeremias Maerki c7cf9e0dd1 Throw a useful exception when the user agent isn't set on the renderer. This has been a problem for more than one person setting up their own renderer using FOUserAgent.setRendererOverride(). 16 years ago
  Jeremias Maerki 867bded418 clone() did not propagate the page's page index. 16 years ago
  Jeremias Maerki 1a3f45023b Now tunneling all events through a special event listener in tests. This serves two purposes: 16 years ago
  Jeremias Maerki e7c4e9837b Bugzilla #43383: 16 years ago
  Jeremias Maerki 5772532f67 Bugzilla #41687: 16 years ago
  Vincent Hennebert 2110cefe60 Fixed minor typo 16 years ago
  Jeremias Maerki e5ee5c2bcf Bugzilla #44678: 16 years ago
  Jeremias Maerki 54e844c8c5 Bugfix: Avoid stopping early when no EmbedFontInfos are found during font detection. 16 years ago
  Jeremias Maerki 0caddb1f5e HeadURL was missing in the properties. 16 years ago
  Jeremias Maerki 01a9c273a2 First part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-together.within-column for all block-level FOs. 16 years ago
  Jeremias Maerki f993b978c0 Adjust information on logging given the availability of the event package. 16 years ago