aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-2616-343/+807
* Fixed some oversights: fo:title was already implemented long ago, fo:wrapper ...Andreas L. Delmelle2009-08-261-6/+6
* declaration and icc-profile have been supported for a while nowMaximilian Berger2009-08-251-6/+6
* Removed a commented leftover from local testsAndreas L. Delmelle2009-08-241-1/+0
* Reduce messages to DEBUG level, since they are meant more as a reminder for d...Andreas L. Delmelle2009-08-241-2/+2
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-2330-494/+777
* Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in th...Andreas L. Delmelle2009-08-231-9/+10
* Revert some changes that were meant to be kept local for the moment...Andreas L. Delmelle2009-08-201-4/+1
* Bugzilla 47710: White-space handling in retrieved markers throws a NullPointe...Andreas L. Delmelle2009-08-202-1/+19
* Fixed checkstyle warningsSimon Pepping2009-08-201-15/+38
* I tried to remove all methods which are not Java 1.4 compliant.Simon Pepping2009-08-201-14/+28
* Prepare for new hyphenation pattern files, which do not have their own classe...Simon Pepping2009-08-185-190/+8137
* bug fix: 47694 Avoid create IOCA for background on empty areasChris Bowditch2009-08-141-0/+3
* Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-124-26/+38
* Fixed issues in PageBoundaries class:Vincent Hennebert2009-08-101-26/+36
* Fixed and improved documentation about prepress extensions:Vincent Hennebert2009-08-051-15/+21
* added support for IMM Extension on fo:simple-page-master element in the AFP R...Chris Bowditch2009-08-044-32/+78
* Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult.Jeremias Maerki2009-08-041-42/+39
* What we thought were cubic curves in GOCA, were actually just quadratic ones....Jeremias Maerki2009-08-042-8/+150
* Bugzilla #47311:Jeremias Maerki2009-08-034-117/+130
* Fixed problem with raster font substitution when there's no smaller font avai...Jeremias Maerki2009-08-031-3/+7
* Reverted rev 798521.Jeremias Maerki2009-08-032-16/+15
* Bugzilla #47311:Jeremias Maerki2009-08-027-21/+467
* Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)Jeremias Maerki2009-08-022-2/+2
* Also use Rectangle instead of Rectangle2D for page boxes in the PDF libraryVincent Hennebert2009-07-282-15/+16
* Bugzilla #47311:Jeremias Maerki2009-07-288-63/+92
* AFPEventProducer was moved months ago but this file not adjusted. That cause ...Jeremias Maerki2009-07-281-1/+1
* PCL Output: Added support for specifying the output bin (pcl:output-bin exten...Jeremias Maerki2009-07-285-0/+51
* Added A5 format.Jeremias Maerki2009-07-281-0/+6
* Added support for AFP font embedding. Note: this changes the default behaviou...Jeremias Maerki2009-07-2717-72/+429
* Fixes GUMP build problems, the automated e-mail was starting to annoy so I sc...Adrian Cumiskey2009-07-262-2/+2
* Bugfix: if an incomplete GoTo action has already been recorded for a given ID...Vincent Hennebert2009-07-231-7/+12
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-2216-807/+344
* Bugzilla 47508: Fix error while writing TLE's attribute qualifier in the outp...Andreas L. Delmelle2009-07-101-2/+2
* Bugfix: support justified text in AFP Renderer (already working in AFP Painter)Chris Bowditch2009-07-103-9/+102
* Undid change related to column-keepsAndreas L. Delmelle2009-07-091-2/+2
* Changed explicit check to assertAndreas L. Delmelle2009-07-091-1/+2
* Fixed minor code indentation issuesVincent Hennebert2009-07-071-7/+4
* bug fix: fractional points sizes in AFP not working correctly together with f...Chris Bowditch2009-07-076-50/+157
* Undid change related to column-keepsAndreas L. Delmelle2009-07-041-7/+1
* Further cleanup/readability improvementsAndreas L. Delmelle2009-07-042-57/+58
* Added reminder to check later on...Andreas L. Delmelle2009-07-031-1/+4
* Further cleanup/readability improvementsAndreas L. Delmelle2009-07-013-56/+93
* Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-014-293/+521
* bug fix: make sure CropBox is honoured in SVG when overflow="hidden"Chris Bowditch2009-06-251-6/+6
* As requested by Lukas Theussl - added a project link to the Maven Doxia FO mo...Adrian Cumiskey2009-06-241-0/+1
* Added generics comments.Adrian Cumiskey2009-06-231-1/+2
* Added generics comments.Adrian Cumiskey2009-06-231-3/+3
* Extracted DummyPercentBaseContext from FOPRtfAttributes and made universally ...Adrian Cumiskey2009-06-232-16/+49
* No code change here, just fixing the indentation of the if (useInclude) block...Adrian Cumiskey2009-06-191-29/+28