aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/expr
Commit message (Expand)AuthorAgeFilesLines
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-077-17/+17
* FOP-2245: height attribute on external-graphic with percentage value behaves ...Luis Bernardo2013-04-301-16/+14
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-097-28/+28
* 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 #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-223-0/+69
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-036-6/+7
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-023-3/+8
* Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root.Jeremias Maerki2011-04-292-2/+8
* Cleanup unused field + dead/commented codeAndreas L. Delmelle2011-02-221-20/+2
* Fix FindBugs warning...Andreas L. Delmelle2011-02-221-2/+1
* Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-185-27/+149
|\
| * Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-27/+17
| * Bugzilla #49733:Jeremias Maerki2010-08-145-38/+170
* | Added support for the cie-lab-color() function that is found in the current X...Jeremias Maerki2010-06-302-1/+96
* | Added support for the rgb-named-color() function that is found in the current...Jeremias Maerki2010-06-292-0/+113
* | Bugzilla #49403:Jeremias Maerki2010-06-251-6/+5
|/
* Bugzilla #48167: when #CMYK pseudo-profile was used in the rgb-icc() function...Vincent Hennebert2009-11-231-3/+5
* Removed svn:executable propertyVincent Hennebert2009-10-132-0/+0
* Added support for the #CMYK pseudo-profile supported by some commercial XSL i...Jeremias Maerki2009-09-162-10/+22
* Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ...Andreas L. Delmelle2009-04-191-6/+9
* Fix the behaviour of pixel-lengths: influenced by target-resolution, rather t...Andreas L. Delmelle2009-04-121-3/+3
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2427-154/+154
* Minor javadoc correctionAndreas L. Delmelle2008-06-221-1/+1
* Removed the tab characters that were causing a big moan from eclipseAdrian Cumiskey2008-04-251-42/+53
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-241-2/+51
* Merged branchJeremias Maerki2008-04-143-1/+17
* fop-rgb-icc() function did not make the round-trip which caused an error in t...Jeremias Maerki2008-02-181-5/+17
* Created Constants for unit descriptionsMaximilian Berger2008-02-141-1/+2
* Missing file from r620283Andreas L. Delmelle2008-02-111-1/+12
* Bugzilla 41631: Percentage resolution for arguments to proportional-column-wi...Andreas L. Delmelle2008-02-101-0/+29
* Missing file from r620272Andreas L. Delmelle2008-02-101-13/+29
* Some minor tweaks:Andreas L. Delmelle2008-02-103-9/+22
* Tweak: early percentage resolution by the parser (if the base is known and ab...Andreas L. Delmelle2008-02-071-1/+13
* Bugzilla 43705:Andreas L. Delmelle2008-02-031-6/+24
* Slight correction for pixel-values: pass the ratio of pixels-per-point into F...Andreas L. Delmelle2008-02-021-12/+19
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-052-6/+6
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-301-7/+9
* PropertyCache phase 2:Andreas L. Delmelle2007-09-215-5/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-188-26/+25
* Partial application of the patch in Bugzilla 41044:Andreas L. Delmelle2007-07-074-13/+15
* Code cleanup: Andreas L. Delmelle2007-01-112-4/+4
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-1/+0
* Bugzilla #40729:Jeremias Maerki2006-11-137-11/+212
* Correction: r432201 caused FOTree test failureAndreas L. Delmelle2006-08-171-2/+4
* Cleanup: removed obsolete classAndreas L. Delmelle2006-08-172-60/+0
* A nit: use PropertyInfo methods instead of accessing the PropertyListAndreas L. Delmelle2006-08-171-6/+5
* Should cause an error when used with auto-layoutAndreas L. Delmelle2006-08-171-3/+10