aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
* Checkstyle fixesAdrian Cumiskey2007-12-051-3/+2
* Checkstyle fixesAdrian Cumiskey2007-12-051-20/+14
* Checkstyle fixesAdrian Cumiskey2007-12-051-44/+32
* Checkstyle fixesAdrian Cumiskey2007-12-051-28/+17
* Checkstyle fixesAdrian Cumiskey2007-12-051-0/+5
* Checkstyle fixesAdrian Cumiskey2007-12-051-51/+37
* Checkstyle fixesAdrian Cumiskey2007-12-051-21/+10
* Checkstyle fixes and cleanupAdrian Cumiskey2007-12-051-22/+21
* Checkstyle fixesAdrian Cumiskey2007-12-051-42/+37
* Checkstyle fixesAdrian Cumiskey2007-12-051-13/+8
* Checkstyle fixesAdrian Cumiskey2007-12-051-22/+20
* Checkstyle fixesAdrian Cumiskey2007-12-051-18/+15
* Checkstyle fixesAdrian Cumiskey2007-12-051-27/+27
* Checkstyle fixesAdrian Cumiskey2007-12-051-35/+25
* Checkstyle fixesAdrian Cumiskey2007-12-051-13/+14
* Checkstyle fixesAdrian Cumiskey2007-12-051-9/+6
* Checkstyle fixesAdrian Cumiskey2007-12-051-51/+50
* Checkstyle fixesAdrian Cumiskey2007-12-051-9/+15
* Checkstyle fixesAdrian Cumiskey2007-12-051-9/+9
* Checkstyle fixesAdrian Cumiskey2007-12-051-36/+31
* Fixed checkstyle issuesAdrian Cumiskey2007-12-053-7/+12
* Corrected javadoc, fixed checkstyle issues, and now also correctly caters for...Adrian Cumiskey2007-12-051-22/+25
* Improved use of loggingAdrian Cumiskey2007-12-051-3/+1
* Corrected javadocAdrian Cumiskey2007-12-051-1/+1
* Corrected javadocAdrian Cumiskey2007-12-051-1/+1
* Corrected javadocsAdrian Cumiskey2007-12-051-5/+5
* Log RuntimeExceptions during rendering so that they are at least visible some...Jeremias Maerki2007-12-032-4/+6
* Correction and simplification of the PropertyCache: subclass WeakReference an...Andreas L. Delmelle2007-12-011-119/+83
* Bugzilla #37993: Jeremias Maerki2007-11-301-9/+24
* Bugzilla #40230:Jeremias Maerki2007-11-275-28/+85
* Bugfix: the last element generated by the merging algorithm may now be a glueVincent Hennebert2007-11-211-1/+2
* Bugzilla #43803: table cells having no children are allowed in relaxed valida...Vincent Hennebert2007-11-202-6/+16
* bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are st...Chris Bowditch2007-11-201-5/+9
* Bugfix in tables: wrong element generation by the merging algorithm when glue...Vincent Hennebert2007-11-201-3/+3
* Bugfix: Bugfix for URI resolution: Make StreamSources without system identifi...Jeremias Maerki2007-11-202-19/+38
* Bugzilla #43910:Jeremias Maerki2007-11-201-23/+21
* Bugzilla #43904:Jeremias Maerki2007-11-202-8/+24
* Bugzilla #43766: breaks generated by the merging algorithm for table rows con...Vincent Hennebert2007-11-191-1/+1
* Bugzilla #43605:Jeremias Maerki2007-11-187-229/+398
* This should improve the ability of the FontLoader when resolving PFM filesAdrian Cumiskey2007-11-161-1/+4
* Bugzilla #43143: Jeremias Maerki2007-11-151-5/+8
* Restored the setting of rowIndex on primary grid units (although testcases we...Vincent Hennebert2007-11-144-18/+16
* Restored the setting of the parent table-row element on grid unitsVincent Hennebert2007-11-147-40/+57
* Reduced visibility of some methods and constructors from public to package-pr...Vincent Hennebert2007-11-143-6/+6
* Moved EffRow to the fo.flow.table packageVincent Hennebert2007-11-148-4/+10
* Cleaned up RowGroupLayoutManager and TableRowIteratorVincent Hennebert2007-11-133-473/+10
* Use a singleton for a default BorderInfo of style none, instead of every time...Vincent Hennebert2007-11-132-3/+22
* Changed back visibility of fields from public to package-private, due to the ...Vincent Hennebert2007-11-132-2/+2
* Moved *GridUnit from layoutmgr/table to fo/flow/tableVincent Hennebert2007-11-1316-22/+23
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-1326-712/+1153