aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* FOP-2245: height attribute on external-graphic with percentage value behaves ...Luis Bernardo2013-04-302-18/+15
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-0942-224/+224
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-0861-98/+260
* FOP-2217; Image scaling change was adversely affecting other image types Chris Bowditch2013-03-051-1/+2
* JIRA#FOP-1069: Warn instead or error on invalid property values.Peter Hancock2013-01-093-5/+18
* FOP-2179: Fix checkstyle and findbugs warnings.Glenn Adams2012-12-311-3/+5
* Bugzilla 37114: Implementation of changes necessary to warn of invalid proper...Peter Hancock2012-12-133-0/+107
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-043-3/+3
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-245-55/+346
|\
| * Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-225-49/+88
| * Addressed Findbug and Checkstyle issuesPeter Hancock2012-10-092-2/+1
| * Merged trunk@1391502Peter Hancock2012-10-0420-57/+423
| |\
| * | Minor cleanupPeter Hancock2012-07-054-20/+11
| * | Merged trunk@1356765Peter Hancock2012-07-035-13/+11
| |\ \
| * \ \ Merged trunk@1354651Peter Hancock2012-06-29158-2291/+4420
| |\ \ \
| * | | | Bugzilla #49913:Jeremias Maerki2010-09-305-45/+305
* | | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF output...Vincent Hennebert2012-10-221-2/+2
* | | | | fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-151-8/+12
* | | | | Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-083-31/+48
| |_|_|/ |/| | |
* | | | Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-2812-27/+330
* | | | Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-265-1/+26
* | | | Bugzilla#48954: Support for character encoding of TLEs in AFP output. Submitt...Mehdi Houshmand2012-08-241-0/+17
* | | | Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-246-29/+50
| |_|/ |/| |
* | | Merged with trunk@1351540Mehdi Houshmand2012-06-201-2/+3
|\ \ \ | | |/ | |/|
| * | Bugzilla #53412: Eliminate incorrect use of object identity which produces ex...Glenn Adams2012-06-141-2/+3
* | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-1/+1
* | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-2/+0
* | | Merge in trunk@1345838Mehdi Houshmand2012-06-111-4/+10
|\| |
| * | Eliminate javadocs warnings.Glenn Adams2012-06-041-4/+10
* | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-315-13/+13
|/ /
* | Added possibility to treat some content as artifact.Vincent Hennebert2012-05-291-3/+16
* | Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-252-7/+22
* | Fixed concurrency issue re:background-image on a fo:block. Also updated a cou...Mehdi Houshmand2012-04-271-29/+27
* | Fixed FindBugs warningsVincent Hennebert2012-04-252-30/+24
* | Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use o...Glenn Adams2012-04-253-3/+2
* | Make property function class names more consistent.Glenn Adams2012-04-228-93/+43
* | Snapshot commit - does not build!Glenn Adams2012-04-2223-247/+203
* | Bugzilla #53086: Ensure that table footer and header are included in bididire...Glenn Adams2012-04-171-0/+23
* | Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determi...Glenn Adams2012-04-171-6/+36
* | Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-142-15/+18
* | Bugzilla #52763: Support list-block in marker, thus preventing NPE.Glenn Adams2012-04-111-6/+19
* | Must use unqualified (local name) when reporting invalid child error.Glenn Adams2012-04-112-2/+2
* | Bugzilla #50435: Use true as default for properties use-cache in case of acce...Glenn Adams2012-04-081-1/+3
* | Bugzilla #50435: Access denied (java.util.PropertyPermission org.apache.fop.f...Glenn Adams2012-04-081-12/+18
* | Bugzilla #49763: Incorrect message when encountering a block in an inline in ...Glenn Adams2012-04-072-14/+35
* | Bugzilla #47380: Specified rule-thickness applies only when leader-pattern is...Glenn Adams2012-04-071-1/+4
* | Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-032-2/+3
* | Organized importsVincent Hennebert2012-03-233-4/+6
* | Made class non-final to allow mockingVincent Hennebert2012-03-221-2/+2
* | Bugzilla #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-2229-558/+539