aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/txt
Commit message (Expand)AuthorAgeFilesLines
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-101-4/+4
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-152-2/+2
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-0/+8
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+1
* Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-6/+6
* Added tests and cleaning up of codeMehdi Houshmand2012-06-202-10/+18
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-313-17/+109
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-141-6/+6
* Take leading derived space before/after into account when computing rows for ...Glenn Adams2012-04-121-6/+9
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-051-4/+3
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-0/+1
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-2/+7
* Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-301-0/+2
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-302-2/+4
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-242-4/+2
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-232-2/+4
* Bugzilla #49910: clipping rectangle is wrong on side-regionsVincent Hennebert2011-03-141-1/+2
* Fixed indentationVincent Hennebert2010-08-271-3/+3
* Bugzilla #49733:Jeremias Maerki2010-08-142-4/+6
* Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-141-2/+3
* Bugzilla #46705:Jeremias Maerki2009-02-191-1/+1
* * Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.Adrian Cumiskey2008-08-201-4/+4
* Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less de...Adrian Cumiskey2008-08-201-1/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2411-161/+161
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-55/+55
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-0/+9
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-186-34/+33
* Removal of unused classes ?Andreas L. Delmelle2007-07-062-625/+0
* Bugzilla #41831:Jeremias Maerki2007-05-283-12/+61
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2814-70/+84
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-5/+6
* Bugzilla #38946:Jeremias Maerki2006-05-031-8/+11
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-2/+2
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-021-1/+1
* Package description for the TXTRenderer's border package.Jeremias Maerki2005-11-111-0/+22
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-113-1/+103
* Reintroduce encoding feature for Text Renderer that was in the maintenance br...Jeremias Maerki2005-11-092-2/+39
* Bugzilla #37253: Jeremias Maerki2005-11-0910-87/+2093
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-4/+4
* Adding reporting of mime type to renderers.Simon Pepping2004-07-091-0/+8
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-272-92/+28
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-071-9/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-112-0/+270