aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
...
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-284-700/+0
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-1/+2
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-205-4/+5
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-192-23/+34
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-152-16/+16
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-142-5/+5
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-142-23/+24
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-2/+2
* 1. create control packageWilliam Victor Mote2003-08-145-52/+52
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-122-3/+3
* 1.) only partly implemented Run() function removed from InputHandler and its ...Glen Mazza2003-08-042-3/+3
* style changes onlyWilliam Victor Mote2003-07-171-1/+1
* Reconfigured ElementMapping from an interface to an abstract base classGlen Mazza2003-07-121-24/+14
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-29/+5
* Made source more friendly for Eclipse (and IDEs in general) Joerg Pietschmann2003-06-291-8/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-172-23/+23
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-172-23/+23
* Adjust to changes in Batik CVSJeremias Maerki2003-06-021-0/+12
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-12/+12
* moved image drawing so drawing with size also worksKeiron Liddle2003-03-271-45/+44
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-29/+107
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-44/+21
* Moved common code to abstract base class. Jeremias Maerki2003-03-271-158/+30
* Logging via Avalon Logger.Jeremias Maerki2003-03-271-6/+12
* Special SAXSVGDocumentFactory with the ability to set an arbitrary EntityReso...Jeremias Maerki2003-03-271-0/+105
* Common base class for all of FOP's transcoders.Jeremias Maerki2003-03-271-0/+317
* Make sure no NPE's are happening. (Setting a NullLogger for now. Revisiting n...Jeremias Maerki2003-03-151-0/+1
* Fix NPE when content of an <a> element is empty.Jeremias Maerki2003-03-121-8/+10
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1116-0/+4756