]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
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...
2008-01-21 Jeremias MaerkiRemoved stray System.out
2008-01-18 Jeremias MaerkiCopy/Paste problem with TTF has long been fixed.
2008-01-18 Jeremias MaerkiForgot to adjust the JAR name when updating to Batik 1.7
2008-01-17 Jeremias MaerkiFixed layout problem in two of the changes.
2008-01-17 Jeremias MaerkiSlight performance improvement on multi-core CPUs using...
2008-01-17 Jeremias MaerkiFixed logic error setting the transformation matrix...
2008-01-17 Adrian Cumiskeyadded serial version id
2008-01-16 Jeremias MaerkiFixed dead link.
2008-01-14 Jeremias MaerkiClear parent if later on an object number is assigned...
2008-01-14 Jeremias MaerkiRestore default constructor for PDFArray.
2008-01-14 Jeremias Maerkijava.net.URI doesn't eat non-escaped URIs so I added...
2008-01-11 Jeremias MaerkiRemoved stray reference to ImageFactory.
2008-01-11 Jeremias MaerkiMerged branch https://svn.apache.org/repos/asf/xmlgraph...
2008-01-11 Jeremias MaerkiRemoved merge tracking for "svnmerge" for
2008-01-11 Jeremias MaerkiInitialized merge tracking via "svnmerge" with revision...
2008-01-11 Jeremias MaerkiBugfix: Some string objects were not encrypted (for...
2008-01-10 Vincent HennebertRenamed lastRow into currentRow and yoffset into curren...
2008-01-10 Vincent HennebertThe return value of addAreasAndFlushRow is never used...
2008-01-10 Vincent HennebertRemoved accumulatedBPD which is redundant with yoffset
2008-01-10 Vincent HennebertRemoved endPart() method and moved its content into...
2008-01-10 Vincent HennebertSimplified addAreasAndFlushRow
2008-01-10 Vincent HennebertNo need to check if the end of the cell is reached...
2008-01-10 Vincent Hennebert- renamed variables for clarity
2008-01-10 Jeremias MaerkiPostScript output now generates the bounding box DSC...
2008-01-10 Jeremias MaerkiAdded basic support for PDF page labels.
2008-01-09 Adrian Cumiskeycleanup
2008-01-09 Vincent Hennebertkeep-together is an inherited property
2008-01-09 Vincent HennebertFixed checkstyle issues: tabs and trailing spaces
2008-01-08 Adrian Cumiskeyfixed javadoc
2008-01-08 Adrian Cumiskeycleaned up
2008-01-08 Adrian CumiskeyAppears to be unused/referenced and superceeded by...
2008-01-08 Adrian Cumiskeycleaned up
2008-01-07 Jeremias MaerkiBugzilla #44176:
2008-01-07 Jeremias MaerkiReenabled documentation for fox:destination.
2008-01-04 Adrian CumiskeyThe fonts variable would have always had an empty Confi...
2007-12-27 Jeremias MaerkiDon't just exit with no error message if the document...
2007-12-27 Jeremias MaerkiAdded new extension element: fox:external-document...
2007-12-20 Jeremias MaerkiAdded support for scale-down-to-fit and scale-up-to...
2007-12-20 Jeremias MaerkiRemove commented code.
2007-12-19 Vincent HennebertI said currentGU can no longer be null
2007-12-18 Vincent HennebertSVG support for AFP is an important addition IMO.
2007-12-18 Vincent HennebertStreamlined the recording of row offsets, by replacing...
2007-12-18 Vincent HennebertRenamed firstRow into firstRowIndex and moved its initi...
2007-12-18 Vincent HennebertSimplification in RowPainter: avoid the use of an array...
2007-12-18 Vincent HennebertReset previousRowsLength before a new row-group is...
2007-12-17 Vincent HennebertSimplified addAreasAndFlushRow: there can no longer...
2007-12-17 Vincent HennebertRenaming GridUnitPart into the more accurate CellPart...
2007-12-17 Vincent HennebertOrganized imports
2007-12-16 Andreas L.... Streamlining/Correction of the changes made in r603926
2007-12-15 Vincent HennebertTestcase for the resolution of collapsed and conditiona...
2007-12-14 Jeremias MaerkiDon't hack when you're tired! Reverting r604293 and...
2007-12-14 Jeremias MaerkiBugfix: DecodeParms -> DecodeParams (introduced when...
2007-12-14 Adrian CumiskeyFixed copy constructor
2007-12-14 Vincent HennebertReduced visibility of methods from public to package...
2007-12-14 Vincent HennebertClean up: removed all reset and resetPosition methods...
2007-12-13 Vincent HennebertThrow a ValidationException if table-footer is put...
2007-12-13 Vincent HennebertRemoved parameter from the endTablePart method, as...
2007-12-13 Vincent HennebertRemoved parameter from the endPart method, since the...
2007-12-13 Vincent HennebertFixed the handling of columns in the border resolution...
2007-12-13 Vincent HennebertStyle only: removed trailing white spaces
2007-12-13 Vincent HennebertOk, now /really/ revert the previous commit :-\
2007-12-13 Vincent HennebertReverted change accidentally introduced in the previous...
2007-12-13 Vincent HennebertImplemented the resolution of collapsing borders in...
2007-12-13 Vincent HennebertRemoved calls to removeLegalBreaks since they aren...
2007-12-13 Andreas L.... Minor tweaks:
2007-12-13 Vincent HennebertFixed @throws statements in javadoc
2007-12-12 Adrian CumiskeyUpdated status with SVG support for AFP.
2007-12-12 Adrian Cumiskey* Added an SVG handler and Graphics2D implementation...
2007-12-10 Maximilian... Added documentation for font-in-jar-files
2007-12-07 Maximilian... Updated xmlgraphics from SVN
2007-12-07 Jeremias MaerkiAvoid a NPE in toString().
2007-12-06 Adrian CumiskeyTemporary fix to the build
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes and cleanup
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
next