summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | 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
| * | | | | | | | | Created branch to implement PDF object streamsVincent Hennebert2012-03-210-0/+0
* | | | | | | | | | Removed reference to XML schema from IF schema.Vincent Hennebert2012-03-236-400/+23
* | | | | | | | | | Organized importsVincent Hennebert2012-03-234-6/+9
* | | | | | | | | | For ImportOrder, "under" already is the default value for "option". Removed it.Vincent Hennebert2012-03-231-1/+0
* | | | | | | | | | Made class non-final to allow mockingVincent Hennebert2012-03-221-2/+2
* | | | | | | | | | Bugzilla #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-2233-560/+645
|/ / / / / / / / /
* | | | | | | | | Bugzilla #51385: Added configuration option to set the version of the output ...Vincent Hennebert2012-03-1915-99/+605
* | | | | | | | | Bugzila#52849: SVG font being painted as shapes when font present in the systemMehdi Houshmand2012-03-1611-29/+118
* | | | | | | | | Adding Trademark logo to 'Apache'; also adding JPG, GIF, PNG and SVG versions...Clay Leeds2012-03-108-0/+1160
* | | | | | | | | prevent assert due to skipped out of order or duplicate glyph indicesGlenn Adams2012-03-091-1/+3
* | | | | | | | | Apache Brand compliance;Chris Bowditch2012-03-09107-613/+592
* | | | | | | | | Fixed package declarationVincent Hennebert2012-03-081-3/+1
* | | | | | | | | We must respect projects' brand names. s/checkstyle/Checkstyle/Vincent Hennebert2012-03-081-2/+2
* | | | | | | | | Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-06134-134/+134
* | | | | | | | | update convention documentation regarding @author usageGlenn Adams2012-03-061-6/+4
* | | | | | | | | add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-05146-402/+520
* | | | | | | | | disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-059-24/+24
* | | | | | | | | Make sure TM logo and Apache used in main FOP references. ApacheCon 2011 is overChris Bowditch2012-03-056-6/+8
* | | | | | | | | Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-0534-65/+63
* | | | | | | | | ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-032-3/+10
* | | | | | | | | change allowLineBreaks to false on NoWhitespaceAfter for BNOT, DEC, INC, LNOT...Glenn Adams2012-03-031-2/+6
* | | | | | | | | enable ImportOrder rule; fix violationsGlenn Adams2012-03-03185-292/+360
* | | | | | | | | enable UnusedImports rule; fix violationsGlenn Adams2012-03-0267-95/+1
* | | | | | | | | enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-0238-77/+186