6642 Commits (4242a406d9e1bf323f3add1abbc6f0f7664a6ff1)
 

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