aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #38102:Jeremias Maerki2006-01-041-2/+3
* Bugfix: TableCell did not properly report that it generates reference-areas w...Jeremias Maerki2006-01-031-2/+6
* Added an example for the Symbol font embedding tip.Jeremias Maerki2006-01-031-0/+10
* Documented the change made in revision 365623.Jeremias Maerki2006-01-031-1/+18
* The font loading code now reads the encoding value from the XML font metrics ...Jeremias Maerki2006-01-032-10/+31
* The copyright fun starts again; it is 2006Simon Pepping2006-01-021-1/+1
* Corrected simple mistake in BMP Reader which incorrectly reported the image w...Manuel Mall2006-01-021-1/+1
* Applied white-space handling to leaders as well...Andreas L. Delmelle2005-12-301-5/+3
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-307-190/+316
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-307-133/+133
* Added support for the white-space shorthandAndreas L. Delmelle2005-12-303-2/+80
* Tweak page-break-* shorthands; keeps now working properlyAndreas L. Delmelle2005-12-301-6/+6
* Added a few missing constants...Andreas L. Delmelle2005-12-301-15/+21
* 1) Added support for the page-break-* shorthandsAndreas L. Delmelle2005-12-294-10/+159
* Each block in inline content now appears in its own line area.Simon Pepping2005-12-281-202/+191
* Minor updates and corrections to the compliance pageManuel Mall2005-12-281-5/+8
* Fix for NPE reported in bugzilla 38053. Unfortunately I have not been able to...Manuel Mall2005-12-281-1/+3
* Fix for bug 37743 and part of 38053Manuel Mall2005-12-281-1/+1
* LineArea had a finalize method which caused a NPE when called from the garbag...Manuel Mall2005-12-282-3/+14
* RTF: If there is no background-color specified for a table-cell, then try to ...Peter Herweg2005-12-271-0/+16
* RTF: Don't set \brsp at tables, because it makes them look quite broken.Peter Herweg2005-12-271-2/+4
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-277-22/+27
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-2324-104/+331
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-2/+2
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-1/+1
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-232-95/+3
* Changed use of the lineLayouts member to a local variable as much asSimon Pepping2005-12-231-69/+90
* Fixed problem with linefeed-treatment=preserve not being correctly handled fo...Manuel Mall2005-12-232-5/+17
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-2216-157/+310
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-2210-27/+69
* Add a letterspace in InlineKnuthSequenceSimon Pepping2005-12-222-34/+47
* Issue a warning when an unresolved bookmark item is received. This will be cu...Jeremias Maerki2005-12-221-0/+2
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-2214-295/+531
* Introduced a flag to tell the page breaking to operate in auto-height mode, i...Jeremias Maerki2005-12-224-9/+29
* ApacheCon is over. Keeping the old entry as a template for the next issue.Jeremias Maerki2005-12-211-2/+2
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-2111-163/+230
* Forgot to add a toString() method to keep tests happy.Jeremias Maerki2005-12-211-1/+25
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-207-26/+146
* Bugzilla #37964:Jeremias Maerki2005-12-202-8/+5
* One less lookup.Jeremias Maerki2005-12-191-2/+3
* Update for status page. Table on status of the individual components added. T...Jeremias Maerki2005-12-191-14/+75
* Fix for width checks. They didn't take start-indent and end-indent into account.Jeremias Maerki2005-12-192-2/+4
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-177-11/+33
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-1618-578/+757
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-1514-55/+113
* Bugzilla #37877:Jeremias Maerki2005-12-151-1/+1
* Debug optimizationJeremias Maerki2005-12-151-1/+3
* Bugzilla #37875:Jeremias Maerki2005-12-151-9/+9
* Fixed a problem where a block containing only a nbsp was not rendered at allManuel Mall2005-12-151-0/+10
* Fixed a bug where the area for a finished cell that is broken over pages was ...Jeremias Maerki2005-12-151-1/+2