aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order t...Glenn Adams2012-04-212-1/+4
* Tweak comment.Glenn Adams2012-04-211-12/+12
* Bugzilla #50492: Removing experimental feature that violates XSL-FO and Unico...Glenn Adams2012-04-212-0/+18
* Improve consistency between junit-run and junit-all targets.Glenn Adams2012-04-201-2/+3
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left writi...Glenn Adams2012-04-205-8/+102
* Bugzilla #53086: Ensure that table footer and header are included in bididire...Glenn Adams2012-04-173-0/+117
* Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determi...Glenn Adams2012-04-175-10/+131
* Bugzilla #53094: Convert block container overflow exception to event model, i...Glenn Adams2012-04-179-14/+99
* Bugzilla #51617: Add run target for embedded examples. Add increased JVM memo...Glenn Adams2012-04-142-0/+5
* Bugzilla #53083: Update to use of checkstyle-5.5 as default configuration. Re...Glenn Adams2012-04-143-193/+6
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-146-30/+33
* Bugzilla #52514: Ensure square image is appropriately scaled.Glenn Adams2012-04-142-0/+6
* Minor docs tweak.Glenn Adams2012-04-131-1/+1
* Removed dependency on no longer existing setup-xml-schema targetVincent Hennebert2012-04-131-1/+1
* Bugzilla #50062: Invoke JVM in headless mode from FOP command scripts and JS ...Glenn Adams2012-04-134-2/+10
* Fix merge collision that elided an action entry.Glenn Adams2012-04-131-5/+5
* Remove obsolete information about TXT renderer.Glenn Adams2012-04-121-0/+2
* Take leading derived space before/after into account when computing rows for ...Glenn Adams2012-04-123-12/+18
* Bugzilla#49893: A global setting to wrap F11 images in page segments.Peter Hancock2012-04-128-20/+142
* Bugzilla #52763: Support list-block in marker, thus preventing NPE.Glenn Adams2012-04-113-6/+100
* Must use unqualified (local name) when reporting invalid child error.Glenn Adams2012-04-113-2/+5
* Bugzilla #53065: Restore lookup on Event message lookup field part. Add local...Glenn Adams2012-04-114-51/+77
* Bug in AFP font metrics that performed integer arithmetic when it should have...Mehdi Houshmand2012-04-104-14/+19
* Add key.Glenn Adams2012-04-091-0/+36
* Bugzilla #49754: Update status.Glenn Adams2012-04-091-1/+4
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-0821-172/+150
* Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.Glenn Adams2012-04-085-3/+120
* Bugzilla #51599: Allow https scheme URI for PDF external action target.Glenn Adams2012-04-082-0/+6
* Bugzilla #50901: RTF percentage table column width not calculated from table.Glenn Adams2012-04-082-0/+11
* Bugzilla #50435: Use true as default for properties use-cache in case of acce...Glenn Adams2012-04-081-1/+3
* Fix minor format error in exception messageGlenn Adams2012-04-081-1/+1
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-089-60/+199
* Bugzilla #51007: RTF tables do not support percent column-widths.Glenn Adams2012-04-082-3/+21
* Bugzilla #50435: Access denied (java.util.PropertyPermission org.apache.fop.f...Glenn Adams2012-04-082-12/+21
* Bugzilla #49763: Incorrect message when encountering a block in an inline in ...Glenn Adams2012-04-074-15/+38
* Bugzilla #47380: Specified rule-thickness applies only when leader-pattern is...Glenn Adams2012-04-072-1/+7
* Bugzilla #49302: Eliminate duplicate code.Glenn Adams2012-04-072-13/+4
* Bugzilla #49350: Fix coding error in AFPResourceLevel#equals.Glenn Adams2012-04-072-1/+4
* Bugzilla #51836: Throw IFException instead of NPE if navigation target (page ...Glenn Adams2012-04-072-16/+25
* Bugzilla #19769: update page-{height,width} to show partial compliance only, ...Glenn Adams2012-04-061-8/+8
* update release checklist in development docset based on info in bug 49281Glenn Adams2012-04-061-75/+47
* Bugzilla #51808: Update status.Glenn Adams2012-04-061-0/+3
* Bugzilla #51808: Fixed memory waste in traits map.Glenn Adams2012-04-061-2/+4
* Buzilla #51807: Fixed small memory waste in rowCells array construction.Glenn Adams2012-04-052-1/+4
* Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-034-3/+62
* enhance complex scripts feature documentationGlenn Adams2012-04-031-12/+12
* add complex script feature documentationGlenn Adams2012-04-034-10/+650
* Fixed a bug: Delegate getStructureTreeEventHandler() to delegatePeter Hancock2012-03-291-2/+1
* Merged branch Temp_PDF_ObjectStreamsVincent Hennebert2012-03-26118-433/+2242
|\
| * Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-21117-427/+2239