]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
2008-02-19 Jeremias MaerkiBugfix: a specified font-weight of 100 could result...
2008-02-19 Jeremias MaerkiBugzilla #44451:
2008-02-19 Vincent HennebertStyle only: removed spurious ^M characters at the end...
2008-02-18 Jeremias MaerkiMakes sense to mention the removal of deprecated methods.
2008-02-18 Jeremias MaerkiMade the necessary changes to remove the long-standing...
2008-02-18 Jeremias MaerkiIt currently doesn't work properly without a layout...
2008-02-18 Jeremias MaerkiReducing noise. Better messages.
2008-02-18 Jeremias Maerkifop-rgb-icc() function did not make the round-trip...
2008-02-18 Jeremias MaerkiExtract original exception in BasePDFTestCase.java...
2008-02-18 Jeremias MaerkiNo stack traces with missing images.
2008-02-16 Jeremias MaerkiExtracted most of the code in CodePointMapping (generat...
2008-02-15 Vincent HennebertrowStarted doesn't need to be set in the signalNewRow...
2008-02-14 Vincent Hennebertbreak-after set on the last child of a row-spanning...
2008-02-14 Maximilian... Created Constants for unit descriptions
2008-02-14 Vincent HennebertSimplified the detection of double as integer
2008-02-14 Jeremias MaerkiFix problem with alternate Unicode code point overridin...
2008-02-14 Adrian CumiskeyWhen I first saw this it surprised me, it seems to...
2008-02-14 Jeremias MaerkiAdded support for Type 1 fonts which don't use the...
2008-02-13 Vincent HennebertMoved to the FO tree stage the check for break-before...
2008-02-13 Vincent HennebertAdded support for breaks before and after table cells
2008-02-13 Jeremias MaerkiEasy way to force the discarding of the user's font...
2008-02-13 Jeremias MaerkiReplace useless javadoc comment.
2008-02-13 Maximilian... Ensured all SVN properties are set equally
2008-02-13 Maximilian... Ensured all SVN properties are set equally
2008-02-13 Maximilian... Added *.xml to svn:ignore
2008-02-12 Vincent HennebertFixed wrong numbering of cells
2008-02-12 Jeremias MaerkiSimplification.
2008-02-12 Jeremias MaerkiBugzilla #44393:
2008-02-11 Andreas L.... Missing file from r620283
2008-02-11 Vincent HennebertDisabled region-body_column-count_bug#37468 testcase...
2008-02-11 Vincent HennebertBetter javadoc for break class
2008-02-11 Vincent HennebertFixed illegal character in the file
2008-02-11 Vincent HennebertAdded full support for breaks inside table-cell elements
2008-02-10 Andreas L.... Bugzilla 41631: Percentage resolution for arguments...
2008-02-10 Andreas L.... Correction/Rectification of changes made in r617989:
2008-02-10 Andreas L.... Missing file from r620272
2008-02-10 Andreas L.... Tweak: wrap numeric values internally in Integers or...
2008-02-10 Andreas L.... Revisit background-position shorthand implementation...
2008-02-10 Andreas L.... Some minor tweaks:
2008-02-08 Simon PeppingIn addKnuthElementsForBorderPaddingXXX, if the returnli...
2008-02-08 Vincent HennebertTestcase for bug #43676, which is now fixed
2008-02-08 Jeremias MaerkiAdded missing width for Euro glyph.
2008-02-08 Vincent HennebertAlso display the column index in the toString method
2008-02-08 Vincent HennebertRemoved the 900 penalty mechanism which anyway almost...
2008-02-08 Jeremias MaerkiAdded a clarification that this bug affected PDF/A...
2008-02-07 Andreas L.... Tweak: modify PercentLength.toString() to return a...
2008-02-07 Andreas L.... Tweak: early percentage resolution by the parser (if...
2008-02-07 Jeremias MaerkiBugfix for date formatting with negative time zones...
2008-02-07 Jeremias MaerkiAdded an option to disable the default sRGB profile...
2008-02-06 Jeremias MaerkiBugzilla #36391:
2008-02-05 Jeremias MaerkiFOX_TRANSFORM constant should be static.
2008-02-05 Jeremias MaerkiChange PDFPage to use PDFDictionary in order to make...
2008-02-04 Andreas L.... Added testcase for Bugzilla 44343
2008-02-04 Vincent HennebertFixed minor typo I stumbled upon while doing something...
2008-02-03 Andreas L.... Bugzilla 43705:
2008-02-03 Andreas L.... Added very basic parsing for the xml:lang shorthand.
2008-02-02 Andreas L.... Slight correction for pixel-values: pass the ratio...
2008-02-02 Andreas L.... Further improvement in FixedLength:
2008-02-02 Andreas L.... Further cleanup/refinement of FixedLength:
2008-02-02 Jeremias MaerkiFixed transcoder test after yesterday's changes.
2008-02-02 Andreas L.... Minor cleanup/improvement:
2008-02-01 Andreas L.... Bugzilla 44343:
2008-02-01 Jeremias MaerkiAdd a note about color space overrides which currently...
2008-02-01 Jeremias MaerkiMove sRGB installation into the PDF library. That way...
2008-02-01 Jeremias MaerkiAlphaRasterImage now knows how to deal with TYPE_INT...
2008-02-01 Jeremias MaerkiImplemented drawRenderedImage() which fixes painting...
2008-01-31 Jeremias MaerkiUpdate lib README based on recent findings.
2008-01-30 Jeremias MaerkiRemoved the Dijkstra stuff as it was moved to Commons.
2008-01-30 Jeremias MaerkiRemoving the previous entry because the new one basical...
2008-01-30 Jeremias Maerki"cvt ", "fpgm" and "prep" are all optional tables in...
2008-01-29 Vincent HennebertReplaced testcases for forced break on table-row with...
2008-01-29 Vincent HennebertRenamed testcase for clarity
2008-01-29 Vincent HennebertAdded more tests to ensure no weird things occurs when...
2008-01-29 Jeremias MaerkiA more detailed comment on RTF output explaining that...
2008-01-28 Jeremias MaerkiBugfix for invalid numTables entry in subset TrueType...
2008-01-28 Jeremias MaerkiA note on country/language.
2008-01-28 Jeremias MaerkiAdded support for the natural language indentifier...
2008-01-28 Jeremias MaerkiImprove breaking for block-container and static-content...
2008-01-27 Vincent HennebertOf course startIndex == endIndex means there is one...
2008-01-27 Andreas L.... Bugzilla #44286:
2008-01-25 Vincent HennebertFixed a bug in computeContentLength when there are...
2008-01-25 Jeremias MaerkiImproved error tolerance: an enum property value with...
2008-01-25 Jeremias MaerkiFix exception when closing Source that doesn't have...
2008-01-25 Jeremias MaerkiAdded support for DOMSource to Preloader SVG so a URI...
2008-01-24 Vincent HennebertBugzilla #44289: Wrong border resolution when header...
2008-01-24 Vincent HennebertAdded license header
2008-01-24 Vincent HennebertReplaced 'non-lead' with 'normal'
2008-01-24 Vincent HennebertRemoved no longer needed reference to TableColumn in...
2008-01-24 Vincent HennebertCleanup:
2008-01-24 Vincent HennebertRemoved the no longer needed maxColumnCount parameter
2008-01-23 Vincent HennebertAdded support for conditional borders (and paddings...
2008-01-22 Jeremias MaerkiWe need JAI Image I/O Tools now rather than Jimi or...
2008-01-22 Jeremias MaerkiBugzilla #44160:
2008-01-22 Jeremias MaerkiA note on the difference between JAI Image I/O Tools...
2008-01-22 Vincent HennebertUpdated text to reflect the upgrading of the minimum...
2008-01-22 Vincent HennebertFixed minor typos
2008-01-22 Jeremias MaerkiComplete overhaul of the "Graphics" page after the...
2008-01-21 Jeremias MaerkiA note about the internal coordinate system when using...
2008-01-21 Jeremias MaerkiCorrect inline writing when object has an object number.
2008-01-21 Jeremias MaerkiA name object can be encoded as a stand-along PDF objec...
next