aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First changes for the release, mainly documentation changesSimon Pepping2010-07-0510-855/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960618 13f79535-47bb-0310-9956-ffa450edef68
* Create a branch for the 1.0 releaseSimon Pepping2010-07-020-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@959975 13f79535-47bb-0310-9956-ffa450edef68
* Added the XML Graphics Commons jar file from the release candidateSimon Pepping2010-07-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@959971 13f79535-47bb-0310-9956-ffa450edef68
* Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-029-21/+333
| | | | | | Moved GrayScaleColorConverter as a package-local class from XGC to the AFP package (doesn't require deprecation when we can put the functionality in XGC later with the new color infrastructure). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@959945 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring and style fixups:Andreas L. Delmelle2010-06-191-121/+102
| | | | | | | | | | | | | | - private lineLayoutsList can be a primitive array - eliminate some stray hungarians (inconsistent btw: iFirstIndex, but nEliminableLines...) - inverted principal loop in createLineBreaks(), to make debugging less confusing (and preparation for partial fix of Bug 38264) - compacted some boolean expressions ( (x ? true : false) -> plain x ) - removed some commented code - extracted some code into processUpdates; findHyphenationPoints was getting too long - minor javadoc fixups git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@956271 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #48871:Pascal Sancho2010-06-181-1/+1
| | | | | | Bugfix: Faq entry update (metadata) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@955949 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #78887:Pascal Sancho2010-06-181-108/+108
| | | | | | Bugfix: documentation update according to javadoc in Trunk tab > Embed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@955927 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49172:Pascal Sancho2010-06-181-2/+2
| | | | | | patch applied: corrections in Dev > Extensions page; thanks to Gerald Buchgraber git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@955915 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #46565:Pascal Sancho2010-06-181-3/+4
| | | | | | Bugfix: fo:bookmark conformance is partial. Thanks to Mario Madunic for pointing that. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@955899 13f79535-47bb-0310-9956-ffa450edef68
* Fop WebSite: update commandline usage help (in Trunk tab > Using FOP > Run)Pascal Sancho2010-06-181-86/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@955884 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: PDF/A-1a mode was not properly reported.Jeremias Maerki2010-06-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@955560 13f79535-47bb-0310-9956-ffa450edef68
* Put the /Resources reference directly into the underlying dictionary and ↵Jeremias Maerki2010-06-151-3/+3
| | | | | | handle null cases since /Resources is optional on a Form XObject. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@954765 13f79535-47bb-0310-9956-ffa450edef68
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color ↵Jeremias Maerki2010-06-148-17/+17
| | | | | | | | package. Updated XML Graphics Commons Snapshot. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@954512 13f79535-47bb-0310-9956-ffa450edef68
* AFP Output Changes:Jeremias Maerki2010-06-1212-93/+169
| | | | | | | | | - Fixed positioning of Java2D-based images (when GOCA is enabled). GraphicsDataDescriptor had a bit order bug. The Graphics2D image handler didn't save state and reposition the image origin. - Switched bitmap image handling in AFPGraphics2D to (re-)use AFPImageHandlerRenderedImage so it can profit from it's advanced image conversion functionality. This also avoids some bugs with certain image formats. - Added enhanced dithering functionality for images that need to be converted to bi-level images. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@953952 13f79535-47bb-0310-9956-ffa450edef68
* AFP Output: Fix for bitmap images inside an SVG or G2D graphic (printer ↵Jeremias Maerki2010-06-112-18/+13
| | | | | | errors) and positioning fix for bitmaps from G2D graphics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@953684 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #42306:Jeremias Maerki2010-06-085-3/+178
| | | | | | | | | | | Fix for AWT viewer to correctly track page numbers in continuous display mode. Submitted by: Richard Wheeldon <richardw@geoquip-rnd.demon.co.uk> Modifications to original patch: - Small adjustments for out code conventions. - Added some missing Javadocs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@952770 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for formatting of floating point numbers which could lead to invalid ↵Jeremias Maerki2010-06-042-1/+4
| | | | | | PDFs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@951333 13f79535-47bb-0310-9956-ffa450edef68
* Big encoding performance improvement for bi-level images which do not have ↵Jeremias Maerki2010-05-271-5/+60
| | | | | | the right bit order. Apparently, setting the subtractive option doesn't help with inverting a bi-level FS10 image. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@948959 13f79535-47bb-0310-9956-ffa450edef68
* Removing outdated documentationSimon Pepping2010-05-2519-8912/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@947984 13f79535-47bb-0310-9956-ffa450edef68
* Missed a parameter change for an overridden method. (Additional change for ↵Jeremias Maerki2010-05-201-1/+1
| | | | | | revision 946539) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@946637 13f79535-47bb-0310-9956-ffa450edef68
* Changed many variables and parameters from "int" to "char" because AFP font ↵Jeremias Maerki2010-05-208-38/+54
| | | | | | support mostly uses Unicode code points unlike Type 1 and TrueType support which use internal character code points (the result of Font.mapChar()). This should improve code readability. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@946585 13f79535-47bb-0310-9956-ffa450edef68
* Bring error handling more in line with general recommendations and provide ↵Jeremias Maerki2010-05-202-25/+35
| | | | | | better error messages. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@946539 13f79535-47bb-0310-9956-ffa450edef68
* Don't fail on AFM just because it has a Start/EndTrackKern section. Log a ↵Jeremias Maerki2010-05-171-3/+11
| | | | | | warning instead of throwing an exception when an unimplemented feature is found. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@945098 13f79535-47bb-0310-9956-ffa450edef68
* Added a save/restoreGraphicsState pair for the initial coordinate system in ↵Jeremias Maerki2010-04-264-5/+12
| | | | | | PDF output for easier post-processing. The missing q/Q pair caused content to be upside-down when simply a new content stream is appended to the page. With this change the initial coordinate system is restored after FOP's stream is finished. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@938005 13f79535-47bb-0310-9956-ffa450edef68
* Improved painting of double rules a bit, fixing a bug causing the message: ↵Jeremias Maerki2010-04-232-4/+28
| | | | | | "Invalid axis rule: unable to draw line" git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@937315 13f79535-47bb-0310-9956-ffa450edef68
* recent change to cache CharacterSet exposed multi threading issueChris Bowditch2010-04-211-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@936447 13f79535-47bb-0310-9956-ffa450edef68
* cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. ↵Chris Bowditch2010-04-141-13/+42
| | | | | | This boosts performance when rendering a large batch of AFP documents in the same JVM git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@933990 13f79535-47bb-0310-9956-ffa450edef68
* FontEventAdapter has been replaced by FontEventProducerVincent Hennebert2010-04-091-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932523 13f79535-47bb-0310-9956-ffa450edef68
* Added getEventKey method to Event so that it's no longer necessary to store ↵Vincent Hennebert2010-04-0919-105/+121
| | | | | | the whole event ID (fully qualified interface name) in message files git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932519 13f79535-47bb-0310-9956-ffa450edef68
* Merged all the eventResourceGenerator tasks into oneVincent Hennebert2010-04-092-108/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932515 13f79535-47bb-0310-9956-ffa450edef68
* Now that the creation of event-model.xml has been standardised, the ↵Vincent Hennebert2010-04-0922-359/+42
| | | | | | | | | | EventModelFactory mechanism is no longer needed. Removed all the factory classes. Registration through META-INF/services also is no longer necessary. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932510 13f79535-47bb-0310-9956-ffa450edef68
* Generate event models in the same directory as the corresponding ↵Vincent Hennebert2010-04-093-59/+72
| | | | | | | | | | EventProducer interfaces and name it event-model.xml by default The eventResourceGenerator task now takes a destination directory parameter instead of modelfile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932502 13f79535-47bb-0310-9956-ffa450edef68
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-0926-59/+63
| | | | | | | | Renamed event model used by FOPTestEventModelFactory to "event-model.xml" git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932497 13f79535-47bb-0310-9956-ffa450edef68
* Split catch-all EventFormatter.xml message file into individual files for ↵Vincent Hennebert2010-04-0928-198/+540
| | | | | | | | | | each EventProducer. There is no longer a default EventModelFactory Added test case for font event git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932481 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases to ensure that the event notification system runs smoothlyVincent Hennebert2010-04-099-28/+328
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932461 13f79535-47bb-0310-9956-ffa450edef68
* Added Java Target information to Build-Id manifest entry. (Applied change as ↵Jeremias Maerki2010-03-181-7/+7
| | | | | | | | proposed on Feb 10 2010) Suggested by: Peter Hancock git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@924863 13f79535-47bb-0310-9956-ffa450edef68
* Bumped xmlgraphics-commons.jar.Jeremias Maerki2010-03-186-10/+75
| | | | | | | | Added configuration option to tweak the image loader framework. See also: http://svn.apache.org/viewvc?rev=924666&view=rev git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@924860 13f79535-47bb-0310-9956-ffa450edef68
* Removed obsolete mergeinfo informationVincent Hennebert2010-03-180-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@924721 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: NPE when there is a forced break before a table occurring at an IPD ↵Vincent Hennebert2010-03-152-0/+92
| | | | | | change git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@923380 13f79535-47bb-0310-9956-ffa450edef68
* advertise link to nightly buildChris Bowditch2010-03-111-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@921823 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: definition of a special page-master for the last page was ↵Vincent Hennebert2010-02-232-1/+61
| | | | | | interfering with changing IPD code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@915406 13f79535-47bb-0310-9956-ffa450edef68
* Fop WebSite: XSL-FO 1.0 references were still there; fixed nowPascal Sancho2010-02-193-27/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911800 13f79535-47bb-0310-9956-ffa450edef68
* Fop WebSite: Fixed obsolete URL for public DTDs plus refer to latest version ↵Pascal Sancho2010-02-1931-110/+83
| | | | | | of each dtd git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911792 13f79535-47bb-0310-9956-ffa450edef68
* download page: ref to CVS repository replaced with SVNPascal Sancho2010-02-191-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911753 13f79535-47bb-0310-9956-ffa450edef68
* doc mgmt page: 2 things:Pascal Sancho2010-02-191-15/+11
| | | | | | | - dual doc is now obsolete (0.20.x vs redesign) - current Forrest is 0.8 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911752 13f79535-47bb-0310-9956-ffa450edef68
* Fixed typosVincent Hennebert2010-02-181-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911341 13f79535-47bb-0310-9956-ffa450edef68
* Added Georg Datterl to our list of active contributors. Many thanks to Georg ↵Vincent Hennebert2010-02-181-0/+3
| | | | | | for his help so far. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911339 13f79535-47bb-0310-9956-ffa450edef68
* compliance page: update "partial" status and comments for content-height, ↵Pascal Sancho2010-02-181-8/+11
| | | | | | content-width, and page-position git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@911308 13f79535-47bb-0310-9956-ffa450edef68
* Removed extra empty cellsVincent Hennebert2010-02-171-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@910921 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #46565:Pascal Sancho2010-02-171-1057/+230
| | | | | | | | Bugfix: all references to XSL-FO 1.0 removed and replaced with 1.1 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@910894 13f79535-47bb-0310-9956-ffa450edef68