aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/java2d
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2411-52/+52
* fonts package must not depend on the render package. Refactored to restore th...Jeremias Maerki2008-07-172-24/+30
* Duplicated operation scaleX and scaleY replaced simply with scale.Adrian Cumiskey2008-07-101-17/+13
* Minor readability improvement.Adrian Cumiskey2008-07-041-1/+3
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-2/+2
* Checkstyle and minor typo fixesVincent Hennebert2008-05-094-59/+59
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-081-1/+2
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-065-357/+435
* Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...Jeremias Maerki2008-04-171-8/+22
* Bugzilla #41687:Jeremias Maerki2008-04-171-5/+2
* Merged branchJeremias Maerki2008-04-142-46/+34
* Bugzilla #44737:Jeremias Maerki2008-04-031-1/+1
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-272-2/+2
* Slight improvement for thin lines in Java2D/AWT output.Jeremias Maerki2008-02-281-0/+2
* No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-83/+83
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-3/+6
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-112-99/+74
* Fixed checkstyle issues: tabs and trailing spacesVincent Hennebert2008-01-092-23/+23
* Bugzilla #44176:Jeremias Maerki2008-01-076-189/+502
* Bugzilla #43835:Jeremias Maerki2007-11-111-5/+5
* Another improvement for font auto-detection:Jeremias Maerki2007-11-082-2/+14
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-082-46/+61
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-185-49/+45
* Bugzilla #41831:Jeremias Maerki2007-05-283-77/+123
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-072-6/+3
* Added support for CCITT compression in the TIFFRenderer by switching to the I...Jeremias Maerki2006-09-181-5/+14
* Configuration option in the Java2D-based renderers that allows to disable the...Jeremias Maerki2006-09-101-2/+31
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-289-45/+54
* Improved accuracy of font size selection. The font size is not rounded down t...Jeremias Maerki2006-05-312-7/+44
* Changed the way the graphics state handling is done to make a cleaner "break ...Jeremias Maerki2006-05-305-268/+103
* Automatic support for all fonts available to the Java2D subsystem for all Jav...Jeremias Maerki2006-05-162-11/+120
* Important improvements for the Java2DRenderer:Jeremias Maerki2006-05-103-20/+110
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-36/+13
* Bugzilla #38946:Jeremias Maerki2006-05-033-38/+13
* Java2D Renderer:Jeremias Maerki2006-05-026-628/+375
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-1/+1
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-28/+0
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-12/+3
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-60/+67
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-12/+26
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-163-117/+112
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-152-3/+5
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-89/+189
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+1
* Javadoc fixes.Jeremias Maerki2005-11-112-2/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-113-14/+101
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-271-1/+1
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-2/+2