6035 次程式碼提交 (178483e30913d2065d5f7a154932b2870a83081e)
 

作者 SHA1 備註 提交日期
  Jeremias Maerki a58560c014 Website fixes. 16 年之前
  Andreas L. Delmelle c5bc9c6571 Javadoc corrections 16 年之前
  Adrian Cumiskey 256567a245 Forgot about dependency on PrintRenderer, last commit broke the build - will commit this rename later. 16 年之前
  Adrian Cumiskey 003e8e389c Renamed variable 16 年之前
  Andreas L. Delmelle 292760ece2 Minor cleanup: remove height/width members and unused getHeight()/getWidth() accessors 16 年之前
  Andreas L. Delmelle 2063c29973 Added enum "none" as a legitimate value for max-height/min-height (behavior to be checked) 16 年之前
  Andreas L. Delmelle 99d913e85d Tweak: activate max-height/min-height and max-width/min-width 16 年之前
  Andreas L. Delmelle 7dc0ea558a Correction of r651866 16 年之前
  Clay Leeds 9a236f8501 Updated to include dev (0.95beta) release. 16 年之前
  Andreas L. Delmelle d8494c1892 Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in AbstractLayoutManager.notifyEndOfLayout() 16 年之前
  Andreas L. Delmelle ac29c8eee2 Javadoc updates: attempt at improving interactivity and consistency 16 年之前
  Andreas L. Delmelle 83d3be0ad9 Basic activation on some widely used properties (prepare for implementation) 16 年之前
  Andreas L. Delmelle a5c9618411 Basic activation of keep-* properties on Character and AbstractGraphics 16 年之前
  Andreas L. Delmelle 5b92a2b32f Bugzilla 44203: 16 年之前
  Jeremias Maerki 46ddb807a2 Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method). 16 年之前
  Adrian Cumiskey 417f880fb9 Renamed method. 16 年之前
  Andreas L. Delmelle 7b7345085e Added missing file from r651575 16 年之前
  Jeremias Maerki 2647dfd93f Update for advanced keeps. 16 年之前
  Andreas L. Delmelle 0aef8c3193 Correction: remove unfinished sentence... 16 年之前
  Andreas L. Delmelle 6a5f719385 Bugzilla 44634: Added partial implementation for show-destination. 16 年之前
  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 年之前
  Andreas L. Delmelle 69f2bb15e9 Cleanup: removal of commented block/methods + some javadoc updates 16 年之前
  Adrian Cumiskey 09abeb4758 Removed the tab characters that were causing a big moan from eclipse 16 年之前
  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 年之前
  Jeremias Maerki a33539b153 Cleanup 16 年之前
  Jeremias Maerki 4e61617403 Javadocs 16 年之前
  Simon Pepping 707465c821 Make the eventResourceGenerator task for the test files a separate 16 年之前
  Simon Pepping 5cded0d5c2 Improve table-unit computation if proportional-column-width() is used 16 年之前
  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 年之前
  Simon Pepping a0a75029b9 An implementation of a positive integer property maker. It implements 16 年之前
  Jeremias Maerki fa13f5c3f1 Remember the missing glyphs also if an event listener is registered so they don't get warned about twice. 16 年之前
  Jeremias Maerki 070382fa9b Bugfix: If the first event is not issued over an event producer, the fallback logging event listener was not installed. 16 年之前
  Jeremias Maerki 85946488d7 Fixed build problem. FOPException is no longer thrown there. 16 年之前
  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 年之前
  Jeremias Maerki f30530f322 Forgot to include in commit for revision 649285. 16 年之前
  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 年之前
  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 年之前
  Jeremias Maerki 867bded418 clone() did not propagate the page's page index. 16 年之前
  Jeremias Maerki 1a3f45023b Now tunneling all events through a special event listener in tests. This serves two purposes: 16 年之前
  Jeremias Maerki e7c4e9837b Bugzilla #43383: 16 年之前
  Jeremias Maerki 5772532f67 Bugzilla #41687: 16 年之前
  Vincent Hennebert 2110cefe60 Fixed minor typo 16 年之前
  Jeremias Maerki e5ee5c2bcf Bugzilla #44678: 16 年之前
  Jeremias Maerki 54e844c8c5 Bugfix: Avoid stopping early when no EmbedFontInfos are found during font detection. 16 年之前
  Jeremias Maerki 0caddb1f5e HeadURL was missing in the properties. 16 年之前
  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 年之前
  Jeremias Maerki f993b978c0 Adjust information on logging given the availability of the event package. 16 年之前
  Jeremias Maerki 3b525dc8b0 A note about the generation of event-model.xml. 16 年之前
  Jeremias Maerki e48db7acff Fixed a possible follow-up NPE when the TTC cannot be loaded. 16 年之前
  Jeremias Maerki f92dbb7d45 svnmerge didn't work for me in this case. Remove svn merge info. 16 年之前