aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-113-40/+34
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-072-14/+43
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-3/+33
* Log RuntimeExceptions during rendering so that they are at least visible some...Jeremias Maerki2007-12-031-3/+3
* Bugzilla #37993: Jeremias Maerki2007-11-301-9/+24
* Bugzilla #43910:Jeremias Maerki2007-11-201-23/+21
* Bugzilla #42144Chris Bowditch2007-10-041-0/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1818-31/+31
* In case where SAX Exception is thrown by Area Tree Parser when parsing Area T...Chris Bowditch2007-07-091-0/+3
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-073-191/+332
* Bugzilla #41831:Jeremias Maerki2007-05-281-1/+1
* Bugzilla #42067: Jeremias Maerki2007-05-211-1/+2
* Bugzilla #42067: Jeremias Maerki2007-05-181-7/+4
* ArrayList -> List.Jeremias Maerki2007-05-071-1/+1
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-072-23/+1
* Bugzilla #42067:Jeremias Maerki2007-05-076-75/+361
* Move out all statistics/debug related code into an inner Statistics class.Vincent Hennebert2007-04-201-122/+153
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-031-131/+131
* - fix minor checkstyle issuesVincent Hennebert2007-04-031-0/+19
* New class to support named destinationsJay Bryant2007-04-021-0/+112
* changes to support named destinationJay Bryant2007-04-011-0/+12
* Bugzilla #40729:Jeremias Maerki2006-11-132-6/+5
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-113-13/+73
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-074-36/+12
* This fixes a bug that has crept in page number resolution, viz. the text was ...Simon Pepping2006-10-061-1/+2
* corrected a couple of javadoc warnings issued by checkstyleChris Bowditch2006-08-223-3/+9
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2849-246/+295
* Fix NPE in case there are no extension attachments and the area tree was buil...Jeremias Maerki2006-06-271-1/+6
* Add bookmarks even if one of the leaves didn't resolve.Jeremias Maerki2006-06-071-0/+4
* Take a shortcut when page number is already resolved. Without this there was ...Jeremias Maerki2006-05-291-4/+4
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-185-75/+128
* Bugzilla #38946:Jeremias Maerki2006-05-033-220/+63
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-282-5/+64
* Bugfix: basic-links with internal destinations in documents with multiple pag...Jeremias Maerki2006-04-243-3/+35
* Bugzilla #39118:Jeremias Maerki2006-04-232-7/+92
* Don't catch RuntimeExceptions.Jeremias Maerki2006-04-051-0/+2
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-272-6/+7
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-165-27/+51
* Added support for page sequence title in AreaTreeParser (IF). Fixes problems ...Jeremias Maerki2006-02-265-13/+138
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-1/+2
* Reworked area building in AreaTreeParser to match the scheme that the FOTreeB...Jeremias Maerki2006-02-091-329/+558
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-083-163/+204
* Fix for NPE when the AWT Viewer is used with an area tree file as input.Jeremias Maerki2006-01-241-1/+3
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-241-22/+7
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-202-6/+23
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-192-5/+60
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-1716-86/+916
* The last page sequence should also follow its force-page-count trait.Simon Pepping2006-01-101-10/+13
* Bugzilla #38054:Jeremias Maerki2006-01-092-25/+27
* Also let the last page sequence notify its listeners. Add a check forSimon Pepping2006-01-081-2/+5