]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
2014-09-09 Glenn AdamsFOP-2213 use kern table when no GPOS kern lookups are...
2014-09-08 Glenn AdamsFOP-2303: add test for bug fix
2014-09-08 Glenn AdamsFOP-2303: fix negative text indent in bidi context
2014-09-08 Glenn AdamsFOP-2258: minor test file name change
2014-09-08 Glenn AdamsFOP-2410: add test for bug fix
2014-09-08 Glenn AdamsFOP-2258: add test for bug fix
2014-09-08 Glenn AdamsFOP-2258: fix erroneous mirroring
2014-09-08 Glenn AdamsFOP-2410: fix fo:page-number in bidi context
2014-09-04 Simon SteinerRevert findbugs
2014-09-04 Simon SteinerAdd temp findbugs 2.0.3 excludes so we can start to...
2014-09-04 Simon SteinerAdd temp findbugs excludes so we can start to fail...
2014-08-31 Glenn AdamsFix findbugs warning recently introduced by SS.
2014-08-31 Glenn AdamsUpdate batik library to ToT.
2014-08-27 Simon SteinerDisable checkstyle on gump
2014-08-26 Simon SteinerFOP-2353: Test PDF-A preflight warnings
2014-08-23 Glenn AdamsFOP-2391: add missing file
2014-08-23 Glenn AdamsFOP-2391: enable bidi processing of SVG text chunks
2014-08-21 Simon SteinerRename checkstyle property to avoid gump version
2014-08-21 Simon SteinerFix checkstyle
2014-08-21 Simon SteinerFOP-2353: PDF-A preflight warnings
2014-08-19 Simon SteinerFOP-2406: Error when image next to pdf
2014-08-18 Glenn AdamsFOP-2391: ensure mapping is non-null in CS SVG text
2014-08-17 Glenn AdamsUpdate xmlgraphics commons jar.
2014-08-17 Glenn AdamsAdd verbose (-v) flag to FontList tool that shows URI...
2014-08-10 Glenn AdamsFix or suppress 5- to 9-instance findbug warnings.
2014-08-08 Glenn AdamsFix 4-instance findbug warnings.
2014-08-07 Glenn AdamsFix or suppress 3-instance findbug warnings.
2014-08-07 Glenn AdamsFix 2-instance findbug warnings.
2014-08-06 Glenn AdamsFix or suppress 1-instance findbug warnings.
2014-08-05 Glenn AdamsRe-filter findbugs exclusions, course grained.
2014-08-03 Glenn AdamsFOP-2391: preliminary (but incomplete) support for...
2014-08-01 Vincent HennebertFOP-2393: only the gradient's transform should be used...
2014-07-29 Vincent HennebertFOP-2394: Removed non-standard layout extensions
2014-07-28 Vincent HennebertDisable checkEOF when processing PS files. It's perfect...
2014-07-27 Luis BernardoFOP-2107: org.apache.batik.bridge.BridgeException:...
2014-07-27 Luis BernardoFOP-2307: Weird border color inheritance (hashCode...
2014-07-23 Luis BernardoFOP-2307: Weird border color inheritance (hashCode...
2014-07-23 Luis Bernardofix equality comparison between border, padding and...
2014-07-22 Luis BernardoFOP-2398: Image written as having 72 DPI instead of...
2014-07-19 Luis BernardoFOP-2395: PDF encryption does not work when PDF version...
2014-07-18 Luis BernardoFOP-2395: PDF encryption does not work when PDF version...
2014-07-18 Vincent HennebertMerged branch FOP-2393_gradient-rendering back into...
2014-07-18 Vincent HennebertRemoved unused code FOP-2393_gradient-rendering FOP-2393_gradient-rendering
2014-07-18 Vincent HennebertMerged latest trunk
2014-07-18 Vincent HennebertAdded more complete tests
2014-07-18 Vincent HennebertCheck bounds and encode
2014-07-18 Vincent HennebertFor a Shading object, domain is optional and its defaul...
2014-07-18 Vincent HennebertRemoved unused functionType parameter
2014-07-18 Vincent HennebertAdded test case for the gradient package
2014-07-18 Vincent HennebertCleaned up and re-organized PS gradient test case
2014-07-16 Simon SteinerRevert fontbox
2014-07-16 Simon SteinerMerge font merging
2014-07-15 Vincent HennebertEnabled Checkstyle ExplicitInitializationCheck and...
2014-07-15 Vincent Hennebert... And actually fix resulting warnings
2014-07-15 Vincent HennebertRemoved CSOFF: LineLengthCheck that have crept in exist...
2014-07-14 Vincent HennebertcreatePDFPattern can be made private
2014-07-14 Vincent HennebertUse the appropriate double formatter depending on the...
2014-07-14 Vincent HennebertFactorized outputDoubles into GradientMaker
2014-07-14 Vincent HennebertRename toWriteableString into output and added StringBu...
2014-07-14 Vincent HennebertDelegate function rendering to dedicated class intead...
2014-07-14 Vincent HennebertRenamed shading package to gradient
2014-07-14 Vincent HennebertMoved stuff that is common to PDF and PS to Pattern
2014-07-14 Vincent HennebertMoved content of FunctionPattern into Function
2014-07-11 Vincent HennebertMoved content of ShadingPattern into Shading
2014-07-11 Vincent HennebertFactorized shading code that was common to PDF and...
2014-07-11 Vincent HennebertRenamed GradientFactory into GradientMaker
2014-07-11 Vincent HennebertTightened access control to Function's fields
2014-07-11 Vincent HennebertSimplified makeShading and makePattern methods
2014-07-11 Vincent HennebertMore sensible variable naming
2014-07-11 Vincent HennebertAvoid unnecessary conversion to List of Double by keepi...
2014-07-11 Vincent HennebertRemoved makeFunction methods, whose implementations...
2014-07-11 Vincent HennebertRemoved unnecessary FunctionDelegate class
2014-07-10 Vincent HennebertMoved creation of colors into createFunctions
2014-07-10 Vincent HennebertRemoved makeGradient and moved its content into createG...
2014-07-10 Vincent HennebertExtracted function creation into separate method and...
2014-07-10 Vincent HennebertRemoved dead code
2014-07-10 Vincent HennebertGave more sensible names to variables
2014-07-10 Vincent HennebertRemoved createGradient abstract method, that was not...
2014-07-10 Vincent HennebertFactorized code that is common to linear and radial...
2014-07-10 Vincent HennebertFactorized gradient creation out of PDF & PS into Gradi...
2014-07-10 Vincent HennebertMoved checks for repeated gradient out of gradient...
2014-07-10 Vincent HennebertSmall adjustments to make duplication in PDF and PostSc...
2014-07-10 Vincent HennebertRemoved unused code
2014-07-10 Vincent HennebertFactorized creation of gradient bounds
2014-07-10 Vincent HennebertFactorized creation of gradient colors
2014-07-10 Vincent HennebertFactorized creation of gradient transform
2014-07-10 Vincent HennebertSmall adjustments to make duplication in linear and...
2014-07-10 Vincent HennebertRemoved unused code
2014-07-10 Vincent HennebertFactorized creation of gradient bounds
2014-07-10 Vincent HennebertFactorized creation of gradient colors
2014-07-10 Vincent HennebertFactorized check for transparent colors out of gradient...
2014-07-10 Vincent HennebertFactorized creation of gradient transform
2014-07-10 Vincent HennebertSmall adjustments to make duplication in linear and...
2014-07-10 Vincent HennebertExtracted gradient painting into own methods
2014-07-10 Vincent HennebertRemoved pseudo-factory method GradientFactory.newInstance
2014-07-10 Vincent HennebertFixed gradients in PostScript output
2014-07-10 Vincent HennebertIf the start/end stop does not coincide with the start...
2014-07-10 Vincent HennebertCreated branch for working on FOP-2393, gradient rendering
2014-07-08 Luis BernardoFOP-2389: PDFEncryption: error when Password length>32
2014-07-07 Chris BowditchFOP-1976; committed change suggested by Matthias Reisch...
next