aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzila#52849: SVG font being painted as shapes when font present in the systemMehdi Houshmand2012-03-168-29/+67
* prevent assert due to skipped out of order or duplicate glyph indicesGlenn Adams2012-03-091-1/+3
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-06111-111/+111
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-05143-400/+511
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-058-22/+22
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-0524-43/+43
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-031-0/+4
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-03181-278/+344
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-0263-91/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-0233-70/+170
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-0212-27/+67
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-0210-33/+0
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-029-60/+60
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-024-9/+4
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-023-3/+3
* change allowLineBreaks to false (default value) on NoWhitespaceBefore; fix vi...Glenn Adams2012-03-021-2/+1
* Removed duplicate lineVincent Hennebert2012-03-021-2/+1
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-023-7/+12
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-027-9/+32
* fix @Override usage to be compatible with Java 1.5Glenn Adams2012-02-291-9/+0
* apply complex scripts patchGlenn Adams2012-02-26201-1466/+28751
* Bugzilla 52657: instream foreign object (svg) coloration incorrect Chris Bowditch2012-02-201-2/+2
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-154-17/+47
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-10100-1268/+3670
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0641-43/+104
| * Cleanup associated with rev 1236718Peter Hancock2012-01-313-21/+0
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-2745-761/+1528
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-2439-633/+994
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-2449-484/+1717
* | master is not supposed to still be null when canProcess is calledVincent Hennebert2012-01-312-12/+4
* | Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-3015-5/+42
* | Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-3023-143/+90
* | Amended error message to describe licensing restriction flag in fontMehdi Houshmand2012-01-241-1/+2
* | Corrected typo in error messageMehdi Houshmand2012-01-241-1/+1
* | Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-2423-90/+143
* | Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-2323-143/+90
* | Bugzilla#52499: non embeddable TTF fonts -- throw exception if trying to embedMehdi Houshmand2012-01-231-2/+7
* | Bugzilla #52416:Chris Bowditch2012-01-191-12/+14
* | resolve findbug warningsChris Bowditch2012-01-182-2/+12
* | Bugzilla #51209:Chris Bowditch2012-01-184-24/+38
* | Bugzilla #50391:Chris Bowditch2012-01-1017-84/+255
* | Bugzilla #51644:Chris Bowditch2012-01-0613-139/+154
* | Bugzilla #52206: small performance improvements by declaring some class membe...Vincent Hennebert2011-12-054-22/+23
* | Changed the error handling for AFP fonts such that errors are passed to the A...Mehdi Houshmand2011-11-218-153/+185
* | Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files...Mehdi Houshmand2011-11-214-134/+611
* | Bugzilla #52177: Changed the AFP double-byte characterset builder to a single...Mehdi Houshmand2011-11-182-25/+41
* | Bugzilla #51592: TTFFontLoader ignores the useKerning attribute used with fontsChris Bowditch2011-11-171-1/+1
* | Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-078-8/+52
* | Bugzilla#52089: Allow JPEG images to be embedded in an AFP document asPeter Hancock2011-11-0124-135/+481
* | Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-241-2/+15
|/