6642 Révisions (4242a406d9e1bf323f3add1abbc6f0f7664a6ff1)
 

Auteur SHA1 Message Date
  Vincent Hennebert 4242a406d9 ApacheCon Europe 2009 is over, commented out link. il y a 15 ans
  Vincent Hennebert 2e6df1438d Changed meaning of '-v' option to 'verbose', which will print FOP's version and proceed. Added a '-version' option to simply print the version then exit, following Java practices. il y a 15 ans
  Vincent Hennebert 83266f47d0 Bugzilla #47101: The cells of a table inside a marker were duplicated at every marker retrieval. il y a 15 ans
  Vincent Hennebert 03ed498076 Bugfix: use the effective color profile supplied by the ImageEncodingHelper, instead of the original one. il y a 15 ans
  Chris Bowditch a19fc7534d bug fix: allow back slashes for file URLs as they are commonly used in Windows il y a 15 ans
  Adrian Cumiskey 7133e60492 Added relevant link to http://xmlgraphics.apache.org/fop/trunk/running.html#memory. il y a 15 ans
  Adrian Cumiskey 6b02f65893 Added tip for reducing memory consumption. il y a 15 ans
  Vincent Hennebert 65cc46dec3 Changes from revision 768320 introduced another bug: footnotes from later steps were taken into account too early il y a 15 ans
  Vincent Hennebert 88f28b18dc Bugfix: reset graphic state when a page is finished in PostScript. il y a 15 ans
  Vincent Hennebert 54bd1f47b3 Added setting to enable dithered painting of filled rectangles in AFP and PCL. il y a 15 ans
  Vincent Hennebert 2da3ee7877 Added support for CMYK colors in PTOCA il y a 15 ans
  Vincent Hennebert 567829784c Bugfix: take rotation into account also when resource level is not inline il y a 15 ans
  Vincent Hennebert 1aa5983642 In the AFP stream, put the TLE fields associated to a page sequence before the Page elements instead of after il y a 15 ans
  Vincent Hennebert d39bfced9a Bugfix: footnotes occurring within the forced height of a table row did not appear on the output il y a 15 ans
  Chris Bowditch 0abbe4b5e6 include Vincent's recent changes for AFM Parser bug il y a 15 ans
  Jeremias Maerki 66ad1ff9a3 Typo. il y a 15 ans
  Jeremias Maerki 6b14d50265 Disabled auto-fonts in the PS transcoders by default because of OutOfMemoryErrors. Details in code comments. il y a 15 ans
  Jeremias Maerki eea5b25ec8 Bugzilla #47031: il y a 15 ans
  Jeremias Maerki e471816c05 Bugzilla #47000: il y a 15 ans
  Andreas L. Delmelle 5deedc814c Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested by Jeremias. il y a 15 ans
  Andreas L. Delmelle 8ba6098493 Some cleanup: il y a 15 ans
  Andreas L. Delmelle e31e7a7845 Remove svn:executable property... il y a 15 ans
  Andreas L. Delmelle f31c3fbd4b Fix the behaviour of pixel-lengths: influenced by target-resolution, rather than source-resolution (which is meant for images) il y a 15 ans
  Jeremias Maerki 4d9f95a6af Removed AbstractRenderer.getMimeType() as per Vincent's suggestion. il y a 15 ans
  Jeremias Maerki 600aabc692 Fixed a bug that left the PrintRenderer unconfigured even if a configuration was specified for "application/X-fop-print". il y a 15 ans
  Jeremias Maerki d4a7b0d540 Improved multi-threading testbed a bit: il y a 15 ans
  Adrian Cumiskey e51b2acde7 Reverted changes from revision 757852. il y a 15 ans
  Adrian Cumiskey 69f30cdeaa Forgot to add getBackgroundColor() accessor. il y a 15 ans
  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. il y a 15 ans
  Adrian Cumiskey eb4b7caf25 Cleaned up unused imports. il y a 15 ans
  Adrian Cumiskey d4d822328c Added some nice bean methods for pageSequenceMaster and simplePageMaster, this also makes startOfNode() easier to read too. il y a 15 ans
  Vincent Hennebert 79fb0a5e60 Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead of unnecessarily re-defining the setupFilterList method, sub-classes just define a getDefaultFilterName method il y a 15 ans
  Jeremias Maerki c71b4374b1 Amendment to revision 755894: il y a 15 ans
  Vincent Hennebert 837cacd296 Set svn:eol-style property on page-position-last_break-before_bugzilla46489.xml test case. Simplified it by removing superfluous content and references to fonts that are not available by default. il y a 15 ans
  Chris Bowditch e46d4be9ee added extra blank line which is consistent with the other files in this folder and makes it easier to merge these files with their counterparts in xgc il y a 15 ans
  Jeremias Maerki a5f60685ab Deprecated font base url methods on user agent level in favor of the methods on the FontManager accessible via FopFactory as proposed in: il y a 15 ans
  Jeremias Maerki a384002ccf Bugzilla #46882: il y a 15 ans
  Andreas L. Delmelle 462737dc5e Minor refactoring: extract code-blocks from the Region implementations into protected final method on SimplePageMaster. il y a 15 ans
  Andreas L. Delmelle 3df2eea282 revert some changes... and do it right, this time il y a 15 ans
  Andreas L. Delmelle 93c2e5aa45 revert some changes, dependent on other local changes, which would cause a compile error... il y a 15 ans
  Andreas L. Delmelle 15487f9780 Add startsWithForcedBreak() utility method to ElementListUtils. il y a 15 ans
  Andreas L. Delmelle 39846b082a Bugzilla 46489: il y a 15 ans
  Jeremias Maerki 43ecaa845e Added a command-line tool to list all configured fonts (org.apache.fop.tools.fontlist.FontListMain). il y a 15 ans
  Chris Bowditch 085000aa2a bug fix: 46867: afp:invoke-medium-map extension not working in the AFP Renderer il y a 15 ans
  Adrian Cumiskey 6dfb589f8b Moved the font cache change check from outside PrintRendererConfigurator to inside the FontInfoConfigurator. il y a 15 ans
  Adrian Cumiskey 4360e04174 Minor optimization. il y a 15 ans
  Adrian Cumiskey 6caf23b89c A little font configuration cleaning. il y a 15 ans
  Adrian Cumiskey 41850c971a Added some generics comments for the List collections. il y a 15 ans
  Jeremias Maerki 3c5ac0297c Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong configuration got selected. il y a 15 ans
  Adrian Cumiskey 633d03c896 Minor spelling corrections. il y a 15 ans