aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Simplification.Jeremias Maerki2008-02-121-4/+3
* Bugzilla #44393:Jeremias Maerki2008-02-121-1/+3
* Missing file from r620283Andreas L. Delmelle2008-02-111-1/+12
* Better javadoc for break classVincent Hennebert2008-02-112-5/+19
* Fixed illegal character in the fileVincent Hennebert2008-02-111-1/+1
* Added full support for breaks inside table-cell elementsVincent Hennebert2008-02-112-14/+62
* Bugzilla 41631: Percentage resolution for arguments to proportional-column-wi...Andreas L. Delmelle2008-02-101-0/+29
* Correction/Rectification of changes made in r617989:Andreas L. Delmelle2008-02-101-153/+131
* Missing file from r620272Andreas L. Delmelle2008-02-101-13/+29
* Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl...Andreas L. Delmelle2008-02-101-15/+29
* Revisit background-position shorthand implementation: always convert to perce...Andreas L. Delmelle2008-02-103-64/+147
* Some minor tweaks:Andreas L. Delmelle2008-02-103-9/+22
* In addKnuthElementsForBorderPaddingXXX, if the returnlist is aSimon Pepping2008-02-081-0/+16
* Also display the column index in the toString methodVincent Hennebert2008-02-081-0/+1
* Removed the 900 penalty mechanism which anyway almost always produced visuall...Vincent Hennebert2008-02-086-281/+505
* Tweak: modify PercentLength.toString() to return a value that facilitates deb...Andreas L. Delmelle2008-02-071-11/+13
* Tweak: early percentage resolution by the parser (if the base is known and ab...Andreas L. Delmelle2008-02-073-2/+37
* Bugfix for date formatting with negative time zones in the PDF's Info object.Jeremias Maerki2008-02-071-20/+31
* Added an option to disable the default sRGB profile in PDF output for those w...Jeremias Maerki2008-02-072-6/+30
* Bugzilla #36391:Jeremias Maerki2008-02-064-40/+87
* FOX_TRANSFORM constant should be static.Jeremias Maerki2008-02-051-1/+2
* Change PDFPage to use PDFDictionary in order to make it possible to better se...Jeremias Maerki2008-02-054-133/+73
* Bugzilla 43705:Andreas L. Delmelle2008-02-031-6/+24
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-033-3/+70
* Slight correction for pixel-values: pass the ratio of pixels-per-point into F...Andreas L. Delmelle2008-02-022-28/+27
* Further improvement in FixedLength:Andreas L. Delmelle2008-02-024-7/+14
* Further cleanup/refinement of FixedLength:Andreas L. Delmelle2008-02-026-86/+91
* Minor cleanup/improvement:Andreas L. Delmelle2008-02-022-25/+18
* Bugzilla 44343:Andreas L. Delmelle2008-02-011-3/+16
* Add a note about color space overrides which currently aren't supported for n...Jeremias Maerki2008-02-011-0/+2
* Move sRGB installation into the PDF library. That way it can be used in PDFDo...Jeremias Maerki2008-02-013-46/+95
* AlphaRasterImage now knows how to deal with TYPE_INT Rasters.Jeremias Maerki2008-02-014-187/+133
* Implemented drawRenderedImage() which fixes painting of PNG images embedded i...Jeremias Maerki2008-02-011-52/+38
* Removed the Dijkstra stuff as it was moved to Commons.Jeremias Maerki2008-01-305-448/+0
* "cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewe...Jeremias Maerki2008-01-301-48/+65
* Bugfix for invalid numTables entry in subset TrueType fonts if there was no "...Jeremias Maerki2008-01-281-2/+5
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-2813-65/+183
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-283-9/+24
* Of course startIndex == endIndex means there is one element whose length must...Vincent Hennebert2008-01-271-1/+1
* Bugzilla #44286:Andreas L. Delmelle2008-01-271-23/+26
* Fixed a bug in computeContentLength when there are empty cellsVincent Hennebert2008-01-251-13/+19
* Improved error tolerance: an enum property value with leading or trailing spa...Jeremias Maerki2008-01-251-2/+2
* Fix exception when closing Source that doesn't have any streams.Jeremias Maerki2008-01-251-1/+1
* Added support for DOMSource to Preloader SVG so a URI Resolver can be written...Jeremias Maerki2008-01-251-51/+74
* Bugzilla #44289: Wrong border resolution when header/footer omitted at breakVincent Hennebert2008-01-241-6/+6
* Removed no longer needed reference to TableColumn in GridUnitVincent Hennebert2008-01-244-32/+15
* Cleanup:Vincent Hennebert2008-01-249-72/+64
* Removed the no longer needed maxColumnCount parameterVincent Hennebert2008-01-243-16/+12
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-2314-561/+796
* Bugzilla #44160:Jeremias Maerki2008-01-221-5/+9