aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFNumber.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for formatting of floating point numbers which could lead to invalid P...Jeremias Maerki2010-06-041-1/+1
* Dealt with some double formatting issues (coordinate round-trips).Jeremias Maerki2008-07-281-30/+4
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-8/+8
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-2/+6
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Been careless again, sorry.Jeremias Maerki2005-09-011-3/+1
* PDFNumber.doubleOut() rewritten using java.text.DecimalFormat. Jeremias Maerki2005-09-011-52/+28
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Support as independant PDF object. Used for on-the-fly stream output.Jeremias Maerki2003-03-271-4/+35
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+147