| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed block containers now working properly. | Jeremias Maerki | 2008-07-28 | 3 | -44/+291 |
* | Reduce code duplication and make the toString() methods available to the outs... | Jeremias Maerki | 2008-07-28 | 2 | -23/+39 |
* | Dealt with some double formatting issues (coordinate round-trips). | Jeremias Maerki | 2008-07-28 | 3 | -23/+11 |
* | Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl... | Jeremias Maerki | 2008-07-28 | 10 | -65/+301 |
* | Merge from Trunk revisions 677589 to 679734. | Jeremias Maerki | 2008-07-25 | 246 | -1962/+2003 |
|\ |
|
| * | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 245 | -1999/+1999 |
| * | Removed unnecessary storing of byte[] nameBytes | Adrian Cumiskey | 2008-07-18 | 1 | -55/+39 |
| * | Ok, I am much happier with this fix now, it doesn't feel like a temporary hac... | Adrian Cumiskey | 2008-07-18 | 1 | -16/+0 |
| * | I'm not really happy with this workaround, it is a bit of a hack (as Symbol a... | Adrian Cumiskey | 2008-07-17 | 1 | -0/+16 |
| * | Unused imports. | Adrian Cumiskey | 2008-07-17 | 1 | -10/+0 |
| * | Moved font setup stuff from setupFontInfo() in AFPRenderer and delegated this... | Adrian Cumiskey | 2008-07-17 | 2 | -47/+120 |
* | | Improved/fixed font setup for painters. Reduced the whole thing to pass in a ... | Jeremias Maerki | 2008-07-23 | 10 | -95/+120 |
* | | Started the IFParser. | Jeremias Maerki | 2008-07-22 | 17 | -496/+2217 |
* | | Merge from Trunk up to revision 677588. | Jeremias Maerki | 2008-07-17 | 5 | -50/+75 |
|\| |
|
| * | fonts package must not depend on the render package. Refactored to restore th... | Jeremias Maerki | 2008-07-17 | 4 | -46/+71 |
| * | Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o... | Andreas L. Delmelle | 2008-07-13 | 1 | -4/+4 |
| * | Bugzilla #45369: footnotes were rendered at the top of the region-body when u... | Vincent Hennebert | 2008-07-10 | 1 | -1/+3 |
| * | Duplicated operation scaleX and scaleY replaced simply with scale. | Adrian Cumiskey | 2008-07-10 | 1 | -17/+13 |
| * | Minor javadoc cleanup. | Adrian Cumiskey | 2008-07-09 | 1 | -20/+7 |
| * | Refactored this class, moving much of its behaviour to the base AbstractXMLR... | Adrian Cumiskey | 2008-07-07 | 1 | -164/+5 |
| * | Cleaned up some javadocs. | Adrian Cumiskey | 2008-07-07 | 1 | -7/+12 |
| * | Added new AbstractXMLRenderer base class. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+263 |
| * | Added PDF encryption parameter support in configuration. | Adrian Cumiskey | 2008-07-07 | 1 | -3/+45 |
| * | Added new set accessor method for EncryptionParams. | Adrian Cumiskey | 2008-07-07 | 1 | -0/+8 |
| * | Fixed error; inadvertently switched the condition with r674272... | Andreas L. Delmelle | 2008-07-06 | 1 | -1/+1 |
| * | Redo changes made in r674056... | Andreas L. Delmelle | 2008-07-06 | 1 | -27/+35 |
| * | Remove deprecated Character area class | Andreas L. Delmelle | 2008-07-06 | 1 | -50/+34 |
| * | * Some minor optimizations in AbstractRenderer. | Adrian Cumiskey | 2008-07-04 | 1 | -29/+37 |
| * | The pdf StringBuffer is only used on these two lines and doesn't seem to do a... | Adrian Cumiskey | 2008-07-04 | 1 | -3/+0 |
| * | Minor readability improvement. | Adrian Cumiskey | 2008-07-04 | 1 | -1/+3 |
| * | Some basic cleanup. | Adrian Cumiskey | 2008-06-26 | 5 | -459/+4 |
| * | Javadoc fixup | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
| * | Added support for non-zero borders and padding on page regions. | Luca Furini | 2008-06-23 | 1 | -12/+74 |
| * | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
| * | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 2 | -20/+47 |
| * | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-06-09 | 10 | -25/+311 |
| * | Bugzilla #45115: | Jeremias Maerki | 2008-06-03 | 2 | -3/+21 |
| * | Unwanted list self concatenation :). | Adrian Cumiskey | 2008-05-09 | 1 | -1/+1 |
| * | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 11 | -273/+273 |
| * | Added support for font referencing for auto-detected fonts. | Jeremias Maerki | 2008-05-08 | 3 | -10/+32 |
| * | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 12 | -449/+563 |
| * | Bugzilla #43650: | Jeremias Maerki | 2008-05-05 | 1 | -22/+32 |
| * | DSC = Document Structuring Conventions! | Jeremias Maerki | 2008-05-01 | 1 | -8/+11 |
| * | Forgot about dependency on PrintRenderer, last commit broke the build - will ... | Adrian Cumiskey | 2008-05-01 | 1 | -2/+2 |
| * | Renamed variable | Adrian Cumiskey | 2008-05-01 | 1 | -2/+2 |
| * | Bugzilla 44634: Added partial implementation for show-destination. | Andreas L. Delmelle | 2008-04-25 | 1 | -8/+13 |
| * | Partially reverted my revision 641827: The yellow tint of certain JPEG images... | Jeremias Maerki | 2008-04-21 | 1 | -17/+0 |
| * | Fixed build problem. FOPException is no longer thrown there. | Jeremias Maerki | 2008-04-18 | 1 | -3/+0 |
| * | Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable... | Jeremias Maerki | 2008-04-17 | 3 | -181/+239 |
| * | Throw a useful exception when the user agent isn't set on the renderer. This ... | Jeremias Maerki | 2008-04-17 | 1 | -1/+8 |