aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* More apps.Document->fonts.FontInfo conversion.Glen Mazza2004-04-247-43/+42
* PDFRenderer does not presently support out-of-order rendering (e.g.,Glen Mazza2004-04-241-1/+1
* Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" wasGlen Mazza2004-04-233-10/+2
* Unneeded imports removed.Glen Mazza2004-04-223-5/+0
* PR:Glen Mazza2004-04-2233-347/+122
* New FontInfo class (original design was from Layout.FontInfo, and was removedGlen Mazza2004-04-211-0/+232
* Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237)Glen Mazza2004-04-181-50/+33
* Apparent off-by-one error fixed for initial-page-number property:Glen Mazza2004-04-181-1/+1
* 3/4ths of Simon's patch committed at the moment, with minor changesGlen Mazza2004-04-092-42/+23
* <sigh> line endings got mucked up by last commit.Chris Bowditch2004-04-071-1/+1
* applied Luca Furini's patch to fix justification bug 28208Chris Bowditch2004-04-071-17/+5
* Comments added.Glen Mazza2004-04-061-1/+10
* Ordinary Java code should never throw Error instances, use RuntimeException i...Jeremias Maerki2004-04-042-39/+39
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-045-49/+79
* New function to determine whether a particular character is available for thi...Jeremias Maerki2004-04-035-16/+64
* Some improvements on the quality fallback for text (use stroking when in doub...Jeremias Maerki2004-04-037-70/+265
* Bugzilla 27971 Jeremias Maerki2004-04-031-0/+1
* Bugzilla Bug 28078 Jeremias Maerki2004-04-032-4/+19
* corrected line endings. changed ko option to kkvChris Bowditch2004-04-021-1/+1
* Applied Luca Furini's patch from bugzilla entry 28021.Chris Bowditch2004-04-021-2/+15
* Applied Luca Furini's patch from bugzilla entry 28130.Chris Bowditch2004-04-022-18/+18
* PDF library no longer gets a logger from its owner.Jeremias Maerki2004-04-022-4/+1
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-022-126/+122
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-0210-166/+97
* PR:Glen Mazza2004-03-3149-355/+584
* Fix to get use-content option of fo:leader working again. leader.fo nowGlen Mazza2004-03-211-2/+3
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-214-19/+30
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-2130-320/+290
* Comments fixed.Glen Mazza2004-03-201-2/+2
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-195-8/+6
* Updated details on getAscender bugPeter Bernard West2004-03-181-0/+17
* PR:Glen Mazza2004-03-189-25/+15
* Unneeded line of code removed.Glen Mazza2004-03-171-1/+0
* minor simplifications; removed redundant variables.Glen Mazza2004-03-171-41/+37
* Removed obsolete request for namespace-prefixes (supported by all SAX2Glen Mazza2004-03-161-6/+0
* Code changed to set the Base URL in FOUserAgent, which allowsGlen Mazza2004-03-165-6/+33
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-126-38/+41
* Fixed bug, masterName variable wasn't being set.Glen Mazza2004-03-091-4/+4
* Fix of leading-space problem in HEAD. (A single leading space of the firstGlen Mazza2004-03-072-4/+17
* now for some "real" commitsChris Bowditch2004-03-021-27/+55
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-016-47/+60
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-27586-27680/+8934
* Some simplification of FOText object.Glen Mazza2004-02-272-10/+8
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-2614-58/+137
* Made redundant by the expresion tree.Finn Bock2004-02-262-249/+0
* Support for percentages in property expression.Finn Bock2004-02-2623-530/+873
* Changed internal renderInlineXXX() functions from public to protected access....Glen Mazza2004-02-253-56/+12
* Removal of Visitor patterns from AbstractRenderer, moving of business logic f...Glen Mazza2004-02-2510-288/+55
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-104-20/+54
* Draw the borders of a BlockViewport before setting the CTMFinn Bock2004-02-101-18/+19