aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/InlineContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-241/+0
* Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-131-1/+15
|\
| * FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-311-1/+15
* | Code clean-up and simplificationVincent Hennebert2013-11-141-0/+8
* | Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-5/+3
* | First bits of support for fo:inline-containerVincent Hennebert2013-10-211-101/+63
|/
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-3/+3
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+2
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-1/+1
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* apply complex scripts patchGlenn Adams2012-02-261-18/+71
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-18/+18
* Basic activation on some widely used properties (prepare for implementation)Andreas L. Delmelle2008-04-261-34/+82
* Merged branchJeremias Maerki2008-04-141-8/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-11/+5
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-16/+1
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-28/+15
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-2/+39
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-8/+3
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Validation added for five more FO's.Glen Mazza2005-03-051-1/+32
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-10/+0
* Bind some more of the implemented properties.Finn Bock2004-10-291-6/+6
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-9/+6
* Second phase of performance improvement.Finn Bock2004-10-191-8/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-0/+72
* PR:Glen Mazza2004-10-121-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+4
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-2/+2
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-34/+0
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-081-7/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-6/+12
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+2
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-3/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-18/+18
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* style changes onlyWilliam Victor Mote2003-08-221-7/+6
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-28/+4
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-8/+8
* style changes onlyWilliam Victor Mote2003-07-131-12/+25
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+145