| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Wrapper does now set the TextState. | Joerg Pietschmann | 2002-08-10 | 1 | -1/+3 |
* | Fixed width calculation for spaces which are not mapped | Joerg Pietschmann | 2002-08-09 | 1 | -44/+68 |
* | Replaced Java 1.0 containers by Java 1.2 containers. | Joerg Pietschmann | 2002-08-02 | 131 | -1795/+1466 |
* | Simplified ASCII85Filter computation, thereby hopefully | Joerg Pietschmann | 2002-08-01 | 1 | -17/+29 |
* | Added border-spacing support | Joerg Pietschmann | 2002-07-28 | 2 | -1949/+2117 |
* | Removed some unused code | Joerg Pietschmann | 2002-07-27 | 3 | -80/+0 |
* | Check whether there is a flow in a page sequence. | Joerg Pietschmann | 2002-07-27 | 1 | -3/+6 |
* | Removed fo:flow hackery. Simplified structure checking and | Joerg Pietschmann | 2002-07-24 | 4 | -287/+269 |
* | Removed 'name' field and diverse getElementName() methods, | Joerg Pietschmann | 2002-07-24 | 67 | -182/+291 |
* | Fixed problem with link rectangle offset. | Joerg Pietschmann | 2002-07-20 | 1 | -1/+1 |
* | Small corrections for the validity checking patch. | Joerg Pietschmann | 2002-07-20 | 3 | -13/+16 |
* | Better validity checking for table FOs. | Joerg Pietschmann | 2002-07-20 | 5 | -231/+279 |
* | Get logger from parent in FONode constructor. This allows logging | Joerg Pietschmann | 2002-07-19 | 4 | -34/+45 |
* | Fixed marker retrival to a large degree. It works | Joerg Pietschmann | 2002-07-19 | 2 | -54/+70 |
* | Fixed a class cast error with retrieve-marker | Joerg Pietschmann | 2002-07-18 | 1 | -6/+4 |
* | Rearranged page master calculations. | Joerg Pietschmann | 2002-07-18 | 8 | -578/+308 |
* | Fixed some remaining problems with the TextBuffer patch for | Joerg Pietschmann | 2002-07-16 | 2 | -5/+8 |
* | Implementes background properties for all regions and precedence | Joerg Pietschmann | 2002-07-16 | 17 | -183/+198 |
* | Changed rendererOptions from Hashtable to HashMap | Peter Bernard West | 2002-07-16 | 1 | -1/+1 |
* | Changed rendererOptions Hashtable to HashMap. Also changed differ and runTes... | Peter Bernard West | 2002-07-16 | 1 | -3/+3 |
* | Replaced options Hashtable by HashMap | Joerg Pietschmann | 2002-07-15 | 9 | -17/+17 |
* | Command line option for setting encoding of the output | Joerg Pietschmann | 2002-07-14 | 3 | -4/+33 |
* | Rearranged and simplified calculations related to page | Joerg Pietschmann | 2002-07-12 | 2 | -188/+103 |
* | Corrected comment describing usage | Joerg Pietschmann | 2002-07-09 | 1 | -27/+11 |
* | Flush pending areas and space before adding first part of | Joerg Pietschmann | 2002-07-06 | 1 | -100/+99 |
* | Use a String buffer to accumulate consecutive character chunks in FObjMixed. | Joerg Pietschmann | 2002-07-06 | 6 | -59/+42 |
* | removed more buffer manager cruft | Joerg Pietschmann | 2002-07-06 | 2 | -29/+1 |
* | removed BufferManager and related methods, fields and files | Joerg Pietschmann | 2002-07-06 | 7 | -313/+1 |
* | added reload functionality in AWT preview window | Christian Geisert | 2002-07-04 | 3 | -12/+82 |
* | removed System.exit(0) because it breaks the AWT application | Joerg Pietschmann | 2002-07-03 | 1 | -1/+0 |
* | Implemented margin shorthand | Christian Geisert | 2002-07-01 | 2 | -2/+103 |
* | Added licence header | Jeremias Maerki | 2002-06-26 | 1 | -4/+12 |
* | Fix: Allow for fractional font sizes | Jeremias Maerki | 2002-06-26 | 1 | -1/+1 |
* | closed output stream in CommandLineStarter so that file can be removed in cas... | Joerg Pietschmann | 2002-06-23 | 2 | -4/+12 |
* | added exit code 1 on error | Joerg Pietschmann | 2002-06-19 | 2 | -16/+29 |
* | Fixed vertical image position bug | Jeremias Maerki | 2002-06-12 | 10 | -433/+558 |
* | fixed compile error from previous commit (basedir) .. Doh | Christian Geisert | 2002-06-11 | 12 | -13/+37 |
* | added support for comma-separated values for the font-family property | Christian Geisert | 2002-06-10 | 2 | -1/+50 |
* | BaseDir property is now used for loading custom fonts (Bug #7608) | Christian Geisert | 2002-06-10 | 1 | -4/+61 |
* | Removed Tc that were inserted in [...] TJ commands. (Bug 9054) | Jeremias Maerki | 2002-06-07 | 1 | -274/+322 |
* | YAAPIC | Keiron Liddle | 2002-06-06 | 3 | -0/+16 |
* | fixed external links in svg | Keiron Liddle | 2002-06-04 | 2 | -1/+2 |
* | Removed unused ant tasks | Christian Geisert | 2002-06-01 | 3 | -764/+0 |
* | Fixed PDF-Renderer to work on EBCDIC systems | Christian Geisert | 2002-05-31 | 30 | -66/+369 |
* | patch to prevent the same image being inserted multiple times | Keiron Liddle | 2002-05-22 | 1 | -85/+116 |
* | Patch by Ralph LaChance works around a bug in JDK 1.3.0.* and 1.4 to improve ... | Jeremias Maerki | 2002-05-19 | 1 | -23/+107 |
* | Fixes a problem when EPS files have Bounding Boxes containing negative integers. | Jeremias Maerki | 2002-05-19 | 1 | -1/+2 |
* | updated to batik1.5beta2 and improved the useragent usage | Keiron Liddle | 2002-05-13 | 6 | -173/+30 |
* | fixed background image tiling | Christian Geisert | 2002-05-08 | 3 | -19/+40 |
* | removed xalan1 support | Christian Geisert | 2002-05-02 | 1 | -107/+0 |