aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/render/awt/AWTRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-197/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-071-43/+67
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196040 13f79535-47bb-0310-9956-ffa450edef68
* awt viewer improvementsKeiron Liddle2002-11-061-1/+1
| | | | | | | | | | uses java PropertyResourceBundle for locale strings cleaned up code and removed old classes other small improvements Submitted by: Oleg Tkachenko <olegt@multiconn.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195433 13f79535-47bb-0310-9956-ffa450edef68
* removed old id reference stuffKeiron Liddle2002-07-091-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194989 13f79535-47bb-0310-9956-ffa450edef68
* removed old importsKeiron Liddle2002-06-211-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194907 13f79535-47bb-0310-9956-ffa450edef68
* removed old area treeKeiron Liddle2002-06-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194902 13f79535-47bb-0310-9956-ffa450edef68
* new area tree and rendering stuffKeiron Liddle2001-10-221-746/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194519 13f79535-47bb-0310-9956-ffa450edef68
* catches exception when building svgKeiron Liddle2001-09-261-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194486 13f79535-47bb-0310-9956-ffa450edef68
* fixed viewbox for svgKeiron Liddle2001-09-251-4/+20
| | | | | | | inline images are now correctly placed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194485 13f79535-47bb-0310-9956-ffa450edef68
* updated use of batik to changed apiKeiron Liddle2001-09-241-107/+6
| | | | | | | | from cvs batik 23/9/2001 improved the user agent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194478 13f79535-47bb-0310-9956-ffa450edef68
* more refactoring of duplicate code in renderersKeiron Liddle2001-09-181-17/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194469 13f79535-47bb-0310-9956-ffa450edef68
* fixed a few awt render problems and a bit more render refactoringKeiron Liddle2001-09-171-43/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194466 13f79535-47bb-0310-9956-ffa450edef68
* put a few common methods in the abstract rendererKeiron Liddle2001-09-171-82/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194465 13f79535-47bb-0310-9956-ffa450edef68
* changed to new logging for renderersKeiron Liddle2001-08-211-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194436 13f79535-47bb-0310-9956-ffa450edef68
* changed the dpi for svg to 72 to be the same as other things in fopKeiron Liddle2001-08-091-1/+3
| | | | | | | | | value should be in one place - same goes for other renderers git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194401 13f79535-47bb-0310-9956-ffa450edef68
* updated to new batik interfaceKeiron Liddle2001-08-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194393 13f79535-47bb-0310-9956-ffa450edef68
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-011-39/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194386 13f79535-47bb-0310-9956-ffa450edef68
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-011-29/+52
| | | | | | | | | Unfortunately breaks marker support. (AreaTree getNextPage and getPreviousPage return the current page) XSL-FO with markers is not a good idea until it is fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194385 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-301-280/+281
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* Ralph LaChance/Andy Langowitz: improvements to AWTRenderer ↵arved2001-07-221-36/+154
| | | | | | (borders,backgrounds...) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194363 13f79535-47bb-0310-9956-ffa450edef68
* combined property list setting into element settingKeiron Liddle2001-07-121-5/+1
| | | | | | | also always get parser class name from one place git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194349 13f79535-47bb-0310-9956-ffa450edef68
* D. Bradby: fixes for -print optionarved2001-05-211-22/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194263 13f79535-47bb-0310-9956-ffa450edef68
* AHS: support for XMLRendererarved2001-05-201-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194258 13f79535-47bb-0310-9956-ffa450edef68
* restored support for external svg imagesKeiron Liddle2001-05-171-207/+174
| | | | | | | fixed a few other problems git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194254 13f79535-47bb-0310-9956-ffa450edef68
* general clean upKeiron Liddle2001-05-171-1/+2
| | | | | | | | removing unused files better formatting git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194253 13f79535-47bb-0310-9956-ffa450edef68
* FOP now uses Batik to render svgKeiron Liddle2001-05-171-524/+155
| | | | | | | | | | | | This is handled for awt - using batik to render to a graphic and pdf. Pdf still requires better image support. The elements and properties are generated from the svgelements.xml document. The version of batik is 17/05/2001 cvs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194250 13f79535-47bb-0310-9956-ffa450edef68
* Modify handling of border and paddingKaren Lease2001-03-041-26/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194129 13f79535-47bb-0310-9956-ffa450edef68
* changed inline references to layout.inlineKeiron Liddle2001-01-241-1/+2
| | | | | | | also renderers now render a word area git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193979 13f79535-47bb-0310-9956-ffa450edef68
* Work with complex body-region; suggested by Daniel Bradbyarved2000-12-221-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193918 13f79535-47bb-0310-9956-ffa450edef68
* Fixed renderer classes to use OutputStream again. Fixed a compilation ↵Kelly Campbell2000-12-181-1/+1
| | | | | | | | | problem with BodyAreaContainer in SimplePageMaster git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193903 13f79535-47bb-0310-9956-ffa450edef68
* Support for rendering complex body regionsarved2000-12-181-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193902 13f79535-47bb-0310-9956-ffa450edef68
* Changed output from Writer to OutputStream to allow for binary output.Kelly Campbell2000-12-181-1/+1
| | | | | | | Added compression filters for PDF renderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193888 13f79535-47bb-0310-9956-ffa450edef68
* adds support for properties leader-align, leader-pattern-width, ↵fotis2000-11-251-22/+24
| | | | | | leader-length.minimum, leader-length.maximum and leader-pattern (values: dots, space) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193837 13f79535-47bb-0310-9956-ffa450edef68
* AWTRenderer uses now system fonts and not pdf fonts. All (error) messagesfotis2000-11-161-1080/+1161
| | | | | | | are handled in the Gui [Dorothea Wiarda] git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193823 13f79535-47bb-0310-9956-ffa450edef68
* Domagoj Cosic's patch, and changed FOP CVS version to "0.15cvs" soSteve Coffman2000-10-051-449/+459
| | | | | | | people's bug reports are understandable. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193717 13f79535-47bb-0310-9956-ffa450edef68
* changed only so it compiles, should be fixed laterKeiron Liddle2000-08-291-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193681 13f79535-47bb-0310-9956-ffa450edef68
* updates AWT viewer to new SVG support, implements a goto function for the userfotis2000-08-071-56/+557
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193608 13f79535-47bb-0310-9956-ffa450edef68
* rendering for foreign objectKeiron Liddle2000-08-031-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193588 13f79535-47bb-0310-9956-ffa450edef68
* changed to render svg area, in a different packageKeiron Liddle2000-07-111-355/+361
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193482 13f79535-47bb-0310-9956-ffa450edef68
* replaces calls of System.err.println etc. with calls to the new ↵fotis2000-06-271-2/+3
| | | | | | MessageHandler methods git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193441 13f79535-47bb-0310-9956-ffa450edef68
* changes to compile (needs to check if it still works)eschaeffer2000-05-231-14/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193377 13f79535-47bb-0310-9956-ffa450edef68
* Submitted patcharved2000-04-111-506/+539
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193325 13f79535-47bb-0310-9956-ffa450edef68
* adds border support (contributed by Jon Smirl) also to the awt rendering ↵fotis2000-03-191-180/+274
| | | | | | (Jon Smirl, Fotis Jannidis) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193300 13f79535-47bb-0310-9956-ffa450edef68
* changes (made by Stanislav Gorkhover):fotis2000-01-251-22/+125
| | | | | | | | | - previewer is internationalized - translations included - support for printing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193273 13f79535-47bb-0310-9956-ffa450edef68
* Added AWT Viewer contributed by Albers+Frommberger (af-software.de)jtauber1999-11-251-0/+453
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193244 13f79535-47bb-0310-9956-ffa450edef68