aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Possible NullPointerException avoidedAdrian Cumiskey2008-07-071-3/+3
* Fixed error; inadvertently switched the condition with r674272...Andreas L. Delmelle2008-07-061-1/+1
* Extracted conversion methods for String to int[] or double[] to a utility class.Andreas L. Delmelle2008-07-062-48/+130
* Simplified implementation of Area.getTraitAsBoolean()Andreas L. Delmelle2008-07-061-7/+1
* Redo changes made in r674056...Andreas L. Delmelle2008-07-061-27/+35
* Remove deprecated Character area classAndreas L. Delmelle2008-07-063-136/+34
* Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters eve...Andreas L. Delmelle2008-07-061-29/+64
* Fixed ClassCastException when specifying column-number on something other tha...Andreas L. Delmelle2008-07-051-49/+65
* Replaced conditional with a switch and capitalized method javadoc description.Adrian Cumiskey2008-07-041-11/+12
* * Some minor optimizations in AbstractRenderer.Adrian Cumiskey2008-07-043-34/+43
* The pdf StringBuffer is only used on these two lines and doesn't seem to do a...Adrian Cumiskey2008-07-041-3/+0
* Minor readability improvement.Adrian Cumiskey2008-07-041-1/+3
* Added check for the case where column-number is specified on something other ...Andreas L. Delmelle2008-06-301-0/+4
* Cleanup/re-ordering, and addition of XSL 1.1 FO_ and PR_ constantsAndreas L. Delmelle2008-06-291-267/+349
* Correct svn propsAndreas L. Delmelle2008-06-292-0/+0
* Added disabled testcase for instream-foreign-object in a markerAndreas L. Delmelle2008-06-292-0/+88
* Removed instream-foreign-object in marker; still threw a NPEAndreas L. Delmelle2008-06-281-5/+1
* Corrected basic checks: check for empty document, as well as empty areaTree...Andreas L. Delmelle2008-06-281-1/+2
* Corrected minor spelling mistake in javadocAdrian Cumiskey2008-06-281-1/+1
* Corrected minor spelling mistake in javadocAdrian Cumiskey2008-06-281-1/+1
* Added basic-checks.xml: file currently only contains one default check.Andreas L. Delmelle2008-06-282-10/+38
* Added testcase for r672010Andreas L. Delmelle2008-06-281-0/+99
* Removed unnecessary overrideAndreas L. Delmelle2008-06-281-5/+0
* Some basic cleanup.Adrian Cumiskey2008-06-266-459/+4
* Fixed a possible NullPointerException: if the citation appears in a fo:marker...Andreas L. Delmelle2008-06-261-3/+9
* Another character handling problem, replaced end-start by lengthMaximilian Berger2008-06-241-3/+3
* Fix imports...Andreas L. Delmelle2008-06-231-3/+5
* A nit...Andreas L. Delmelle2008-06-231-1/+1
* Minor cleanup: simplified conditionalAndreas L. Delmelle2008-06-231-2/+2
* Javadoc fixupAndreas L. Delmelle2008-06-231-1/+0
* Minor cleanup: remove redundant castAndreas L. Delmelle2008-06-231-1/+1
* Minor cleanup: remove redundant castAndreas L. Delmelle2008-06-231-7/+6
* Minor cleanup: remove double storage of the FObjAndreas L. Delmelle2008-06-231-9/+4
* Minor cleanup: remove unused parameter from method signatureAndreas L. Delmelle2008-06-231-2/+2
* Javadoc fixupAndreas L. Delmelle2008-06-231-1/+1
* Javadoc modification + addition of clarifying commentsAndreas L. Delmelle2008-06-231-19/+60
* Fix XMLObj.addCharacters(): incorrect after r670341Andreas L. Delmelle2008-06-231-1/+1
* Added support for non-zero borders and padding on page regions.Luca Furini2008-06-236-13/+239
* Another missing file...Andreas L. Delmelle2008-06-221-3/+4
* Added missing file from r670422Andreas L. Delmelle2008-06-221-5/+19
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-227-347/+406
* Partial fix of FOEventHandler call sequence (see also Bugzilla #45237):Andreas L. Delmelle2008-06-2211-62/+77
* Deleted deprecated interface; unused after r670336Andreas L. Delmelle2008-06-221-35/+0
* Very minor tweak: simplify conditionalAndreas L. Delmelle2008-06-221-1/+1
* Correction: characters() expects a 'length' not an 'endIndex'Andreas L. Delmelle2008-06-221-1/+1
* Changed signature for static handleWhiteSpaceFor(), and used internally to ma...Andreas L. Delmelle2008-06-222-9/+9
* Changed FONode.addCharacters() signature to match the characters() event (use...Andreas L. Delmelle2008-06-224-7/+6
* Minor tweak: use XG Commons version of the interfaceAndreas L. Delmelle2008-06-221-1/+1
* Avoid StackOverflow on TableColumn.toString() during debugging.Andreas L. Delmelle2008-06-221-1/+1
* Minor tweak: avoid warning when running through SaxonAndreas L. Delmelle2008-06-221-6/+2