| Commit message (Expand) | Author | Age | Files | Lines |
* | Transition source to standard maven hierarchy (initial). | Glenn Adams | 2016-03-03 | 1 | -256/+0 |
* | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings | Vincent Hennebert | 2014-07-15 | 1 | -1/+1 |
* | Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ... | Vincent Hennebert | 2013-05-07 | 1 | -1/+1 |
* | Started unifying URI resolution mechanism, redesigned configuration system an... | Mehdi Houshmand | 2012-05-31 | 1 | -4/+4 |
* | Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo... | Glenn Adams | 2012-04-08 | 1 | -1/+2 |
* | Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers | Mehdi Houshmand | 2012-01-30 | 1 | -43/+19 |
* | Reverted changes made in r1234877, see bugzilla#52513 | Mehdi Houshmand | 2012-01-24 | 1 | -19/+43 |
* | Moved the FOUserAgent into the constructor of the Renderers | Mehdi Houshmand | 2012-01-23 | 1 | -43/+19 |
* | Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap... | Vincent Hennebert | 2010-11-23 | 1 | -4/+6 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 1 | -2/+2 |
* | Renamed PageScaleAttributes class into PageScale. | Vincent Hennebert | 2009-08-12 | 1 | -3/+3 |
* | Bugzilla #47311: | Jeremias Maerki | 2009-08-02 | 1 | -3/+17 |
* | Merged revisions 679052-679352 via svnmerge from | Vincent Hennebert | 2008-07-25 | 1 | -12/+12 |
* | Duplicate operation removed. | Adrian Cumiskey | 2008-06-30 | 1 | -6/+3 |
* | Merged revisions 648985,649012,649091,649119,649146,649149,649160 via svnmerg... | Adrian Cumiskey | 2008-04-17 | 1 | -2/+2 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -8/+8 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 1 | -2/+3 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | Bugzilla #38714 and #40048:
| Jeremias Maerki | 2006-07-24 | 1 | -1/+1 |
* | Bugzilla #39983: | Jeremias Maerki | 2006-07-10 | 1 | -1/+16 |
* | Bugzilla #39709: | Jeremias Maerki | 2006-07-10 | 1 | -51/+25 |
* | Changed the way the graphics state handling is done to make a cleaner "break ... | Jeremias Maerki | 2006-05-30 | 1 | -2/+2 |
* | Bugzilla #38946: | Jeremias Maerki | 2006-05-03 | 1 | -6/+5 |
* | Java2D Renderer: | Jeremias Maerki | 2006-05-02 | 1 | -4/+6 |
* | NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(... | Jeremias Maerki | 2005-12-15 | 1 | -2/+4 |
* | Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ... | Jeremias Maerki | 2005-11-11 | 1 | -1/+2 |
* | Moved CLI to its own package. New main class is org.apache.fop.cli.Main.
| Jeremias Maerki | 2005-08-23 | 1 | -1/+17 |
* | Bugzilla #35561
| Jeremias Maerki | 2005-06-30 | 1 | -30/+1 |
* | Bugzilla: #35358 | Jeremias Maerki | 2005-06-20 | 1 | -8/+33 |
* | Bugzilla: #35358 | Jeremias Maerki | 2005-06-15 | 1 | -33/+50 |
* | Bugzilla: #33760 | Jeremias Maerki | 2005-06-09 | 1 | -1035/+80 |
* | Resurrected AWT/Java2D renderer | Jeremias Maerki | 2005-03-08 | 1 | -197/+924 |
* | PR: | Glen Mazza | 2004-11-24 | 1 | -1/+1 |
* | Gets rid of currentBlockIPPosition. Use currentIPPosition instead and | Finn Bock | 2004-09-22 | 1 | -2/+2 |
* | Use content ipd/bpd instead of allocation width/height. | Finn Bock | 2004-09-22 | 1 | -1/+1 |
* | Removed unneded import statements. | Finn Bock | 2004-09-09 | 1 | -1/+0 |
* | 1. New constructor for Driver created, takes FOUserAgent constructor. | Glen Mazza | 2004-07-18 | 1 | -3/+4 |
* | Adding reporting of mime type to renderers. | Simon Pepping | 2004-07-09 | 1 | -0/+9 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 1 | -0/+4 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 1 | -12/+5 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 1 | -1/+0 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 1 | -1/+1 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 1 | -1/+1 |
* | PR: | Glen Mazza | 2004-04-22 | 1 | -4/+4 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 1 | -48/+16 |
* | Switching from passing the FOUserAgent for several of the image | Glen Mazza | 2004-01-25 | 1 | -1/+1 |
* | Fix javadoc warnings caused by unknown @see targets. | Finn Bock | 2004-01-24 | 1 | -1/+1 |
* | Moved the interfaces into the Constants class on a trial basis (we may still | Glen Mazza | 2004-01-17 | 1 | -1/+0 |
* | 1. Moved static element and property structures from PropertyList (previously... | Glen Mazza | 2003-12-20 | 1 | -2/+0 |
* | renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid | Glen Mazza | 2003-10-28 | 1 | -10/+10 |