aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-063-3/+3
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-052-9/+7
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-1/+1
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-031-0/+4
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0334-67/+79
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-024-9/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-024-4/+10
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-025-31/+31
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-023-7/+12
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-025-3/+21
* apply complex scripts patchGlenn Adams2012-02-2634-511/+1326
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-1043-189/+983
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0622-0/+30
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-2715-105/+89
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-245-6/+51
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-2440-115/+850
* | master is not supposed to still be null when canProcess is calledVincent Hennebert2012-01-312-12/+4
* | resolve findbug warningsChris Bowditch2012-01-182-2/+12
* | Bugzilla #50391:Chris Bowditch2012-01-1011-56/+227
* | Bugzilla #52206: small performance improvements by declaring some class membe...Vincent Hennebert2011-12-054-22/+23
|/