aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: FOPFonts proc is not used/needed anymore.Jeremias Maerki2007-11-061-4/+1
* Renamed signalNewRow method into more accurate signalRowEndVincent Hennebert2007-11-052-4/+4
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-0541-101/+103
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-058-9/+302
* Disabled debug outputsVincent Hennebert2007-11-051-1/+1
* Make Vincent happy.Jeremias Maerki2007-11-051-0/+4
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-0411-53/+70
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-0313-495/+1028
* Added method to convert from inches to points.Jeremias Maerki2007-11-031-0/+9
* Zero Word Joiner was missing in the constants.Jeremias Maerki2007-11-031-0/+2
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-035-19/+51
* Method for dumping all font triplets to System.out for diagnostic purposes.Jeremias Maerki2007-11-031-0/+18
* Mapping "SansSerif" and "Monospaced" (widely used in SVG land) to our Base 14...Jeremias Maerki2007-11-031-0/+12
* Correction: use super.toString() to still have the internal instance idAndreas L. Delmelle2007-11-031-1/+1
* Added override for FObj.toString() for convenience during debugging.Andreas L. Delmelle2007-11-031-0/+6
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-022-12/+27
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-025-63/+83
* Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change m...Jeremias Maerki2007-10-312-9/+23
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-312-0/+14
* Url is actually a UriAdrian Cumiskey2007-10-311-3/+3
* Simple renaming of method following patch that was recently appliedAdrian Cumiskey2007-10-301-2/+2
* Removed no longer useful setCurrentColumnIndex method on ColumnNumberManager....Vincent Hennebert2007-10-302-13/+1
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-3010-623/+437
* Bugzilla #42982:Adrian Cumiskey2007-10-275-211/+244
* Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ...Adrian Cumiskey2007-10-263-4/+11
* Bugzilla #43042:Adrian Cumiskey2007-10-266-10/+20
* Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ...Adrian Cumiskey2007-10-261-3/+9
* Made the columns field in Table private, and created suitable accessors to itVincent Hennebert2007-10-263-31/+41
* Moved the creation of the columns list to the declaration of the columns fiel...Vincent Hennebert2007-10-262-11/+3
* Removed useless addChildNode method since it only transfered the call to the ...Vincent Hennebert2007-10-261-9/+1
* Created an abstract TableCellContainer class meant to contain the logic in Ta...Vincent Hennebert2007-10-264-143/+165
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-2638-487/+1130
* Fix for ClassCastException if non-PS extension attachments are encountered.Jeremias Maerki2007-10-261-8/+12
* Removed the check for borders specified on table-column/body/row in separate ...Vincent Hennebert2007-10-251-9/+0
* Bugzilla #43597:Jeremias Maerki2007-10-222-5/+57
* Corrected typo: explicitely -> explicitlyVincent Hennebert2007-10-191-1/+1
* Bugfix: If auto-detection is enabled, auto-detection didn't get done starting...Jeremias Maerki2007-10-161-5/+1
* Bugzilla #43616: bug in the computation of remaining height that caused extra...Vincent Hennebert2007-10-161-3/+3
* Bugfix for NPE with empty table-row (regression from 0.93).Jeremias Maerki2007-10-153-17/+18
* Added a configuration setting to the PCL renderer that lets you disable PJL c...Jeremias Maerki2007-10-052-12/+43
* Don't use deprecated useRGBColor() from PSGenerator anymore.Jeremias Maerki2007-10-051-11/+11
* Configuration settings for "language-level" and "optimize-resources" got lost...Jeremias Maerki2007-10-052-16/+58
* Bugzilla #43464:Jeremias Maerki2007-10-051-3/+3
* Bugzilla #43439:Jeremias Maerki2007-10-052-3/+10
* Bugzilla #43041:Jeremias Maerki2007-10-0525-954/+1150
* Bugzilla #43070Chris Bowditch2007-10-058-30/+362
* Bugzilla #42144Chris Bowditch2007-10-041-0/+133
* Bugzilla #42144Chris Bowditch2007-10-0412-110/+1035
* Removed unnecessary dependency on Batik in the "fo" package.Jeremias Maerki2007-10-041-3/+4
* Bugzilla #43542: Jeremias Maerki2007-10-041-7/+10