aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* See r412224: forgot to move the related code for TableColumn...Andreas L. Delmelle2006-06-072-4/+4
* Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...Andreas L. Delmelle2006-06-068-341/+315
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-053-14/+79
* Tweak: change expected value to an absoluteAndreas L. Delmelle2006-06-051-2/+2
* Bugfix: All fonts names were converted unnecessarily to lower case in RTF out...Jeremias Maerki2006-06-052-8/+14
* Oops, remove debug code.Jeremias Maerki2006-06-051-1/+0
* Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests ...Jeremias Maerki2006-06-051-7/+9
* Update assertions to reflect recent modification to the method in questionAndreas L. Delmelle2006-06-041-2/+2
* Extends white-space removal to occur also before nested block-*level* FOs ins...Andreas L. Delmelle2006-06-021-5/+13
* Bugzilla #39701: Jeremias Maerki2006-06-021-1/+1
* Fixed border position for areas with padding (only affects "quality" border r...Jeremias Maerki2006-06-011-1/+1
* Added detection code for AFM and PFB files. Sadly, for PFM there does not see...Jeremias Maerki2006-06-011-7/+28
* Improved accuracy of font size selection. The font size is not rounded down t...Jeremias Maerki2006-05-318-23/+125
* Forgot something. Jeremias Maerki2006-05-311-2/+9
* Don't do rounding here. The caller might now want that.Jeremias Maerki2006-05-311-4/+4
* Fix for border painting in "quality" mode. Some borders were swallowed. Jeremias Maerki2006-05-314-20/+40
* Changed the way the graphics state handling is done to make a cleaner "break ...Jeremias Maerki2006-05-306-270/+105
* Updated documentation on the PCL renderer.Jeremias Maerki2006-05-302-28/+51
* Take a shortcut when page number is already resolved. Without this there was ...Jeremias Maerki2006-05-291-4/+4
* Fixed font descriptor construction (italic angle and stemV mixed) Jeremias Maerki2006-05-291-2/+2
* Making ImageIO come before JAI for GIF images. ImageIO handles GIFs nicely, e...Jeremias Maerki2006-05-291-1/+1
* Images were not properly scaled.Jeremias Maerki2006-05-253-14/+66
* Removed VMI setting which caused pages > 1 to be shifted down for some reason...Jeremias Maerki2006-05-251-7/+25
* Restore configurability of Ant task.Jeremias Maerki2006-05-221-25/+13
* Change the old viewcvs.cgi to the new viewvc path of the web view ofSimon Pepping2006-05-191-6/+6
* I wonder why I haven't seen this earlier.Jeremias Maerki2006-05-192-5/+4
* Update my dataSimon Pepping2006-05-191-3/+2
* Correct some formal errors in this file.Simon Pepping2006-05-191-1/+16
* An emergency patch to avoid that a non-breaking space at the end of anSimon Pepping2006-05-193-4/+70
* Bugfix: The combination of hyphenation and kerning resulted in slightly ragge...Jeremias Maerki2006-05-193-11/+117
* Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning mul...Jeremias Maerki2006-05-183-0/+95
* Testcase for Bugzilla #39560Jeremias Maerki2006-05-182-0/+104
* Bugzilla #39533:Jeremias Maerki2006-05-184-14/+24
* Forgot to upload the new PCLElementMapping. Used so the PCL extension attribu...Jeremias Maerki2006-05-181-0/+51
* Bugzilla #39607:Jeremias Maerki2006-05-184-24/+133
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-1813-80/+259
* Several bug fixes in PCLRenderer (border painting mostly).Jeremias Maerki2006-05-176-65/+332
* Automatic support for all fonts available to the Java2D subsystem for all Jav...Jeremias Maerki2006-05-163-11/+124
* Improved baseline detection in TTFReader for TrueType fonts. Ascender and des...Jeremias Maerki2006-05-162-47/+152
* Bugfix: tables nested in inline elements caused a NullPointerException.Jeremias Maerki2006-05-154-11/+64
* Important improvements for the Java2DRenderer:Jeremias Maerki2006-05-103-20/+110
* Adding missing mandatory flags for PDF/A-1.Jeremias Maerki2006-05-081-2/+11
* The default sRGB color profile provided by the Java class library is no longe...Jeremias Maerki2006-05-074-19/+91
* Bugzilla #39443:Jeremias Maerki2006-05-076-5/+93
* Fixed incorrect handling of percentages in vertical-align property values and...Manuel Mall2006-05-063-7/+51
* Fix compliance info on "vertical-align".Jeremias Maerki2006-05-062-2/+28
* Make the file UTF-8 compatible, i.e. US_ASCII. :-) Thanks, Manuel.Jeremias Maerki2006-05-051-1/+1
* The PCL Renderer is now mostly operational including reference-orientation bu...Jeremias Maerki2006-05-053-213/+359
* fox:disable-clipping on the i-f-o or e-g can be used to perform more painting...Jeremias Maerki2006-05-043-4/+18
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-0318-350/+578