aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate
Commit message (Expand)AuthorAgeFilesLines
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-016-17/+68
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-134-2/+24
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-076-31/+31
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-096-66/+64
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-083-27/+87
* FOP-2226: Image resources are not closed when rendering into the Intermediate...Vincent Hennebert2013-03-191-0/+6
* FOP-2215; Thin dashed border look like dotsChris Bowditch2013-03-051-0/+3
* FOP-2215; NullPointerException when generating IF with fox:external-document Chris Bowditch2013-02-251-1/+4
* FOP-2183: Use event producer when Colour Profile in PNG Image is bad; patch s...Luis Bernardo2013-02-211-0/+7
* FOP-2195: use sparse arrays for position adjustmentsGlenn Adams2013-01-182-18/+19
* FOP-2184: optimize inefficient position adjustment array allocation in non-CS...Glenn Adams2013-01-121-22/+17
* Reduced the dashed border ratio to make it more aesthetically pleasingMehdi Houshmand2012-11-051-2/+2
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-024-0/+26
* Bugzilla#45822: Changed the dashed borders to appear more like dashes and les...Mehdi Houshmand2012-10-301-0/+20
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-249-125/+1220
|\
| * Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-221-7/+8
| * Addressed Findbug and Checkstyle issuesPeter Hancock2012-10-093-13/+35
| * Increased unit test coverage for the PaintersPeter Hancock2012-10-084-489/+793
| * Removed rounded corner-related backdoor (System property) configPeter Hancock2012-08-171-51/+2
| * Merged trunk@1373227Peter Hancock2012-08-161-2/+3
| |\
| * | Fixed an IF serialization bug and an AFP image regressionPeter Hancock2012-08-131-5/+4
| * | Minor cleanupPeter Hancock2012-07-052-25/+25
| * | Merged trunk@1356765Peter Hancock2012-07-0315-88/+149
| |\ \
| * \ \ Merged trunk@1354651Peter Hancock2012-06-2921-396/+1244
| |\ \ \
| * | | | Bugzilla #49913Peter Hancock2011-06-084-32/+155
| * | | | Bugzilla #49913:Jeremias Maerki2010-09-307-53/+769
* | | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF output...Vincent Hennebert2012-10-222-0/+28
* | | | | Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-081-12/+1
| |_|_|/ |/| | |
* | | | Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-231-2/+3
| |_|/ |/| |
* | | Check style and find bugs now pass without errorsMehdi Houshmand2012-07-031-6/+0
* | | Merged in trunk@1356161Mehdi Houshmand2012-07-022-12/+42
|\ \ \
| * | | Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-022-12/+42
| | |/ | |/|
* | | Added tests and cleaning up of codeMehdi Houshmand2012-06-202-2/+10
* | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-1/+1
* | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-15/+5
* | | Merge in trunk@1345838Mehdi Houshmand2012-06-112-6/+6
|\| |
| * | Eliminate javadocs warnings.Glenn Adams2012-06-042-6/+6
* | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-3114-52/+103
|/ /
* | Add version attribute to AT and IF intermediate formats. Also eliminate redun...Glenn Adams2012-05-281-1/+12
* | Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-252-4/+12
* | Bugzilla #43940: Use new double format utility to improve thread safety and p...Glenn Adams2012-04-291-2/+5
* | Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-081-6/+9
* | Fixed a bug: Delegate getStructureTreeEventHandler() to delegatePeter Hancock2012-03-291-2/+1
* | Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-061-1/+1
* | Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-1/+1
* | enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+2
* | enable UnusedImports rule; fix violationsGlenn Adams2012-03-023-5/+0
* | enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-2/+4