aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-036-20/+53
* 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
* Add missing file from previous commit (r591437)Andreas L. Delmelle2007-11-021-0/+3
* Bugzilla 42748: Added support for ids on empty fo:inlinesAndreas L. Delmelle2007-11-023-12/+77
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-027-65/+347
* Testcases for fo:table-columnVincent Hennebert2007-11-014-12/+276
* Additional testcases for too many columns, this time in header or footer.Vincent Hennebert2007-10-313-0/+154
* Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change m...Jeremias Maerki2007-10-312-9/+23
* Replaced svn:eol property with svn:eol-style or set that latter to nativeVincent Hennebert2007-10-3114-1263/+1263
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-3116-110/+414
* 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
* Updated testcase to reflect new code behaviour: gaps between columns are now ...Vincent Hennebert2007-10-301-7/+7
* - factored the management of column numbers into a separate helper classVincent Hennebert2007-10-3010-623/+437
* Fixes 42982, 43042, 43587, 43143 and 43439 applied to trunkAdrian Cumiskey2007-10-271-0/+15
* Bugzilla #42982:Adrian Cumiskey2007-10-275-211/+244
* Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ...Adrian Cumiskey2007-10-265-25/+58
* Bugzilla #43042:Adrian Cumiskey2007-10-266-10/+20
* Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ...Adrian Cumiskey2007-10-262-13/+27
* Whoops.. lets maintain the alphabetical ordering! :)Adrian Cumiskey2007-10-261-2/+2
* Made the columns field in Table private, and created suitable accessors to itVincent Hennebert2007-10-263-31/+41
* My first commit :)Adrian Cumiskey2007-10-261-2/+2
* 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-2639-487/+1134
* Some log fine-tuning.Jeremias Maerki2007-10-261-15/+13
* 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
* Removed the export statement, because it must be on a separate line inSimon Pepping2007-10-221-2/+4
* Bugzilla #43597:Jeremias Maerki2007-10-222-0/+51
* Bugzilla #43597:Jeremias Maerki2007-10-223-5/+60
* Corrected typo: explicitely -> explicitlyVincent Hennebert2007-10-191-1/+1
* Added a news item about Adrian Cumiskey becoming a committerVincent Hennebert2007-10-191-0/+4
* 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-162-3/+93
* Add OSSummit in AsiaJeremias Maerki2007-10-151-0/+8
* Bugfix for NPE with empty table-row (regression from 0.93).Jeremias Maerki2007-10-155-17/+90
* Added a configuration setting to the PCL renderer that lets you disable PJL c...Jeremias Maerki2007-10-054-12/+53
* Fixed a bug in the test. MediaPosition takes an integer.Jeremias Maerki2007-10-051-2/+2
* 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-052-3/+6
* Added a test case for AFP extension to make sure restoration from IF is correct.Jeremias Maerki2007-10-051-0/+56
* Bugzilla #43439:Jeremias Maerki2007-10-053-3/+14