]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
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...
2014-07-06 Glenn AdamsFOP 2388: Fix Arabic text left justified on the first...
2014-07-06 Glenn AdamsFix leaked resource warnings from Eclipse (Kepler).
2014-07-06 Glenn AdamsFix compiler warnings.
2014-06-20 Simon SteinerAdd t1 merging Temp_FontMerging Temp_FontMerging
2014-06-19 Vincent HennebertfootnoteList cannot be null there; instead we want...
2014-06-18 Vincent HennebertFOP-2385: Add ability to specify custom properties...
2014-06-18 Vincent HennebertFOP-1099: when table headers/footers are repeated at...
2014-06-05 Simon SteinerUse correct fontbox
2014-06-05 Simon SteinerAllow merging of fonts
2014-06-05 Simon SteinerAdd font merging branch
2014-06-02 Vincent HennebertFOP-1099: process footnotes coming from table headers...
2014-05-23 Robert MeyerFOP-2354: Subset support for Type 1 fonts
2014-05-11 Luis BernardoFOP-2372: New extension to resize background images
2014-05-08 Luis Bernardoadded fontbox jar for release 1.8.5
2014-05-08 Luis Bernardoremoved invalid jar
2014-05-07 Luis Bernardoreplaced fontbox jar by new release (1.8.5) jar
2014-04-30 Vincent HennebertFOP-2293: extension to the layout engine for managing...
2014-04-30 Vincent HennebertBrought the branch in sync with rev. 1590916 of trunk Temp_WhitespaceManagement Temp_WhitespaceManagement
2014-04-29 Simon SteinerCheckstyle
2014-04-28 Vincent HennebertMade WhitespaceManagement.getKnuthElements more robust...
2014-04-28 Vincent HennebertCreate penalty only once and store it in WhitespaceMana...
2014-04-28 Vincent HennebertSimplified make of MultiSwitchLM
2014-04-28 Vincent HennebertRemoved obsolete fitting-strategy property
2014-04-28 Vincent HennebertRenamed value of auto-toggle property to select-first...
2014-04-28 Simon SteinerFOP-2345 SVG to AFP text spacing wrong
2014-04-28 Simon SteinerFOP-2336 OOM for tiff output
2014-04-28 Simon SteinerFOP-2337 Remove xobj type=form
2014-04-18 Vincent HennebertBy default, only the first child of a multi-switch...
2014-04-08 Vincent HennebertAdded support for multiple multi-switch appearing on...
next