aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-2/+15
* LineArea had a finalize method which caused a NPE when called from the garbag...Manuel Mall2005-12-281-2/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-4/+5
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-223-13/+47
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-213-60/+63
* Forgot to add a toString() method to keep tests happy.Jeremias Maerki2005-12-211-1/+25
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-206-25/+144
* Bugzilla #37813:Jeremias Maerki2005-12-071-0/+4
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-143-8/+15
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-141-1/+16