aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correction of expected resultAndreas L. Delmelle2005-12-301-1/+1
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@360088 13f...Andreas L. Delmelle2005-12-301-7/+0
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@360084 13f...Andreas L. Delmelle2005-12-301-0/+3
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-3011-213/+338
* Some properties housekeeping: propdel svn:executable, propset svn:eol 'native'Simon Pepping2005-12-3046-0/+0
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-308-133/+199
* Added support for the white-space shorthandAndreas L. Delmelle2005-12-305-2/+133
* Tweak page-break-* shorthands; keeps now working properlyAndreas L. Delmelle2005-12-303-24/+29
* Added a few missing constants...Andreas L. Delmelle2005-12-301-15/+21
* git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@359893 13f...Andreas L. Delmelle2005-12-291-0/+3
* 1) Added support for the page-break-* shorthandsAndreas L. Delmelle2005-12-295-10/+242
* Test file for the NPE reported in bug 38053Simon Pepping2005-12-281-0/+98
* Each block in inline content now appears in its own line area.Simon Pepping2005-12-284-240/+273
* 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-282-1/+6
* Fix for bug 37743 and part of 38053Manuel Mall2005-12-283-8/+9
* 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
* This time with checks.Simon Pepping2005-12-271-0/+9
* Testcase for the ClassCastExceptions in inline block content.Simon Pepping2005-12-271-0/+45
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-277-22/+27
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-2327-132/+412
* 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
* Forgot to update the status pageManuel Mall2005-12-231-0/+4
* Fixed problem with linefeed-treatment=preserve not being correctly handled fo...Manuel Mall2005-12-234-18/+36
* A new testcase for linefeed treatment, as reported on fop-userSimon Pepping2005-12-222-0/+92
* Adding properties for this xsl fileSimon Pepping2005-12-220-0/+0
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-2218-168/+327
* Rendering the list of disabled testcasesSimon Pepping2005-12-222-0/+105
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-2210-27/+69
* Add a letterspace in InlineKnuthSequenceSimon Pepping2005-12-223-34/+90
* Adjust to changes in KnuthSequence.Jeremias Maerki2005-12-221-1/+2
* 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
* Dominic Brügger indeed found a bug. Strange that it only appears with break-...Jeremias Maerki2005-12-212-0/+68
* 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-204-8/+57
* 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-1710-14/+107
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-1621-583/+779