]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
2008-07-17 Adrian CumiskeyUndoing this change for now until a better fix can...
2008-07-17 Adrian CumiskeyUnused imports.
2008-07-17 Adrian CumiskeyMoved font setup stuff from setupFontInfo() in AFPRende...
2008-07-17 Adrian CumiskeyAn optimization and improved readability of fontLookup...
2008-07-17 Adrian CumiskeyA minor optimization.
2008-07-17 Adrian CumiskeyZapfDingbats and Symbol is not always available on...
2008-07-17 Jeremias Maerkifonts package must not depend on the render package...
2008-07-16 Jeremias MaerkiRemoved stray System.out.
2008-07-16 Jeremias MaerkiWorked around a bug in Xalan 2.4.0 (bundled with Sun...
2008-07-14 Chris BowditchA nit: clarify message so its more meaningful to end...
2008-07-13 Andreas L.... Another attempt at avoiding build issues (?)
2008-07-13 Jeremias Maerkinull is not correct here, an empty String needs to...
2008-07-13 Andreas L.... Replace occurrences of File.toURL() by File.toURI(...
2008-07-12 Jeremias MaerkiAttempt to fix a potential build problem.
2008-07-11 Jeremias MaerkiIgnore FindBugs preference file from Eclipse.
2008-07-11 Jeremias MaerkiCheck the result of mkdirs() to see if the target direc...
2008-07-10 Jeremias MaerkiAdded support for piping:
2008-07-10 Jeremias MaerkiBeware! An evil tab character! But it's been eliminated...
2008-07-10 Vincent HennebertBugzilla #45369: footnotes were rendered at the top...
2008-07-10 Adrian CumiskeyDuplicated operation scaleX and scaleY replaced simply...
2008-07-09 Adrian CumiskeyWhoops.. default value should be true :).
2008-07-09 Adrian CumiskeyAdded throwexceptions attribute to FOP ant task. This...
2008-07-09 Adrian CumiskeyAdded newAFP target for producing a set of AFP files...
2008-07-09 Adrian CumiskeyMinor javadoc cleanup.
2008-07-07 Clay LeedsOne more minor update.
2008-07-07 Clay Leedsupdated info.
2008-07-07 Andreas L.... Fixed typo
2008-07-07 Andreas L.... Added the change to the FONode interface committed...
2008-07-07 Andreas L.... Correct indentation
2008-07-07 Luca FuriniFixing absolute positioning of block-containers: bottom...
2008-07-07 Adrian CumiskeyRefactored this class, moving much of its behaviour...
2008-07-07 Adrian CumiskeyCleaned up some javadocs.
2008-07-07 Adrian CumiskeyAdded new AbstractXMLRenderer base class.
2008-07-07 Adrian CumiskeyAdded PDF encryption parameter support in configuration.
2008-07-07 Adrian CumiskeyAdded new set accessor method for EncryptionParams.
2008-07-07 Adrian CumiskeyPossible NullPointerException avoided
2008-07-06 Andreas L.... Fixed error; inadvertently switched the condition with...
2008-07-06 Andreas L.... Extracted conversion methods for String to int[] or...
2008-07-06 Andreas L.... Simplified implementation of Area.getTraitAsBoolean()
2008-07-06 Andreas L.... Redo changes made in r674056...
2008-07-06 Andreas L.... Remove deprecated Character area class
2008-07-06 Andreas L.... Switch AreaTreeParser to use a java.nio.CharBuffer...
2008-07-05 Andreas L.... Fixed ClassCastException when specifying column-number...
2008-07-04 Adrian CumiskeyReplaced conditional with a switch and capitalized...
2008-07-04 Adrian Cumiskey* Some minor optimizations in AbstractRenderer.
2008-07-04 Adrian CumiskeyThe pdf StringBuffer is only used on these two lines...
2008-07-04 Adrian CumiskeyMinor readability improvement.
2008-06-30 Andreas L.... Added check for the case where column-number is specifi...
2008-06-29 Andreas L.... Cleanup/re-ordering, and addition of XSL 1.1 FO_ and...
2008-06-29 Andreas L.... Correct svn props
2008-06-29 Andreas L.... Added disabled testcase for instream-foreign-object...
2008-06-28 Andreas L.... Removed instream-foreign-object in marker; still threw...
2008-06-28 Andreas L.... Corrected basic checks: check for empty document, as...
2008-06-28 Adrian CumiskeyCorrected minor spelling mistake in javadoc
2008-06-28 Adrian CumiskeyCorrected minor spelling mistake in javadoc
2008-06-28 Andreas L.... Added basic-checks.xml: file currently only contains...
2008-06-28 Andreas L.... Added testcase for r672010
2008-06-28 Andreas L.... Removed unnecessary override
2008-06-26 Adrian CumiskeySome basic cleanup.
2008-06-26 Andreas L.... Fixed a possible NullPointerException: if the citation...
2008-06-24 Maximilian... Another character handling problem, replaced end-start...
2008-06-23 Andreas L.... Fix imports...
2008-06-23 Andreas L.... A nit...
2008-06-23 Andreas L.... Minor cleanup: simplified conditional
2008-06-23 Andreas L.... Javadoc fixup
2008-06-23 Andreas L.... Minor cleanup: remove redundant cast
2008-06-23 Andreas L.... Minor cleanup: remove redundant cast
2008-06-23 Andreas L.... Minor cleanup: remove double storage of the FObj
2008-06-23 Andreas L.... Minor cleanup: remove unused parameter from method...
2008-06-23 Andreas L.... Javadoc fixup
2008-06-23 Andreas L.... Javadoc modification + addition of clarifying comments
2008-06-23 Andreas L.... Fix XMLObj.addCharacters(): incorrect after r670341
2008-06-23 Luca FuriniAdded support for non-zero borders and padding on page...
2008-06-22 Andreas L.... Another missing file...
2008-06-22 Andreas L.... Added missing file from r670422
2008-06-22 Andreas L.... Switch FOText to use a java.nio.CharBuffer, and impleme...
2008-06-22 Andreas L.... Partial fix of FOEventHandler call sequence (see also...
2008-06-22 Andreas L.... Deleted deprecated interface; unused after r670336
2008-06-22 Andreas L.... Very minor tweak: simplify conditional
2008-06-22 Andreas L.... Correction: characters() expects a 'length' not an...
2008-06-22 Andreas L.... Changed signature for static handleWhiteSpaceFor()...
2008-06-22 Andreas L.... Changed FONode.addCharacters() signature to match the...
2008-06-22 Andreas L.... Minor tweak: use XG Commons version of the interface
2008-06-22 Andreas L.... Avoid StackOverflow on TableColumn.toString() during...
2008-06-22 Andreas L.... Minor tweak: avoid warning when running through Saxon
2008-06-22 Andreas L.... Minor javadoc correction
2008-06-22 Andreas L.... Addition to r670217
2008-06-21 Adrian CumiskeyMoved the contents of TableBody into a new abstract...
2008-06-21 Adrian CumiskeyMoved the contents of TableBody into a new abstract...
2008-06-20 Adrian CumiskeyStrict/loose validation of <fo:table-footer/> ordering...
2008-06-19 Jeremias MaerkiSeparation of concerns:
2008-06-19 Jeremias MaerkiSimplifications and a Checkstyle fix.
2008-06-17 Jeremias MaerkiWrong line number reported in the case of a line overflow.
2008-06-16 Luca FuriniFixing the PageBreakingAlgorithm, replacing calls to...
2008-06-14 Maximilian... removed double storage of 'fobj'
2008-06-14 Maximilian... minor spelling & checkstyle fixes
2008-06-14 Maximilian... minor spelling fixes
2008-06-14 Maximilian... minor spelling fixes
2008-06-13 Maximilian... Disabled retroweaver task definition, because it breaks...
2008-06-12 Maximilian... Added PMD and Findbugs report, 'reports' target'
next