aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Collapse)AuthorAgeFilesLines
...
* FOP-2206: Add support for CS placement and escapement data in PS renderer.Glenn Adams2013-02-052-12/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1442711 13f79535-47bb-0310-9956-ffa450edef68
* JIRA-1719 Fix IIOBE thrown when the final footnote-only page starts on a new ↵Vincent Hennebert2013-01-291-13/+5
| | | | | | footnote git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1440094 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2195: use sparse arrays for position adjustmentsGlenn Adams2013-01-184-27/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435400 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2194: optimize lazy font load invocation for hot methodsGlenn Adams2013-01-181-7/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435344 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-187-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435269 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2191: cache matched lookups, assembled lookup spec uses; reduce glyph ↵Glenn Adams2013-01-187-18/+191
| | | | | | processing state allocation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435241 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2187: Generating pdf works awt & png crashes when overflow hiddenLuis Bernardo2013-01-181-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1434992 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2188: optimize string allocation in pdf output processingGlenn Adams2013-01-166-29/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1434502 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2186: optimize inefficient glyph processing state update operationsGlenn Adams2013-01-164-26/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1434386 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2184: optimize inefficient position adjustment array allocation in ↵Glenn Adams2013-01-121-22/+17
| | | | | | non-CS path. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1432383 13f79535-47bb-0310-9956-ffa450edef68
* JIRA#FOP-2180: TTFReader outputs bounding box information for glyphs.Peter Hancock2013-01-092-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1430752 13f79535-47bb-0310-9956-ffa450edef68
* JIRA#FOP-1069: Warn instead or error on invalid property values.Peter Hancock2013-01-095-13/+24
| | | | | | | | | | | | | | --Thi--s line, and those below, will be ignored-- M src/java/org/apache/fop/render/ps/PSTextPainter.java M src/java/org/apache/fop/layoutmgr/inline/ImageLayout.java M src/java/org/apache/fop/fo/FObj.java M src/java/org/apache/fop/fo/FOValidationEventProducer.java M src/java/org/apache/fop/fo/FOValidationEventProducer.xml M status.xml git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1430746 13f79535-47bb-0310-9956-ffa450edef68
* Jira FOP-2174: When using SVG drawings, if no content-width and ↵Chris Bowditch2013-01-041-10/+57
| | | | | | | | content-height is specified, 72 will be used instead of the source-resolution option Patch submitted by Robert Meyer (rmeyer at hotmail dot co dot uk) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1428918 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2179: Fix checkstyle and findbugs warnings.Glenn Adams2012-12-314-10/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1427143 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2160: Fix NPE when rl writing mode is used in certain contexts.Glenn Adams2012-12-302-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1426888 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2178: Fix incomplete kerning when complex script features are enabled.Glenn Adams2012-12-292-17/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1426805 13f79535-47bb-0310-9956-ffa450edef68
* fixed the fact that -nocs was not being appliedLuis Bernardo2012-12-191-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1424164 13f79535-47bb-0310-9956-ffa450edef68
* Fix Jira FOP-2173: Invalid Postscript created with SVG and custom fontsChris Bowditch2012-12-171-12/+19
| | | | | | | Patch submitted by Simon Steiner (ssteiner.at.thunderhead.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1422992 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 37114: Implementation of changes necessary to warn of invalid ↵Peter Hancock2012-12-135-4/+113
| | | | | | | | | property values. Contributed by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1421238 13f79535-47bb-0310-9956-ffa450edef68
* Small code simplifications due to Luis BernardoPeter Hancock2012-12-131-25/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1421233 13f79535-47bb-0310-9956-ffa450edef68
* JIRA FOP-2171: Missing Glyph in Postscript using DejaVuSans. Submitted by ↵Peter Hancock2012-12-131-0/+3
| | | | | | Simon Steiner. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1421214 13f79535-47bb-0310-9956-ffa450edef68
* 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-101-71/+203
| | | | | | by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1419183 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #54196: configure big / little endian support for TIFF images; ↵Luis Bernardo2012-11-253-4/+22
| | | | | | 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-194-31/+61
| | | | | | | | | 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-192-0/+17
| | | | | | 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-091-1/+4
| | | | 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-051-2/+2
| | | | 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
* 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
* Bugzilla #54081: properly tag hyphenated words in PDF output when ↵Vincent Hennebert2012-11-028-26/+86
| | | | | | 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-021-6/+10
| | | | | | 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-301-1/+2
| | | | 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-304-37/+45
| | | | | | 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-2437-1428/+3926
|\ | | | | | | | | | | | | 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
| * Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-227-63/+105
| | | | | | | | | | | | | | Plus cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1400883 13f79535-47bb-0310-9956-ffa450edef68
| * Addressed Findbug and Checkstyle issuesPeter Hancock2012-10-0913-59/+56
| | | | | | | | 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-0818-1931/+2329
| | | | | | | | 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-04110-1985/+2639
| |\ | | | | | | | | | 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-1687-930/+1166
| |\ \ | | | | | | | | | | | | 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-048-45/+82
| |\ \ \ | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1357266 13f79535-47bb-0310-9956-ffa450edef68
| * \ \ \ Merged trunk@1356765Peter Hancock2012-07-03209-5500/+7878
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 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-29958-15277/+53069
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1355321 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | | Bugzilla #49913Peter Hancock2011-06-087-38/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3031-202/+2501
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Bugzilla #54038: Added PDF/A-2 output optionVincent Hennebert2012-10-227-39/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-228-4/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output and language information is missing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400890 13f79535-47bb-0310-9956-ffa450edef68