]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
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
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyCheckstyle fixes
2007-12-05 Adrian CumiskeyFixed checkstyle issues
2007-12-05 Adrian CumiskeyCorrected javadoc, fixed checkstyle issues, and now...
2007-12-05 Adrian CumiskeyImproved use of logging
2007-12-05 Adrian CumiskeyCorrected javadoc
2007-12-05 Adrian CumiskeyCorrected javadoc
2007-12-05 Adrian CumiskeyCorrected javadocs
2007-12-05 Vincent HennebertTypo in property: svn:kewords -> svn:keywords
2007-12-03 Jeremias MaerkiOops.
2007-12-03 Jeremias MaerkiAdded a possibility to rerun the whole run a defined...
2007-12-03 Jeremias MaerkiLog RuntimeExceptions during rendering so that they...
2007-12-01 Andreas L.... Correction and simplification of the PropertyCache...
2007-11-30 Jeremias MaerkiBugzilla #37993:
2007-11-29 Vincent HennebertAdded fixes-bug attributes for:
2007-11-27 Jeremias MaerkiBugzilla #40230:
2007-11-22 Jeremias MaerkiFirst draft of a possible new intermediate format for...
2007-11-21 Vincent HennebertBugfix: the last element generated by the merging algor...
2007-11-20 Vincent HennebertBugzilla #43803: table cells having no children are...
2007-11-20 Vincent HennebertAdded a news entry about Max Berger becoming a committe...
2007-11-20 Chris Bowditchbug fix: memory leak in PropertyCache. Fix provided...
2007-11-20 Vincent HennebertBugfix in tables: wrong element generation by the mergi...
2007-11-20 Jeremias MaerkiBugfix: Bugfix for URI resolution: Make StreamSources...
2007-11-20 Jeremias MaerkiBugzilla #43910:
2007-11-20 Jeremias MaerkiBugzilla #43904:
2007-11-19 Vincent HennebertBugzilla #43766: breaks generated by the merging algori...
2007-11-18 Jeremias MaerkiAdded sample as suggested by Kumar Puppala.
2007-11-18 Jeremias MaerkiBugzilla #43605:
next