6035 Commits (178483e30913d2065d5f7a154932b2870a83081e)
 

Author SHA1 Message Date
  Adrian Cumiskey 4d2b456445 Possible NullPointerException avoided 16 years ago
  Andreas L. Delmelle 709cfb2f95 Fixed error; inadvertently switched the condition with r674272... 16 years ago
  Andreas L. Delmelle f4a4b96129 Extracted conversion methods for String to int[] or double[] to a utility class. 16 years ago
  Andreas L. Delmelle d1be091687 Simplified implementation of Area.getTraitAsBoolean() 16 years ago
  Andreas L. Delmelle fac88f32ac Redo changes made in r674056... 16 years ago
  Andreas L. Delmelle 8db6a0a344 Remove deprecated Character area class 16 years ago
  Andreas L. Delmelle 40d9afc4de Switch AreaTreeParser to use a java.nio.CharBuffer, and ignore characters events for all elements other than <word>, <space> or <character> 16 years ago
  Andreas L. Delmelle 5d7e72e0c5 Fixed ClassCastException when specifying column-number on something other than a fo:table-column or fo:table-cell... 16 years ago
  Adrian Cumiskey 95bec3df3e Replaced conditional with a switch and capitalized method javadoc description. 16 years ago
  Adrian Cumiskey 204ed6d4a3 * Some minor optimizations in AbstractRenderer. 16 years ago
  Adrian Cumiskey f46fc609ad The pdf StringBuffer is only used on these two lines and doesn't seem to do anything... 16 years ago
  Adrian Cumiskey 2851b9c98a Minor readability improvement. 16 years ago
  Andreas L. Delmelle adb107e632 Added check for the case where column-number is specified on something other than a fo:table-cell or fo:table-column (strictly not an error) 16 years ago
  Andreas L. Delmelle 00f13c2f08 Cleanup/re-ordering, and addition of XSL 1.1 FO_ and PR_ constants 16 years ago
  Andreas L. Delmelle a0ca957f55 Correct svn props 16 years ago
  Andreas L. Delmelle 0246b7f6fb Added disabled testcase for instream-foreign-object in a marker 16 years ago
  Andreas L. Delmelle 36e0839dac Removed instream-foreign-object in marker; still threw a NPE 16 years ago
  Andreas L. Delmelle a724b0fa9c Corrected basic checks: check for empty document, as well as empty areaTree... 16 years ago
  Adrian Cumiskey a9e8348fc7 Corrected minor spelling mistake in javadoc 16 years ago
  Adrian Cumiskey 8789979442 Corrected minor spelling mistake in javadoc 16 years ago
  Andreas L. Delmelle 7175553e3b Added basic-checks.xml: file currently only contains one default check. 16 years ago
  Andreas L. Delmelle 9ee21cd9b6 Added testcase for r672010 16 years ago
  Andreas L. Delmelle 1a0a279d3b Removed unnecessary override 16 years ago
  Adrian Cumiskey a76d8b110d Some basic cleanup. 16 years ago
  Andreas L. Delmelle d9ccf5f4ed Fixed a possible NullPointerException: if the citation appears in a fo:marker, the property will only be parsed if the marker is retrieved... 16 years ago
  Maximilian Berger dc3032f675 Another character handling problem, replaced end-start by length 16 years ago
  Andreas L. Delmelle 5578f06aa1 Fix imports... 16 years ago
  Andreas L. Delmelle ea18f526fd A nit... 16 years ago
  Andreas L. Delmelle 05f5dd475b Minor cleanup: simplified conditional 16 years ago
  Andreas L. Delmelle 4d7ed2afb1 Javadoc fixup 16 years ago
  Andreas L. Delmelle 9963937e29 Minor cleanup: remove redundant cast 16 years ago
  Andreas L. Delmelle c679183959 Minor cleanup: remove redundant cast 16 years ago
  Andreas L. Delmelle 35ca6c79d8 Minor cleanup: remove double storage of the FObj 16 years ago
  Andreas L. Delmelle 4796fd3e35 Minor cleanup: remove unused parameter from method signature 16 years ago
  Andreas L. Delmelle a69b3658ec Javadoc fixup 16 years ago
  Andreas L. Delmelle 400e1f2b50 Javadoc modification + addition of clarifying comments 16 years ago
  Andreas L. Delmelle c9f1206db8 Fix XMLObj.addCharacters(): incorrect after r670341 16 years ago
  Luca Furini 770ac26554 Added support for non-zero borders and padding on page regions. 16 years ago
  Andreas L. Delmelle 9c1e622432 Another missing file... 16 years ago
  Andreas L. Delmelle d617099c1d Added missing file from r670422 16 years ago
  Andreas L. Delmelle 07c5dcf716 Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence interface. 16 years ago
  Andreas L. Delmelle d02d89fc24 Partial fix of FOEventHandler call sequence (see also Bugzilla #45237): 16 years ago
  Andreas L. Delmelle e04c31d665 Deleted deprecated interface; unused after r670336 16 years ago
  Andreas L. Delmelle d93f3a8b77 Very minor tweak: simplify conditional 16 years ago
  Andreas L. Delmelle cd2b9b2a43 Correction: characters() expects a 'length' not an 'endIndex' 16 years ago
  Andreas L. Delmelle ebee3981d4 Changed signature for static handleWhiteSpaceFor(), and used internally to make the code a bit more compact 16 years ago
  Andreas L. Delmelle 79fbd6dfcc Changed FONode.addCharacters() signature to match the characters() event (use 'length' as a parameter instead of 'end') 16 years ago
  Andreas L. Delmelle cebba418a9 Minor tweak: use XG Commons version of the interface 16 years ago
  Andreas L. Delmelle 1dcb12e27c Avoid StackOverflow on TableColumn.toString() during debugging. 16 years ago
  Andreas L. Delmelle 833f24d52f Minor tweak: avoid warning when running through Saxon 16 years ago