aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-0916-126/+126
* FOP-2179: Fix checkstyle and findbugs warnings.Glenn Adams2012-12-312-5/+4
* FOP-2160: Fix NPE when rl writing mode is used in certain contexts.Glenn Adams2012-12-301-0/+8
* Bugzilla 37114: Implementation of changes necessary to warn of invalid proper...Peter Hancock2012-12-132-4/+6
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-041-6/+0
* bugzilla #53942: fo:flow not rendered with -awt; patch 29465 submitted by Rob...Luis Bernardo2012-11-042-3/+4
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-021-0/+16
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-241-0/+1
|\
| * Merged trunk@1391502Peter Hancock2012-10-042-160/+20
| |\
| * \ Merged trunk@1356765Peter Hancock2012-07-033-32/+23
| |\ \
| * \ \ Merged trunk@1354651Peter Hancock2012-06-2947-860/+1825
| |\ \ \
| * | | | Bugzilla #49913:Jeremias Maerki2010-09-301-2/+3
* | | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF output...Vincent Hennebert2012-10-221-2/+37
* | | | | Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-082-38/+18
| |_|_|/ |/| | |
* | | | Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-159/+18
* | | | Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-191-1/+2
| |_|/ |/| |
* | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-2/+2
* | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-28/+19
* | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-312-4/+4
| |/ |/|
* | Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-087-73/+69
* | Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-082-6/+7
* | Bugzilla #51808: Fixed memory waste in traits map.Glenn Adams2012-04-061-2/+4
* | enable ImportOrder rule; fix violationsGlenn Adams2012-03-0312-20/+20
* | enable UnusedImports rule; fix violationsGlenn Adams2012-03-023-4/+0
* | enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-3/+10
* | enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-021-6/+6
* | default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
* | apply complex scripts patchGlenn Adams2012-02-2625-127/+859
* | Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-2/+0
* | Associate structure tree elements directly to render contentPeter Hancock2012-01-272-14/+3
* | Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-244-50/+29
* | Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-ex...Andreas L. Delmelle2011-03-261-1/+1
* | Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such...Vincent Hennebert2011-03-244-17/+120
* | Renamed Viewport into InlineViewportVincent Hennebert2011-03-155-12/+19
* | Bugzilla #49910: clipping rectangle is wrong on side-regionsVincent Hennebert2011-03-144-21/+81
* | Fix checkstyle issueAndreas L. Delmelle2011-02-061-1/+2
* | Bugfix: Suppress generating duplicate fo:root and fo:declarations extension a...Jeremias Maerki2011-02-041-6/+18
* | Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-271-2/+2
* | Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequenc...Andreas L. Delmelle2011-01-241-3/+4
* | Bugzilla 50636: fix performance issue when adding pages in very large documentsAndreas L. Delmelle2011-01-241-9/+7
* | Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-2432-360/+398
* | Enable id on fo:root pt 3 - Signal processed id at end of documentAndreas L. Delmelle2011-01-151-0/+1
* | Previous commit would have caused compile error, unless others included as well.Andreas L. Delmelle2011-01-151-31/+31
* | Might as well make those primitive ints...Andreas L. Delmelle2011-01-151-31/+31
* | Eliminate unnecessary boxingAndreas L. Delmelle2011-01-142-165/+94
* | Eliminate a small waste: no reason to store the char as a String, and then co...Andreas L. Delmelle2011-01-141-3/+3
* | Minor fixupsAndreas L. Delmelle2011-01-141-3/+1
* | Minor nit: eliminate stray hungarian...Andreas L. Delmelle2011-01-141-3/+3
* | Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...Andreas L. Delmelle2011-01-091-6/+4
* | Bugzilla #42034:Jeremias Maerki2010-12-073-11/+34