aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding
Commit message (Expand)AuthorAgeFilesLines
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-3115-70/+49
* Fixed concurrency issue re:background-image on a fo:block. Also updated a cou...Mehdi Houshmand2012-04-272-28/+30
* Bugzilla #51617: Add run target for embedded examples. Add increased JVM memo...Glenn Adams2012-04-141-0/+2
* Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.Glenn Adams2012-04-082-0/+114
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-061-1/+1
* fix breakage caused by CS patchGlenn Adams2012-03-022-2/+3
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-302-4/+2
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-242-2/+4
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-232-4/+2
* Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-241-1/+2
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-151-0/+180
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-192-4/+4
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-172-4/+4
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Forgot to remove the old ";mode=painter" work-around.Jeremias Maerki2009-02-252-3/+3
* Fixed copy/paste omission.Jeremias Maerki2009-02-061-1/+1
* Example for stamping with new IF.Jeremias Maerki2009-02-062-27/+80
* Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-063-35/+406
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2422-268/+268
* Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...Jeremias Maerki2008-04-171-0/+143
* Bugzilla #44678:Jeremias Maerki2008-04-171-16/+8
* Merged branchJeremias Maerki2008-04-142-0/+260
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-134-242/+242
* Fix a bug in the example code: Without setting the user agent on the Renderer...Jeremias Maerki2006-09-101-2/+5
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2826-115/+189
* Bugzilla #39416:Jeremias Maerki2006-04-272-2/+5
* Bugzilla #39416:Jeremias Maerki2006-04-271-1/+1
* Bugzilla #39416:Jeremias Maerki2006-04-275-121/+11
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-2711-87/+326
* Added an example for the intermediate format the demonstrates stamping a docu...Jeremias Maerki2006-01-173-1/+195
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+214
* Change more links from xml.apache.org to xmlgraphics.apache.org.Simon Pepping2005-11-252-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-128-9/+18
* Providing a FO -> RTF example explaining the only difference that getResults(...Jeremias Maerki2005-08-151-0/+128
* Removed left over .cvsignore files.Joerg Pietschmann2005-08-131-2/+0
* Bugzilla #35937: Jeremias Maerki2005-07-301-1/+16
* Example for printing to an old-style PrinterJob instance.Jeremias Maerki2005-07-271-0/+121
* Resurrected the old example from the maintenance branch now that the AWT View...Jeremias Maerki2005-07-271-0/+97
* Fixed filename of stylesheet for case-sensitive file systems.Jeremias Maerki2004-08-303-3/+3
* Style-up for example classes.Jeremias Maerki2004-08-152-3/+0
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-245-25/+25
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-196-9/+9
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-196-37/+25
* Added alternative example for FO to PDF, using javax.xml.parsersSimon Pepping2004-07-182-0/+139
* Back to transform example, reverted yesterday's change that removed BufferedO...Glen Mazza2004-07-161-24/+10
* *Temporary* commit showing how this process works via SAXParserFactory;Glen Mazza2004-07-161-5/+23
* Removed BufferedOutputStream line as unneeded in this case (Unsure if helpfulGlen Mazza2004-07-141-1/+0
* Updated FO->PDF example to use JAXP.Glen Mazza2004-07-141-19/+30
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-094-12/+0
* Switch from non-JAXP DOM processing to using JAXP identity transformationGlen Mazza2004-07-073-23/+50