aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/inline
Commit message (Expand)AuthorAgeFilesLines
* Parse back the container area from the area tree.Vincent Hennebert2013-10-241-8/+7
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-076-58/+58
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-097-101/+101
* FOP-2179: Fix checkstyle and findbugs warnings.Glenn Adams2012-12-312-5/+4
* FOP-2160: Fix NPE when rl writing mode is used in certain contexts.Glenn Adams2012-12-301-0/+8
* Bugzilla 37114: Implementation of changes necessary to warn of invalid proper...Peter Hancock2012-12-132-4/+6
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-021-0/+16
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-081-3/+3
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-033-6/+6
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-2/+0
* apply complex scripts patchGlenn Adams2012-02-2611-60/+536
* Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such...Vincent Hennebert2011-03-244-17/+120
* Renamed Viewport into InlineViewportVincent Hennebert2011-03-152-5/+8
* Bugzilla #49910: clipping rectangle is wrong on side-regionsVincent Hennebert2011-03-141-10/+14
* Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-248-40/+28
* Eliminate a small waste: no reason to store the char as a String, and then co...Andreas L. Delmelle2011-01-141-3/+3
* Minor nit: eliminate stray hungarian...Andreas L. Delmelle2011-01-141-3/+3
* Bugzilla #42034:Jeremias Maerki2010-12-072-8/+19
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-1715-0/+43
* Bugzilla #49733:Jeremias Maerki2010-08-144-2/+10
* Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...Andreas L. Delmelle2009-03-131-1/+3
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-2516-89/+89
* Merged revisions 674245,674267,674269,674272-674273,674276,674325,674468,6744...Adrian Cumiskey2008-07-071-62/+0
* Merged revisions 674056 via svnmerge from Adrian Cumiskey2008-07-041-4/+4
* Small Javadoc corrections and parameter variable rename.Adrian Cumiskey2008-06-301-5/+5
* Added toString() and corrected javadoc and checkstyle.Adrian Cumiskey2008-06-301-1/+6
* Small formatting correction.Adrian Cumiskey2008-06-301-1/+1
* small cleanupAdrian Cumiskey2008-05-281-5/+5
* explicitly "this" referenced member variablesAdrian Cumiskey2008-05-281-9/+9
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-131/+131
* added serial version idAdrian Cumiskey2008-01-171-0/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-182-3/+3
* 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
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2818-90/+108
* Take a shortcut when page number is already resolved. Without this there was ...Jeremias Maerki2006-05-291-4/+4
* Bugzilla #39118:Jeremias Maerki2006-04-231-5/+31
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-164-25/+30
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-175-12/+78
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-221-3/+8
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-14/+6
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-141-1/+16
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-131-0/+9
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-274-41/+55
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-255-10/+169
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-073-31/+55
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1