aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-2524-297/+431
* Cleanup: removal of commented block/methods + some javadoc updatesAndreas L. Delmelle2008-04-251-135/+25
* Removed the tab characters that were causing a big moan from eclipseAdrian Cumiskey2008-04-251-42/+53
* Removed TODO: New validation event to generate an error in case an fo:marker ...Andreas L. Delmelle2008-04-253-52/+45
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-243-19/+55
* Partially reverted my revision 641827: The yellow tint of certain JPEG images...Jeremias Maerki2008-04-211-17/+0
* An implementation of a positive integer property maker. It implementsSimon Pepping2008-04-183-26/+42
* Remember the missing glyphs also if an event listener is registered so they d...Jeremias Maerki2008-04-181-9/+9
* Bugfix: If the first event is not issued over an event producer, the fallback...Jeremias Maerki2008-04-181-16/+18
* Fixed build problem. FOPException is no longer thrown there.Jeremias Maerki2008-04-181-3/+0
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-189-46/+150
* Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...Jeremias Maerki2008-04-173-181/+239
* Throw a useful exception when the user agent isn't set on the renderer. This ...Jeremias Maerki2008-04-171-1/+8
* clone() did not propagate the page's page index.Jeremias Maerki2008-04-171-0/+1
* Bugzilla #43383: Jeremias Maerki2008-04-171-2/+2
* Bugzilla #41687:Jeremias Maerki2008-04-175-31/+203
* Bugzilla #44678:Jeremias Maerki2008-04-171-14/+53
* Bugfix: Avoid stopping early when no EmbedFontInfos are found during font det...Jeremias Maerki2008-04-171-1/+1
* HeadURL was missing in the properties.Jeremias Maerki2008-04-171-1/+1
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-1521-189/+374
* Fixed a possible follow-up NPE when the TTC cannot be loaded.Jeremias Maerki2008-04-141-2/+2
* Merged branchJeremias Maerki2008-04-14198-1601/+7186
* Bugzilla #44744: Jeremias Maerki2008-04-041-4/+2
* Bugzilla #44743: Jeremias Maerki2008-04-041-3/+11
* Oops. Fixed a last-minute change that broke the build.Jeremias Maerki2008-04-031-1/+1
* Bugzilla #44737:Jeremias Maerki2008-04-0312-210/+439
* Added missing code for determining the PDF Flags. The removes the need to hav...Jeremias Maerki2008-03-311-7/+20
* Fixed possible NullPointerException in AFM kerning table build code.Jeremias Maerki2008-03-311-2/+2
* When a JPEG image is embedded, an optionally embedded color profile is filter...Jeremias Maerki2008-03-272-2/+109
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-2736-740/+1626
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-2319-139/+79
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-1841-5412/+60
* Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in...Vincent Hennebert2008-03-143-8/+6
* Bugzilla #44412:Jeremias Maerki2008-03-143-6/+8
* Removed no longer used borderAndPaddingBPD fieldVincent Hennebert2008-03-121-17/+0
* Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd)Vincent Hennebert2008-03-111-1/+1
* Bugfix for row/body/col background painting when padding is used in the table...Jeremias Maerki2008-03-101-8/+14
* Need to clean up after myself.Jeremias Maerki2008-03-102-3/+2
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-105-183/+209
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-1020-124/+185
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-056-135/+367
* Bugfix: If there's shrink available in an auto-height situation, the differen...Jeremias Maerki2008-03-041-1/+7
* Bugfix: Without the system ID (base URI), the XSLT processor cannot resolve d...Jeremias Maerki2008-03-041-3/+6
* Bugfix: Disabled setting widths from AFM since we're using WinAnsiEncoding in...Jeremias Maerki2008-02-291-2/+10
* Minor tweak: switch from toString() to getLocalizedMessage() for Exceptions p...Andreas L. Delmelle2008-02-281-1/+1
* Minor tweaks/updates:Andreas L. Delmelle2008-02-281-64/+35
* Slight improvement for thin lines in Java2D/AWT output.Jeremias Maerki2008-02-281-0/+2
* bpBeforeNormal and bpAfterNormal already include border-separation, no need t...Vincent Hennebert2008-02-271-1/+0
* Bugzilla #44497: Jeremias Maerki2008-02-271-5/+1
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-264-17/+15