aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* jira fop-1840: column balancing algorithm; applied patch 12550540 submitted ↵Luis Bernardo2012-12-121-2/+2
| | | | | | by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1421038 13f79535-47bb-0310-9956-ffa450edef68
* jira fop-1840: column balancing algorithm; applied patch 12559043 submitted ↵Luis Bernardo2012-12-107-71/+1062
| | | | | | by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1419183 13f79535-47bb-0310-9956-ffa450edef68
* fix avalon dependency in maven POM; As Suggested by Stephen Moore ↵Chris Bowditch2012-12-041-2/+2
| | | | | | (Stephen.moore AT gmail.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1416937 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #54196: configure big / little endian support for TIFF images; ↵Luis Bernardo2012-11-258-4/+53
| | | | | | patch 29628 applied; submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1413442 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #54169: Split the parent tree (the number tree corresponding to the ↵Vincent Hennebert2012-11-1930-31/+173
| | | | | | | | | ParentTree entry in the structure tree root) to avoid reaching the internal limits of Acrobat Pro, that would otherwise split it at the wrong place when saving the document. Patch submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1411352 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #54167: Disable the overflow recovery mechanism when the flow IPD ↵Vincent Hennebert2012-11-193-0/+75
| | | | | | changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1411306 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#54120: Prevented NPEs when FOP asks Batik for AWT fonts for AFP outputMehdi Houshmand2012-11-092-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1407393 13f79535-47bb-0310-9956-ffa450edef68
* Reduced the dashed border ratio to make it more aesthetically pleasingMehdi Houshmand2012-11-053-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405867 13f79535-47bb-0310-9956-ffa450edef68
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-0410-20/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405526 13f79535-47bb-0310-9956-ffa450edef68
* missing license header (fixes rev 1403646)Luis Bernardo2012-11-042-2/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405518 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #53942: fo:flow not rendered with -awt; patch 29465 submitted by ↵Luis Bernardo2012-11-042-3/+4
| | | | | | Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405444 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to include test files in commit 1400890Vincent Hennebert2012-11-022-0/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405160 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #54081: properly tag hyphenated words in PDF output when ↵Vincent Hennebert2012-11-0235-26/+167
| | | | | | accessibility is enabled git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405158 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #48955: Allow AFP font codepage names to be less than 8 charsChris Bowditch2012-11-022-6/+13
| | | | | | Patch submitted by Peter Hancock git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1404968 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#54075: Fixed a regressionPeter Hancock2012-10-302-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1403657 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#45822: Changed the dashed borders to appear more like dashes and ↵Mehdi Houshmand2012-10-308-41/+143
| | | | | | less like dotted-borders git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1403643 13f79535-47bb-0310-9956-ffa450edef68
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-2452-1452/+5178
|\ | | | | | | | | | | | | Contributions made by PH, JM and LB git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1401607 13f79535-47bb-0310-9956-ffa450edef68
| * Removed a CastTemp_RoundedCornersPeter Hancock2012-10-231-13/+26
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1401202 13f79535-47bb-0310-9956-ffa450edef68
| * Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-2210-125/+134
| | | | | | | | | | | | | | Plus cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1400883 13f79535-47bb-0310-9956-ffa450edef68
| * Updated Rounded Corners example foPeter Hancock2012-10-121-1/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1397488 13f79535-47bb-0310-9956-ffa450edef68
| * Added an example fo with Rounded CornersPeter Hancock2012-10-111-0/+120
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1396996 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed failing testPeter Hancock2012-10-091-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1396090 13f79535-47bb-0310-9956-ffa450edef68
| * Addressed Findbug and Checkstyle issuesPeter Hancock2012-10-0914-60/+57
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1396073 13f79535-47bb-0310-9956-ffa450edef68
| * Increased unit test coverage for the PaintersPeter Hancock2012-10-0826-1951/+3439
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1395490 13f79535-47bb-0310-9956-ffa450edef68
| * Merged trunk@1391502Peter Hancock2012-10-04168-2142/+5510
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1394098 13f79535-47bb-0310-9956-ffa450edef68
| * | Removed rounded corner-related backdoor (System property) configPeter Hancock2012-08-174-314/+6
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1374180 13f79535-47bb-0310-9956-ffa450edef68
| * | Merged trunk@1373227Peter Hancock2012-08-16162-1690/+11253
| |\ \ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1373825 13f79535-47bb-0310-9956-ffa450edef68
| * | | Fixed an IF serialization bug and an AFP image regressionPeter Hancock2012-08-132-5/+5
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1372388 13f79535-47bb-0310-9956-ffa450edef68
| * | | Minor cleanupPeter Hancock2012-07-0511-56/+41
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1357514 13f79535-47bb-0310-9956-ffa450edef68
| * | | Merged trunk@1357248Peter Hancock2012-07-0416-79/+173
| |\ \ \ | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1357266 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Fixed merge errorPeter Hancock2012-07-031-0/+8
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1356814 13f79535-47bb-0310-9956-ffa450edef68
| * | | | Merged trunk@1356765Peter Hancock2012-07-03425-7029/+13327
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1356804 13f79535-47bb-0310-9956-ffa450edef68
| * \ \ \ \ Merged trunk@1354651Peter Hancock2012-06-292269-19742/+185351
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1355321 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | | Bugzilla #49913Peter Hancock2011-06-089-42/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor bug fixes and some cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1133370 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | | Bugzilla #49913:Jeremias Maerki2010-09-3033-203/+2511
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial code drop for support of rounded corners. Submitted by: Peter Hancock <peter.hancock.at.gmail.com> Changes to patch: - Java 1.5 methods eliminated - Some (not all!) Checkstyle violations fixed. - Fixed some excessive and missing whitespace - paintCornersAsBitmap() in AFPPainter was missing a call to ImageSize.calcPixelsFromSize() - Made AT representation of border traits cleaner - Added a TODO for table borders (inner and outer versions) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1003020 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | | Feature Branch for Rounded Corners (#49913)Jeremias Maerki2010-09-300-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1003017 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Bugzilla #54038: Added PDF/A-2 output optionVincent Hennebert2012-10-229-39/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400919 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF ↵Vincent Hennebert2012-10-229-4/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output and language information is missing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400890 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Merge from ^/branches/fop-1_1.Glenn Adams2012-10-2143-157/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400707 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | bugzilla #48063: patches 28912 and 29015; fixes infinite loop in footnotes codeLuis Bernardo2012-10-212-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400704 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | bugzilla #40676: patch 29132 with changes, support for sRGB and iCCP chunksLuis Bernardo2012-10-204-32/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400536 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | bugzilla #54024: rewrote generation of /PageLabels dictionaryLuis Bernardo2012-10-174-6/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1399483 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-153-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1398155 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | edited my entry in the team list; reordered (alphabetic) contributors listLuis Bernardo2012-10-111-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1397364 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Release jars must be built with JAIVincent Hennebert2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1396066 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Bugzilla #53980: PDF accessibility: Store language information coming from ↵Vincent Hennebert2012-10-0824-114/+281
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fo:block or fo:character in the structure tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1395692 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-2841-332/+2432
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1391502 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Merge of Temp_XGC_URI_ResolutionMehdi Houshmand2012-09-2732-316/+177
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1391016 13f79535-47bb-0310-9956-ffa450edef68
| * \ \ \ \ \ Merged trunk@1384277Temp_XGC_URI_ResolutionMehdi Houshmand2012-09-2724-34/+374
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_XGC_URI_Resolution@1390959 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Bugzilla #53902: Added possibility to define 'header' table columns (the ↵Vincent Hennebert2012-09-2620-26/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same way as fo:table-header allows to define header rows). When accessibility is enabled, this allows to set the appropriate Scope attribute on the corresponding TH cells. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1390412 13f79535-47bb-0310-9956-ffa450edef68