aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-1326-712/+1153
* Fix two javadoc warnings.Jeremias Maerki2007-11-132-3/+1
* More informative overflow message (sometimes the overflow is just a few milli...Jeremias Maerki2007-11-131-17/+19
* Filter single quotes from the filenames as this will interfere with font-fami...Jeremias Maerki2007-11-131-4/+19
* Better error messages in fontLookup().Jeremias Maerki2007-11-131-8/+25
* Some TTF fonts don't have a PostScript name, so just emulate it in this case ...Jeremias Maerki2007-11-131-1/+6
* Improved PFM loading: Jeremias Maerki2007-11-132-10/+28
* Expose a method so I can easily extract the renderer configuration from outsi...Jeremias Maerki2007-11-131-8/+18
* bug fix: avoid NPE when GC has removed a weak reference in the Property CacheChris Bowditch2007-11-121-5/+7
* Use tableLM instead of the primary grid unit to retrieve the Table fobjVincent Hennebert2007-11-121-2/+2
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-124-8/+44
* Better solution for missing hyphenation character problem.Jeremias Maerki2007-11-123-15/+54
* Issue a clear warning if the selected hyphenation character is not available ...Jeremias Maerki2007-11-121-2/+8
* Bugzilla #43835:Jeremias Maerki2007-11-111-5/+5
* Attempt to shed light on what this method does.Jeremias Maerki2007-11-091-0/+5
* Bugfix: An invalid PDF was created if a grayscale JPEG image with an sRGB pro...Jeremias Maerki2007-11-091-5/+12
* Another improvement for font auto-detection:Jeremias Maerki2007-11-0813-64/+95
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-0824-228/+433
* bugfix: instead of throwing an exception use default PS Level if not set in f...Chris Bowditch2007-11-081-1/+3
* Bugfix: filters were not applied but still produced into the dictionary even ...Jeremias Maerki2007-11-081-1/+3
* Fixed regression: transparent-page-background was not recognized for PNG output.Jeremias Maerki2007-11-061-0/+7
* Now that there is a dedicated package for tables, the PendingSpan class can b...Vincent Hennebert2007-11-063-24/+40
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-064-15/+30
* 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