]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
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:
2007-11-18 Jeremias MaerkiApacheCon US is over.
2007-11-16 Adrian CumiskeyThis should improve the ability of the FontLoader when...
2007-11-15 Jeremias MaerkiBugzilla #43143:
2007-11-14 Vincent HennebertRestored the setting of rowIndex on primary grid units...
2007-11-14 Vincent HennebertRestored the setting of the parent table-row element...
2007-11-14 Vincent HennebertReduced visibility of some methods and constructors...
2007-11-14 Vincent HennebertMoved EffRow to the fo.flow.table package
2007-11-13 Vincent HennebertCleaned up RowGroupLayoutManager and TableRowIterator
2007-11-13 Vincent HennebertUse a singleton for a default BorderInfo of style none...
2007-11-13 Vincent HennebertChanged back visibility of fields from public to packag...
2007-11-13 Vincent HennebertMoved *GridUnit from layoutmgr/table to fo/flow/table
2007-11-13 Vincent HennebertMoved the creation of grid units to the FO tree buildin...
2007-11-13 Jeremias MaerkiFix two javadoc warnings.
2007-11-13 Jeremias MaerkiMore informative overflow message (sometimes the overfl...
2007-11-13 Jeremias MaerkiLog element list length for convenience.
2007-11-13 Jeremias MaerkiFilter single quotes from the filenames as this will...
2007-11-13 Jeremias MaerkiBetter error messages in fontLookup().
2007-11-13 Jeremias MaerkiSome TTF fonts don't have a PostScript name, so just...
2007-11-13 Jeremias MaerkiImproved PFM loading:
2007-11-13 Jeremias MaerkiExpose a method so I can easily extract the renderer...
2007-11-12 Chris Bowditchbug fix: avoid NPE when GC has removed a weak reference...
2007-11-12 Vincent HennebertUse tableLM instead of the primary grid unit to retriev...
2007-11-12 Jeremias MaerkiAvoid null values in generated Font classes so the...
2007-11-12 Jeremias MaerkiBetter solution for missing hyphenation character problem.
2007-11-12 Jeremias MaerkiIssue a clear warning if the selected hyphenation chara...
2007-11-11 Jeremias MaerkiBugzilla #43835:
2007-11-09 Jeremias MaerkiAttempt to shed light on what this method does.
2007-11-09 Jeremias MaerkiBugfix: An invalid PDF was created if a grayscale JPEG...
2007-11-08 Jeremias MaerkiAnother improvement for font auto-detection:
2007-11-08 Jeremias MaerkiImproved font auto-detection and handling of AWT-suppli...
2007-11-08 Chris Bowditchbugfix: instead of throwing an exception use default...
2007-11-08 Vincent HennebertNitpick regarding the Nimbus font names
2007-11-08 Jeremias MaerkiBugfix: filters were not applied but still produced...
2007-11-08 Jeremias MaerkiSome notes about FOP's default font and font substituti...
2007-11-06 Jeremias MaerkiFixed regression: transparent-page-background was not...
2007-11-06 Vincent HennebertRemoved no-longer applicable test cases, for cells...
2007-11-06 Vincent HennebertNow that there is a dedicated package for tables, the...
2007-11-06 Vincent HennebertForgot to add IllegalRowSpanTestCase to the test suite...
2007-11-06 Vincent HennebertAdded check for table-cells which span more rows than...
2007-11-06 Vincent HennebertSlightly reworked too-many-columns_body_3 testcase...
2007-11-06 Vincent HennebertForgot to add TableColumnColumnNumber testcase to the...
2007-11-06 Vincent HennebertFinalised testcase for RowGroupBuilder and added it...
2007-11-06 Jeremias MaerkiMailing List Archive link updates.
2007-11-06 Jeremias MaerkiBugfix: FOPFonts proc is not used/needed anymore.
2007-11-05 Vincent HennebertRenamed signalNewRow method into more accurate signalRowEnd
2007-11-05 Vincent HennebertRenamed TableRowIteratorTestCase into RowGroupBuilderTe...
2007-11-05 Vincent HennebertUpgraded javac.source and javac.target to 1.4 (to enabl...
2007-11-05 Vincent HennebertMoved table-related FObj into new o.a.fop.fo.flow.table...
2007-11-05 Vincent HennebertUpdated the warning messages
2007-11-05 Vincent HennebertRenamed TableRowIterator* test cases into RowGroupBuilder*
2007-11-05 Vincent HennebertFirst step towards building row groups at the FO tree...
2007-11-05 Vincent HennebertDisabled debug outputs
2007-11-05 Jeremias MaerkiMake Vincent happy.
2007-11-04 Andreas L.... Added support for fo:markers on fo:inline and fo:basic...
2007-11-03 Jeremias MaerkiCompletely reimplemented the PDFTextPainter. All SVG...
2007-11-03 Jeremias MaerkiAdded method to convert from inches to points.
2007-11-03 Jeremias MaerkiZero Word Joiner was missing in the constants.
2007-11-03 Jeremias MaerkiMore fine-grained mechanism to detect if a font has...
2007-11-03 Jeremias MaerkiMethod for dumping all font triplets to System.out...
2007-11-03 Jeremias MaerkiMapping "SansSerif" and "Monospaced" (widely used in...
2007-11-03 Andreas L.... Correction: use super.toString() to still have the...
2007-11-03 Andreas L.... Added override for FObj.toString() for convenience...
2007-11-02 Andreas L.... Add missing file from previous commit (r591437)
2007-11-02 Andreas L.... Bugzilla 42748: Added support for ids on empty fo:inlines
2007-11-02 Vincent HennebertReworked the creation of implicit columns to match...
2007-11-01 Vincent HennebertTestcases for fo:table-column
2007-10-31 Vincent HennebertAdditional testcases for too many columns, this time...
2007-10-31 Jeremias MaerkiSome fonts have spaces in their names (ex. "Arial Unico...
2007-10-31 Vincent HennebertReplaced svn:eol property with svn:eol-style or set...
2007-10-31 Vincent Hennebert- Enforced check for proper number of columns in a...
2007-10-31 Adrian CumiskeyUrl is actually a Uri
2007-10-30 Adrian CumiskeySimple renaming of method following patch that was...
2007-10-30 Vincent HennebertRemoved no longer useful setCurrentColumnIndex method...
2007-10-30 Vincent HennebertUpdated testcase to reflect new code behaviour: gaps...
2007-10-30 Vincent Hennebert- factored the management of column numbers into a...
2007-10-27 Adrian CumiskeyFixes 42982, 43042, 43587, 43143 and 43439 applied...
2007-10-27 Adrian CumiskeyBugzilla #42982:
2007-10-26 Adrian CumiskeyApplied [PATCH] 43143 - ExpertEncoding and ExpertSubset...
2007-10-26 Adrian CumiskeyBugzilla #43042:
2007-10-26 Adrian CumiskeyApplying [PATCH] 43587 - Multiple ps:comment-? within...
2007-10-26 Adrian CumiskeyWhoops.. lets maintain the alphabetical ordering! :)
2007-10-26 Vincent HennebertMade the columns field in Table private, and created...
2007-10-26 Adrian CumiskeyMy first commit :)
2007-10-26 Vincent HennebertMoved the creation of the columns list to the declarati...
2007-10-26 Vincent HennebertRemoved useless addChildNode method since it only trans...
2007-10-26 Vincent HennebertCreated an abstract TableCellContainer class meant...
2007-10-26 Jeremias MaerkiMerged https://svn.apache.org/repos/asf/xmlgraphics...
2007-10-26 Jeremias MaerkiSome log fine-tuning.
2007-10-26 Jeremias MaerkiFix for ClassCastException if non-PS extension attachme...
2007-10-25 Vincent HennebertRemoved the check for borders specified on table-column...
next